Class AbnormalTraffic

  • All Implemented Interfaces:
    Serializable

    public class AbnormalTraffic
    extends TrafficElement
    implements Serializable
    A traffic condition which is not normal.

    Java class for AbnormalTraffic complex type.

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

     <complexType name="AbnormalTraffic">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficElement">
           <sequence>
             <element name="abnormalTrafficType" type="{http://datex2.eu/schema/1_0/1_0}AbnormalTrafficTypeEnum" minOccurs="0"/>
             <element name="numberOfVehiclesWaiting" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="queueLength" type="{http://datex2.eu/schema/1_0/1_0}MetresAsNonNegativeInteger" minOccurs="0"/>
             <element name="relativeTrafficFlow" type="{http://datex2.eu/schema/1_0/1_0}RelativeTrafficFlowEnum" minOccurs="0"/>
             <element name="trafficTrendType" type="{http://datex2.eu/schema/1_0/1_0}TrafficTrendTypeEnum" minOccurs="0"/>
             <element name="abnormalTrafficExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AbnormalTraffic

        public AbnormalTraffic()
    • Method Detail

      • getNumberOfVehiclesWaiting

        public BigInteger getNumberOfVehiclesWaiting()
        Gets the value of the numberOfVehiclesWaiting property.
        Returns:
        possible object is BigInteger
      • setNumberOfVehiclesWaiting

        public void setNumberOfVehiclesWaiting​(BigInteger value)
        Sets the value of the numberOfVehiclesWaiting property.
        Parameters:
        value - allowed object is BigInteger
      • getQueueLength

        public BigInteger getQueueLength()
        Gets the value of the queueLength property.
        Returns:
        possible object is BigInteger
      • setQueueLength

        public void setQueueLength​(BigInteger value)
        Sets the value of the queueLength property.
        Parameters:
        value - allowed object is BigInteger
      • getAbnormalTrafficExtension

        public ExtensionType getAbnormalTrafficExtension()
        Gets the value of the abnormalTrafficExtension property.
        Returns:
        possible object is ExtensionType
      • setAbnormalTrafficExtension

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