Class MonetaryTotalType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.MonetaryTotalType
-
public class MonetaryTotalType extends Object
Java class for MonetaryTotalType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MonetaryTotalType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineExtensionAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxExclusiveAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxInclusiveAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AllowanceTotalAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ChargeTotalAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrepaidAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PayableRoundingAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PayableAmount"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PayableAlternativeAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AllowanceTotalAmountTypeallowanceTotalAmountprotected ChargeTotalAmountTypechargeTotalAmountprotected LineExtensionAmountTypelineExtensionAmountprotected PayableAlternativeAmountTypepayableAlternativeAmountprotected PayableAmountTypepayableAmountprotected PayableRoundingAmountTypepayableRoundingAmountprotected PrepaidAmountTypeprepaidAmountprotected TaxExclusiveAmountTypetaxExclusiveAmountprotected TaxInclusiveAmountTypetaxInclusiveAmount
-
Constructor Summary
Constructors Constructor Description MonetaryTotalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowanceTotalAmountTypegetAllowanceTotalAmount()Gets the value of the allowanceTotalAmount property.ChargeTotalAmountTypegetChargeTotalAmount()Gets the value of the chargeTotalAmount property.LineExtensionAmountTypegetLineExtensionAmount()Gets the value of the lineExtensionAmount property.PayableAlternativeAmountTypegetPayableAlternativeAmount()Gets the value of the payableAlternativeAmount property.PayableAmountTypegetPayableAmount()Gets the value of the payableAmount property.PayableRoundingAmountTypegetPayableRoundingAmount()Gets the value of the payableRoundingAmount property.PrepaidAmountTypegetPrepaidAmount()Gets the value of the prepaidAmount property.TaxExclusiveAmountTypegetTaxExclusiveAmount()Gets the value of the taxExclusiveAmount property.TaxInclusiveAmountTypegetTaxInclusiveAmount()Gets the value of the taxInclusiveAmount property.voidsetAllowanceTotalAmount(AllowanceTotalAmountType value)Sets the value of the allowanceTotalAmount property.voidsetChargeTotalAmount(ChargeTotalAmountType value)Sets the value of the chargeTotalAmount property.voidsetLineExtensionAmount(LineExtensionAmountType value)Sets the value of the lineExtensionAmount property.voidsetPayableAlternativeAmount(PayableAlternativeAmountType value)Sets the value of the payableAlternativeAmount property.voidsetPayableAmount(PayableAmountType value)Sets the value of the payableAmount property.voidsetPayableRoundingAmount(PayableRoundingAmountType value)Sets the value of the payableRoundingAmount property.voidsetPrepaidAmount(PrepaidAmountType value)Sets the value of the prepaidAmount property.voidsetTaxExclusiveAmount(TaxExclusiveAmountType value)Sets the value of the taxExclusiveAmount property.voidsetTaxInclusiveAmount(TaxInclusiveAmountType value)Sets the value of the taxInclusiveAmount property.
-
-
-
Field Detail
-
lineExtensionAmount
protected LineExtensionAmountType lineExtensionAmount
-
taxExclusiveAmount
protected TaxExclusiveAmountType taxExclusiveAmount
-
taxInclusiveAmount
protected TaxInclusiveAmountType taxInclusiveAmount
-
allowanceTotalAmount
protected AllowanceTotalAmountType allowanceTotalAmount
-
chargeTotalAmount
protected ChargeTotalAmountType chargeTotalAmount
-
prepaidAmount
protected PrepaidAmountType prepaidAmount
-
payableRoundingAmount
protected PayableRoundingAmountType payableRoundingAmount
-
payableAmount
protected PayableAmountType payableAmount
-
payableAlternativeAmount
protected PayableAlternativeAmountType payableAlternativeAmount
-
-
Method Detail
-
getLineExtensionAmount
public LineExtensionAmountType getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.- Returns:
- possible object is
LineExtensionAmountType
-
setLineExtensionAmount
public void setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.- Parameters:
value- allowed object isLineExtensionAmountType
-
getTaxExclusiveAmount
public TaxExclusiveAmountType getTaxExclusiveAmount()
Gets the value of the taxExclusiveAmount property.- Returns:
- possible object is
TaxExclusiveAmountType
-
setTaxExclusiveAmount
public void setTaxExclusiveAmount(TaxExclusiveAmountType value)
Sets the value of the taxExclusiveAmount property.- Parameters:
value- allowed object isTaxExclusiveAmountType
-
getTaxInclusiveAmount
public TaxInclusiveAmountType getTaxInclusiveAmount()
Gets the value of the taxInclusiveAmount property.- Returns:
- possible object is
TaxInclusiveAmountType
-
setTaxInclusiveAmount
public void setTaxInclusiveAmount(TaxInclusiveAmountType value)
Sets the value of the taxInclusiveAmount property.- Parameters:
value- allowed object isTaxInclusiveAmountType
-
getAllowanceTotalAmount
public AllowanceTotalAmountType getAllowanceTotalAmount()
Gets the value of the allowanceTotalAmount property.- Returns:
- possible object is
AllowanceTotalAmountType
-
setAllowanceTotalAmount
public void setAllowanceTotalAmount(AllowanceTotalAmountType value)
Sets the value of the allowanceTotalAmount property.- Parameters:
value- allowed object isAllowanceTotalAmountType
-
getChargeTotalAmount
public ChargeTotalAmountType getChargeTotalAmount()
Gets the value of the chargeTotalAmount property.- Returns:
- possible object is
ChargeTotalAmountType
-
setChargeTotalAmount
public void setChargeTotalAmount(ChargeTotalAmountType value)
Sets the value of the chargeTotalAmount property.- Parameters:
value- allowed object isChargeTotalAmountType
-
getPrepaidAmount
public PrepaidAmountType getPrepaidAmount()
Gets the value of the prepaidAmount property.- Returns:
- possible object is
PrepaidAmountType
-
setPrepaidAmount
public void setPrepaidAmount(PrepaidAmountType value)
Sets the value of the prepaidAmount property.- Parameters:
value- allowed object isPrepaidAmountType
-
getPayableRoundingAmount
public PayableRoundingAmountType getPayableRoundingAmount()
Gets the value of the payableRoundingAmount property.- Returns:
- possible object is
PayableRoundingAmountType
-
setPayableRoundingAmount
public void setPayableRoundingAmount(PayableRoundingAmountType value)
Sets the value of the payableRoundingAmount property.- Parameters:
value- allowed object isPayableRoundingAmountType
-
getPayableAmount
public PayableAmountType getPayableAmount()
Gets the value of the payableAmount property.- Returns:
- possible object is
PayableAmountType
-
setPayableAmount
public void setPayableAmount(PayableAmountType value)
Sets the value of the payableAmount property.- Parameters:
value- allowed object isPayableAmountType
-
getPayableAlternativeAmount
public PayableAlternativeAmountType getPayableAlternativeAmount()
Gets the value of the payableAlternativeAmount property.- Returns:
- possible object is
PayableAlternativeAmountType
-
setPayableAlternativeAmount
public void setPayableAlternativeAmount(PayableAlternativeAmountType value)
Sets the value of the payableAlternativeAmount property.- Parameters:
value- allowed object isPayableAlternativeAmountType
-
-