public interface MonetaryAmountType
The following features are supported:
CommerceFoundationPackage.getMonetaryAmountType()
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()
setValue(BigDecimal)
,
CommerceFoundationPackage.getMonetaryAmountType_Value()
void setValue(java.math.BigDecimal value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getCurrency()
setCurrency(String)
,
CommerceFoundationPackage.getMonetaryAmountType_Currency()
void setCurrency(java.lang.String value)
Currency
' attribute.
value
- the new value of the 'Currency' attribute.getCurrency()