Package org.cxml

Class Rate

java.lang.Object
org.cxml.Rate

public class Rate extends Object
  • Field Details

    • quantity

      protected String quantity
    • total

      protected Total total
    • unitRate

      protected UnitRate unitRate
    • description

      protected Description description
  • Constructor Details

    • Rate

      public Rate()
  • Method Details

    • getQuantity

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

      public void setQuantity(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