Class RESPONSIVECONTROLTYPE.SENSOR

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    RESPONSIVECONTROLTYPE

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public static class RESPONSIVECONTROLTYPE.SENSOR
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="MULTIPLELANE">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ENTRYLINK" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="ENTRYLANE" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="ENTRYPOSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE"/>
                       <element name="INTERMEDIATELANES" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="LINK" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="LANE" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="EXITLINK" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="EXITLANE" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="EXITPOSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="SINGLELANE">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="LINK" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="LANE" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="ENTRYPOSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE"/>
                       <element name="EXITPOSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
           <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String id
    • Constructor Detail

      • SENSOR

        public SENSOR()