public static class ETRComputationType.CEComputation.AdjustedFANIL 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="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<sequence>
<element name="FANIL" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Adjustment" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MainEntityPEandFTE" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Basis" type="{urn:oecd:ties:globe:v2}MainEntityPEandFTEBasis_EnumType"/>
<element name="OtherTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="Additions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Reductions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CrossBorderAdjustments" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Basis" type="{urn:oecd:ties:globe:v2}CrossBorderAdjustments_EnumType"/>
<element name="OtherTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="Additions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Reductions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UPEAdjustments" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Basis" type="{urn:oecd:ties:globe:v2}UPEAdjustmentsBasis_EnumType"/>
<element name="Reductions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Exception" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IdentificationOfOwners" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OwnershipPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<choice>
<element name="IndOwners">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NumOfOwners" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="TaxRate" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="EntityOwner">
<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="TaxRate" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="ExTypeOfEntity" type="{urn:oecd:ties:globe:v2}ExTypeOfEntity_EnumType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ETRComputationType.CEComputation.AdjustedFANIL.Adjustment |
adjustment |
|
protected @NotNull BigInteger |
fanil |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
AdjustedFANIL() |
| Modifier and Type | Method | Description |
|---|---|---|
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment |
getAdjustment() |
Gets the value of the adjustment property.
|
BigInteger |
getFANIL() |
Gets the value of the fanil property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setAdjustment(ETRComputationType.CEComputation.AdjustedFANIL.Adjustment value) |
Sets the value of the adjustment property.
|
void |
setFANIL(BigInteger value) |
Sets the value of the fanil property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@NotNull protected @NotNull BigInteger fanil
@Valid protected ETRComputationType.CEComputation.AdjustedFANIL.Adjustment adjustment
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFANIL()
BigIntegerpublic void setFANIL(BigInteger value)
value - allowed object is
BigIntegerpublic ETRComputationType.CEComputation.AdjustedFANIL.Adjustment getAdjustment()
ETRComputationType.CEComputation.AdjustedFANIL.Adjustmentpublic void setAdjustment(ETRComputationType.CEComputation.AdjustedFANIL.Adjustment value)
value - allowed object is
ETRComputationType.CEComputation.AdjustedFANIL.AdjustmentCopyright © 2025. All rights reserved.