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>
| Modifier and Type | Field and Description |
|---|---|
protected RoundingAmountType |
roundingAmount |
protected TaxAmountType |
taxAmount |
protected TaxEvidenceIndicatorType |
taxEvidenceIndicator |
protected TaxIncludedIndicatorType |
taxIncludedIndicator |
protected List<TaxSubtotalType> |
taxSubtotal |
| Constructor and Description |
|---|
TaxTotalType() |
| Modifier and Type | Method and Description |
|---|---|
RoundingAmountType |
getRoundingAmount()
Gets the value of the roundingAmount property.
|
TaxAmountType |
getTaxAmount()
Gets the value of the taxAmount property.
|
TaxEvidenceIndicatorType |
getTaxEvidenceIndicator()
Gets the value of the taxEvidenceIndicator property.
|
TaxIncludedIndicatorType |
getTaxIncludedIndicator()
Gets the value of the taxIncludedIndicator property.
|
List<TaxSubtotalType> |
getTaxSubtotal()
Gets the value of the taxSubtotal property.
|
void |
setRoundingAmount(RoundingAmountType value)
Sets the value of the roundingAmount property.
|
void |
setTaxAmount(TaxAmountType value)
Sets the value of the taxAmount property.
|
void |
setTaxEvidenceIndicator(TaxEvidenceIndicatorType value)
Sets the value of the taxEvidenceIndicator property.
|
void |
setTaxIncludedIndicator(TaxIncludedIndicatorType value)
Sets the value of the taxIncludedIndicator property.
|
protected TaxAmountType taxAmount
protected RoundingAmountType roundingAmount
protected TaxEvidenceIndicatorType taxEvidenceIndicator
protected TaxIncludedIndicatorType taxIncludedIndicator
protected List<TaxSubtotalType> taxSubtotal
public TaxAmountType getTaxAmount()
TaxAmountTypepublic void setTaxAmount(TaxAmountType value)
value - allowed object is
TaxAmountTypepublic RoundingAmountType getRoundingAmount()
RoundingAmountTypepublic void setRoundingAmount(RoundingAmountType value)
value - allowed object is
RoundingAmountTypepublic TaxEvidenceIndicatorType getTaxEvidenceIndicator()
TaxEvidenceIndicatorTypepublic void setTaxEvidenceIndicator(TaxEvidenceIndicatorType value)
value - allowed object is
TaxEvidenceIndicatorTypepublic TaxIncludedIndicatorType getTaxIncludedIndicator()
TaxIncludedIndicatorTypepublic void setTaxIncludedIndicator(TaxIncludedIndicatorType value)
value - allowed object is
TaxIncludedIndicatorTypepublic List<TaxSubtotalType> getTaxSubtotal()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.