public static class ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions 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">
<choice>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Exception" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
amount |
|
protected Boolean |
exception |
| Constructor | Description |
|---|---|
Reductions() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
Gets the value of the amount property.
|
Boolean |
getException() |
Gets the value of the exception property.
|
void |
setAmount(BigInteger value) |
Sets the value of the amount property.
|
void |
setException(Boolean value) |
Sets the value of the exception property.
|
protected BigInteger amount
protected Boolean exception
public BigInteger getAmount()
BigIntegerpublic void setAmount(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean getException()
BooleanCopyright © 2025. All rights reserved.