Class TrafficSpeed

  • All Implemented Interfaces:
    Serializable

    public class TrafficSpeed
    extends TrafficValue
    implements Serializable

    Java class for TrafficSpeed complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TrafficSpeed">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TrafficValue">
           <sequence>
             <element name="averageVehicleSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour" minOccurs="0"/>
             <element name="speedPercentile" type="{http://datex2.eu/schema/2_0RC1/2_0}SpeedPercentile" minOccurs="0"/>
             <element name="trafficSpeedExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • averageVehicleSpeed

        protected Float averageVehicleSpeed
      • trafficSpeedExtension

        protected ExtensionType trafficSpeedExtension
    • Constructor Detail

      • TrafficSpeed

        public TrafficSpeed()
    • Method Detail

      • getAverageVehicleSpeed

        public Float getAverageVehicleSpeed()
        Gets the value of the averageVehicleSpeed property.
        Returns:
        possible object is Float
      • setAverageVehicleSpeed

        public void setAverageVehicleSpeed​(Float value)
        Sets the value of the averageVehicleSpeed property.
        Parameters:
        value - allowed object is Float
      • getSpeedPercentile

        public SpeedPercentile getSpeedPercentile()
        Gets the value of the speedPercentile property.
        Returns:
        possible object is SpeedPercentile
      • setSpeedPercentile

        public void setSpeedPercentile​(SpeedPercentile value)
        Sets the value of the speedPercentile property.
        Parameters:
        value - allowed object is SpeedPercentile
      • getTrafficSpeedExtension

        public ExtensionType getTrafficSpeedExtension()
        Gets the value of the trafficSpeedExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficSpeedExtension

        public void setTrafficSpeedExtension​(ExtensionType value)
        Sets the value of the trafficSpeedExtension property.
        Parameters:
        value - allowed object is ExtensionType