Package org.cxml

Class Money


  • public class Money
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Money()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlternateAmount()
      Gets the value of the alternateAmount property.
      java.lang.String getAlternateCurrency()
      Gets the value of the alternateCurrency property.
      java.lang.String getCurrency()
      Gets the value of the currency property.
      java.lang.String getvalue()
      Gets the value of the value property.
      void setAlternateAmount​(java.lang.String value)
      Sets the value of the alternateAmount property.
      void setAlternateCurrency​(java.lang.String value)
      Sets the value of the alternateCurrency property.
      void setCurrency​(java.lang.String value)
      Sets the value of the currency property.
      void setvalue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • currency

        protected java.lang.String currency
      • alternateAmount

        protected java.lang.String alternateAmount
      • alternateCurrency

        protected java.lang.String alternateCurrency
      • value

        protected java.lang.String value
    • Constructor Detail

      • Money

        public Money()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String