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 String |
currency
The Currency.
|
protected BigDecimal |
value
The Value.
|
| Constructor and Description |
|---|
Amount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected String currency
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is BigDecimalpublic String getCurrency()
StringCopyright © 2019. All rights reserved.