public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund 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="AmountAttributed" maxOccurs="unbounded" minOccurs="0">
<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="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund.AmountAttributed |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund.AmountAttributed> |
amountAttributed |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
CoveredTaxRefund() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund.AmountAttributed> |
getAmountAttributed() |
Gets the value of the amountAttributed property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@Valid protected @Valid List<ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund.AmountAttributed> amountAttributed
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic List<ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund.AmountAttributed> getAmountAttributed()
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 amountAttributed property.
For example, to add a new item, do as follows:
getAmountAttributed().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund.AmountAttributed
Copyright © 2025. All rights reserved.