Package org.cxml
Class UnitPrice
java.lang.Object
org.cxml.UnitPrice
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Modificationsprotected Moneyprotected PricingConditions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the modifications property.getMoney()Gets the value of the money property.Gets the value of the pricingConditions property.voidsetModifications(Modifications value) Sets the value of the modifications property.voidSets the value of the money property.voidSets the value of the pricingConditions property.
-
Field Details
-
money
-
modifications
-
pricingConditions
-
-
Constructor Details
-
UnitPrice
public UnitPrice()
-
-
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
-
getModifications
Gets the value of the modifications property.- Returns:
- possible object is
Modifications
-
setModifications
Sets the value of the modifications property.- Parameters:
value- allowed object isModifications
-
getPricingConditions
Gets the value of the pricingConditions property.- Returns:
- possible object is
PricingConditions
-
setPricingConditions
Sets the value of the pricingConditions property.- Parameters:
value- allowed object isPricingConditions
-