public static class LowTaxJurisdictionType.LTCE.IIR 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="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>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LowTaxJurisdictionType.LTCE.IIR.ParentEntity |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
netGlobeIncome |
|
protected @Valid List<LowTaxJurisdictionType.LTCE.IIR.ParentEntity> |
parentEntity |
|
protected @NotNull BigInteger |
topUpTax |
| Constructor | Description |
|---|---|
IIR() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getNetGlobeIncome() |
Gets the value of the netGlobeIncome property.
|
List<LowTaxJurisdictionType.LTCE.IIR.ParentEntity> |
getParentEntity() |
Gets the value of the parentEntity property.
|
BigInteger |
getTopUpTax() |
Gets the value of the topUpTax property.
|
void |
setNetGlobeIncome(BigInteger value) |
Sets the value of the netGlobeIncome property.
|
void |
setTopUpTax(BigInteger value) |
Sets the value of the topUpTax property.
|
protected BigInteger netGlobeIncome
@NotNull protected @NotNull BigInteger topUpTax
@Valid protected @Valid List<LowTaxJurisdictionType.LTCE.IIR.ParentEntity> parentEntity
public BigInteger getNetGlobeIncome()
BigIntegerpublic void setNetGlobeIncome(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTopUpTax()
BigIntegerpublic void setTopUpTax(BigInteger value)
value - allowed object is
BigIntegerpublic List<LowTaxJurisdictionType.LTCE.IIR.ParentEntity> getParentEntity()
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 parentEntity property.
For example, to add a new item, do as follows:
getParentEntity().add(newItem);
Objects of the following type(s) are allowed in the list
LowTaxJurisdictionType.LTCE.IIR.ParentEntity
Copyright © 2025. All rights reserved.