public interface MonetaryAmountType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCurrency()
Returns the value of the 'Currency' attribute.
|
java.math.BigDecimal | getValue()
Returns the value of the 'Value' attribute.
|
void | setCurrency(java.lang.String value)
Sets the value of the 'Currency' attribute.
|
void | setValue(java.math.BigDecimal value)
Sets the value of the 'Value' attribute.
|
java.math.BigDecimal getValue()
void setValue(java.math.BigDecimal value)
java.lang.String getCurrency()
void setCurrency(java.lang.String value)