public class TaxSchemeType extends Object
Java class for TaxSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxSchemeType">
<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}TaxTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CurrencyCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}JurisdictionRegionAddress" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyCodeType |
currencyCode |
protected IDType |
id |
protected List<AddressType> |
jurisdictionRegionAddress |
protected NameType |
name |
protected TaxTypeCodeType |
taxTypeCode |
| Constructor and Description |
|---|
TaxSchemeType() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyCodeType |
getCurrencyCode()
Gets the value of the currencyCode property.
|
IDType |
getID()
Gets the value of the id property.
|
List<AddressType> |
getJurisdictionRegionAddress()
Gets the value of the jurisdictionRegionAddress property.
|
NameType |
getName()
Gets the value of the name property.
|
TaxTypeCodeType |
getTaxTypeCode()
Gets the value of the taxTypeCode property.
|
void |
setCurrencyCode(CurrencyCodeType value)
Sets the value of the currencyCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setTaxTypeCode(TaxTypeCodeType value)
Sets the value of the taxTypeCode property.
|
protected IDType id
protected NameType name
protected TaxTypeCodeType taxTypeCode
protected CurrencyCodeType currencyCode
protected List<AddressType> jurisdictionRegionAddress
public void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic TaxTypeCodeType getTaxTypeCode()
TaxTypeCodeTypepublic void setTaxTypeCode(TaxTypeCodeType value)
value - allowed object is
TaxTypeCodeTypepublic CurrencyCodeType getCurrencyCode()
CurrencyCodeTypepublic void setCurrencyCode(CurrencyCodeType value)
value - allowed object is
CurrencyCodeTypepublic List<AddressType> getJurisdictionRegionAddress()
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 jurisdictionRegionAddress property.
For example, to add a new item, do as follows:
getJurisdictionRegionAddress().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.