public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax 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="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Election" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election |
election |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
DeemedDistTax() |
| Modifier and Type | Method | Description |
|---|---|---|
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election |
getElection() |
Gets the value of the election property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setElection(ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election value) |
Sets the value of the election property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@Valid protected ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election election
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election getElection()
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Electionpublic void setElection(ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election value)
value - allowed object is
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.ElectionCopyright © 2025. All rights reserved.