public class SystemLanguage extends Object
Java class for SystemLanguage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemLanguage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="languageLCID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isDefault |
protected int |
languageLCID |
| Constructor and Description |
|---|
SystemLanguage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLanguageLCID()
Gets the value of the languageLCID property.
|
boolean |
isIsDefault()
Gets the value of the isDefault property.
|
void |
setIsDefault(boolean value)
Sets the value of the isDefault property.
|
void |
setLanguageLCID(int value)
Sets the value of the languageLCID property.
|
public int getLanguageLCID()
public void setLanguageLCID(int value)
public boolean isIsDefault()
public void setIsDefault(boolean value)
Copyright © 2020. All rights reserved.