public static class ETRComputationType.CEComputation.AdjustedCoveredTax 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="Adjustments" 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}CurrentAdjustedTax_EnumType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="DeferTaxAdjustAmt">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.AdjustedCoveredTax.Adjustments |
Java class for anonymous complex type.
|
static class |
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<ETRComputationType.CEComputation.AdjustedCoveredTax.Adjustments> |
adjustments |
|
protected ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt |
deferTaxAdjustAmt |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
AdjustedCoveredTax() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRComputationType.CEComputation.AdjustedCoveredTax.Adjustments> |
getAdjustments() |
Gets the value of the adjustments property.
|
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt |
getDeferTaxAdjustAmt() |
Gets the value of the deferTaxAdjustAmt property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setDeferTaxAdjustAmt(ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt value) |
Sets the value of the deferTaxAdjustAmt property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@Valid protected @Valid List<ETRComputationType.CEComputation.AdjustedCoveredTax.Adjustments> adjustments
@NotNull @Valid protected ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt deferTaxAdjustAmt
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic List<ETRComputationType.CEComputation.AdjustedCoveredTax.Adjustments> getAdjustments()
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 adjustments property.
For example, to add a new item, do as follows:
getAdjustments().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.CEComputation.AdjustedCoveredTax.Adjustments
public ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt getDeferTaxAdjustAmt()
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmtpublic void setDeferTaxAdjustAmt(ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt value)
value - allowed object is
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmtCopyright © 2025. All rights reserved.