public class PredefinedNonOrderedLocationGroup extends PredefinedLocationContainer
Java class for PredefinedNonOrderedLocationGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedNonOrderedLocationGroup">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}PredefinedLocationContainer">
<sequence>
<element name="predefinedLocation" type="{http://datex2.eu/schema/2/2_0}PredefinedLocation" maxOccurs="unbounded" minOccurs="2"/>
<element name="predefinedNonOrderedLocationGroupExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.util.List<PredefinedLocation> |
predefinedLocations |
protected ExtensionType |
predefinedNonOrderedLocationGroupExtension |
protected java.lang.String |
version |
predefinedLocationContainerExtension| Constructor and Description |
|---|
PredefinedNonOrderedLocationGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<PredefinedLocation> |
getPredefinedLocations()
Gets the value of the predefinedLocations property.
|
ExtensionType |
getPredefinedNonOrderedLocationGroupExtension()
Gets the value of the predefinedNonOrderedLocationGroupExtension property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPredefinedNonOrderedLocationGroupExtension(ExtensionType value)
Sets the value of the predefinedNonOrderedLocationGroupExtension property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
getPredefinedLocationContainerExtension, setPredefinedLocationContainerExtensionprotected java.util.List<PredefinedLocation> predefinedLocations
protected ExtensionType predefinedNonOrderedLocationGroupExtension
protected java.lang.String id
protected java.lang.String version
public java.util.List<PredefinedLocation> getPredefinedLocations()
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 predefinedLocations property.
For example, to add a new item, do as follows:
getPredefinedLocations().add(newItem);
Objects of the following type(s) are allowed in the list
PredefinedLocation
public ExtensionType getPredefinedNonOrderedLocationGroupExtension()
ExtensionTypepublic void setPredefinedNonOrderedLocationGroupExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String