public class JurisdictionSectionType extends Object
Java class for JurisdictionSectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JurisdictionSectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecJurCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" maxOccurs="unbounded"/>
<element name="Jurisdiction" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="JurWithTaxingRights" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="JurisdictionName" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="Subgroup" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="TypeofSubGroup" type="{urn:oecd:ties:globe:v2}TypeofSubGroup_EnumType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ReportDifference" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ETRDifference" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="AdjCoveredTaxDifference" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AggCurrentTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="QRTCExpense" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="OtherTaxCredits" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DeferTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="NetGLoBEDifference" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="SBIEDifference" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="AddCurrentTuTDifference" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="TuTDifference" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ElectionsDifference" type="{urn:oecd:ties:globestf:v5}StringMin1Max4000_Type" minOccurs="0"/>
<element name="QRTCIncome" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ExcessNegTaxCarryForw" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="TransitionDifference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="LocalCurrency" type="{urn:oecd:ties:isoglobetypes:v1}currCode_Type" minOccurs="0"/>
<element name="GLoBETax" type="{urn:oecd:ties:globe:v2}GLOBETax"/>
<element name="LowTaxJurisdiction" type="{urn:oecd:ties:globe:v2}LowTaxJurisdictionType" minOccurs="0"/>
<element name="AdditionalDataPoint" type="{urn:oecd:ties:globe:v2}AdditionalDataPointType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
JurisdictionSectionType.JurWithTaxingRights |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<AdditionalDataPointType> |
additionalDataPoint |
|
protected @NotNull @Valid GLOBETax |
gLoBETax |
|
protected @NotNull CountryCodeType |
jurisdiction |
|
protected @Valid List<JurisdictionSectionType.JurWithTaxingRights> |
jurWithTaxingRights |
|
protected CurrCodeType |
localCurrency |
|
protected @Valid LowTaxJurisdictionType |
lowTaxJurisdiction |
|
protected @NotNull @Size(min=1) List<CountryCodeType> |
recJurCode |
| Constructor | Description |
|---|---|
JurisdictionSectionType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<AdditionalDataPointType> |
getAdditionalDataPoint() |
Gets the value of the additionalDataPoint property.
|
GLOBETax |
getGLoBETax() |
Gets the value of the gLoBETax property.
|
CountryCodeType |
getJurisdiction() |
Gets the value of the jurisdiction property.
|
List<JurisdictionSectionType.JurWithTaxingRights> |
getJurWithTaxingRights() |
Gets the value of the jurWithTaxingRights property.
|
CurrCodeType |
getLocalCurrency() |
Gets the value of the localCurrency property.
|
LowTaxJurisdictionType |
getLowTaxJurisdiction() |
Gets the value of the lowTaxJurisdiction property.
|
List<CountryCodeType> |
getRecJurCode() |
Gets the value of the recJurCode property.
|
void |
setGLoBETax(GLOBETax value) |
Sets the value of the gLoBETax property.
|
void |
setJurisdiction(CountryCodeType value) |
Sets the value of the jurisdiction property.
|
void |
setLocalCurrency(CurrCodeType value) |
Sets the value of the localCurrency property.
|
void |
setLowTaxJurisdiction(LowTaxJurisdictionType value) |
Sets the value of the lowTaxJurisdiction property.
|
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<CountryCodeType> recJurCode
@NotNull protected @NotNull CountryCodeType jurisdiction
@Valid protected @Valid List<JurisdictionSectionType.JurWithTaxingRights> jurWithTaxingRights
protected CurrCodeType localCurrency
@NotNull @Valid protected @NotNull @Valid GLOBETax gLoBETax
@Valid protected @Valid LowTaxJurisdictionType lowTaxJurisdiction
@Valid protected @Valid List<AdditionalDataPointType> additionalDataPoint
public List<CountryCodeType> getRecJurCode()
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 recJurCode property.
For example, to add a new item, do as follows:
getRecJurCode().add(newItem);
Objects of the following type(s) are allowed in the list
CountryCodeType
public CountryCodeType getJurisdiction()
CountryCodeTypepublic void setJurisdiction(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic List<JurisdictionSectionType.JurWithTaxingRights> getJurWithTaxingRights()
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 jurWithTaxingRights property.
For example, to add a new item, do as follows:
getJurWithTaxingRights().add(newItem);
Objects of the following type(s) are allowed in the list
JurisdictionSectionType.JurWithTaxingRights
public CurrCodeType getLocalCurrency()
CurrCodeTypepublic void setLocalCurrency(CurrCodeType value)
value - allowed object is
CurrCodeTypepublic GLOBETax getGLoBETax()
GLOBETaxpublic void setGLoBETax(GLOBETax value)
value - allowed object is
GLOBETaxpublic LowTaxJurisdictionType getLowTaxJurisdiction()
LowTaxJurisdictionTypepublic void setLowTaxJurisdiction(LowTaxJurisdictionType value)
value - allowed object is
LowTaxJurisdictionTypepublic List<AdditionalDataPointType> getAdditionalDataPoint()
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 additionalDataPoint property.
For example, to add a new item, do as follows:
getAdditionalDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalDataPointType
Copyright © 2025. All rights reserved.