public class NonOrderedLocationGroupByList extends NonOrderedLocations
Java class for NonOrderedLocationGroupByList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonOrderedLocationGroupByList">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}NonOrderedLocations">
<sequence>
<element name="locationContainedInGroup" type="{http://datex2.eu/schema/2/2_0}Location" maxOccurs="unbounded" minOccurs="2"/>
<element name="nonOrderedLocationGroupByListExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Location> |
locationContainedInGroup |
protected ExtensionType |
nonOrderedLocationGroupByListExtension |
nonOrderedLocationsExtensiongroupOfLocationsExtension| Constructor and Description |
|---|
NonOrderedLocationGroupByList() |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
getLocationContainedInGroup()
Gets the value of the locationContainedInGroup property.
|
ExtensionType |
getNonOrderedLocationGroupByListExtension()
Gets the value of the nonOrderedLocationGroupByListExtension property.
|
void |
setNonOrderedLocationGroupByListExtension(ExtensionType value)
Sets the value of the nonOrderedLocationGroupByListExtension property.
|
getNonOrderedLocationsExtension, setNonOrderedLocationsExtensiongetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected ExtensionType nonOrderedLocationGroupByListExtension
public List<Location> getLocationContainedInGroup()
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 locationContainedInGroup property.
For example, to add a new item, do as follows:
getLocationContainedInGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public ExtensionType getNonOrderedLocationGroupByListExtension()
ExtensionTypepublic void setNonOrderedLocationGroupByListExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.