public static class JurisdictionSectionType.JurWithTaxingRights extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
JurisdictionSectionType.JurWithTaxingRights.ReportDifference |
Java class for anonymous complex type.
|
static class |
JurisdictionSectionType.JurWithTaxingRights.Subgroup |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull CountryCodeType |
jurisdictionName |
|
protected JurisdictionSectionType.JurWithTaxingRights.ReportDifference |
reportDifference |
|
protected @Valid List<JurisdictionSectionType.JurWithTaxingRights.Subgroup> |
subgroup |
| Constructor | Description |
|---|---|
JurWithTaxingRights() |
| Modifier and Type | Method | Description |
|---|---|---|
CountryCodeType |
getJurisdictionName() |
Gets the value of the jurisdictionName property.
|
JurisdictionSectionType.JurWithTaxingRights.ReportDifference |
getReportDifference() |
Gets the value of the reportDifference property.
|
List<JurisdictionSectionType.JurWithTaxingRights.Subgroup> |
getSubgroup() |
Gets the value of the subgroup property.
|
void |
setJurisdictionName(CountryCodeType value) |
Sets the value of the jurisdictionName property.
|
void |
setReportDifference(JurisdictionSectionType.JurWithTaxingRights.ReportDifference value) |
Sets the value of the reportDifference property.
|
@NotNull protected @NotNull CountryCodeType jurisdictionName
@Valid protected @Valid List<JurisdictionSectionType.JurWithTaxingRights.Subgroup> subgroup
@Valid protected JurisdictionSectionType.JurWithTaxingRights.ReportDifference reportDifference
public CountryCodeType getJurisdictionName()
CountryCodeTypepublic void setJurisdictionName(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic List<JurisdictionSectionType.JurWithTaxingRights.Subgroup> getSubgroup()
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 subgroup property.
For example, to add a new item, do as follows:
getSubgroup().add(newItem);
Objects of the following type(s) are allowed in the list
JurisdictionSectionType.JurWithTaxingRights.Subgroup
public JurisdictionSectionType.JurWithTaxingRights.ReportDifference getReportDifference()
JurisdictionSectionType.JurWithTaxingRights.ReportDifferencepublic void setReportDifference(JurisdictionSectionType.JurWithTaxingRights.ReportDifference value)
value - allowed object is
JurisdictionSectionType.JurWithTaxingRights.ReportDifferenceCopyright © 2025. All rights reserved.