public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposal 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="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="NetDTADTL" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="CarryingValue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TaxPaid" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DTADTL" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
carryingValue |
|
protected @NotNull BigInteger |
dtadtl |
|
protected @NotNull BigInteger |
netDTADTL |
|
protected @NotNull CountryCodeType |
resCountryCode |
|
protected @NotNull BigInteger |
taxPaid |
| Constructor | Description |
|---|---|
Disposal() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getCarryingValue() |
Gets the value of the carryingValue property.
|
BigInteger |
getDTADTL() |
Gets the value of the dtadtl property.
|
BigInteger |
getNetDTADTL() |
Gets the value of the netDTADTL property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
BigInteger |
getTaxPaid() |
Gets the value of the taxPaid property.
|
void |
setCarryingValue(BigInteger value) |
Sets the value of the carryingValue property.
|
void |
setDTADTL(BigInteger value) |
Sets the value of the dtadtl property.
|
void |
setNetDTADTL(BigInteger value) |
Sets the value of the netDTADTL property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setTaxPaid(BigInteger value) |
Sets the value of the taxPaid property.
|
@NotNull protected @NotNull CountryCodeType resCountryCode
@NotNull protected @NotNull BigInteger netDTADTL
@NotNull protected @NotNull BigInteger carryingValue
@NotNull protected @NotNull BigInteger taxPaid
@NotNull protected @NotNull BigInteger dtadtl
public CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigInteger getNetDTADTL()
BigIntegerpublic void setNetDTADTL(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCarryingValue()
BigIntegerpublic void setCarryingValue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTaxPaid()
BigIntegerpublic void setTaxPaid(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDTADTL()
BigIntegerpublic void setDTADTL(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.