public class SUPPORTEDLOCALEType extends Object
Java class for SUPPORTED_LOCALEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SUPPORTED_LOCALEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LOCALE" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="DEFAULT" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_default |
protected String |
locale |
| Constructor and Description |
|---|
SUPPORTEDLOCALEType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLOCALE()
Gets the value of the locale property.
|
Boolean |
isDEFAULT()
Gets the value of the default property.
|
void |
setDEFAULT(Boolean value)
Sets the value of the default property.
|
void |
setLOCALE(String value)
Sets the value of the locale property.
|
public String getLOCALE()
Stringpublic void setLOCALE(String value)
value - allowed object is
Stringpublic Boolean isDEFAULT()
BooleanCopyright © 2017. All rights reserved.