public class CurrencyType extends Object
Java class for CurrencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CreateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="DecimalPlaces" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="2"/>
</restriction>
</simpleType>
</element>
<element name="DecimalSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Period"/>
<enumeration value="Comma"/>
</restriction>
</simpleType>
</element>
<element name="DigitGroupingSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Period"/>
<enumeration value="Comma"/>
</restriction>
</simpleType>
</element>
<element name="ExchangeRate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="1.0E-6"/>
<maxInclusive value="9.99999999999999E8"/>
</restriction>
</simpleType>
</element>
<element name="Id" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="IsBaseCurrency" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="NegativeSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="(#1.1)"/>
<enumeration value="-#1.1"/>
<enumeration value="#-1.1"/>
<enumeration value="#1.1-"/>
<enumeration value="(1.1#)"/>
<enumeration value="-1.1#"/>
<enumeration value="1.1-#"/>
<enumeration value="1.1#-"/>
<enumeration value="-1.1 #"/>
<enumeration value="-# 1.1"/>
<enumeration value="1.1 #-"/>
<enumeration value="# 1.1-"/>
<enumeration value="# -1.1"/>
<enumeration value="1.1- #"/>
<enumeration value="(# 1.1)"/>
<enumeration value="(1.1 #)"/>
</restriction>
</simpleType>
</element>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PositiveSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="#1.1"/>
<enumeration value="1.1#"/>
<enumeration value="# 1.1"/>
<enumeration value="1.1 #"/>
</restriction>
</simpleType>
</element>
<element name="Symbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
createDate |
protected String |
createUser |
protected Integer |
decimalPlaces |
protected String |
decimalSymbol |
protected String |
digitGroupingSymbol |
protected Double |
exchangeRate |
protected String |
id |
protected Boolean |
isBaseCurrency |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected String |
name |
protected String |
negativeSymbol |
protected Integer |
objectId |
protected String |
positiveSymbol |
protected String |
symbol |
| Constructor and Description |
|---|
CurrencyType() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Integer |
getDecimalPlaces()
Gets the value of the decimalPlaces property.
|
String |
getDecimalSymbol()
Gets the value of the decimalSymbol property.
|
String |
getDigitGroupingSymbol()
Gets the value of the digitGroupingSymbol property.
|
Double |
getExchangeRate()
Gets the value of the exchangeRate property.
|
String |
getId()
Gets the value of the id property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNegativeSymbol()
Gets the value of the negativeSymbol property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getPositiveSymbol()
Gets the value of the positiveSymbol property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
Boolean |
isIsBaseCurrency()
Gets the value of the isBaseCurrency property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDecimalPlaces(Integer value)
Sets the value of the decimalPlaces property.
|
void |
setDecimalSymbol(String value)
Sets the value of the decimalSymbol property.
|
void |
setDigitGroupingSymbol(String value)
Sets the value of the digitGroupingSymbol property.
|
void |
setExchangeRate(Double value)
Sets the value of the exchangeRate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsBaseCurrency(Boolean value)
Sets the value of the isBaseCurrency property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNegativeSymbol(String value)
Sets the value of the negativeSymbol property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setPositiveSymbol(String value)
Sets the value of the positiveSymbol property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
protected LocalDateTime createDate
protected String createUser
protected Integer decimalPlaces
protected String decimalSymbol
protected String digitGroupingSymbol
protected Double exchangeRate
protected String id
protected Boolean isBaseCurrency
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected String name
protected String negativeSymbol
protected Integer objectId
protected String positiveSymbol
protected String symbol
public LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Integer getDecimalPlaces()
Integerpublic void setDecimalPlaces(Integer value)
value - allowed object is
Integerpublic String getDecimalSymbol()
Stringpublic void setDecimalSymbol(String value)
value - allowed object is
Stringpublic String getDigitGroupingSymbol()
Stringpublic void setDigitGroupingSymbol(String value)
value - allowed object is
Stringpublic Double getExchangeRate()
Stringpublic void setExchangeRate(Double value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Boolean isIsBaseCurrency()
Stringpublic void setIsBaseCurrency(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNegativeSymbol()
Stringpublic void setNegativeSymbol(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getPositiveSymbol()
Stringpublic void setPositiveSymbol(String value)
value - allowed object is
Stringpublic String getSymbol()
StringCopyright © 2000–2025 MPXJ. All rights reserved.