Package org.cxml
Class AdditionalPrices
java.lang.Object
org.cxml.AdditionalPrices
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InformationalPriceprotected InformationalPriceExclTaxprotected UnitGrossPriceprotected UnitNetPriceCorrection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the informationalPrice property.Gets the value of the informationalPriceExclTax property.Gets the value of the unitGrossPrice property.Gets the value of the unitNetPriceCorrection property.voidSets the value of the informationalPrice property.voidSets the value of the informationalPriceExclTax property.voidsetUnitGrossPrice(UnitGrossPrice value) Sets the value of the unitGrossPrice property.voidSets the value of the unitNetPriceCorrection property.
-
Field Details
-
unitGrossPrice
-
informationalPrice
-
informationalPriceExclTax
-
unitNetPriceCorrection
-
-
Constructor Details
-
AdditionalPrices
public AdditionalPrices()
-
-
Method Details
-
getUnitGrossPrice
Gets the value of the unitGrossPrice property.- Returns:
- possible object is
UnitGrossPrice
-
setUnitGrossPrice
Sets the value of the unitGrossPrice property.- Parameters:
value- allowed object isUnitGrossPrice
-
getInformationalPrice
Gets the value of the informationalPrice property.- Returns:
- possible object is
InformationalPrice
-
setInformationalPrice
Sets the value of the informationalPrice property.- Parameters:
value- allowed object isInformationalPrice
-
getInformationalPriceExclTax
Gets the value of the informationalPriceExclTax property.- Returns:
- possible object is
InformationalPriceExclTax
-
setInformationalPriceExclTax
Sets the value of the informationalPriceExclTax property.- Parameters:
value- allowed object isInformationalPriceExclTax
-
getUnitNetPriceCorrection
Gets the value of the unitNetPriceCorrection property.- Returns:
- possible object is
UnitNetPriceCorrection
-
setUnitNetPriceCorrection
Sets the value of the unitNetPriceCorrection property.- Parameters:
value- allowed object isUnitNetPriceCorrection
-