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="predefinedNonOrderedLocationGroupName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/> <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> |
predefinedLocation |
protected ExtensionType |
predefinedNonOrderedLocationGroupExtension |
protected MultilingualString |
predefinedNonOrderedLocationGroupName |
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> |
getPredefinedLocation()
Gets the value of the predefinedLocation property.
|
ExtensionType |
getPredefinedNonOrderedLocationGroupExtension()
Gets the value of the predefinedNonOrderedLocationGroupExtension property.
|
MultilingualString |
getPredefinedNonOrderedLocationGroupName()
Gets the value of the predefinedNonOrderedLocationGroupName 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 |
setPredefinedNonOrderedLocationGroupName(MultilingualString value)
Sets the value of the predefinedNonOrderedLocationGroupName property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
getPredefinedLocationContainerExtension, setPredefinedLocationContainerExtension
protected MultilingualString predefinedNonOrderedLocationGroupName
protected java.util.List<PredefinedLocation> predefinedLocation
protected ExtensionType predefinedNonOrderedLocationGroupExtension
protected java.lang.String id
protected java.lang.String version
public MultilingualString getPredefinedNonOrderedLocationGroupName()
MultilingualString
public void setPredefinedNonOrderedLocationGroupName(MultilingualString value)
value
- allowed object is
MultilingualString
public java.util.List<PredefinedLocation> getPredefinedLocation()
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 predefinedLocation property.
For example, to add a new item, do as follows:
getPredefinedLocation().add(newItem);
Objects of the following type(s) are allowed in the list
PredefinedLocation
public ExtensionType getPredefinedNonOrderedLocationGroupExtension()
ExtensionType
public void setPredefinedNonOrderedLocationGroupExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String