Package org.cxml

Class Money

java.lang.Object
org.cxml.Money

public class Money extends Object
  • Field Details

    • currency

      protected String currency
    • alternateAmount

      protected String alternateAmount
    • alternateCurrency

      protected String alternateCurrency
    • value

      protected String value
  • Constructor Details

    • Money

      public Money()
  • Method Details

    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getAlternateAmount

      public String getAlternateAmount()
      Gets the value of the alternateAmount property.
      Returns:
      possible object is String
    • setAlternateAmount

      public void setAlternateAmount(String value)
      Sets the value of the alternateAmount property.
      Parameters:
      value - allowed object is String
    • getAlternateCurrency

      public String getAlternateCurrency()
      Gets the value of the alternateCurrency property.
      Returns:
      possible object is String
    • setAlternateCurrency

      public void setAlternateCurrency(String value)
      Sets the value of the alternateCurrency property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String