Class TrafficFlow

  • All Implemented Interfaces:
    Serializable

    public class TrafficFlow
    extends TrafficValue
    implements Serializable
    Averaged measurements of traffic flow rates.

    Java class for TrafficFlow complex type.

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

     <complexType name="TrafficFlow">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficValue">
           <sequence>
             <element name="axleFlow" type="{http://datex2.eu/schema/1_0/1_0}AxlesPerHour" minOccurs="0"/>
             <element name="pCUFlow" type="{http://datex2.eu/schema/1_0/1_0}PassengerCarUnitsPerHour" minOccurs="0"/>
             <element name="percentageLongVehicles" type="{http://datex2.eu/schema/1_0/1_0}Percentage" minOccurs="0"/>
             <element name="vehicleFlow" type="{http://datex2.eu/schema/1_0/1_0}VehiclesPerHour" minOccurs="0"/>
             <element name="trafficFlowExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TrafficFlow

        public TrafficFlow()
    • Method Detail

      • getAxleFlow

        public BigInteger getAxleFlow()
        Gets the value of the axleFlow property.
        Returns:
        possible object is BigInteger
      • setAxleFlow

        public void setAxleFlow​(BigInteger value)
        Sets the value of the axleFlow property.
        Parameters:
        value - allowed object is BigInteger
      • getPCUFlow

        public BigInteger getPCUFlow()
        Gets the value of the pcuFlow property.
        Returns:
        possible object is BigInteger
      • setPCUFlow

        public void setPCUFlow​(BigInteger value)
        Sets the value of the pcuFlow property.
        Parameters:
        value - allowed object is BigInteger
      • getPercentageLongVehicles

        public Float getPercentageLongVehicles()
        Gets the value of the percentageLongVehicles property.
        Returns:
        possible object is Float
      • setPercentageLongVehicles

        public void setPercentageLongVehicles​(Float value)
        Sets the value of the percentageLongVehicles property.
        Parameters:
        value - allowed object is Float
      • getVehicleFlow

        public BigInteger getVehicleFlow()
        Gets the value of the vehicleFlow property.
        Returns:
        possible object is BigInteger
      • setVehicleFlow

        public void setVehicleFlow​(BigInteger value)
        Sets the value of the vehicleFlow property.
        Parameters:
        value - allowed object is BigInteger
      • getTrafficFlowExtension

        public ExtensionType getTrafficFlowExtension()
        Gets the value of the trafficFlowExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficFlowExtension

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