Package org.cxml

Class Rate


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

      • quantity

        protected java.lang.String quantity
      • total

        protected Total total
    • Constructor Detail

      • Rate

        public Rate()
    • Method Detail

      • getQuantity

        public java.lang.String getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is String
      • setQuantity

        public void setQuantity​(java.lang.String value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is String
      • getTotal

        public Total getTotal()
        Gets the value of the total property.
        Returns:
        possible object is Total
      • setTotal

        public void setTotal​(Total value)
        Sets the value of the total property.
        Parameters:
        value - allowed object is Total
      • getUnitRate

        public UnitRate getUnitRate()
        Gets the value of the unitRate property.
        Returns:
        possible object is UnitRate
      • setUnitRate

        public void setUnitRate​(UnitRate value)
        Sets the value of the unitRate property.
        Parameters:
        value - allowed object is UnitRate
      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description