public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssets 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="DeferredTaxAssetStart" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DeferredTaxAssetRecast" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DeferredTaxAssetExcluded" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
deferredTaxAssetExcluded |
|
protected @NotNull BigInteger |
deferredTaxAssetRecast |
|
protected @NotNull BigInteger |
deferredTaxAssetStart |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
DeferredTaxAssets() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getDeferredTaxAssetExcluded() |
Gets the value of the deferredTaxAssetExcluded property.
|
BigInteger |
getDeferredTaxAssetRecast() |
Gets the value of the deferredTaxAssetRecast property.
|
BigInteger |
getDeferredTaxAssetStart() |
Gets the value of the deferredTaxAssetStart property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setDeferredTaxAssetExcluded(BigInteger value) |
Sets the value of the deferredTaxAssetExcluded property.
|
void |
setDeferredTaxAssetRecast(BigInteger value) |
Sets the value of the deferredTaxAssetRecast property.
|
void |
setDeferredTaxAssetStart(BigInteger value) |
Sets the value of the deferredTaxAssetStart property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@NotNull protected @NotNull BigInteger deferredTaxAssetStart
@NotNull protected @NotNull BigInteger deferredTaxAssetRecast
@NotNull protected @NotNull BigInteger deferredTaxAssetExcluded
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeferredTaxAssetStart()
BigIntegerpublic void setDeferredTaxAssetStart(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeferredTaxAssetRecast()
BigIntegerpublic void setDeferredTaxAssetRecast(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeferredTaxAssetExcluded()
BigIntegerpublic void setDeferredTaxAssetExcluded(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.