public class GLOBEBodyType extends Object
Java class for GLOBEBody_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLOBEBody_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FilingInfo">
<complexType>
<complexContent>
<extension base="{urn:oecd:ties:globe:v2}FilingInfo">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:globestf:v5}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="GeneralSection" minOccurs="0">
<complexType>
<complexContent>
<extension base="{urn:oecd:ties:globe:v2}GeneralSectionType">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:globestf:v5}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="Summary" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{urn:oecd:ties:globe:v2}SummaryType">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:globestf:v5}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="JurisdictionSection" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{urn:oecd:ties:globe:v2}JurisdictionSectionType">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:globestf:v5}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="UTPRAttribution" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{urn:oecd:ties:globe:v2}UTPRAttributionType">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:globestf:v5}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GLOBEBodyType.FilingInfo |
Java class for anonymous complex type.
|
static class |
GLOBEBodyType.GeneralSection |
Java class for anonymous complex type.
|
static class |
GLOBEBodyType.JurisdictionSection |
Java class for anonymous complex type.
|
static class |
GLOBEBodyType.Summary |
Java class for anonymous complex type.
|
static class |
GLOBEBodyType.UTPRAttribution |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected GLOBEBodyType.FilingInfo |
filingInfo |
|
protected GLOBEBodyType.GeneralSection |
generalSection |
|
protected @Valid List<GLOBEBodyType.JurisdictionSection> |
jurisdictionSection |
|
protected @Valid List<GLOBEBodyType.Summary> |
summary |
|
protected @Valid List<GLOBEBodyType.UTPRAttribution> |
utprAttribution |
| Constructor | Description |
|---|---|
GLOBEBodyType() |
| Modifier and Type | Method | Description |
|---|---|---|
GLOBEBodyType.FilingInfo |
getFilingInfo() |
Gets the value of the filingInfo property.
|
GLOBEBodyType.GeneralSection |
getGeneralSection() |
Gets the value of the generalSection property.
|
List<GLOBEBodyType.JurisdictionSection> |
getJurisdictionSection() |
Gets the value of the jurisdictionSection property.
|
List<GLOBEBodyType.Summary> |
getSummary() |
Gets the value of the summary property.
|
List<GLOBEBodyType.UTPRAttribution> |
getUTPRAttribution() |
Gets the value of the utprAttribution property.
|
void |
setFilingInfo(GLOBEBodyType.FilingInfo value) |
Sets the value of the filingInfo property.
|
void |
setGeneralSection(GLOBEBodyType.GeneralSection value) |
Sets the value of the generalSection property.
|
@NotNull @Valid protected GLOBEBodyType.FilingInfo filingInfo
@Valid protected GLOBEBodyType.GeneralSection generalSection
@Valid protected @Valid List<GLOBEBodyType.Summary> summary
@Valid protected @Valid List<GLOBEBodyType.JurisdictionSection> jurisdictionSection
@Valid protected @Valid List<GLOBEBodyType.UTPRAttribution> utprAttribution
public GLOBEBodyType.FilingInfo getFilingInfo()
GLOBEBodyType.FilingInfopublic void setFilingInfo(GLOBEBodyType.FilingInfo value)
value - allowed object is
GLOBEBodyType.FilingInfopublic GLOBEBodyType.GeneralSection getGeneralSection()
GLOBEBodyType.GeneralSectionpublic void setGeneralSection(GLOBEBodyType.GeneralSection value)
value - allowed object is
GLOBEBodyType.GeneralSectionpublic List<GLOBEBodyType.Summary> getSummary()
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 summary property.
For example, to add a new item, do as follows:
getSummary().add(newItem);
Objects of the following type(s) are allowed in the list
GLOBEBodyType.Summary
public List<GLOBEBodyType.JurisdictionSection> getJurisdictionSection()
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 jurisdictionSection property.
For example, to add a new item, do as follows:
getJurisdictionSection().add(newItem);
Objects of the following type(s) are allowed in the list
GLOBEBodyType.JurisdictionSection
public List<GLOBEBodyType.UTPRAttribution> getUTPRAttribution()
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 utprAttribution property.
For example, to add a new item, do as follows:
getUTPRAttribution().add(newItem);
Objects of the following type(s) are allowed in the list
GLOBEBodyType.UTPRAttribution
Copyright © 2025. All rights reserved.