public static class LowTaxJurisdictionType.LTCE.IIR.ParentEntity 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
iirOffSet |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
inclusionRatio |
|
protected @NotNull BigInteger |
otherOwnershipAllocation |
|
protected @NotNull CountryCodeType |
resCountryCode |
|
protected @NotNull @Valid TINType |
tin |
|
protected @NotNull BigInteger |
topUpTax |
|
protected @NotNull BigInteger |
topUpTaxShare |
| Constructor | Description |
|---|---|
ParentEntity() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getIIROffSet() |
Gets the value of the iirOffSet property.
|
BigDecimal |
getInclusionRatio() |
Gets the value of the inclusionRatio property.
|
BigInteger |
getOtherOwnershipAllocation() |
Gets the value of the otherOwnershipAllocation property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
TINType |
getTIN() |
Gets the value of the tin property.
|
BigInteger |
getTopUpTax() |
Gets the value of the topUpTax property.
|
BigInteger |
getTopUpTaxShare() |
Gets the value of the topUpTaxShare property.
|
void |
setIIROffSet(BigInteger value) |
Sets the value of the iirOffSet property.
|
void |
setInclusionRatio(BigDecimal value) |
Sets the value of the inclusionRatio property.
|
void |
setOtherOwnershipAllocation(BigInteger value) |
Sets the value of the otherOwnershipAllocation property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setTIN(TINType value) |
Sets the value of the tin property.
|
void |
setTopUpTax(BigInteger value) |
Sets the value of the topUpTax property.
|
void |
setTopUpTaxShare(BigInteger value) |
Sets the value of the topUpTaxShare property.
|
@NotNull @Valid protected @NotNull @Valid TINType tin
@NotNull protected @NotNull CountryCodeType resCountryCode
@NotNull protected @NotNull BigInteger otherOwnershipAllocation
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal inclusionRatio
@NotNull protected @NotNull BigInteger topUpTaxShare
@NotNull protected @NotNull BigInteger iirOffSet
@NotNull protected @NotNull BigInteger topUpTax
public TINType getTIN()
TINTypepublic void setTIN(TINType value)
value - allowed object is
TINTypepublic CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigInteger getOtherOwnershipAllocation()
BigIntegerpublic void setOtherOwnershipAllocation(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getInclusionRatio()
BigDecimalpublic void setInclusionRatio(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getTopUpTaxShare()
BigIntegerpublic void setTopUpTaxShare(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIIROffSet()
BigIntegerpublic void setIIROffSet(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTopUpTax()
BigIntegerpublic void setTopUpTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.