public static class ETRComputationType.CEComputation.Elections.AggregatedReporting 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="TaxConsolGroupTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="EntityTIN" type="{urn:oecd:ties:globe:v2}TIN_Type" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) @Valid List<TINType> |
entityTIN |
|
protected @NotNull @Valid TINType |
taxConsolGroupTIN |
| Constructor | Description |
|---|---|
AggregatedReporting() |
| Modifier and Type | Method | Description |
|---|---|---|
List<TINType> |
getEntityTIN() |
Gets the value of the entityTIN property.
|
TINType |
getTaxConsolGroupTIN() |
Gets the value of the taxConsolGroupTIN property.
|
void |
setTaxConsolGroupTIN(TINType value) |
Sets the value of the taxConsolGroupTIN property.
|
@NotNull @Valid protected @NotNull @Valid TINType taxConsolGroupTIN
public TINType getTaxConsolGroupTIN()
TINTypepublic void setTaxConsolGroupTIN(TINType value)
value - allowed object is
TINTypepublic List<TINType> getEntityTIN()
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 entityTIN property.
For example, to add a new item, do as follows:
getEntityTIN().add(newItem);
Objects of the following type(s) are allowed in the list
TINType
Copyright © 2025. All rights reserved.