Class LocationByReference
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Location
-
- eu.datex2.siri14.schema._1_0._1_0.LocationByReference
-
- All Implemented Interfaces:
Serializable
public class LocationByReference extends Location implements Serializable
A location defined by reference to a predefined location.Java class for LocationByReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationByReference"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Location"> <sequence> <element name="predefinedLocationReference" type="{http://datex2.eu/schema/1_0/1_0}Reference"/> <element name="locationByReferenceExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypelocationByReferenceExtensionprotected StringpredefinedLocationReference-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.Location
locationExtension
-
-
Constructor Summary
Constructors Constructor Description LocationByReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetLocationByReferenceExtension()Gets the value of the locationByReferenceExtension property.StringgetPredefinedLocationReference()Gets the value of the predefinedLocationReference property.voidsetLocationByReferenceExtension(ExtensionType value)Sets the value of the locationByReferenceExtension property.voidsetPredefinedLocationReference(String value)Sets the value of the predefinedLocationReference property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.Location
getLocationExtension, setLocationExtension
-
-
-
-
Field Detail
-
predefinedLocationReference
protected String predefinedLocationReference
-
locationByReferenceExtension
protected ExtensionType locationByReferenceExtension
-
-
Method Detail
-
getPredefinedLocationReference
public String getPredefinedLocationReference()
Gets the value of the predefinedLocationReference property.- Returns:
- possible object is
String
-
setPredefinedLocationReference
public void setPredefinedLocationReference(String value)
Sets the value of the predefinedLocationReference property.- Parameters:
value- allowed object isString
-
getLocationByReferenceExtension
public ExtensionType getLocationByReferenceExtension()
Gets the value of the locationByReferenceExtension property.- Returns:
- possible object is
ExtensionType
-
setLocationByReferenceExtension
public void setLocationByReferenceExtension(ExtensionType value)
Sets the value of the locationByReferenceExtension property.- Parameters:
value- allowed object isExtensionType
-
-