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

      • vehiclePercentage

        protected float vehiclePercentage
      • speedPercentile

        protected float speedPercentile
      • speedPercentileExtension

        protected ExtensionType speedPercentileExtension
    • Constructor Detail

      • SpeedPercentile

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