Class SpeedPercentile
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.SpeedPercentile
-
- All Implemented Interfaces:
Serializable
public class SpeedPercentile extends Object implements Serializable
Java class for SpeedPercentile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpeedPercentile"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vehiclePercentage" type="{http://datex2.eu/schema/2_0RC1/2_0}Percentage"/> <element name="speedPercentile" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour"/> <element name="speedPercentileExtension" 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 floatspeedPercentileprotected ExtensionTypespeedPercentileExtensionprotected floatvehiclePercentage
-
Constructor Summary
Constructors Constructor Description SpeedPercentile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetSpeedPercentile()Gets the value of the speedPercentile property.ExtensionTypegetSpeedPercentileExtension()Gets the value of the speedPercentileExtension property.floatgetVehiclePercentage()Gets the value of the vehiclePercentage property.voidsetSpeedPercentile(float value)Sets the value of the speedPercentile property.voidsetSpeedPercentileExtension(ExtensionType value)Sets the value of the speedPercentileExtension property.voidsetVehiclePercentage(float value)Sets the value of the vehiclePercentage property.
-
-
-
Field Detail
-
vehiclePercentage
protected float vehiclePercentage
-
speedPercentile
protected float speedPercentile
-
speedPercentileExtension
protected ExtensionType speedPercentileExtension
-
-
Method Detail
-
getVehiclePercentage
public float getVehiclePercentage()
Gets the value of the vehiclePercentage property.
-
setVehiclePercentage
public void setVehiclePercentage(float value)
Sets the value of the vehiclePercentage property.
-
getSpeedPercentile
public float getSpeedPercentile()
Gets the value of the speedPercentile property.
-
setSpeedPercentile
public void setSpeedPercentile(float value)
Sets the value of the speedPercentile property.
-
getSpeedPercentileExtension
public ExtensionType getSpeedPercentileExtension()
Gets the value of the speedPercentileExtension property.- Returns:
- possible object is
ExtensionType
-
setSpeedPercentileExtension
public void setSpeedPercentileExtension(ExtensionType value)
Sets the value of the speedPercentileExtension property.- Parameters:
value- allowed object isExtensionType
-
-