public static class ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment 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="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>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull DeferredAdjustedTaxEnumType |
adjustmentItem |
|
protected @NotNull @Size(min=1,max=2) List<BigInteger> |
amount |
|
protected ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast |
recast |
| Constructor | Description |
|---|---|
Adjustment() |
| Modifier and Type | Method | Description |
|---|---|---|
DeferredAdjustedTaxEnumType |
getAdjustmentItem() |
Gets the value of the adjustmentItem property.
|
List<BigInteger> |
getAmount() |
Gets the value of the amount property.
|
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast |
getRecast() |
Gets the value of the recast property.
|
void |
setAdjustmentItem(DeferredAdjustedTaxEnumType value) |
Sets the value of the adjustmentItem property.
|
void |
setRecast(ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast value) |
Sets the value of the recast property.
|
@NotNull
@Size(min=1,
max=2)
protected @NotNull @Size(min=1,max=2) List<BigInteger> amount
@NotNull protected @NotNull DeferredAdjustedTaxEnumType adjustmentItem
@Valid protected ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast recast
public List<BigInteger> getAmount()
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 amount property.
For example, to add a new item, do as follows:
getAmount().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public DeferredAdjustedTaxEnumType getAdjustmentItem()
DeferredAdjustedTaxEnumTypepublic void setAdjustmentItem(DeferredAdjustedTaxEnumType value)
value - allowed object is
DeferredAdjustedTaxEnumTypepublic ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast getRecast()
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recastpublic void setRecast(ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.Recast value)
value - allowed object is
ETRComputationType.CEComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustment.RecastCopyright © 2025. All rights reserved.