Package org.cxml
Class AdditionalAmounts
java.lang.Object
org.cxml.AdditionalAmounts
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExactAmountprotected GoodsAndServiceAmountprotected GrossProgressPaymentAmountprotected InformationalAmountprotected TotalRetailAmountprotected TotalReturnableItemsDepositAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exactAmount property.Gets the value of the goodsAndServiceAmount property.Gets the value of the grossProgressPaymentAmount property.Gets the value of the informationalAmount property.Gets the value of the totalRetailAmount property.Gets the value of the totalReturnableItemsDepositAmount property.voidsetExactAmount(ExactAmount value) Sets the value of the exactAmount property.voidSets the value of the goodsAndServiceAmount property.voidSets the value of the grossProgressPaymentAmount property.voidSets the value of the informationalAmount property.voidSets the value of the totalRetailAmount property.voidSets the value of the totalReturnableItemsDepositAmount property.
-
Field Details
-
totalRetailAmount
-
informationalAmount
-
grossProgressPaymentAmount
-
totalReturnableItemsDepositAmount
-
goodsAndServiceAmount
-
exactAmount
-
-
Constructor Details
-
AdditionalAmounts
public AdditionalAmounts()
-
-
Method Details
-
getTotalRetailAmount
Gets the value of the totalRetailAmount property.- Returns:
- possible object is
TotalRetailAmount
-
setTotalRetailAmount
Sets the value of the totalRetailAmount property.- Parameters:
value- allowed object isTotalRetailAmount
-
getInformationalAmount
Gets the value of the informationalAmount property.- Returns:
- possible object is
InformationalAmount
-
setInformationalAmount
Sets the value of the informationalAmount property.- Parameters:
value- allowed object isInformationalAmount
-
getGrossProgressPaymentAmount
Gets the value of the grossProgressPaymentAmount property.- Returns:
- possible object is
GrossProgressPaymentAmount
-
setGrossProgressPaymentAmount
Sets the value of the grossProgressPaymentAmount property.- Parameters:
value- allowed object isGrossProgressPaymentAmount
-
getTotalReturnableItemsDepositAmount
Gets the value of the totalReturnableItemsDepositAmount property.- Returns:
- possible object is
TotalReturnableItemsDepositAmount
-
setTotalReturnableItemsDepositAmount
Sets the value of the totalReturnableItemsDepositAmount property.- Parameters:
value- allowed object isTotalReturnableItemsDepositAmount
-
getGoodsAndServiceAmount
Gets the value of the goodsAndServiceAmount property.- Returns:
- possible object is
GoodsAndServiceAmount
-
setGoodsAndServiceAmount
Sets the value of the goodsAndServiceAmount property.- Parameters:
value- allowed object isGoodsAndServiceAmount
-
getExactAmount
Gets the value of the exactAmount property.- Returns:
- possible object is
ExactAmount
-
setExactAmount
Sets the value of the exactAmount property.- Parameters:
value- allowed object isExactAmount
-