Package org.cxml
Class UnitRate
- java.lang.Object
-
- org.cxml.UnitRate
-
public class UnitRate extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Moneymoneyprotected PriceBasisQuantitypriceBasisQuantityprotected TermReferencetermReferenceprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description UnitRate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoneygetMoney()Gets the value of the money property.PriceBasisQuantitygetPriceBasisQuantity()Gets the value of the priceBasisQuantity property.TermReferencegetTermReference()Gets the value of the termReference property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetMoney(Money value)Sets the value of the money property.voidsetPriceBasisQuantity(PriceBasisQuantity value)Sets the value of the priceBasisQuantity property.voidsetTermReference(TermReference value)Sets the value of the termReference property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
Field Detail
-
money
protected Money money
-
unitOfMeasure
protected java.lang.String unitOfMeasure
-
priceBasisQuantity
protected PriceBasisQuantity priceBasisQuantity
-
termReference
protected TermReference termReference
-
-
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 isMoney
-
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 isString
-
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 isPriceBasisQuantity
-
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 isTermReference
-
-