|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.common.Locale
public class Locale
Java class for Locale complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Locale">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayCountry" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayLanguage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="variant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayVariant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
country
|
protected String |
displayCountry
|
protected String |
displayLanguage
|
protected String |
displayVariant
|
protected String |
id
|
protected String |
language
|
protected String |
variant
|
| Constructor Summary | |
|---|---|
Locale()
|
|
| Method Summary | |
|---|---|
String |
getCountry()
Gets the value of the country property. |
String |
getDisplayCountry()
Gets the value of the displayCountry property. |
String |
getDisplayLanguage()
Gets the value of the displayLanguage property. |
String |
getDisplayVariant()
Gets the value of the displayVariant property. |
String |
getId()
Gets the value of the id property. |
String |
getLanguage()
Gets the value of the language property. |
String |
getVariant()
Gets the value of the variant property. |
void |
setCountry(String value)
Sets the value of the country property. |
void |
setDisplayCountry(String value)
Sets the value of the displayCountry property. |
void |
setDisplayLanguage(String value)
Sets the value of the displayLanguage property. |
void |
setDisplayVariant(String value)
Sets the value of the displayVariant property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLanguage(String value)
Sets the value of the language property. |
void |
setVariant(String value)
Sets the value of the variant property. |
Locale |
withCountry(String value)
|
Locale |
withDisplayCountry(String value)
|
Locale |
withDisplayLanguage(String value)
|
Locale |
withDisplayVariant(String value)
|
Locale |
withId(String value)
|
Locale |
withLanguage(String value)
|
Locale |
withVariant(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String country
protected String displayCountry
protected String language
protected String displayLanguage
protected String variant
protected String displayVariant
| Constructor Detail |
|---|
public Locale()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getDisplayCountry()
Stringpublic void setDisplayCountry(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getDisplayLanguage()
Stringpublic void setDisplayLanguage(String value)
value - allowed object is
Stringpublic String getVariant()
Stringpublic void setVariant(String value)
value - allowed object is
Stringpublic String getDisplayVariant()
Stringpublic void setDisplayVariant(String value)
value - allowed object is
Stringpublic Locale withId(String value)
public Locale withCountry(String value)
public Locale withDisplayCountry(String value)
public Locale withLanguage(String value)
public Locale withDisplayLanguage(String value)
public Locale withVariant(String value)
public Locale withDisplayVariant(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||