public class TaxCategoryType extends Object
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe one of the tax categories within a taxation scheme (e.g., High Rate VAT, Low Rate VAT).</ccts:Definition>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
</ccts:Component>
Java class for TaxCategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxCategoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" 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}TaxExemptionReasonCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxExemptionReason" maxOccurs="unbounded" 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}TaxScheme"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BaseUnitMeasureType |
baseUnitMeasure |
protected IDType |
id |
protected NameType |
name |
protected PercentType |
percent |
protected PerUnitAmountType |
perUnitAmount |
protected List<TaxExemptionReasonType> |
taxExemptionReason |
protected TaxExemptionReasonCodeType |
taxExemptionReasonCode |
protected TaxSchemeType |
taxScheme |
protected TierRangeType |
tierRange |
protected TierRatePercentType |
tierRatePercent |
| Constructor and Description |
|---|
TaxCategoryType() |
| Modifier and Type | Method and Description |
|---|---|
BaseUnitMeasureType |
getBaseUnitMeasure()
<?
|
IDType |
getID()
<?
|
NameType |
getName()
<?
|
PercentType |
getPercent()
<?
|
PerUnitAmountType |
getPerUnitAmount()
<?
|
List<TaxExemptionReasonType> |
getTaxExemptionReason()
<?
|
TaxExemptionReasonCodeType |
getTaxExemptionReasonCode()
<?
|
TaxSchemeType |
getTaxScheme()
<?
|
TierRangeType |
getTierRange()
<?
|
TierRatePercentType |
getTierRatePercent()
<?
|
void |
setBaseUnitMeasure(BaseUnitMeasureType value)
Sets the value of the baseUnitMeasure property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setPercent(PercentType value)
Sets the value of the percent property.
|
void |
setPerUnitAmount(PerUnitAmountType value)
Sets the value of the perUnitAmount property.
|
void |
setTaxExemptionReasonCode(TaxExemptionReasonCodeType value)
Sets the value of the taxExemptionReasonCode property.
|
void |
setTaxScheme(TaxSchemeType value)
Sets the value of the taxScheme property.
|
void |
setTierRange(TierRangeType value)
Sets the value of the tierRange property.
|
void |
setTierRatePercent(TierRatePercentType value)
Sets the value of the tierRatePercent property.
|
protected IDType id
protected NameType name
protected PercentType percent
protected BaseUnitMeasureType baseUnitMeasure
protected PerUnitAmountType perUnitAmount
protected TaxExemptionReasonCodeType taxExemptionReasonCode
protected List<TaxExemptionReasonType> taxExemptionReason
protected TierRangeType tierRange
protected TierRatePercentType tierRatePercent
protected TaxSchemeType taxScheme
public IDType getID()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this tax category.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
<ccts:Examples>http://www.unece.org/uncefact/codelist/standard/UNECE_DutyorTaxorFeeCategoryCode_D09B.xsd</ccts:Examples>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of this tax category.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:Examples>Luxury Goods , Wine Equalization , Exempt </ccts:Examples>
</ccts:Component>
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic 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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The tax rate for this category, expressed as a percentage.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
PercentTypepublic void setPercent(PercentType value)
value - allowed object is
PercentTypepublic 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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Base Unit Measure. Measure</ccts:DictionaryEntryName>
<ccts:Definition>A Unit of Measures used as the basic for the tax calculation applied at a certain rate per unit.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</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(BaseUnitMeasureType value)
value - allowed object is
BaseUnitMeasureTypepublic 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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. 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 Category</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(PerUnitAmountType value)
value - allowed object is
PerUnitAmountTypepublic TaxExemptionReasonCodeType getTaxExemptionReasonCode()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Tax Exemption Reason Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>The reason for tax being exempted, expressed as a code.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Tax Exemption Reason Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
<ccts:Examples>http://www.unece.org/uncefact/codelist/standard/UNECE_DutyTaxFeeTypeCode_D09B.xsd</ccts:Examples>
</ccts:Component>
TaxExemptionReasonCodeTypepublic void setTaxExemptionReasonCode(TaxExemptionReasonCodeType value)
value - allowed object is
TaxExemptionReasonCodeTypepublic List<TaxExemptionReasonType> getTaxExemptionReason()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Tax Exemption Reason. Text</ccts:DictionaryEntryName>
<ccts:Definition>The reason for tax being exempted, expressed as text.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Tax Exemption Reason</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the taxExemptionReason 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 set method for the taxExemptionReason property.
For example, to add a new item, do as follows:
getTaxExemptionReason().add(newItem);
Objects of the following type(s) are allowed in the list
TaxExemptionReasonType
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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Tier Range. Text</ccts:DictionaryEntryName>
<ccts:Definition>Where a tax is tiered, the range of taxable amounts that determines the rate of tax applicable to this tax category.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Tier Range</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
TierRangeTypepublic void setTierRange(TierRangeType value)
value - allowed object is
TierRangeTypepublic 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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Tier Rate. Percent</ccts:DictionaryEntryName>
<ccts:Definition>Where a tax is tiered, the tax rate that applies within the specified range of taxable amounts for this tax category.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Tier Rate</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
TierRatePercentTypepublic void setTierRatePercent(TierRatePercentType value)
value - allowed object is
TierRatePercentTypepublic TaxSchemeType getTaxScheme()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tax Category. Tax Scheme</ccts:DictionaryEntryName>
<ccts:Definition>The taxation scheme within which this tax category is defined.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Tax Category</ccts:ObjectClass>
<ccts:PropertyTerm>Tax Scheme</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Tax Scheme</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Tax Scheme</ccts:RepresentationTerm>
</ccts:Component>
TaxSchemeTypepublic void setTaxScheme(TaxSchemeType value)
value - allowed object is
TaxSchemeTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.