Class Linear
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Location
-
- eu.datex2.siri20.schema._2_0rc1._2_0.NetworkLocation
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Linear
-
- All Implemented Interfaces:
Serializable
public class Linear extends NetworkLocation implements Serializable
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/2_0RC1/2_0}NetworkLocation"> <sequence> <element name="tpegLinearLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLinearLocation" minOccurs="0"/> <element name="alertCLinear" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCLinear" minOccurs="0"/> <element name="roadsideReferencePointLinear" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePointLinear" minOccurs="0"/> <element name="linearExtension" 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 AlertCLinearalertCLinearprotected ExtensionTypelinearExtensionprotected RoadsideReferencePointLinearroadsideReferencePointLinearprotected TpegLinearLocationtpegLinearLocation-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NetworkLocation
destination, networkLocationExtension, supplementaryPositionalDescription
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
externalReferencings, locationExtension, locationForDisplay
-
-
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.RoadsideReferencePointLineargetRoadsideReferencePointLinear()Gets the value of the roadsideReferencePointLinear 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.voidsetRoadsideReferencePointLinear(RoadsideReferencePointLinear value)Sets the value of the roadsideReferencePointLinear property.voidsetTpegLinearLocation(TpegLinearLocation value)Sets the value of the tpegLinearLocation property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NetworkLocation
getDestination, getNetworkLocationExtension, getSupplementaryPositionalDescription, setDestination, setNetworkLocationExtension, setSupplementaryPositionalDescription
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
getExternalReferencings, getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
-
-
-
-
Field Detail
-
tpegLinearLocation
protected TpegLinearLocation tpegLinearLocation
-
alertCLinear
protected AlertCLinear alertCLinear
-
roadsideReferencePointLinear
protected RoadsideReferencePointLinear roadsideReferencePointLinear
-
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
-
getRoadsideReferencePointLinear
public RoadsideReferencePointLinear getRoadsideReferencePointLinear()
Gets the value of the roadsideReferencePointLinear property.- Returns:
- possible object is
RoadsideReferencePointLinear
-
setRoadsideReferencePointLinear
public void setRoadsideReferencePointLinear(RoadsideReferencePointLinear value)
Sets the value of the roadsideReferencePointLinear property.- Parameters:
value- allowed object isRoadsideReferencePointLinear
-
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
-
-