Class LocationByReference
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Location
-
- eu.datex2.siri20.schema._2_0rc1._2_0.LocationByReference
-
- All Implemented Interfaces:
Serializable
public class LocationByReference extends Location implements Serializable
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/2_0RC1/2_0}Location"> <sequence> <element name="predefinedLocationReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/> <element name="locationByReferenceExtension" 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 ExtensionTypelocationByReferenceExtensionprotected StringpredefinedLocationReference-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
externalReferencings, locationExtension, locationForDisplay
-
-
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.siri20.schema._2_0rc1._2_0.Location
getExternalReferencings, getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
-
-
-
-
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
-
-