public static class LowTaxJurisdictionType.LTCE 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="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="IIR" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ParentEntity" 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="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="OtherOwnershipAllocation" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="InclusionRatio" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="TopUpTaxShare" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="IIROffSet" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LowTaxJurisdictionType.LTCE.IIR |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) @Valid List<LowTaxJurisdictionType.LTCE.IIR> |
iir |
|
protected @NotNull @Valid TINType |
tin |
| Constructor | Description |
|---|---|
LTCE() |
| Modifier and Type | Method | Description |
|---|---|---|
List<LowTaxJurisdictionType.LTCE.IIR> |
getIIR() |
Gets the value of the iir property.
|
TINType |
getTIN() |
Gets the value of the tin property.
|
void |
setTIN(TINType value) |
Sets the value of the tin property.
|
@NotNull @Valid protected @NotNull @Valid TINType tin
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<LowTaxJurisdictionType.LTCE.IIR> iir
public TINType getTIN()
TINTypepublic void setTIN(TINType value)
value - allowed object is
TINTypepublic List<LowTaxJurisdictionType.LTCE.IIR> getIIR()
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 iir property.
For example, to add a new item, do as follows:
getIIR().add(newItem);
Objects of the following type(s) are allowed in the list
LowTaxJurisdictionType.LTCE.IIR
Copyright © 2025. All rights reserved.