public static class ETRComputationType.CEComputation.AdjustedIncomeTax 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="IncomeTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="CrossAllocation" 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}AdjustedBasis_EnumType" maxOccurs="unbounded"/>
<element name="OtherTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<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>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation> |
crossAllocation |
|
protected @NotNull BigInteger |
incomeTax |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
AdjustedIncomeTax() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation> |
getCrossAllocation() |
Gets the value of the crossAllocation property.
|
BigInteger |
getIncomeTax() |
Gets the value of the incomeTax property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setIncomeTax(BigInteger value) |
Sets the value of the incomeTax property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@NotNull protected @NotNull BigInteger incomeTax
@Valid protected @Valid List<ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation> crossAllocation
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIncomeTax()
BigIntegerpublic void setIncomeTax(BigInteger value)
value - allowed object is
BigIntegerpublic List<ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation> getCrossAllocation()
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 crossAllocation property.
For example, to add a new item, do as follows:
getCrossAllocation().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation
Copyright © 2025. All rights reserved.