Package org.cxml
Class Money
java.lang.Object
org.cxml.Money
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alternateAmount property.Gets the value of the alternateCurrency property.Gets the value of the currency property.getvalue()Gets the value of the value property.voidsetAlternateAmount(String value) Sets the value of the alternateAmount property.voidsetAlternateCurrency(String value) Sets the value of the alternateCurrency property.voidsetCurrency(String value) Sets the value of the currency property.voidSets the value of the value property.
-
Field Details
-
currency
-
alternateAmount
-
alternateCurrency
-
value
-
-
Constructor Details
-
Money
public Money()
-
-
Method Details
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getAlternateAmount
Gets the value of the alternateAmount property.- Returns:
- possible object is
String
-
setAlternateAmount
Sets the value of the alternateAmount property.- Parameters:
value- allowed object isString
-
getAlternateCurrency
Gets the value of the alternateCurrency property.- Returns:
- possible object is
String
-
setAlternateCurrency
Sets the value of the alternateCurrency property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-