public class Amount extends Object
Java class for Amount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Amount">
<simpleContent>
<extension base="Decimal">
<attribute name="Currency" type="{}ISOCurrency3A" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amountValue
The Value.
|
protected String |
currency
The Currency.
|
| Constructor and Description |
|---|
Amount() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmountValue()
Gets the value of the amountValue property.
|
String |
getCurrency()
Gets the value of the currency property.
|
void |
setAmountValue(BigDecimal value)
Sets the value of the amountValue property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
protected BigDecimal amountValue
protected String currency
public BigDecimal getAmountValue()
BigDecimalpublic void setAmountValue(BigDecimal value)
value - allowed object is BigDecimalpublic String getCurrency()
StringCopyright © 2022. All rights reserved.