Package org.cxml
Class AdditionalPrices
- java.lang.Object
-
- org.cxml.AdditionalPrices
-
public class AdditionalPrices extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InformationalPriceinformationalPriceprotected InformationalPriceExclTaxinformationalPriceExclTaxprotected UnitGrossPriceunitGrossPriceprotected UnitNetPriceCorrectionunitNetPriceCorrection
-
Constructor Summary
Constructors Constructor Description AdditionalPrices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationalPricegetInformationalPrice()Gets the value of the informationalPrice property.InformationalPriceExclTaxgetInformationalPriceExclTax()Gets the value of the informationalPriceExclTax property.UnitGrossPricegetUnitGrossPrice()Gets the value of the unitGrossPrice property.UnitNetPriceCorrectiongetUnitNetPriceCorrection()Gets the value of the unitNetPriceCorrection property.voidsetInformationalPrice(InformationalPrice value)Sets the value of the informationalPrice property.voidsetInformationalPriceExclTax(InformationalPriceExclTax value)Sets the value of the informationalPriceExclTax property.voidsetUnitGrossPrice(UnitGrossPrice value)Sets the value of the unitGrossPrice property.voidsetUnitNetPriceCorrection(UnitNetPriceCorrection value)Sets the value of the unitNetPriceCorrection property.
-
-
-
Field Detail
-
unitGrossPrice
protected UnitGrossPrice unitGrossPrice
-
informationalPrice
protected InformationalPrice informationalPrice
-
informationalPriceExclTax
protected InformationalPriceExclTax informationalPriceExclTax
-
unitNetPriceCorrection
protected UnitNetPriceCorrection unitNetPriceCorrection
-
-
Method Detail
-
getUnitGrossPrice
public UnitGrossPrice getUnitGrossPrice()
Gets the value of the unitGrossPrice property.- Returns:
- possible object is
UnitGrossPrice
-
setUnitGrossPrice
public void setUnitGrossPrice(UnitGrossPrice value)
Sets the value of the unitGrossPrice property.- Parameters:
value- allowed object isUnitGrossPrice
-
getInformationalPrice
public InformationalPrice getInformationalPrice()
Gets the value of the informationalPrice property.- Returns:
- possible object is
InformationalPrice
-
setInformationalPrice
public void setInformationalPrice(InformationalPrice value)
Sets the value of the informationalPrice property.- Parameters:
value- allowed object isInformationalPrice
-
getInformationalPriceExclTax
public InformationalPriceExclTax getInformationalPriceExclTax()
Gets the value of the informationalPriceExclTax property.- Returns:
- possible object is
InformationalPriceExclTax
-
setInformationalPriceExclTax
public void setInformationalPriceExclTax(InformationalPriceExclTax value)
Sets the value of the informationalPriceExclTax property.- Parameters:
value- allowed object isInformationalPriceExclTax
-
getUnitNetPriceCorrection
public UnitNetPriceCorrection getUnitNetPriceCorrection()
Gets the value of the unitNetPriceCorrection property.- Returns:
- possible object is
UnitNetPriceCorrection
-
setUnitNetPriceCorrection
public void setUnitNetPriceCorrection(UnitNetPriceCorrection value)
Sets the value of the unitNetPriceCorrection property.- Parameters:
value- allowed object isUnitNetPriceCorrection
-
-