public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition 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="DeferredTaxLiabilityStart" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DeferredTaxLiabilityRecast" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DeferredTaxAssets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<sequence>
<element name="DeferredTaxAssetStart" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DeferredTaxAssetRecast" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DeferredTaxAssetExcluded" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Disposal" minOccurs="0">
<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>
</element>
<element name="AltJurisdiction" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssets |
Java class for anonymous complex type.
|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposal |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected CountryCodeType |
altJurisdiction |
|
protected ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssets |
deferredTaxAssets |
|
protected BigInteger |
deferredTaxLiabilityRecast |
|
protected BigInteger |
deferredTaxLiabilityStart |
|
protected ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposal |
disposal |
|
protected @NotNull XMLGregorianCalendar |
year |
| Constructor | Description |
|---|---|
Transition() |
@NotNull protected @NotNull XMLGregorianCalendar year
protected BigInteger deferredTaxLiabilityStart
protected BigInteger deferredTaxLiabilityRecast
@Valid protected ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssets deferredTaxAssets
@Valid protected ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposal disposal
protected CountryCodeType altJurisdiction
public XMLGregorianCalendar getYear()
XMLGregorianCalendarpublic void setYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getDeferredTaxLiabilityStart()
BigIntegerpublic void setDeferredTaxLiabilityStart(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeferredTaxLiabilityRecast()
BigIntegerpublic void setDeferredTaxLiabilityRecast(BigInteger value)
value - allowed object is
BigIntegerpublic ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssets getDeferredTaxAssets()
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssetspublic void setDeferredTaxAssets(ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssets value)
value - allowed object is
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.DeferredTaxAssetspublic ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposal getDisposal()
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposalpublic void setDisposal(ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposal value)
value - allowed object is
ETRComputationType.OverallComputation.AdjustedCoveredTax.DeferTaxAdjustAmt.Transition.Disposalpublic CountryCodeType getAltJurisdiction()
CountryCodeTypepublic void setAltJurisdiction(CountryCodeType value)
value - allowed object is
CountryCodeTypeCopyright © 2025. All rights reserved.