public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Adjustments.RecaptureDeferred.AggregateDTL.ReportingFiscalYear 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="AmountPreTransition" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AmountOutBalance" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AmountUnjustified" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
amountOutBalance |
|
protected @NotNull BigInteger |
amountPreTransition |
|
protected @NotNull BigInteger |
amountUnjustified |
| Constructor | Description |
|---|---|
ReportingFiscalYear() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmountOutBalance() |
Gets the value of the amountOutBalance property.
|
BigInteger |
getAmountPreTransition() |
Gets the value of the amountPreTransition property.
|
BigInteger |
getAmountUnjustified() |
Gets the value of the amountUnjustified property.
|
void |
setAmountOutBalance(BigInteger value) |
Sets the value of the amountOutBalance property.
|
void |
setAmountPreTransition(BigInteger value) |
Sets the value of the amountPreTransition property.
|
void |
setAmountUnjustified(BigInteger value) |
Sets the value of the amountUnjustified property.
|
@NotNull protected @NotNull BigInteger amountPreTransition
@NotNull protected @NotNull BigInteger amountOutBalance
@NotNull protected @NotNull BigInteger amountUnjustified
public BigInteger getAmountPreTransition()
BigIntegerpublic void setAmountPreTransition(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAmountOutBalance()
BigIntegerpublic void setAmountOutBalance(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAmountUnjustified()
BigIntegerpublic void setAmountUnjustified(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.