public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust 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="DeferTaxAsset">
<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>
</element>
<element name="CoveredTaxRefund">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund |
Java class for anonymous complex type.
|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund |
coveredTaxRefund |
|
protected ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset |
deferTaxAsset |
| Constructor | Description |
|---|---|
PostFilingAdjust() |
| Modifier and Type | Method | Description |
|---|---|---|
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund |
getCoveredTaxRefund() |
Gets the value of the coveredTaxRefund property.
|
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset |
getDeferTaxAsset() |
Gets the value of the deferTaxAsset property.
|
void |
setCoveredTaxRefund(ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund value) |
Sets the value of the coveredTaxRefund property.
|
void |
setDeferTaxAsset(ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset value) |
Sets the value of the deferTaxAsset property.
|
@NotNull @Valid protected ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset deferTaxAsset
@NotNull @Valid protected ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund coveredTaxRefund
public ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset getDeferTaxAsset()
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAssetpublic void setDeferTaxAsset(ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset value)
value - allowed object is
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAssetpublic ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund getCoveredTaxRefund()
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefundpublic void setCoveredTaxRefund(ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefund value)
value - allowed object is
ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.CoveredTaxRefundCopyright © 2025. All rights reserved.