public static class ETRType.SubGroup 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="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="TypeofSubGroup" type="{urn:oecd:ties:globe:v2}ETRTypeofSubGroup_EnumType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Valid TINType |
tin |
|
protected @NotNull @Size(min=1) List<ETRTypeofSubGroupEnumType> |
typeofSubGroup |
| Constructor | Description |
|---|---|
SubGroup() |
| Modifier and Type | Method | Description |
|---|---|---|
TINType |
getTIN() |
Gets the value of the tin property.
|
List<ETRTypeofSubGroupEnumType> |
getTypeofSubGroup() |
Gets the value of the typeofSubGroup property.
|
void |
setTIN(TINType value) |
Sets the value of the tin property.
|
@NotNull @Valid protected @NotNull @Valid TINType tin
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<ETRTypeofSubGroupEnumType> typeofSubGroup
public TINType getTIN()
TINTypepublic void setTIN(TINType value)
value - allowed object is
TINTypepublic List<ETRTypeofSubGroupEnumType> getTypeofSubGroup()
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 typeofSubGroup property.
For example, to add a new item, do as follows:
getTypeofSubGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ETRTypeofSubGroupEnumType
Copyright © 2025. All rights reserved.