public class LowTaxJurisdictionType extends Object
Java class for LowTaxJurisdictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LowTaxJurisdictionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TopUpTaxAmount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="LTCE" 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="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>
</element>
<element name="UTPR" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="UTPRSafeHarbour">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CITRate" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UTPRCalculation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalUTPRTopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Article2.5.1TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LowTaxJurisdictionType.LTCE |
Java class for anonymous complex type.
|
static class |
LowTaxJurisdictionType.UTPR |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<LowTaxJurisdictionType.LTCE> |
ltce |
|
protected @NotNull BigInteger |
topUpTaxAmount |
|
protected LowTaxJurisdictionType.UTPR |
utpr |
| Constructor | Description |
|---|---|
LowTaxJurisdictionType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<LowTaxJurisdictionType.LTCE> |
getLTCE() |
Gets the value of the ltce property.
|
BigInteger |
getTopUpTaxAmount() |
Gets the value of the topUpTaxAmount property.
|
LowTaxJurisdictionType.UTPR |
getUTPR() |
Gets the value of the utpr property.
|
void |
setTopUpTaxAmount(BigInteger value) |
Sets the value of the topUpTaxAmount property.
|
void |
setUTPR(LowTaxJurisdictionType.UTPR value) |
Sets the value of the utpr property.
|
@NotNull protected @NotNull BigInteger topUpTaxAmount
@Valid protected @Valid List<LowTaxJurisdictionType.LTCE> ltce
@Valid protected LowTaxJurisdictionType.UTPR utpr
public BigInteger getTopUpTaxAmount()
BigIntegerpublic void setTopUpTaxAmount(BigInteger value)
value - allowed object is
BigIntegerpublic List<LowTaxJurisdictionType.LTCE> getLTCE()
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 ltce property.
For example, to add a new item, do as follows:
getLTCE().add(newItem);
Objects of the following type(s) are allowed in the list
LowTaxJurisdictionType.LTCE
public LowTaxJurisdictionType.UTPR getUTPR()
LowTaxJurisdictionType.UTPRpublic void setUTPR(LowTaxJurisdictionType.UTPR value)
value - allowed object is
LowTaxJurisdictionType.UTPRCopyright © 2025. All rights reserved.