public class PartyTaxSchemeType 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>Party Tax Scheme. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a taxation scheme applying to a party.</ccts:Definition>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
</ccts:Component>
Java class for PartyTaxSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyTaxSchemeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegistrationName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxLevelCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExemptionReasonCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExemptionReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RegistrationAddress" 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 CompanyIDType |
companyID |
protected List<ExemptionReasonType> |
exemptionReason |
protected ExemptionReasonCodeType |
exemptionReasonCode |
protected AddressType |
registrationAddress |
protected RegistrationNameType |
registrationName |
protected TaxLevelCodeType |
taxLevelCode |
protected TaxSchemeType |
taxScheme |
| Constructor and Description |
|---|
PartyTaxSchemeType() |
| Modifier and Type | Method and Description |
|---|---|
CompanyIDType |
getCompanyID()
<?
|
List<ExemptionReasonType> |
getExemptionReason()
<?
|
ExemptionReasonCodeType |
getExemptionReasonCode()
<?
|
AddressType |
getRegistrationAddress()
<?
|
RegistrationNameType |
getRegistrationName()
<?
|
TaxLevelCodeType |
getTaxLevelCode()
<?
|
TaxSchemeType |
getTaxScheme()
<?
|
void |
setCompanyID(CompanyIDType value)
Sets the value of the companyID property.
|
void |
setExemptionReasonCode(ExemptionReasonCodeType value)
Sets the value of the exemptionReasonCode property.
|
void |
setRegistrationAddress(AddressType value)
Sets the value of the registrationAddress property.
|
void |
setRegistrationName(RegistrationNameType value)
Sets the value of the registrationName property.
|
void |
setTaxLevelCode(TaxLevelCodeType value)
Sets the value of the taxLevelCode property.
|
void |
setTaxScheme(TaxSchemeType value)
Sets the value of the taxScheme property.
|
protected RegistrationNameType registrationName
protected CompanyIDType companyID
protected TaxLevelCodeType taxLevelCode
protected ExemptionReasonCodeType exemptionReasonCode
protected List<ExemptionReasonType> exemptionReason
protected AddressType registrationAddress
protected TaxSchemeType taxScheme
public RegistrationNameType getRegistrationName()
<?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>Party Tax Scheme. Registration_ Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of the party as registered with the relevant fiscal authority.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:Examples>Microsoft Corporation </ccts:Examples>
</ccts:Component>
RegistrationNameTypepublic void setRegistrationName(RegistrationNameType value)
value - allowed object is
RegistrationNameTypepublic CompanyIDType getCompanyID()
<?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>Party Tax Scheme. Company Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the party assigned for tax purposes by the taxation authority.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
<ccts:PropertyTerm>Company Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>VAT Number</ccts:AlternativeBusinessTerms>
<ccts:Examples>3556625 </ccts:Examples>
</ccts:Component>
CompanyIDTypepublic void setCompanyID(CompanyIDType value)
value - allowed object is
CompanyIDTypepublic TaxLevelCodeType getTaxLevelCode()
<?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>Party Tax Scheme. Tax Level Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the tax level applicable to the party within this taxation scheme.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
<ccts:PropertyTerm>Tax Level Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
TaxLevelCodeTypepublic void setTaxLevelCode(TaxLevelCodeType value)
value - allowed object is
TaxLevelCodeTypepublic ExemptionReasonCodeType getExemptionReasonCode()
<?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>Party Tax Scheme. Exemption Reason Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A reason for the party's exemption from tax, expressed as a code.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
<ccts:PropertyTerm>Exemption Reason Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
ExemptionReasonCodeTypepublic void setExemptionReasonCode(ExemptionReasonCodeType value)
value - allowed object is
ExemptionReasonCodeTypepublic List<ExemptionReasonType> getExemptionReason()
<?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>Party Tax Scheme. Exemption_ Reason. Text</ccts:DictionaryEntryName>
<ccts:Definition>A reason for the party's exemption from tax, expressed as text.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Exemption</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Reason</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the exemptionReason 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 exemptionReason property.
For example, to add a new item, do as follows:
getExemptionReason().add(newItem);
Objects of the following type(s) are allowed in the list
ExemptionReasonType
public AddressType getRegistrationAddress()
<?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>Party Tax Scheme. Registration_ Address. Address</ccts:DictionaryEntryName>
<ccts:Definition>The address of the party as registered for tax purposes.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Address</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Address</ccts:RepresentationTerm>
</ccts:Component>
AddressTypepublic void setRegistrationAddress(AddressType value)
value - allowed object is
AddressTypepublic 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>Party Tax Scheme. Tax Scheme</ccts:DictionaryEntryName>
<ccts:Definition>The taxation scheme applicable to the party.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Party Tax Scheme</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.