Class TrafficValue

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

    public abstract class TrafficValue
    extends BasicDataValue
    implements Serializable

    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/2_0RC1/2_0}BasicDataValue">
           <sequence>
             <element name="forVehiclesWithCharacteristicsOf" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleCharacteristics" minOccurs="0"/>
             <element name="trafficValueExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TrafficValue

        public TrafficValue()
    • Method Detail

      • getForVehiclesWithCharacteristicsOf

        public VehicleCharacteristics getForVehiclesWithCharacteristicsOf()
        Gets the value of the forVehiclesWithCharacteristicsOf property.
        Returns:
        possible object is VehicleCharacteristics
      • setForVehiclesWithCharacteristicsOf

        public void setForVehiclesWithCharacteristicsOf​(VehicleCharacteristics value)
        Sets the value of the forVehiclesWithCharacteristicsOf property.
        Parameters:
        value - allowed object is VehicleCharacteristics
      • 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