Package org.cxml
Class UnitRate
java.lang.Object
org.cxml.UnitRate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Moneyprotected PriceBasisQuantityprotected TermReferenceprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMoney()Gets the value of the money property.Gets the value of the priceBasisQuantity property.Gets the value of the termReference property.Gets the value of the unitOfMeasure property.voidSets the value of the money property.voidSets the value of the priceBasisQuantity property.voidsetTermReference(TermReference value) Sets the value of the termReference property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
money
-
unitOfMeasure
-
priceBasisQuantity
-
termReference
-
-
Constructor Details
-
UnitRate
public UnitRate()
-
-
Method Details
-
getMoney
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getPriceBasisQuantity
Gets the value of the priceBasisQuantity property.- Returns:
- possible object is
PriceBasisQuantity
-
setPriceBasisQuantity
Sets the value of the priceBasisQuantity property.- Parameters:
value- allowed object isPriceBasisQuantity
-
getTermReference
Gets the value of the termReference property.- Returns:
- possible object is
TermReference
-
setTermReference
Sets the value of the termReference property.- Parameters:
value- allowed object isTermReference
-