public static class ETRComputationType.NonMaterialCE 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="RFY">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AggregateSimplified" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="RFY-1" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="RFY-2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalRevenue" 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="TotalRevenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ID" type="{urn:oecd:ties:globe:v2}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.NonMaterialCE.Average |
Java class for anonymous complex type.
|
static class |
ETRComputationType.NonMaterialCE.RFY |
Java class for anonymous complex type.
|
static class |
ETRComputationType.NonMaterialCE.RFY1 |
Java class for anonymous complex type.
|
static class |
ETRComputationType.NonMaterialCE.RFY2 |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ETRComputationType.NonMaterialCE.Average |
average |
|
protected @NotNull @Valid IDType |
id |
|
protected ETRComputationType.NonMaterialCE.RFY |
rfy |
|
protected ETRComputationType.NonMaterialCE.RFY1 |
rfy1 |
|
protected ETRComputationType.NonMaterialCE.RFY2 |
rfy2 |
| Constructor | Description |
|---|---|
NonMaterialCE() |
| Modifier and Type | Method | Description |
|---|---|---|
ETRComputationType.NonMaterialCE.Average |
getAverage() |
Gets the value of the average property.
|
IDType |
getID() |
Gets the value of the id property.
|
ETRComputationType.NonMaterialCE.RFY |
getRFY() |
Gets the value of the rfy property.
|
ETRComputationType.NonMaterialCE.RFY1 |
getRFY1() |
Gets the value of the rfy1 property.
|
ETRComputationType.NonMaterialCE.RFY2 |
getRFY2() |
Gets the value of the rfy2 property.
|
void |
setAverage(ETRComputationType.NonMaterialCE.Average value) |
Sets the value of the average property.
|
void |
setID(IDType value) |
Sets the value of the id property.
|
void |
setRFY(ETRComputationType.NonMaterialCE.RFY value) |
Sets the value of the rfy property.
|
void |
setRFY1(ETRComputationType.NonMaterialCE.RFY1 value) |
Sets the value of the rfy1 property.
|
void |
setRFY2(ETRComputationType.NonMaterialCE.RFY2 value) |
Sets the value of the rfy2 property.
|
@NotNull @Valid protected ETRComputationType.NonMaterialCE.RFY rfy
@Valid protected ETRComputationType.NonMaterialCE.RFY1 rfy1
@Valid protected ETRComputationType.NonMaterialCE.RFY2 rfy2
@NotNull @Valid protected ETRComputationType.NonMaterialCE.Average average
@NotNull @Valid protected @NotNull @Valid IDType id
public ETRComputationType.NonMaterialCE.RFY getRFY()
ETRComputationType.NonMaterialCE.RFYpublic void setRFY(ETRComputationType.NonMaterialCE.RFY value)
value - allowed object is
ETRComputationType.NonMaterialCE.RFYpublic ETRComputationType.NonMaterialCE.RFY1 getRFY1()
ETRComputationType.NonMaterialCE.RFY1public void setRFY1(ETRComputationType.NonMaterialCE.RFY1 value)
value - allowed object is
ETRComputationType.NonMaterialCE.RFY1public ETRComputationType.NonMaterialCE.RFY2 getRFY2()
ETRComputationType.NonMaterialCE.RFY2public void setRFY2(ETRComputationType.NonMaterialCE.RFY2 value)
value - allowed object is
ETRComputationType.NonMaterialCE.RFY2public ETRComputationType.NonMaterialCE.Average getAverage()
ETRComputationType.NonMaterialCE.Averagepublic void setAverage(ETRComputationType.NonMaterialCE.Average value)
value - allowed object is
ETRComputationType.NonMaterialCE.AverageCopyright © 2025. All rights reserved.