public class CxWSQueryLanguageState extends Object
Java class for CxWSQueryLanguageState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSQueryLanguageState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LanguageID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LanguageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LanguageHash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StateCreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
languageHash |
protected int |
languageID |
protected String |
languageName |
protected XMLGregorianCalendar |
stateCreationDate |
| Constructor and Description |
|---|
CxWSQueryLanguageState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageHash()
Gets the value of the languageHash property.
|
int |
getLanguageID()
Gets the value of the languageID property.
|
String |
getLanguageName()
Gets the value of the languageName property.
|
XMLGregorianCalendar |
getStateCreationDate()
Gets the value of the stateCreationDate property.
|
void |
setLanguageHash(String value)
Sets the value of the languageHash property.
|
void |
setLanguageID(int value)
Sets the value of the languageID property.
|
void |
setLanguageName(String value)
Sets the value of the languageName property.
|
void |
setStateCreationDate(XMLGregorianCalendar value)
Sets the value of the stateCreationDate property.
|
protected int languageID
protected String languageName
protected String languageHash
protected XMLGregorianCalendar stateCreationDate
public int getLanguageID()
public void setLanguageID(int value)
public String getLanguageName()
Stringpublic void setLanguageName(String value)
value - allowed object is
Stringpublic String getLanguageHash()
Stringpublic void setLanguageHash(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStateCreationDate()
XMLGregorianCalendarpublic void setStateCreationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.