public static class ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average 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="Revenue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="GlobeRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="FANIL" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
fanil |
|
protected @NotNull BigInteger |
globeRevenue |
|
protected @NotNull BigInteger |
netGlobeIncome |
|
protected BigInteger |
revenue |
| Constructor | Description |
|---|---|
Average() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getFANIL() |
Gets the value of the fanil property.
|
BigInteger |
getGlobeRevenue() |
Gets the value of the globeRevenue property.
|
BigInteger |
getNetGlobeIncome() |
Gets the value of the netGlobeIncome property.
|
BigInteger |
getRevenue() |
Gets the value of the revenue property.
|
void |
setFANIL(BigInteger value) |
Sets the value of the fanil property.
|
void |
setGlobeRevenue(BigInteger value) |
Sets the value of the globeRevenue property.
|
void |
setNetGlobeIncome(BigInteger value) |
Sets the value of the netGlobeIncome property.
|
void |
setRevenue(BigInteger value) |
Sets the value of the revenue property.
|
protected BigInteger revenue
@NotNull protected @NotNull BigInteger globeRevenue
@NotNull protected @NotNull BigInteger netGlobeIncome
@NotNull protected @NotNull BigInteger fanil
public BigInteger getRevenue()
BigIntegerpublic void setRevenue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getGlobeRevenue()
BigIntegerpublic void setGlobeRevenue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNetGlobeIncome()
BigIntegerpublic void setNetGlobeIncome(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFANIL()
BigIntegerpublic void setFANIL(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.