Package org.cxml
Class AdditionalAmounts
- java.lang.Object
-
- org.cxml.AdditionalAmounts
-
public class AdditionalAmounts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ExactAmountexactAmountprotected GoodsAndServiceAmountgoodsAndServiceAmountprotected GrossProgressPaymentAmountgrossProgressPaymentAmountprotected InformationalAmountinformationalAmountprotected TotalRetailAmounttotalRetailAmountprotected TotalReturnableItemsDepositAmounttotalReturnableItemsDepositAmount
-
Constructor Summary
Constructors Constructor Description AdditionalAmounts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExactAmountgetExactAmount()Gets the value of the exactAmount property.GoodsAndServiceAmountgetGoodsAndServiceAmount()Gets the value of the goodsAndServiceAmount property.GrossProgressPaymentAmountgetGrossProgressPaymentAmount()Gets the value of the grossProgressPaymentAmount property.InformationalAmountgetInformationalAmount()Gets the value of the informationalAmount property.TotalRetailAmountgetTotalRetailAmount()Gets the value of the totalRetailAmount property.TotalReturnableItemsDepositAmountgetTotalReturnableItemsDepositAmount()Gets the value of the totalReturnableItemsDepositAmount property.voidsetExactAmount(ExactAmount value)Sets the value of the exactAmount property.voidsetGoodsAndServiceAmount(GoodsAndServiceAmount value)Sets the value of the goodsAndServiceAmount property.voidsetGrossProgressPaymentAmount(GrossProgressPaymentAmount value)Sets the value of the grossProgressPaymentAmount property.voidsetInformationalAmount(InformationalAmount value)Sets the value of the informationalAmount property.voidsetTotalRetailAmount(TotalRetailAmount value)Sets the value of the totalRetailAmount property.voidsetTotalReturnableItemsDepositAmount(TotalReturnableItemsDepositAmount value)Sets the value of the totalReturnableItemsDepositAmount property.
-
-
-
Field Detail
-
totalRetailAmount
protected TotalRetailAmount totalRetailAmount
-
informationalAmount
protected InformationalAmount informationalAmount
-
grossProgressPaymentAmount
protected GrossProgressPaymentAmount grossProgressPaymentAmount
-
totalReturnableItemsDepositAmount
protected TotalReturnableItemsDepositAmount totalReturnableItemsDepositAmount
-
goodsAndServiceAmount
protected GoodsAndServiceAmount goodsAndServiceAmount
-
exactAmount
protected ExactAmount exactAmount
-
-
Method Detail
-
getTotalRetailAmount
public TotalRetailAmount getTotalRetailAmount()
Gets the value of the totalRetailAmount property.- Returns:
- possible object is
TotalRetailAmount
-
setTotalRetailAmount
public void setTotalRetailAmount(TotalRetailAmount value)
Sets the value of the totalRetailAmount property.- Parameters:
value- allowed object isTotalRetailAmount
-
getInformationalAmount
public InformationalAmount getInformationalAmount()
Gets the value of the informationalAmount property.- Returns:
- possible object is
InformationalAmount
-
setInformationalAmount
public void setInformationalAmount(InformationalAmount value)
Sets the value of the informationalAmount property.- Parameters:
value- allowed object isInformationalAmount
-
getGrossProgressPaymentAmount
public GrossProgressPaymentAmount getGrossProgressPaymentAmount()
Gets the value of the grossProgressPaymentAmount property.- Returns:
- possible object is
GrossProgressPaymentAmount
-
setGrossProgressPaymentAmount
public void setGrossProgressPaymentAmount(GrossProgressPaymentAmount value)
Sets the value of the grossProgressPaymentAmount property.- Parameters:
value- allowed object isGrossProgressPaymentAmount
-
getTotalReturnableItemsDepositAmount
public TotalReturnableItemsDepositAmount getTotalReturnableItemsDepositAmount()
Gets the value of the totalReturnableItemsDepositAmount property.- Returns:
- possible object is
TotalReturnableItemsDepositAmount
-
setTotalReturnableItemsDepositAmount
public void setTotalReturnableItemsDepositAmount(TotalReturnableItemsDepositAmount value)
Sets the value of the totalReturnableItemsDepositAmount property.- Parameters:
value- allowed object isTotalReturnableItemsDepositAmount
-
getGoodsAndServiceAmount
public GoodsAndServiceAmount getGoodsAndServiceAmount()
Gets the value of the goodsAndServiceAmount property.- Returns:
- possible object is
GoodsAndServiceAmount
-
setGoodsAndServiceAmount
public void setGoodsAndServiceAmount(GoodsAndServiceAmount value)
Sets the value of the goodsAndServiceAmount property.- Parameters:
value- allowed object isGoodsAndServiceAmount
-
getExactAmount
public ExactAmount getExactAmount()
Gets the value of the exactAmount property.- Returns:
- possible object is
ExactAmount
-
setExactAmount
public void setExactAmount(ExactAmount value)
Sets the value of the exactAmount property.- Parameters:
value- allowed object isExactAmount
-
-