public static class ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt 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"/>
<element name="DeferTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Adjustment" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="2"/>
<element name="AdjustmentItem" type="{urn:oecd:ties:globe:v2}DeferredAdjustedTax_EnumType"/>
<element name="Recast" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Higher" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Lower" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment> |
adjustment |
|
protected @NotNull BigInteger |
deferTaxExpense |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
DeferTaxAdjustAmt() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment> |
getAdjustment() |
Gets the value of the adjustment property.
|
BigInteger |
getDeferTaxExpense() |
Gets the value of the deferTaxExpense property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setDeferTaxExpense(BigInteger value) |
Sets the value of the deferTaxExpense property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@NotNull protected @NotNull BigInteger deferTaxExpense
@Valid protected @Valid List<ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment> adjustment
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeferTaxExpense()
BigIntegerpublic void setDeferTaxExpense(BigInteger value)
value - allowed object is
BigIntegerpublic List<ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment> getAdjustment()
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 adjustment property.
For example, to add a new item, do as follows:
getAdjustment().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment
Copyright © 2025. All rights reserved.