public static class Gantt.Globalization.UICulture extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="LCID" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ISO" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DN" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Cal" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cal |
protected String |
dn |
protected String |
iso |
protected Integer |
lcid |
protected String |
parent |
| Constructor and Description |
|---|
UICulture() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCal()
Gets the value of the cal property.
|
String |
getDN()
Gets the value of the dn property.
|
String |
getISO()
Gets the value of the iso property.
|
Integer |
getLCID()
Gets the value of the lcid property.
|
String |
getParent()
Gets the value of the parent property.
|
void |
setCal(String value)
Sets the value of the cal property.
|
void |
setDN(String value)
Sets the value of the dn property.
|
void |
setISO(String value)
Sets the value of the iso property.
|
void |
setLCID(Integer value)
Sets the value of the lcid property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
protected Integer lcid
protected String iso
protected String dn
protected String cal
protected String parent
public Integer getLCID()
Integerpublic void setLCID(Integer value)
value - allowed object is
Integerpublic String getISO()
Stringpublic void setISO(String value)
value - allowed object is
Stringpublic void setDN(String value)
value - allowed object is
Stringpublic String getCal()
Stringpublic void setCal(String value)
value - allowed object is
Stringpublic String getParent()
StringCopyright © 2000–2025 MPXJ. All rights reserved.