Package org.cxml
Class Money
- java.lang.Object
-
- org.cxml.Money
-
public class Money extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringalternateAmountprotected java.lang.StringalternateCurrencyprotected java.lang.Stringcurrencyprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description Money()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlternateAmount()Gets the value of the alternateAmount property.java.lang.StringgetAlternateCurrency()Gets the value of the alternateCurrency property.java.lang.StringgetCurrency()Gets the value of the currency property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetAlternateAmount(java.lang.String value)Sets the value of the alternateAmount property.voidsetAlternateCurrency(java.lang.String value)Sets the value of the alternateCurrency property.voidsetCurrency(java.lang.String value)Sets the value of the currency property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getCurrency
public java.lang.String getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
public void setCurrency(java.lang.String value)
Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getAlternateAmount
public java.lang.String getAlternateAmount()
Gets the value of the alternateAmount property.- Returns:
- possible object is
String
-
setAlternateAmount
public void setAlternateAmount(java.lang.String value)
Sets the value of the alternateAmount property.- Parameters:
value- allowed object isString
-
getAlternateCurrency
public java.lang.String getAlternateCurrency()
Gets the value of the alternateCurrency property.- Returns:
- possible object is
String
-
setAlternateCurrency
public void setAlternateCurrency(java.lang.String value)
Sets the value of the alternateCurrency property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-