Class GroupOfNonOrderedLocations
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocations
-
- eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfNonOrderedLocations
-
- All Implemented Interfaces:
Serializable
public class GroupOfNonOrderedLocations extends GroupOfLocations implements Serializable
Java class for GroupOfNonOrderedLocations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfNonOrderedLocations"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}GroupOfLocations"> <sequence> <element name="locationContainedInGroup" type="{http://datex2.eu/schema/2_0RC1/2_0}Location" maxOccurs="unbounded"/> <element name="groupOfNonOrderedLocationsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypegroupOfNonOrderedLocationsExtensionprotected List<Location>locationContainedInGroups-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocations
groupOfLocationsExtension
-
-
Constructor Summary
Constructors Constructor Description GroupOfNonOrderedLocations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetGroupOfNonOrderedLocationsExtension()Gets the value of the groupOfNonOrderedLocationsExtension property.List<Location>getLocationContainedInGroups()Gets the value of the locationContainedInGroups property.voidsetGroupOfNonOrderedLocationsExtension(ExtensionType value)Sets the value of the groupOfNonOrderedLocationsExtension property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocations
getGroupOfLocationsExtension, setGroupOfLocationsExtension
-
-
-
-
Field Detail
-
groupOfNonOrderedLocationsExtension
protected ExtensionType groupOfNonOrderedLocationsExtension
-
-
Method Detail
-
getLocationContainedInGroups
public List<Location> getLocationContainedInGroups()
Gets the value of the locationContainedInGroups property.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
setmethod for the locationContainedInGroups property.For example, to add a new item, do as follows:
getLocationContainedInGroups().add(newItem);Objects of the following type(s) are allowed in the list
Location
-
getGroupOfNonOrderedLocationsExtension
public ExtensionType getGroupOfNonOrderedLocationsExtension()
Gets the value of the groupOfNonOrderedLocationsExtension property.- Returns:
- possible object is
ExtensionType
-
setGroupOfNonOrderedLocationsExtension
public void setGroupOfNonOrderedLocationsExtension(ExtensionType value)
Sets the value of the groupOfNonOrderedLocationsExtension property.- Parameters:
value- allowed object isExtensionType
-
-