public class PartyTaxSchemeType extends Object
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()
Gets the value of the companyID property.
|
List<ExemptionReasonType> |
getExemptionReason()
Gets the value of the exemptionReason property.
|
ExemptionReasonCodeType |
getExemptionReasonCode()
Gets the value of the exemptionReasonCode property.
|
AddressType |
getRegistrationAddress()
Gets the value of the registrationAddress property.
|
RegistrationNameType |
getRegistrationName()
Gets the value of the registrationName property.
|
TaxLevelCodeType |
getTaxLevelCode()
Gets the value of the taxLevelCode property.
|
TaxSchemeType |
getTaxScheme()
Gets the value of the taxScheme property.
|
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()
RegistrationNameTypepublic void setRegistrationName(RegistrationNameType value)
value - allowed object is
RegistrationNameTypepublic CompanyIDType getCompanyID()
CompanyIDTypepublic void setCompanyID(CompanyIDType value)
value - allowed object is
CompanyIDTypepublic TaxLevelCodeType getTaxLevelCode()
TaxLevelCodeTypepublic void setTaxLevelCode(TaxLevelCodeType value)
value - allowed object is
TaxLevelCodeTypepublic ExemptionReasonCodeType getExemptionReasonCode()
ExemptionReasonCodeTypepublic void setExemptionReasonCode(ExemptionReasonCodeType value)
value - allowed object is
ExemptionReasonCodeTypepublic List<ExemptionReasonType> getExemptionReason()
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()
AddressTypepublic void setRegistrationAddress(AddressType value)
value - allowed object is
AddressTypepublic TaxSchemeType getTaxScheme()
TaxSchemeTypepublic void setTaxScheme(TaxSchemeType value)
value - allowed object is
TaxSchemeTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.