Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsLocaleType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsLocaleType

public class XLptsLocaleType
extends java.lang.Object

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

country

protected XLptsSupportedCountriesType country

id

protected java.lang.String id

language

protected XLptsSupportedLanguesType language
Constructor Detail

XLptsLocaleType

public XLptsLocaleType()
Method Detail

getCountry

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

Returns:
possible object is XLptsSupportedCountriesType

getId

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

Returns:
possible object is String

getLanguage

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

Returns:
possible object is XLptsSupportedLanguesType

setCountry

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

Parameters:
value - allowed object is XLptsSupportedCountriesType

setId

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

Parameters:
value - allowed object is String

setLanguage

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

Parameters:
value - allowed object is XLptsSupportedLanguesType


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)