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>
| Modifier and Type | Field and Description |
|---|---|
protected BaseUnitMeasureType |
baseUnitMeasure |
protected CalculationSequenceNumericType |
calculationSequenceNumeric |
protected PercentType |
percent |
protected PerUnitAmountType |
perUnitAmount |
protected TaxableAmountType |
taxableAmount |
protected TaxAmountType |
taxAmount |
protected TaxCategoryType |
taxCategory |
protected TierRangeType |
tierRange |
protected TierRatePercentType |
tierRatePercent |
protected TransactionCurrencyTaxAmountType |
transactionCurrencyTaxAmount |
| Constructor and Description |
|---|
TaxSubtotalType() |
| Modifier and Type | Method and Description |
|---|---|
BaseUnitMeasureType |
getBaseUnitMeasure()
Gets the value of the baseUnitMeasure property.
|
CalculationSequenceNumericType |
getCalculationSequenceNumeric()
Gets the value of the calculationSequenceNumeric property.
|
PercentType |
getPercent()
Gets the value of the percent property.
|
PerUnitAmountType |
getPerUnitAmount()
Gets the value of the perUnitAmount property.
|
TaxableAmountType |
getTaxableAmount()
Gets the value of the taxableAmount property.
|
TaxAmountType |
getTaxAmount()
Gets the value of the taxAmount property.
|
TaxCategoryType |
getTaxCategory()
Gets the value of the taxCategory property.
|
TierRangeType |
getTierRange()
Gets the value of the tierRange property.
|
TierRatePercentType |
getTierRatePercent()
Gets the value of the tierRatePercent property.
|
TransactionCurrencyTaxAmountType |
getTransactionCurrencyTaxAmount()
Gets the value of the transactionCurrencyTaxAmount property.
|
void |
setBaseUnitMeasure(BaseUnitMeasureType value)
Sets the value of the baseUnitMeasure property.
|
void |
setCalculationSequenceNumeric(CalculationSequenceNumericType value)
Sets the value of the calculationSequenceNumeric property.
|
void |
setPercent(PercentType value)
Sets the value of the percent property.
|
void |
setPerUnitAmount(PerUnitAmountType value)
Sets the value of the perUnitAmount property.
|
void |
setTaxableAmount(TaxableAmountType value)
Sets the value of the taxableAmount property.
|
void |
setTaxAmount(TaxAmountType value)
Sets the value of the taxAmount property.
|
void |
setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.
|
void |
setTierRange(TierRangeType value)
Sets the value of the tierRange property.
|
void |
setTierRatePercent(TierRatePercentType value)
Sets the value of the tierRatePercent property.
|
void |
setTransactionCurrencyTaxAmount(TransactionCurrencyTaxAmountType value)
Sets the value of the transactionCurrencyTaxAmount property.
|
protected TaxableAmountType taxableAmount
protected TaxAmountType taxAmount
protected CalculationSequenceNumericType calculationSequenceNumeric
protected TransactionCurrencyTaxAmountType transactionCurrencyTaxAmount
protected PercentType percent
protected BaseUnitMeasureType baseUnitMeasure
protected PerUnitAmountType perUnitAmount
protected TierRangeType tierRange
protected TierRatePercentType tierRatePercent
protected TaxCategoryType taxCategory
public TaxableAmountType getTaxableAmount()
TaxableAmountTypepublic void setTaxableAmount(TaxableAmountType value)
value - allowed object is
TaxableAmountTypepublic TaxAmountType getTaxAmount()
TaxAmountTypepublic void setTaxAmount(TaxAmountType value)
value - allowed object is
TaxAmountTypepublic CalculationSequenceNumericType getCalculationSequenceNumeric()
CalculationSequenceNumericTypepublic void setCalculationSequenceNumeric(CalculationSequenceNumericType value)
value - allowed object is
CalculationSequenceNumericTypepublic TransactionCurrencyTaxAmountType getTransactionCurrencyTaxAmount()
TransactionCurrencyTaxAmountTypepublic void setTransactionCurrencyTaxAmount(TransactionCurrencyTaxAmountType value)
value - allowed object is
TransactionCurrencyTaxAmountTypepublic PercentType getPercent()
PercentTypepublic void setPercent(PercentType value)
value - allowed object is
PercentTypepublic BaseUnitMeasureType getBaseUnitMeasure()
BaseUnitMeasureTypepublic void setBaseUnitMeasure(BaseUnitMeasureType value)
value - allowed object is
BaseUnitMeasureTypepublic PerUnitAmountType getPerUnitAmount()
PerUnitAmountTypepublic void setPerUnitAmount(PerUnitAmountType value)
value - allowed object is
PerUnitAmountTypepublic TierRangeType getTierRange()
TierRangeTypepublic void setTierRange(TierRangeType value)
value - allowed object is
TierRangeTypepublic TierRatePercentType getTierRatePercent()
TierRatePercentTypepublic void setTierRatePercent(TierRatePercentType value)
value - allowed object is
TierRatePercentTypepublic TaxCategoryType getTaxCategory()
TaxCategoryTypepublic void setTaxCategory(TaxCategoryType value)
value - allowed object is
TaxCategoryTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.