public class TaxSubtotalType extends Object implements Serializable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Details</ccts:DictionaryEntryName><ccts:Definition>Information about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT.</ccts:Definition><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass></ccts:Component>
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>
| Constructor and Description |
|---|
TaxSubtotalType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BaseUnitMeasureType |
getBaseUnitMeasure()
<?
|
BigDecimal |
getBaseUnitMeasureValue()
Get the value of the contained BaseUnitMeasureType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
CalculationSequenceNumericType |
getCalculationSequenceNumeric()
<?
|
BigDecimal |
getCalculationSequenceNumericValue()
Get the value of the contained CalculationSequenceNumericType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
PercentType |
getPercent()
<?
|
BigDecimal |
getPercentValue()
Get the value of the contained PercentType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
PerUnitAmountType |
getPerUnitAmount()
<?
|
BigDecimal |
getPerUnitAmountValue()
Get the value of the contained PerUnitAmountType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TaxableAmountType |
getTaxableAmount()
<?
|
BigDecimal |
getTaxableAmountValue()
Get the value of the contained TaxableAmountType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TaxAmountType |
getTaxAmount()
<?
|
BigDecimal |
getTaxAmountValue()
Get the value of the contained TaxAmountType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TaxCategoryType |
getTaxCategory()
<?
|
TierRangeType |
getTierRange()
<?
|
String |
getTierRangeValue()
Get the value of the contained TierRangeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TierRatePercentType |
getTierRatePercent()
<?
|
BigDecimal |
getTierRatePercentValue()
Get the value of the contained TierRatePercentType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TransactionCurrencyTaxAmountType |
getTransactionCurrencyTaxAmount()
<?
|
BigDecimal |
getTransactionCurrencyTaxAmountValue()
Get the value of the contained TransactionCurrencyTaxAmountType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setBaseUnitMeasure(BaseUnitMeasureType value)
Sets the value of the baseUnitMeasure property.
|
BaseUnitMeasureType |
setBaseUnitMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
CalculationSequenceNumericType |
setCalculationSequenceNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setCalculationSequenceNumeric(CalculationSequenceNumericType value)
Sets the value of the calculationSequenceNumeric property.
|
PercentType |
setPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setPercent(PercentType value)
Sets the value of the percent property.
|
PerUnitAmountType |
setPerUnitAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setPerUnitAmount(PerUnitAmountType value)
Sets the value of the perUnitAmount property.
|
TaxableAmountType |
setTaxableAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setTaxableAmount(TaxableAmountType value)
Sets the value of the taxableAmount property.
|
TaxAmountType |
setTaxAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setTaxAmount(TaxAmountType value)
Sets the value of the taxAmount property.
|
void |
setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.
|
TierRangeType |
setTierRange(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setTierRange(TierRangeType value)
Sets the value of the tierRange property.
|
TierRatePercentType |
setTierRatePercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setTierRatePercent(TierRatePercentType value)
Sets the value of the tierRatePercent property.
|
TransactionCurrencyTaxAmountType |
setTransactionCurrencyTaxAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setTransactionCurrencyTaxAmount(TransactionCurrencyTaxAmountType value)
Sets the value of the transactionCurrencyTaxAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TaxSubtotalType()
@Nullable public TaxableAmountType getTaxableAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Taxable_ Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The net amount to which the tax percent (rate) is applied to calculate the tax amount.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTermQualifier>Taxable</ccts:PropertyTermQualifier><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
TaxableAmountTypepublic void setTaxableAmount(@Nullable TaxableAmountType value)
value - allowed object is
TaxableAmountType@Nullable public TaxAmountType getTaxAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Tax Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The amount of tax stated explicitly.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Tax Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
TaxAmountTypepublic void setTaxAmount(@Nullable TaxAmountType value)
value - allowed object is
TaxAmountType@Nullable public CalculationSequenceNumericType getCalculationSequenceNumeric()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Calculation Sequence. Numeric</ccts:DictionaryEntryName><ccts:Definition>Identifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Calculation Sequence</ccts:PropertyTerm><ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm><ccts:DataType>Numeric. Type</ccts:DataType></ccts:Component>
CalculationSequenceNumericTypepublic void setCalculationSequenceNumeric(@Nullable CalculationSequenceNumericType value)
value - allowed object is
CalculationSequenceNumericType@Nullable public TransactionCurrencyTaxAmountType getTransactionCurrencyTaxAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Transaction Currency_ Tax Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The tax amount, expressed in the currency used for invoicing.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTermQualifier>Transaction Currency</ccts:PropertyTermQualifier><ccts:PropertyTerm>Tax Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
TransactionCurrencyTaxAmountTypepublic void setTransactionCurrencyTaxAmount(@Nullable TransactionCurrencyTaxAmountType value)
value - allowed object is
TransactionCurrencyTaxAmountType@Nullable public PercentType getPercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Percent</ccts:DictionaryEntryName><ccts:Definition>The tax rate for the category, expressed as a percentage.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Percent</ccts:PropertyTerm><ccts:RepresentationTerm>Percent</ccts:RepresentationTerm><ccts:DataType>Percent. Type</ccts:DataType></ccts:Component>
PercentTypepublic void setPercent(@Nullable PercentType value)
value - allowed object is
PercentType@Nullable public BaseUnitMeasureType getBaseUnitMeasure()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Base Unit Measure. Measure</ccts:DictionaryEntryName><ccts:Definition>Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Base Unit Measure</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></ccts:Component>
BaseUnitMeasureTypepublic void setBaseUnitMeasure(@Nullable BaseUnitMeasureType value)
value - allowed object is
BaseUnitMeasureType@Nullable public PerUnitAmountType getPerUnitAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Per Unit_ Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>Where a tax is applied at a certain rate per unit, the rate per unit applied.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTermQualifier>Per Unit</ccts:PropertyTermQualifier><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
PerUnitAmountTypepublic void setPerUnitAmount(@Nullable PerUnitAmountType value)
value - allowed object is
PerUnitAmountType@Nullable public TierRangeType getTierRange()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Tier Range. Text</ccts:DictionaryEntryName><ccts:Definition>Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Tier Range</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
TierRangeTypepublic void setTierRange(@Nullable TierRangeType value)
value - allowed object is
TierRangeType@Nullable public TierRatePercentType getTierRatePercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Tier Rate. Percent</ccts:DictionaryEntryName><ccts:Definition>Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Tier Rate</ccts:PropertyTerm><ccts:RepresentationTerm>Percent</ccts:RepresentationTerm><ccts:DataType>Percent. Type</ccts:DataType></ccts:Component>
TierRatePercentTypepublic void setTierRatePercent(@Nullable TierRatePercentType value)
value - allowed object is
TierRatePercentType@Nullable public TaxCategoryType getTaxCategory()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tax Subtotal. Tax Category</ccts:DictionaryEntryName><ccts:Definition>An association to Tax Category.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Tax Subtotal</ccts:ObjectClass><ccts:PropertyTerm>Tax Category</ccts:PropertyTerm><ccts:AssociatedObjectClass>Tax Category</ccts:AssociatedObjectClass></ccts:Component>
TaxCategoryTypepublic void setTaxCategory(@Nullable TaxCategoryType value)
value - allowed object is
TaxCategoryTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
@Nonnull public PercentType setPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CalculationSequenceNumericType setCalculationSequenceNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TierRatePercentType setTierRatePercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TierRangeType setTierRange(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TaxableAmountType setTaxableAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TaxAmountType setTaxAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransactionCurrencyTaxAmountType setTransactionCurrencyTaxAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PerUnitAmountType setPerUnitAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BaseUnitMeasureType setBaseUnitMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getTaxableAmountValue()
null@Nullable public BigDecimal getTaxAmountValue()
null@Nullable public BigDecimal getCalculationSequenceNumericValue()
null@Nullable public BigDecimal getTransactionCurrencyTaxAmountValue()
null@Nullable public BigDecimal getPercentValue()
null@Nullable public BigDecimal getBaseUnitMeasureValue()
null@Nullable public BigDecimal getPerUnitAmountValue()
null@Nullable public String getTierRangeValue()
null@Nullable public BigDecimal getTierRatePercentValue()
nullCopyright © 2014 Philip Helger. All rights reserved.