Class VehicleHeadway
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.VehicleHeadway
-
- All Implemented Interfaces:
Serializable
public class VehicleHeadway extends Object implements Serializable
The measured individual vehicle headway, i.e.the distance between this vehicle and the preceding vehicle).Java class for VehicleHeadway complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleHeadway"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="distanceGap" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/> <element name="distanceHeadway" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/> <element name="vehicleHeadwayExtension" 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 FloatdistanceGapprotected FloatdistanceHeadwayprotected ExtensionTypevehicleHeadwayExtension
-
Constructor Summary
Constructors Constructor Description VehicleHeadway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetDistanceGap()Gets the value of the distanceGap property.FloatgetDistanceHeadway()Gets the value of the distanceHeadway property.ExtensionTypegetVehicleHeadwayExtension()Gets the value of the vehicleHeadwayExtension property.voidsetDistanceGap(Float value)Sets the value of the distanceGap property.voidsetDistanceHeadway(Float value)Sets the value of the distanceHeadway property.voidsetVehicleHeadwayExtension(ExtensionType value)Sets the value of the vehicleHeadwayExtension property.
-
-
-
Field Detail
-
distanceGap
protected Float distanceGap
-
distanceHeadway
protected Float distanceHeadway
-
vehicleHeadwayExtension
protected ExtensionType vehicleHeadwayExtension
-
-
Method Detail
-
getDistanceGap
public Float getDistanceGap()
Gets the value of the distanceGap property.- Returns:
- possible object is
Float
-
setDistanceGap
public void setDistanceGap(Float value)
Sets the value of the distanceGap property.- Parameters:
value- allowed object isFloat
-
getDistanceHeadway
public Float getDistanceHeadway()
Gets the value of the distanceHeadway property.- Returns:
- possible object is
Float
-
setDistanceHeadway
public void setDistanceHeadway(Float value)
Sets the value of the distanceHeadway property.- Parameters:
value- allowed object isFloat
-
getVehicleHeadwayExtension
public ExtensionType getVehicleHeadwayExtension()
Gets the value of the vehicleHeadwayExtension property.- Returns:
- possible object is
ExtensionType
-
setVehicleHeadwayExtension
public void setVehicleHeadwayExtension(ExtensionType value)
Sets the value of the vehicleHeadwayExtension property.- Parameters:
value- allowed object isExtensionType
-
-