Class GroupOfLocationsByReference
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocations
-
- eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocationsByReference
-
- All Implemented Interfaces:
Serializable
public class GroupOfLocationsByReference extends GroupOfLocations implements Serializable
Java class for GroupOfLocationsByReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfLocationsByReference"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}GroupOfLocations"> <sequence> <element name="predefinedLocationSetReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/> <element name="groupOfLocationsByReferenceExtension" 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 ExtensionTypegroupOfLocationsByReferenceExtensionprotected StringpredefinedLocationSetReference-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocations
groupOfLocationsExtension
-
-
Constructor Summary
Constructors Constructor Description GroupOfLocationsByReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetGroupOfLocationsByReferenceExtension()Gets the value of the groupOfLocationsByReferenceExtension property.StringgetPredefinedLocationSetReference()Gets the value of the predefinedLocationSetReference property.voidsetGroupOfLocationsByReferenceExtension(ExtensionType value)Sets the value of the groupOfLocationsByReferenceExtension property.voidsetPredefinedLocationSetReference(String value)Sets the value of the predefinedLocationSetReference property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.GroupOfLocations
getGroupOfLocationsExtension, setGroupOfLocationsExtension
-
-
-
-
Field Detail
-
predefinedLocationSetReference
protected String predefinedLocationSetReference
-
groupOfLocationsByReferenceExtension
protected ExtensionType groupOfLocationsByReferenceExtension
-
-
Method Detail
-
getPredefinedLocationSetReference
public String getPredefinedLocationSetReference()
Gets the value of the predefinedLocationSetReference property.- Returns:
- possible object is
String
-
setPredefinedLocationSetReference
public void setPredefinedLocationSetReference(String value)
Sets the value of the predefinedLocationSetReference property.- Parameters:
value- allowed object isString
-
getGroupOfLocationsByReferenceExtension
public ExtensionType getGroupOfLocationsByReferenceExtension()
Gets the value of the groupOfLocationsByReferenceExtension property.- Returns:
- possible object is
ExtensionType
-
setGroupOfLocationsByReferenceExtension
public void setGroupOfLocationsByReferenceExtension(ExtensionType value)
Sets the value of the groupOfLocationsByReferenceExtension property.- Parameters:
value- allowed object isExtensionType
-
-