public static class ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc 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="Basis" type="{urn:oecd:ties:globe:v2}DeminimisSimpleBasis_EnumType"/>
<element name="FinancialData" maxOccurs="3">
<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="Revenue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="GlobeRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="FANIL" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Average">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Revenue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="GlobeRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="NetGlobeIncome" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="FANIL" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average |
Java class for anonymous complex type.
|
static class |
ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.FinancialData |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average |
average |
|
protected @NotNull DeminimisSimpleBasisEnumType |
basis |
|
protected @NotNull @Size(min=1,max=3) @Valid List<ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.FinancialData> |
financialData |
| Constructor | Description |
|---|---|
DeminimisSimplifiedNMCECalc() |
| Modifier and Type | Method | Description |
|---|---|---|
ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average |
getAverage() |
Gets the value of the average property.
|
DeminimisSimpleBasisEnumType |
getBasis() |
Gets the value of the basis property.
|
List<ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.FinancialData> |
getFinancialData() |
Gets the value of the financialData property.
|
void |
setAverage(ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average value) |
Sets the value of the average property.
|
void |
setBasis(DeminimisSimpleBasisEnumType value) |
Sets the value of the basis property.
|
@NotNull protected @NotNull DeminimisSimpleBasisEnumType basis
@NotNull
@Size(min=1,
max=3)
@Valid
protected @NotNull @Size(min=1,max=3) @Valid List<ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.FinancialData> financialData
@NotNull @Valid protected ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average average
public DeminimisSimpleBasisEnumType getBasis()
DeminimisSimpleBasisEnumTypepublic void setBasis(DeminimisSimpleBasisEnumType value)
value - allowed object is
DeminimisSimpleBasisEnumTypepublic List<ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.FinancialData> getFinancialData()
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 financialData property.
For example, to add a new item, do as follows:
getFinancialData().add(newItem);
Objects of the following type(s) are allowed in the list
ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.FinancialData
public ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average getAverage()
ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Averagepublic void setAverage(ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.Average value)
value - allowed object is
ETRType.ETRStatus.ETRException.DeminimisSimplifiedNMCECalc.AverageCopyright © 2025. All rights reserved.