Class RESPONSIVECONTROLTYPE.SENSOR.MULTIPLELANE

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    RESPONSIVECONTROLTYPE.SENSOR

    @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.MULTIPLELANE
    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">
           <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>
     
    See Also:
    Serialized Form
    • Field Detail

      • entrylink

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

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

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

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

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

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

      • MULTIPLELANE

        public MULTIPLELANE()
    • Method Detail

      • getENTRYLINK

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getENTRYLINK()
        Gets the value of the entrylink property.
        Returns:
        possible object is String
      • setENTRYLINK

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setENTRYLINK​(String value)
        Sets the value of the entrylink property.
        Parameters:
        value - allowed object is String
      • getENTRYLANE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getENTRYLANE()
        Gets the value of the entrylane property.
        Returns:
        possible object is String
      • setENTRYLANE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setENTRYLANE​(String value)
        Sets the value of the entrylane property.
        Parameters:
        value - allowed object is String
      • getENTRYPOSITION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public LengthBeginEnd getENTRYPOSITION()
        Gets the value of the entryposition property.
        Returns:
        possible object is String
      • setENTRYPOSITION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setENTRYPOSITION​(LengthBeginEnd value)
        Sets the value of the entryposition property.
        Parameters:
        value - allowed object is String
      • getINTERMEDIATELANES

        @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.MULTIPLELANE.INTERMEDIATELANES> getINTERMEDIATELANES()
        Gets the value of the intermediatelanes 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 intermediatelanes property.

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

            getINTERMEDIATELANES().add(newItem);
         

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

      • getEXITLINK

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getEXITLINK()
        Gets the value of the exitlink property.
        Returns:
        possible object is String
      • setEXITLINK

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setEXITLINK​(String value)
        Sets the value of the exitlink property.
        Parameters:
        value - allowed object is String
      • getEXITLANE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getEXITLANE()
        Gets the value of the exitlane property.
        Returns:
        possible object is String
      • setEXITLANE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setEXITLANE​(String value)
        Sets the value of the exitlane property.
        Parameters:
        value - allowed object is String
      • getEXITPOSITION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public LengthBeginEnd getEXITPOSITION()
        Gets the value of the exitposition property.
        Returns:
        possible object is String
      • setEXITPOSITION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setEXITPOSITION​(LengthBeginEnd value)
        Sets the value of the exitposition property.
        Parameters:
        value - allowed object is String