public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election 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="Recapture" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Year" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="StartAmount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DDTYear-0" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DDTYear-1" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DDTYear-2" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DDTYear-3" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TotalDDT" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="EndAmount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Reduction" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="IncrementalTopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Ratio" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
incrementalTopUpTax |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
ratio |
|
protected @NotNull @Size(min=1) @Valid List<ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture> |
recapture |
|
protected @NotNull BigInteger |
reduction |
| Constructor | Description |
|---|---|
Election() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getIncrementalTopUpTax() |
Gets the value of the incrementalTopUpTax property.
|
BigDecimal |
getRatio() |
Gets the value of the ratio property.
|
List<ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture> |
getRecapture() |
Gets the value of the recapture property.
|
BigInteger |
getReduction() |
Gets the value of the reduction property.
|
void |
setIncrementalTopUpTax(BigInteger value) |
Sets the value of the incrementalTopUpTax property.
|
void |
setRatio(BigDecimal value) |
Sets the value of the ratio property.
|
void |
setReduction(BigInteger value) |
Sets the value of the reduction property.
|
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture> recapture
@NotNull protected @NotNull BigInteger reduction
@NotNull protected @NotNull BigInteger incrementalTopUpTax
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal ratio
public List<ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture> getRecapture()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recapture property.
For example, to add a new item, do as follows:
getRecapture().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture
public BigInteger getReduction()
BigIntegerpublic void setReduction(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIncrementalTopUpTax()
BigIntegerpublic void setIncrementalTopUpTax(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getRatio()
BigDecimalpublic void setRatio(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2025. All rights reserved.