public class GLOBEOECD 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="MessageSpec" type="{urn:oecd:ties:globe:v2}MessageSpec_Type"/>
<element name="GLOBEBody" type="{urn:oecd:ties:globe:v2}GLOBEBody_Type" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" type="{urn:oecd:ties:globestf:v5}StringMin1Max10_Type" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) @Valid List<GLOBEBodyType> |
globeBody |
|
protected @NotNull @Valid MessageSpecType |
messageSpec |
|
protected @Size(min=1,max=10) String |
version |
| Constructor | Description |
|---|---|
GLOBEOECD() |
| Modifier and Type | Method | Description |
|---|---|---|
List<GLOBEBodyType> |
getGLOBEBody() |
Gets the value of the globeBody property.
|
MessageSpecType |
getMessageSpec() |
Gets the value of the messageSpec property.
|
String |
getVersion() |
Gets the value of the version property.
|
void |
setMessageSpec(MessageSpecType value) |
Sets the value of the messageSpec property.
|
void |
setVersion(String value) |
Sets the value of the version property.
|
@NotNull @Valid protected @NotNull @Valid MessageSpecType messageSpec
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<GLOBEBodyType> globeBody
@Size(min=1,
max=10)
protected @Size(min=1,max=10) String version
public MessageSpecType getMessageSpec()
MessageSpecTypepublic void setMessageSpec(MessageSpecType value)
value - allowed object is
MessageSpecTypepublic List<GLOBEBodyType> getGLOBEBody()
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 globeBody property.
For example, to add a new item, do as follows:
getGLOBEBody().add(newItem);
Objects of the following type(s) are allowed in the list
GLOBEBodyType
public String getVersion()
StringCopyright © 2025. All rights reserved.