Class SpeedPercentile
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.SpeedPercentile
-
- All Implemented Interfaces:
Serializable
public class SpeedPercentile extends Object implements Serializable
Details of percentage of vehicles whose speeds fall below a stated threshold, expressed as a percentile of the observation set.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="threshold" type="{http://datex2.eu/schema/1_0/1_0}Percentage"/> <element name="value" type="{http://datex2.eu/schema/1_0/1_0}KilometresPerHour"/> <element name="speedPercentileExtension" 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 ExtensionTypespeedPercentileExtensionprotected floatthresholdprotected floatvalue
-
Constructor Summary
Constructors Constructor Description SpeedPercentile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetSpeedPercentileExtension()Gets the value of the speedPercentileExtension property.floatgetThreshold()Gets the value of the threshold property.floatgetValue()Gets the value of the value property.voidsetSpeedPercentileExtension(ExtensionType value)Sets the value of the speedPercentileExtension property.voidsetThreshold(float value)Sets the value of the threshold property.voidsetValue(float value)Sets the value of the value property.
-
-
-
Field Detail
-
threshold
protected float threshold
-
value
protected float value
-
speedPercentileExtension
protected ExtensionType speedPercentileExtension
-
-
Method Detail
-
getThreshold
public float getThreshold()
Gets the value of the threshold property.
-
setThreshold
public void setThreshold(float value)
Sets the value of the threshold property.
-
getValue
public float getValue()
Gets the value of the value property.
-
setValue
public void setValue(float value)
Sets the value of the value 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
-
-