public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.PostFilingAdjust.DeferTaxAsset.AmountAttributed 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="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
amount |
|
protected @NotNull XMLGregorianCalendar |
year |
| Constructor | Description |
|---|---|
AmountAttributed() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
Gets the value of the amount property.
|
XMLGregorianCalendar |
getYear() |
Gets the value of the year property.
|
void |
setAmount(BigInteger value) |
Sets the value of the amount property.
|
void |
setYear(XMLGregorianCalendar value) |
Sets the value of the year property.
|
@NotNull protected @NotNull XMLGregorianCalendar year
@NotNull protected @NotNull BigInteger amount
public XMLGregorianCalendar getYear()
XMLGregorianCalendarpublic void setYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getAmount()
BigIntegerpublic void setAmount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.