public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Recast 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
higher |
|
protected BigInteger |
lower |
| Constructor | Description |
|---|---|
Recast() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getHigher() |
Gets the value of the higher property.
|
BigInteger |
getLower() |
Gets the value of the lower property.
|
void |
setHigher(BigInteger value) |
Sets the value of the higher property.
|
void |
setLower(BigInteger value) |
Sets the value of the lower property.
|
protected BigInteger higher
protected BigInteger lower
public BigInteger getHigher()
BigIntegerpublic void setHigher(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getLower()
BigIntegerpublic void setLower(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.