public static class ETRType.ETRStatus 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="ETRException" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Deminimis-SimplifiedNMCECalc" minOccurs="0">
<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>
</element>
<element name="TransitionalCbCRSafeHarbour" minOccurs="0">
<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="Profit" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="IncomeTax" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UTPRSafeHarbour" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CITRate" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ETRComputation" type="{urn:oecd:ties:globe:v2}ETRComputationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRType.ETRStatus.ETRException |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid ETRComputationType |
etrComputation |
|
protected ETRType.ETRStatus.ETRException |
etrException |
| Constructor | Description |
|---|---|
ETRStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
ETRComputationType |
getETRComputation() |
Gets the value of the etrComputation property.
|
ETRType.ETRStatus.ETRException |
getETRException() |
Gets the value of the etrException property.
|
void |
setETRComputation(ETRComputationType value) |
Sets the value of the etrComputation property.
|
void |
setETRException(ETRType.ETRStatus.ETRException value) |
Sets the value of the etrException property.
|
@Valid protected ETRType.ETRStatus.ETRException etrException
@Valid protected @Valid ETRComputationType etrComputation
public ETRType.ETRStatus.ETRException getETRException()
ETRType.ETRStatus.ETRExceptionpublic void setETRException(ETRType.ETRStatus.ETRException value)
value - allowed object is
ETRType.ETRStatus.ETRExceptionpublic ETRComputationType getETRComputation()
ETRComputationTypepublic void setETRComputation(ETRComputationType value)
value - allowed object is
ETRComputationTypeCopyright © 2025. All rights reserved.