public static class Gantt.Globalization.Currency 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="Currency" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected String |
dn |
protected String |
iso |
protected Integer |
lcid |
| Constructor and Description |
|---|
Currency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency 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.
|
void |
setCurrency(String value)
Sets the value of the currency 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.
|
protected Integer lcid
protected String iso
protected String dn
protected String currency
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 getCurrency()
StringCopyright © 2000–2025 MPXJ. All rights reserved.