public static class ETRType.ETRStatus.ETRException.TransitionalCbCRSafeHarbour 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="Profit" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="IncomeTax" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
incomeTax |
|
protected @NotNull BigInteger |
profit |
|
protected BigInteger |
revenue |
| Constructor | Description |
|---|---|
TransitionalCbCRSafeHarbour() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getIncomeTax() |
Gets the value of the incomeTax property.
|
BigInteger |
getProfit() |
Gets the value of the profit property.
|
BigInteger |
getRevenue() |
Gets the value of the revenue property.
|
void |
setIncomeTax(BigInteger value) |
Sets the value of the incomeTax property.
|
void |
setProfit(BigInteger value) |
Sets the value of the profit property.
|
void |
setRevenue(BigInteger value) |
Sets the value of the revenue property.
|
protected BigInteger revenue
@NotNull protected @NotNull BigInteger profit
protected BigInteger incomeTax
public BigInteger getRevenue()
BigIntegerpublic void setRevenue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getProfit()
BigIntegerpublic void setProfit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIncomeTax()
BigIntegerpublic void setIncomeTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.