Class AbnormalTraffic

  • All Implemented Interfaces:
    Serializable

    public class AbnormalTraffic
    extends TrafficElement
    implements Serializable

    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/2_0RC1/2_0}TrafficElement">
           <sequence>
             <element name="abnormalTrafficType" type="{http://datex2.eu/schema/2_0RC1/2_0}AbnormalTrafficTypeEnum" minOccurs="0"/>
             <element name="numberOfVehiclesWaiting" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="queueLength" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
             <element name="relativeTrafficFlow" type="{http://datex2.eu/schema/2_0RC1/2_0}RelativeTrafficFlowEnum" minOccurs="0"/>
             <element name="trafficFlowCharacteristics" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficFlowCharacteristicsEnum" minOccurs="0"/>
             <element name="trafficTrendType" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficTrendTypeEnum" minOccurs="0"/>
             <element name="abnormalTrafficExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form