|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsLocaleType
public class XLptsLocaleType
Complete locale information
Java class for XLptsLocaleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsLocaleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="country" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsSupportedCountriesType"/> <element name="language" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsSupportedLanguesType"/> </sequence> <attribute name="id" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XLptsSupportedCountriesType |
country
|
protected java.lang.String |
id
|
protected XLptsSupportedLanguesType |
language
|
Constructor Summary | |
---|---|
XLptsLocaleType()
|
Method Summary | |
---|---|
XLptsSupportedCountriesType |
getCountry()
Gets the value of the country property. |
java.lang.String |
getId()
Gets the value of the id property. |
XLptsSupportedLanguesType |
getLanguage()
Gets the value of the language property. |
void |
setCountry(XLptsSupportedCountriesType value)
Sets the value of the country property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLanguage(XLptsSupportedLanguesType value)
Sets the value of the language property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XLptsSupportedCountriesType country
protected java.lang.String id
protected XLptsSupportedLanguesType language
Constructor Detail |
---|
public XLptsLocaleType()
Method Detail |
---|
public XLptsSupportedCountriesType getCountry()
XLptsSupportedCountriesType
public java.lang.String getId()
String
public XLptsSupportedLanguesType getLanguage()
XLptsSupportedLanguesType
public void setCountry(XLptsSupportedCountriesType value)
value
- allowed object is
XLptsSupportedCountriesType
public void setId(java.lang.String value)
value
- allowed object is
String
public void setLanguage(XLptsSupportedLanguesType value)
value
- allowed object is
XLptsSupportedLanguesType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |