Class RESPONSIVECONTROLTYPE

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CONTROL.TRAFCOD

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

    Java class for RESPONSIVECONTROLTYPE complex type.

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

     <complexType name="RESPONSIVECONTROLTYPE">
       <complexContent>
         <extension base="{http://www.opentrafficsim.org/ots}CONTROLTYPE">
           <sequence>
             <element name="SENSOR" maxOccurs="unbounded">
               <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>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • sensor

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

      • RESPONSIVECONTROLTYPE

        public RESPONSIVECONTROLTYPE()
    • Method Detail

      • getSENSOR

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<RESPONSIVECONTROLTYPE.SENSOR> getSENSOR()
        Gets the value of the sensor property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sensor property.

        For example, to add a new item, do as follows:

            getSENSOR().add(newItem);
         

        Objects of the following type(s) are allowed in the list RESPONSIVECONTROLTYPE.SENSOR