com.quartzdesk.service.types.v1_0.common
Class Locale

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.common.Locale

public class Locale
extends Object

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

id

protected String id

country

protected String country

displayCountry

protected String displayCountry

language

protected String language

displayLanguage

protected String displayLanguage

variant

protected String variant

displayVariant

protected String displayVariant
Constructor Detail

Locale

public Locale()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getDisplayCountry

public String getDisplayCountry()
Gets the value of the displayCountry property.

Returns:
possible object is String

setDisplayCountry

public void setDisplayCountry(String value)
Sets the value of the displayCountry property.

Parameters:
value - allowed object is String

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getDisplayLanguage

public String getDisplayLanguage()
Gets the value of the displayLanguage property.

Returns:
possible object is String

setDisplayLanguage

public void setDisplayLanguage(String value)
Sets the value of the displayLanguage property.

Parameters:
value - allowed object is String

getVariant

public String getVariant()
Gets the value of the variant property.

Returns:
possible object is String

setVariant

public void setVariant(String value)
Sets the value of the variant property.

Parameters:
value - allowed object is String

getDisplayVariant

public String getDisplayVariant()
Gets the value of the displayVariant property.

Returns:
possible object is String

setDisplayVariant

public void setDisplayVariant(String value)
Sets the value of the displayVariant property.

Parameters:
value - allowed object is String

withId

public Locale withId(String value)

withCountry

public Locale withCountry(String value)

withDisplayCountry

public Locale withDisplayCountry(String value)

withLanguage

public Locale withLanguage(String value)

withDisplayLanguage

public Locale withDisplayLanguage(String value)

withVariant

public Locale withVariant(String value)

withDisplayVariant

public Locale withDisplayVariant(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.