Class TaxSubtotalType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TaxSubtotalType
-
public class TaxSubtotalType extends Object
Java class for TaxSubtotalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxSubtotalType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxableAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxAmount"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationSequenceNumeric" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransactionCurrencyTaxAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Percent" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BaseUnitMeasure" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PerUnitAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TierRange" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TierRatePercent" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxCategory"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseUnitMeasureTypebaseUnitMeasureprotected CalculationSequenceNumericTypecalculationSequenceNumericprotected PercentTypepercentprotected PerUnitAmountTypeperUnitAmountprotected TaxableAmountTypetaxableAmountprotected TaxAmountTypetaxAmountprotected TaxCategoryTypetaxCategoryprotected TierRangeTypetierRangeprotected TierRatePercentTypetierRatePercentprotected TransactionCurrencyTaxAmountTypetransactionCurrencyTaxAmount
-
Constructor Summary
Constructors Constructor Description TaxSubtotalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseUnitMeasureTypegetBaseUnitMeasure()Gets the value of the baseUnitMeasure property.CalculationSequenceNumericTypegetCalculationSequenceNumeric()Gets the value of the calculationSequenceNumeric property.PercentTypegetPercent()Gets the value of the percent property.PerUnitAmountTypegetPerUnitAmount()Gets the value of the perUnitAmount property.TaxableAmountTypegetTaxableAmount()Gets the value of the taxableAmount property.TaxAmountTypegetTaxAmount()Gets the value of the taxAmount property.TaxCategoryTypegetTaxCategory()Gets the value of the taxCategory property.TierRangeTypegetTierRange()Gets the value of the tierRange property.TierRatePercentTypegetTierRatePercent()Gets the value of the tierRatePercent property.TransactionCurrencyTaxAmountTypegetTransactionCurrencyTaxAmount()Gets the value of the transactionCurrencyTaxAmount property.voidsetBaseUnitMeasure(BaseUnitMeasureType value)Sets the value of the baseUnitMeasure property.voidsetCalculationSequenceNumeric(CalculationSequenceNumericType value)Sets the value of the calculationSequenceNumeric property.voidsetPercent(PercentType value)Sets the value of the percent property.voidsetPerUnitAmount(PerUnitAmountType value)Sets the value of the perUnitAmount property.voidsetTaxableAmount(TaxableAmountType value)Sets the value of the taxableAmount property.voidsetTaxAmount(TaxAmountType value)Sets the value of the taxAmount property.voidsetTaxCategory(TaxCategoryType value)Sets the value of the taxCategory property.voidsetTierRange(TierRangeType value)Sets the value of the tierRange property.voidsetTierRatePercent(TierRatePercentType value)Sets the value of the tierRatePercent property.voidsetTransactionCurrencyTaxAmount(TransactionCurrencyTaxAmountType value)Sets the value of the transactionCurrencyTaxAmount property.
-
-
-
Field Detail
-
taxableAmount
protected TaxableAmountType taxableAmount
-
taxAmount
protected TaxAmountType taxAmount
-
calculationSequenceNumeric
protected CalculationSequenceNumericType calculationSequenceNumeric
-
transactionCurrencyTaxAmount
protected TransactionCurrencyTaxAmountType transactionCurrencyTaxAmount
-
percent
protected PercentType percent
-
baseUnitMeasure
protected BaseUnitMeasureType baseUnitMeasure
-
perUnitAmount
protected PerUnitAmountType perUnitAmount
-
tierRange
protected TierRangeType tierRange
-
tierRatePercent
protected TierRatePercentType tierRatePercent
-
taxCategory
protected TaxCategoryType taxCategory
-
-
Method Detail
-
getTaxableAmount
public TaxableAmountType getTaxableAmount()
Gets the value of the taxableAmount property.- Returns:
- possible object is
TaxableAmountType
-
setTaxableAmount
public void setTaxableAmount(TaxableAmountType value)
Sets the value of the taxableAmount property.- Parameters:
value- allowed object isTaxableAmountType
-
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
-
getCalculationSequenceNumeric
public CalculationSequenceNumericType getCalculationSequenceNumeric()
Gets the value of the calculationSequenceNumeric property.- Returns:
- possible object is
CalculationSequenceNumericType
-
setCalculationSequenceNumeric
public void setCalculationSequenceNumeric(CalculationSequenceNumericType value)
Sets the value of the calculationSequenceNumeric property.- Parameters:
value- allowed object isCalculationSequenceNumericType
-
getTransactionCurrencyTaxAmount
public TransactionCurrencyTaxAmountType getTransactionCurrencyTaxAmount()
Gets the value of the transactionCurrencyTaxAmount property.- Returns:
- possible object is
TransactionCurrencyTaxAmountType
-
setTransactionCurrencyTaxAmount
public void setTransactionCurrencyTaxAmount(TransactionCurrencyTaxAmountType value)
Sets the value of the transactionCurrencyTaxAmount property.- Parameters:
value- allowed object isTransactionCurrencyTaxAmountType
-
getPercent
public PercentType getPercent()
Gets the value of the percent property.- Returns:
- possible object is
PercentType
-
setPercent
public void setPercent(PercentType value)
Sets the value of the percent property.- Parameters:
value- allowed object isPercentType
-
getBaseUnitMeasure
public BaseUnitMeasureType getBaseUnitMeasure()
Gets the value of the baseUnitMeasure property.- Returns:
- possible object is
BaseUnitMeasureType
-
setBaseUnitMeasure
public void setBaseUnitMeasure(BaseUnitMeasureType value)
Sets the value of the baseUnitMeasure property.- Parameters:
value- allowed object isBaseUnitMeasureType
-
getPerUnitAmount
public PerUnitAmountType getPerUnitAmount()
Gets the value of the perUnitAmount property.- Returns:
- possible object is
PerUnitAmountType
-
setPerUnitAmount
public void setPerUnitAmount(PerUnitAmountType value)
Sets the value of the perUnitAmount property.- Parameters:
value- allowed object isPerUnitAmountType
-
getTierRange
public TierRangeType getTierRange()
Gets the value of the tierRange property.- Returns:
- possible object is
TierRangeType
-
setTierRange
public void setTierRange(TierRangeType value)
Sets the value of the tierRange property.- Parameters:
value- allowed object isTierRangeType
-
getTierRatePercent
public TierRatePercentType getTierRatePercent()
Gets the value of the tierRatePercent property.- Returns:
- possible object is
TierRatePercentType
-
setTierRatePercent
public void setTierRatePercent(TierRatePercentType value)
Sets the value of the tierRatePercent property.- Parameters:
value- allowed object isTierRatePercentType
-
getTaxCategory
public TaxCategoryType getTaxCategory()
Gets the value of the taxCategory property.- Returns:
- possible object is
TaxCategoryType
-
setTaxCategory
public void setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.- Parameters:
value- allowed object isTaxCategoryType
-
-