Package org.cxml

Class UnitRate


  • public class UnitRate
    extends java.lang.Object
    • Field Detail

      • money

        protected Money money
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
    • Constructor Detail

      • UnitRate

        public UnitRate()
    • Method Detail

      • getMoney

        public Money getMoney()
        Gets the value of the money property.
        Returns:
        possible object is Money
      • setMoney

        public void setMoney​(Money value)
        Sets the value of the money property.
        Parameters:
        value - allowed object is Money
      • getUnitOfMeasure

        public java.lang.String getUnitOfMeasure()
        Gets the value of the unitOfMeasure property.
        Returns:
        possible object is String
      • setUnitOfMeasure

        public void setUnitOfMeasure​(java.lang.String value)
        Sets the value of the unitOfMeasure property.
        Parameters:
        value - allowed object is String
      • setPriceBasisQuantity

        public void setPriceBasisQuantity​(PriceBasisQuantity value)
        Sets the value of the priceBasisQuantity property.
        Parameters:
        value - allowed object is PriceBasisQuantity
      • getTermReference

        public TermReference getTermReference()
        Gets the value of the termReference property.
        Returns:
        possible object is TermReference
      • setTermReference

        public void setTermReference​(TermReference value)
        Sets the value of the termReference property.
        Parameters:
        value - allowed object is TermReference