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()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public Integer getDecimalPlaces()
Integer
public void setDecimalPlaces(Integer value)
value
- allowed object is
Integer
public String getDecimalSymbol()
String
public void setDecimalSymbol(String value)
value
- allowed object is
String
public String getDigitGroupingSymbol()
String
public void setDigitGroupingSymbol(String value)
value
- allowed object is
String
public Double getExchangeRate()
String
public void setExchangeRate(Double value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public Boolean isIsBaseCurrency()
String
public void setIsBaseCurrency(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getNegativeSymbol()
String
public void setNegativeSymbol(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getPositiveSymbol()
String
public void setPositiveSymbol(String value)
value
- allowed object is
String
public String getSymbol()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.