public static class ETRComputationType.NonMaterialCE.RFY1 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
totalRevenue |
| Constructor | Description |
|---|---|
RFY1() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getTotalRevenue() |
Gets the value of the totalRevenue property.
|
void |
setTotalRevenue(BigInteger value) |
Sets the value of the totalRevenue property.
|
@NotNull protected @NotNull BigInteger totalRevenue
public BigInteger getTotalRevenue()
BigIntegerpublic void setTotalRevenue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.