Class 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 Detail

      • threshold

        protected float threshold
      • value

        protected float value
      • speedPercentileExtension

        protected ExtensionType speedPercentileExtension
    • Constructor Detail

      • SpeedPercentile

        public SpeedPercentile()
    • 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 is ExtensionType