public static class ETRComputationType.NonMaterialCE.RFY 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="TotalRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AggregateSimplified" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
aggregateSimplified |
|
protected @NotNull BigInteger |
totalRevenue |
| Constructor | Description |
|---|---|
RFY() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAggregateSimplified() |
Gets the value of the aggregateSimplified property.
|
BigInteger |
getTotalRevenue() |
Gets the value of the totalRevenue property.
|
void |
setAggregateSimplified(BigInteger value) |
Sets the value of the aggregateSimplified property.
|
void |
setTotalRevenue(BigInteger value) |
Sets the value of the totalRevenue property.
|
@NotNull protected @NotNull BigInteger totalRevenue
protected BigInteger aggregateSimplified
public BigInteger getTotalRevenue()
BigIntegerpublic void setTotalRevenue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAggregateSimplified()
BigIntegerpublic void setAggregateSimplified(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.