Class TrafficValue

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    IndividualVehicleMeasurements, TrafficConcentration, TrafficFlow, TrafficHeadway, TrafficSpeed

    public abstract class TrafficValue
    extends BasicDataValue
    implements Serializable
    Measured or derived values relating to traffic or individual vehicle movements on a specific section or at a specific point on the road network.

    Java class for TrafficValue complex type.

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

     <complexType name="TrafficValue">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}BasicDataValue">
           <sequence>
             <element name="vehicleCharacteristics" type="{http://datex2.eu/schema/1_0/1_0}VehicleCharacteristics" minOccurs="0"/>
             <element name="trafficValueExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TrafficValue

        public TrafficValue()
    • Method Detail

      • getTrafficValueExtension

        public ExtensionType getTrafficValueExtension()
        Gets the value of the trafficValueExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficValueExtension

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