Package org.cxml
Class UnitNetPriceCorrection
- java.lang.Object
-
- org.cxml.UnitNetPriceCorrection
-
public class UnitNetPriceCorrection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Moneymoneyprotected PriceBasisQuantitypriceBasisQuantity
-
Constructor Summary
Constructors Constructor Description UnitNetPriceCorrection()
-
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.voidsetMoney(Money value)Sets the value of the money property.voidsetPriceBasisQuantity(PriceBasisQuantity value)Sets the value of the priceBasisQuantity property.
-
-
-
Field Detail
-
money
protected Money money
-
priceBasisQuantity
protected PriceBasisQuantity priceBasisQuantity
-
-
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
-
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
-
-