public static class ETRComputationType.OverallComputation.AdditionalTopUpTax.Art415 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="AdjustedCoveredTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="GlobeLoss" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ExpectedAdjustedCoveredTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AdditionalTopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
additionalTopUpTax |
|
protected @NotNull BigInteger |
adjustedCoveredTax |
|
protected @NotNull BigInteger |
expectedAdjustedCoveredTax |
|
protected @NotNull BigInteger |
globeLoss |
| Constructor | Description |
|---|---|
Art415() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAdditionalTopUpTax() |
Gets the value of the additionalTopUpTax property.
|
BigInteger |
getAdjustedCoveredTax() |
Gets the value of the adjustedCoveredTax property.
|
BigInteger |
getExpectedAdjustedCoveredTax() |
Gets the value of the expectedAdjustedCoveredTax property.
|
BigInteger |
getGlobeLoss() |
Gets the value of the globeLoss property.
|
void |
setAdditionalTopUpTax(BigInteger value) |
Sets the value of the additionalTopUpTax property.
|
void |
setAdjustedCoveredTax(BigInteger value) |
Sets the value of the adjustedCoveredTax property.
|
void |
setExpectedAdjustedCoveredTax(BigInteger value) |
Sets the value of the expectedAdjustedCoveredTax property.
|
void |
setGlobeLoss(BigInteger value) |
Sets the value of the globeLoss property.
|
@NotNull protected @NotNull BigInteger adjustedCoveredTax
@NotNull protected @NotNull BigInteger globeLoss
@NotNull protected @NotNull BigInteger expectedAdjustedCoveredTax
@NotNull protected @NotNull BigInteger additionalTopUpTax
public BigInteger getAdjustedCoveredTax()
BigIntegerpublic void setAdjustedCoveredTax(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getGlobeLoss()
BigIntegerpublic void setGlobeLoss(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getExpectedAdjustedCoveredTax()
BigIntegerpublic void setExpectedAdjustedCoveredTax(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAdditionalTopUpTax()
BigIntegerpublic void setAdditionalTopUpTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.