Class GroupOfLocations
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.GroupOfLocations
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GroupOfLocationsByReference,GroupOfNonOrderedLocations,Itinerary
public abstract class GroupOfLocations extends Object implements Serializable
Java class for GroupOfLocations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfLocations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="groupOfLocationsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypegroupOfLocationsExtension
-
Constructor Summary
Constructors Constructor Description GroupOfLocations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetGroupOfLocationsExtension()Gets the value of the groupOfLocationsExtension property.voidsetGroupOfLocationsExtension(ExtensionType value)Sets the value of the groupOfLocationsExtension property.
-
-
-
Field Detail
-
groupOfLocationsExtension
protected ExtensionType groupOfLocationsExtension
-
-
Method Detail
-
getGroupOfLocationsExtension
public ExtensionType getGroupOfLocationsExtension()
Gets the value of the groupOfLocationsExtension property.- Returns:
- possible object is
ExtensionType
-
setGroupOfLocationsExtension
public void setGroupOfLocationsExtension(ExtensionType value)
Sets the value of the groupOfLocationsExtension property.- Parameters:
value- allowed object isExtensionType
-
-