Class TaxTotalType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TaxTotalType
-
public class TaxTotalType extends Object
Java class for TaxTotalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxTotalType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxAmount"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RoundingAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxEvidenceIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxIncludedIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxSubtotal" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RoundingAmountTyperoundingAmountprotected TaxAmountTypetaxAmountprotected TaxEvidenceIndicatorTypetaxEvidenceIndicatorprotected TaxIncludedIndicatorTypetaxIncludedIndicatorprotected List<TaxSubtotalType>taxSubtotal
-
Constructor Summary
Constructors Constructor Description TaxTotalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoundingAmountTypegetRoundingAmount()Gets the value of the roundingAmount property.TaxAmountTypegetTaxAmount()Gets the value of the taxAmount property.TaxEvidenceIndicatorTypegetTaxEvidenceIndicator()Gets the value of the taxEvidenceIndicator property.TaxIncludedIndicatorTypegetTaxIncludedIndicator()Gets the value of the taxIncludedIndicator property.List<TaxSubtotalType>getTaxSubtotal()Gets the value of the taxSubtotal property.voidsetRoundingAmount(RoundingAmountType value)Sets the value of the roundingAmount property.voidsetTaxAmount(TaxAmountType value)Sets the value of the taxAmount property.voidsetTaxEvidenceIndicator(TaxEvidenceIndicatorType value)Sets the value of the taxEvidenceIndicator property.voidsetTaxIncludedIndicator(TaxIncludedIndicatorType value)Sets the value of the taxIncludedIndicator property.
-
-
-
Field Detail
-
taxAmount
protected TaxAmountType taxAmount
-
roundingAmount
protected RoundingAmountType roundingAmount
-
taxEvidenceIndicator
protected TaxEvidenceIndicatorType taxEvidenceIndicator
-
taxIncludedIndicator
protected TaxIncludedIndicatorType taxIncludedIndicator
-
taxSubtotal
protected List<TaxSubtotalType> taxSubtotal
-
-
Method Detail
-
getTaxAmount
public TaxAmountType getTaxAmount()
Gets the value of the taxAmount property.- Returns:
- possible object is
TaxAmountType
-
setTaxAmount
public void setTaxAmount(TaxAmountType value)
Sets the value of the taxAmount property.- Parameters:
value- allowed object isTaxAmountType
-
getRoundingAmount
public RoundingAmountType getRoundingAmount()
Gets the value of the roundingAmount property.- Returns:
- possible object is
RoundingAmountType
-
setRoundingAmount
public void setRoundingAmount(RoundingAmountType value)
Sets the value of the roundingAmount property.- Parameters:
value- allowed object isRoundingAmountType
-
getTaxEvidenceIndicator
public TaxEvidenceIndicatorType getTaxEvidenceIndicator()
Gets the value of the taxEvidenceIndicator property.- Returns:
- possible object is
TaxEvidenceIndicatorType
-
setTaxEvidenceIndicator
public void setTaxEvidenceIndicator(TaxEvidenceIndicatorType value)
Sets the value of the taxEvidenceIndicator property.- Parameters:
value- allowed object isTaxEvidenceIndicatorType
-
getTaxIncludedIndicator
public TaxIncludedIndicatorType getTaxIncludedIndicator()
Gets the value of the taxIncludedIndicator property.- Returns:
- possible object is
TaxIncludedIndicatorType
-
setTaxIncludedIndicator
public void setTaxIncludedIndicator(TaxIncludedIndicatorType value)
Sets the value of the taxIncludedIndicator property.- Parameters:
value- allowed object isTaxIncludedIndicatorType
-
getTaxSubtotal
public List<TaxSubtotalType> getTaxSubtotal()
Gets the value of the taxSubtotal property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the taxSubtotal property.For example, to add a new item, do as follows:
getTaxSubtotal().add(newItem);Objects of the following type(s) are allowed in the list
TaxSubtotalType
-
-