public static class ETRComputationType.OverallComputation.ExcessNegTaxExpense 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="PriorYearBalance" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="GeneratedInRFY" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="UtilizedInRFY" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Remaining" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
generatedInRFY |
|
protected @NotNull BigInteger |
priorYearBalance |
|
protected @NotNull BigInteger |
remaining |
|
protected @NotNull BigInteger |
utilizedInRFY |
| Constructor | Description |
|---|---|
ExcessNegTaxExpense() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getGeneratedInRFY() |
Gets the value of the generatedInRFY property.
|
BigInteger |
getPriorYearBalance() |
Gets the value of the priorYearBalance property.
|
BigInteger |
getRemaining() |
Gets the value of the remaining property.
|
BigInteger |
getUtilizedInRFY() |
Gets the value of the utilizedInRFY property.
|
void |
setGeneratedInRFY(BigInteger value) |
Sets the value of the generatedInRFY property.
|
void |
setPriorYearBalance(BigInteger value) |
Sets the value of the priorYearBalance property.
|
void |
setRemaining(BigInteger value) |
Sets the value of the remaining property.
|
void |
setUtilizedInRFY(BigInteger value) |
Sets the value of the utilizedInRFY property.
|
@NotNull protected @NotNull BigInteger priorYearBalance
@NotNull protected @NotNull BigInteger generatedInRFY
@NotNull protected @NotNull BigInteger utilizedInRFY
@NotNull protected @NotNull BigInteger remaining
public BigInteger getPriorYearBalance()
BigIntegerpublic void setPriorYearBalance(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getGeneratedInRFY()
BigIntegerpublic void setGeneratedInRFY(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getUtilizedInRFY()
BigIntegerpublic void setUtilizedInRFY(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRemaining()
BigIntegerpublic void setRemaining(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.