public static class ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415 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="Articles" type="{urn:oecd:ties:globe:v2}NonArt415_EnumType" maxOccurs="unbounded"/>
<element name="Year" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Previous">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AdjustedCoveredTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ETRRate" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="ExcessProfits" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TopUpTaxPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Recalculated">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AdjustedCoveredTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ETRRate" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="ExcessProfits" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TopUpTaxPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AdditionalTopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Previous |
Java class for anonymous complex type.
|
static class |
ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Recalculated |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
additionalTopUpTax |
|
protected @NotNull @Size(min=1) List<NonArt415EnumType> |
articles |
|
protected ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Previous |
previous |
|
protected ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Recalculated |
recalculated |
|
protected @NotNull XMLGregorianCalendar |
year |
| Constructor | Description |
|---|---|
NONArt415() |
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<NonArt415EnumType> articles
@NotNull protected @NotNull XMLGregorianCalendar year
@NotNull @Valid protected ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Previous previous
@NotNull @Valid protected ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Recalculated recalculated
@NotNull protected @NotNull BigInteger additionalTopUpTax
public List<NonArt415EnumType> getArticles()
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 articles property.
For example, to add a new item, do as follows:
getArticles().add(newItem);
Objects of the following type(s) are allowed in the list
NonArt415EnumType
public XMLGregorianCalendar getYear()
XMLGregorianCalendarpublic void setYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Previous getPrevious()
.Previous public void setPrevious(ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Previous value)
value - allowed object is
.Previous public ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Recalculated getRecalculated()
.Recalculated public void setRecalculated(ETRComputationType.OverallComputation.AdditionalTopUpTax.NONArt415.Recalculated value)
value - allowed object is
.Recalculated public BigInteger getAdditionalTopUpTax()
BigIntegerpublic void setAdditionalTopUpTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.