public static class Detallista.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"> <sequence> <element name="currencyFunction" maxOccurs="3"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <maxLength value="16"/> <minLength value="1"/> <enumeration value="BILLING_CURRENCY"/> <enumeration value="PRICE_CURRENCY"/> <enumeration value="PAYMENT_CURRENCY"/> </restriction> </simpleType> </element> <element name="rateOfChange" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> <attribute name="currencyISOCode" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <length value="3"/> <enumeration value="MXN"/> <enumeration value="XEU"/> <enumeration value="USD"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
currencyFunction |
protected String |
currencyISOCode |
protected BigDecimal |
rateOfChange |
Constructor and Description |
---|
Currency() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCurrencyFunction()
Gets the value of the currencyFunction property.
|
String |
getCurrencyISOCode()
Gets the value of the currencyISOCode property.
|
BigDecimal |
getRateOfChange()
Gets the value of the rateOfChange property.
|
void |
setCurrencyISOCode(String value)
Sets the value of the currencyISOCode property.
|
void |
setRateOfChange(BigDecimal value)
Sets the value of the rateOfChange property.
|
protected BigDecimal rateOfChange
protected String currencyISOCode
public List<String> getCurrencyFunction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the currencyFunction property.
For example, to add a new item, do as follows:
getCurrencyFunction().add(newItem);
Objects of the following type(s) are allowed in the list
String
public BigDecimal getRateOfChange()
BigDecimal
public void setRateOfChange(BigDecimal value)
value
- allowed object is
BigDecimal
public String getCurrencyISOCode()
String
Copyright © 2010–2018. All rights reserved.