Class Location
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Location
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Area,LocationByReference,NetworkLocation
public abstract class Location extends Object implements Serializable
The specification of a location either on a network (as a point or a linear location) or as an area. This may be provided in one or more referencing systems.Java class for Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="locationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypelocationExtension
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetLocationExtension()Gets the value of the locationExtension property.voidsetLocationExtension(ExtensionType value)Sets the value of the locationExtension property.
-
-
-
Field Detail
-
locationExtension
protected ExtensionType locationExtension
-
-
Method Detail
-
getLocationExtension
public ExtensionType getLocationExtension()
Gets the value of the locationExtension property.- Returns:
- possible object is
ExtensionType
-
setLocationExtension
public void setLocationExtension(ExtensionType value)
Sets the value of the locationExtension property.- Parameters:
value- allowed object isExtensionType
-
-