Class LISTGENERATOR

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class LISTGENERATOR
    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>
             <choice>
               <element name="GTUTEMPLATE" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="GTUTEMPPLATEMIX" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
             <choice>
               <element name="ROUTE" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="ROUTEMIX" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="SHORTESTROUTE" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="SHORTESTROUTEMIX" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
             <element name="ROOMCHECKER" type="{http://www.opentrafficsim.org/ots}ROOMCHECKERTYPE" minOccurs="0"/>
           </sequence>
           <attribute name="LINK" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}GTUDIRECTIONTYPE" />
           <attribute name="POSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE" />
           <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • gtutemplate

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

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

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

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

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

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

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

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

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

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

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

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

      • LISTGENERATOR

        public LISTGENERATOR()
    • Method Detail

      • getGTUTEMPLATE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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