public static class ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Previous 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="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AdjustedCoveredTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ETRRate" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="ExcessProfits" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TopUpTaxPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
adjustedCoveredTax |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
etrRate |
|
protected @NotNull BigInteger |
excessProfits |
|
protected @NotNull BigInteger |
netGlobeIncome |
|
protected @NotNull BigInteger |
topUpTax |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
topUpTaxPercentage |
| Constructor | Description |
|---|---|
Previous() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAdjustedCoveredTax() |
Gets the value of the adjustedCoveredTax property.
|
BigDecimal |
getETRRate() |
Gets the value of the etrRate property.
|
BigInteger |
getExcessProfits() |
Gets the value of the excessProfits property.
|
BigInteger |
getNetGlobeIncome() |
Gets the value of the netGlobeIncome property.
|
BigInteger |
getTopUpTax() |
Gets the value of the topUpTax property.
|
BigDecimal |
getTopUpTaxPercentage() |
Gets the value of the topUpTaxPercentage property.
|
void |
setAdjustedCoveredTax(BigInteger value) |
Sets the value of the adjustedCoveredTax property.
|
void |
setETRRate(BigDecimal value) |
Sets the value of the etrRate property.
|
void |
setExcessProfits(BigInteger value) |
Sets the value of the excessProfits property.
|
void |
setNetGlobeIncome(BigInteger value) |
Sets the value of the netGlobeIncome property.
|
void |
setTopUpTax(BigInteger value) |
Sets the value of the topUpTax property.
|
void |
setTopUpTaxPercentage(BigDecimal value) |
Sets the value of the topUpTaxPercentage property.
|
@NotNull protected @NotNull BigInteger netGlobeIncome
@NotNull protected @NotNull BigInteger adjustedCoveredTax
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal etrRate
@NotNull protected @NotNull BigInteger excessProfits
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal topUpTaxPercentage
@NotNull protected @NotNull BigInteger topUpTax
public BigInteger getNetGlobeIncome()
BigIntegerpublic void setNetGlobeIncome(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAdjustedCoveredTax()
BigIntegerpublic void setAdjustedCoveredTax(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getETRRate()
BigDecimalpublic void setETRRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getExcessProfits()
BigIntegerpublic void setExcessProfits(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getTopUpTaxPercentage()
BigDecimalpublic void setTopUpTaxPercentage(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getTopUpTax()
BigIntegerpublic void setTopUpTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.