public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeemedDistTax.Election.Recapture 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
ddtYear0 |
|
protected @NotNull BigInteger |
ddtYear1 |
|
protected @NotNull BigInteger |
ddtYear2 |
|
protected @NotNull BigInteger |
ddtYear3 |
|
protected @NotNull BigInteger |
endAmount |
|
protected @NotNull BigInteger |
startAmount |
|
protected @NotNull BigInteger |
totalDDT |
|
protected @NotNull XMLGregorianCalendar |
year |
| Constructor | Description |
|---|---|
Recapture() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getDDTYear0() |
Gets the value of the ddtYear0 property.
|
BigInteger |
getDDTYear1() |
Gets the value of the ddtYear1 property.
|
BigInteger |
getDDTYear2() |
Gets the value of the ddtYear2 property.
|
BigInteger |
getDDTYear3() |
Gets the value of the ddtYear3 property.
|
BigInteger |
getEndAmount() |
Gets the value of the endAmount property.
|
BigInteger |
getStartAmount() |
Gets the value of the startAmount property.
|
BigInteger |
getTotalDDT() |
Gets the value of the totalDDT property.
|
XMLGregorianCalendar |
getYear() |
Gets the value of the year property.
|
void |
setDDTYear0(BigInteger value) |
Sets the value of the ddtYear0 property.
|
void |
setDDTYear1(BigInteger value) |
Sets the value of the ddtYear1 property.
|
void |
setDDTYear2(BigInteger value) |
Sets the value of the ddtYear2 property.
|
void |
setDDTYear3(BigInteger value) |
Sets the value of the ddtYear3 property.
|
void |
setEndAmount(BigInteger value) |
Sets the value of the endAmount property.
|
void |
setStartAmount(BigInteger value) |
Sets the value of the startAmount property.
|
void |
setTotalDDT(BigInteger value) |
Sets the value of the totalDDT property.
|
void |
setYear(XMLGregorianCalendar value) |
Sets the value of the year property.
|
@NotNull protected @NotNull XMLGregorianCalendar year
@NotNull protected @NotNull BigInteger startAmount
@NotNull protected @NotNull BigInteger ddtYear0
@NotNull protected @NotNull BigInteger ddtYear1
@NotNull protected @NotNull BigInteger ddtYear2
@NotNull protected @NotNull BigInteger ddtYear3
@NotNull protected @NotNull BigInteger totalDDT
@NotNull protected @NotNull BigInteger endAmount
public XMLGregorianCalendar getYear()
XMLGregorianCalendarpublic void setYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getStartAmount()
BigIntegerpublic void setStartAmount(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDDTYear0()
BigIntegerpublic void setDDTYear0(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDDTYear1()
BigIntegerpublic void setDDTYear1(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDDTYear2()
BigIntegerpublic void setDDTYear2(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDDTYear3()
BigIntegerpublic void setDDTYear3(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalDDT()
BigIntegerpublic void setTotalDDT(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getEndAmount()
BigIntegerpublic void setEndAmount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.