public class GeneralSectionType extends Object
Java class for GeneralSectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralSectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecJurCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" maxOccurs="unbounded"/>
<element name="CorporateStructure" type="{urn:oecd:ties:globe:v2}CorporateStructureType"/>
<element name="AdditionalDataPoint" type="{urn:oecd:ties:globe:v2}AdditionalDataPointType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<AdditionalDataPointType> |
additionalDataPoint |
|
protected @NotNull @Valid CorporateStructureType |
corporateStructure |
|
protected @NotNull @Size(min=1) List<CountryCodeType> |
recJurCode |
| Constructor | Description |
|---|---|
GeneralSectionType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<AdditionalDataPointType> |
getAdditionalDataPoint() |
Gets the value of the additionalDataPoint property.
|
CorporateStructureType |
getCorporateStructure() |
Gets the value of the corporateStructure property.
|
List<CountryCodeType> |
getRecJurCode() |
Gets the value of the recJurCode property.
|
void |
setCorporateStructure(CorporateStructureType value) |
Sets the value of the corporateStructure property.
|
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<CountryCodeType> recJurCode
@NotNull @Valid protected @NotNull @Valid CorporateStructureType corporateStructure
@Valid protected @Valid List<AdditionalDataPointType> additionalDataPoint
public List<CountryCodeType> getRecJurCode()
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 recJurCode property.
For example, to add a new item, do as follows:
getRecJurCode().add(newItem);
Objects of the following type(s) are allowed in the list
CountryCodeType
public CorporateStructureType getCorporateStructure()
CorporateStructureTypepublic void setCorporateStructure(CorporateStructureType value)
value - allowed object is
CorporateStructureTypepublic List<AdditionalDataPointType> getAdditionalDataPoint()
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 additionalDataPoint property.
For example, to add a new item, do as follows:
getAdditionalDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalDataPointType
Copyright © 2025. All rights reserved.