Class Linear
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Location
-
- eu.datex2.siri13.schema._1_0._1_0.NetworkLocation
-
- eu.datex2.siri13.schema._1_0._1_0.Linear
-
- All Implemented Interfaces:
Serializable
public class Linear extends NetworkLocation implements Serializable
A linear section along a road with optional directionality defined between two points on the road.Java class for Linear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Linear"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}NetworkLocation"> <sequence> <element name="tpeglinearLocation" type="{http://datex2.eu/schema/1_0/1_0}TPEGLinearLocation" minOccurs="0"/> <element name="alertCLinear" type="{http://datex2.eu/schema/1_0/1_0}AlertCLinear" minOccurs="0"/> <element name="referencePointLinear" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointLinear" minOccurs="0"/> <element name="linearExtension" 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 AlertCLinearalertCLinearprotected ExtensionTypelinearExtensionprotected ReferencePointLinearreferencePointLinearprotected TPEGLinearLocationtpeglinearLocation-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.NetworkLocation
destination, networkLocationExtension, supplementaryPositionalDescription
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.Location
locationExtension
-
-
Constructor Summary
Constructors Constructor Description Linear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCLineargetAlertCLinear()Gets the value of the alertCLinear property.ExtensionTypegetLinearExtension()Gets the value of the linearExtension property.ReferencePointLineargetReferencePointLinear()Gets the value of the referencePointLinear property.TPEGLinearLocationgetTpeglinearLocation()Gets the value of the tpeglinearLocation property.voidsetAlertCLinear(AlertCLinear value)Sets the value of the alertCLinear property.voidsetLinearExtension(ExtensionType value)Sets the value of the linearExtension property.voidsetReferencePointLinear(ReferencePointLinear value)Sets the value of the referencePointLinear property.voidsetTpeglinearLocation(TPEGLinearLocation value)Sets the value of the tpeglinearLocation property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.NetworkLocation
getDestination, getNetworkLocationExtension, getSupplementaryPositionalDescription, setDestination, setNetworkLocationExtension, setSupplementaryPositionalDescription
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.Location
getLocationExtension, setLocationExtension
-
-
-
-
Field Detail
-
tpeglinearLocation
protected TPEGLinearLocation tpeglinearLocation
-
alertCLinear
protected AlertCLinear alertCLinear
-
referencePointLinear
protected ReferencePointLinear referencePointLinear
-
linearExtension
protected ExtensionType linearExtension
-
-
Method Detail
-
getTpeglinearLocation
public TPEGLinearLocation getTpeglinearLocation()
Gets the value of the tpeglinearLocation property.- Returns:
- possible object is
TPEGLinearLocation
-
setTpeglinearLocation
public void setTpeglinearLocation(TPEGLinearLocation value)
Sets the value of the tpeglinearLocation property.- Parameters:
value- allowed object isTPEGLinearLocation
-
getAlertCLinear
public AlertCLinear getAlertCLinear()
Gets the value of the alertCLinear property.- Returns:
- possible object is
AlertCLinear
-
setAlertCLinear
public void setAlertCLinear(AlertCLinear value)
Sets the value of the alertCLinear property.- Parameters:
value- allowed object isAlertCLinear
-
getReferencePointLinear
public ReferencePointLinear getReferencePointLinear()
Gets the value of the referencePointLinear property.- Returns:
- possible object is
ReferencePointLinear
-
setReferencePointLinear
public void setReferencePointLinear(ReferencePointLinear value)
Sets the value of the referencePointLinear property.- Parameters:
value- allowed object isReferencePointLinear
-
getLinearExtension
public ExtensionType getLinearExtension()
Gets the value of the linearExtension property.- Returns:
- possible object is
ExtensionType
-
setLinearExtension
public void setLinearExtension(ExtensionType value)
Sets the value of the linearExtension property.- Parameters:
value- allowed object isExtensionType
-
-