Package org.cxml

Class UnitRate

java.lang.Object
org.cxml.UnitRate

public class UnitRate extends Object
  • Field Details

  • Constructor Details

    • UnitRate

      public UnitRate()
  • Method Details

    • 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 String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

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

      public PriceBasisQuantity getPriceBasisQuantity()
      Gets the value of the priceBasisQuantity property.
      Returns:
      possible object is PriceBasisQuantity
    • 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