Class VehicleSpeed
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.VehicleSpeed
-
- All Implemented Interfaces:
Serializable
public class VehicleSpeed extends Object implements Serializable
Java class for VehicleSpeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleSpeed"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="individualVehicleSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour"/> <element name="vehicleSpeedExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected floatindividualVehicleSpeedprotected ExtensionTypevehicleSpeedExtension
-
Constructor Summary
Constructors Constructor Description VehicleSpeed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetIndividualVehicleSpeed()Gets the value of the individualVehicleSpeed property.ExtensionTypegetVehicleSpeedExtension()Gets the value of the vehicleSpeedExtension property.voidsetIndividualVehicleSpeed(float value)Sets the value of the individualVehicleSpeed property.voidsetVehicleSpeedExtension(ExtensionType value)Sets the value of the vehicleSpeedExtension property.
-
-
-
Field Detail
-
individualVehicleSpeed
protected float individualVehicleSpeed
-
vehicleSpeedExtension
protected ExtensionType vehicleSpeedExtension
-
-
Method Detail
-
getIndividualVehicleSpeed
public float getIndividualVehicleSpeed()
Gets the value of the individualVehicleSpeed property.
-
setIndividualVehicleSpeed
public void setIndividualVehicleSpeed(float value)
Sets the value of the individualVehicleSpeed property.
-
getVehicleSpeedExtension
public ExtensionType getVehicleSpeedExtension()
Gets the value of the vehicleSpeedExtension property.- Returns:
- possible object is
ExtensionType
-
setVehicleSpeedExtension
public void setVehicleSpeedExtension(ExtensionType value)
Sets the value of the vehicleSpeedExtension property.- Parameters:
value- allowed object isExtensionType
-
-