Class LISTGENERATOR

java.lang.Object
org.opentrafficsim.xml.generated.LISTGENERATOR
All Implemented Interfaces:
java.io.Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public class LISTGENERATOR
extends java.lang.Object
implements java.io.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 Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String direction  
    protected java.lang.String gtutemplate  
    protected java.lang.String gtutempplatemix  
    protected java.lang.String lane  
    protected java.lang.String link  
    protected LengthBeginEnd position  
    protected java.lang.String roomchecker  
    protected java.lang.String route  
    protected java.lang.String routemix  
    protected java.lang.String shortestroute  
    protected java.lang.String shortestroutemix  
    protected java.lang.String uri  
  • Constructor Summary

    Constructors 
    Constructor Description
    LISTGENERATOR()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDIRECTION()
    Gets the value of the direction property.
    java.lang.String getGTUTEMPLATE()
    Gets the value of the gtutemplate property.
    java.lang.String getGTUTEMPPLATEMIX()
    Gets the value of the gtutempplatemix property.
    java.lang.String getLANE()
    Gets the value of the lane property.
    java.lang.String getLINK()
    Gets the value of the link property.
    LengthBeginEnd getPOSITION()
    Gets the value of the position property.
    java.lang.String getROOMCHECKER()
    Gets the value of the roomchecker property.
    java.lang.String getROUTE()
    Gets the value of the route property.
    java.lang.String getROUTEMIX()
    Gets the value of the routemix property.
    java.lang.String getSHORTESTROUTE()
    Gets the value of the shortestroute property.
    java.lang.String getSHORTESTROUTEMIX()
    Gets the value of the shortestroutemix property.
    java.lang.String getURI()
    Gets the value of the uri property.
    void setDIRECTION​(java.lang.String value)
    Sets the value of the direction property.
    void setGTUTEMPLATE​(java.lang.String value)
    Sets the value of the gtutemplate property.
    void setGTUTEMPPLATEMIX​(java.lang.String value)
    Sets the value of the gtutempplatemix property.
    void setLANE​(java.lang.String value)
    Sets the value of the lane property.
    void setLINK​(java.lang.String value)
    Sets the value of the link property.
    void setPOSITION​(LengthBeginEnd value)
    Sets the value of the position property.
    void setROOMCHECKER​(java.lang.String value)
    Sets the value of the roomchecker property.
    void setROUTE​(java.lang.String value)
    Sets the value of the route property.
    void setROUTEMIX​(java.lang.String value)
    Sets the value of the routemix property.
    void setSHORTESTROUTE​(java.lang.String value)
    Sets the value of the shortestroute property.
    void setSHORTESTROUTEMIX​(java.lang.String value)
    Sets the value of the shortestroutemix property.
    void setURI​(java.lang.String value)
    Sets the value of the uri property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gtutemplate

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutemplate
    • gtutempplatemix

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutempplatemix
    • route

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String route
    • routemix

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String routemix
    • shortestroute

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String shortestroute
    • shortestroutemix

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String shortestroutemix
    • roomchecker

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String roomchecker
    • link

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String link
    • lane

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String lane
    • direction

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String direction
    • position

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected LengthBeginEnd position
    • uri

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String uri
  • Constructor Details

  • Method Details

    • getGTUTEMPLATE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTEMPLATE()
      Gets the value of the gtutemplate property.
      Returns:
      possible object is String
    • setGTUTEMPLATE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setGTUTEMPLATE​(java.lang.String value)
      Sets the value of the gtutemplate property.
      Parameters:
      value - allowed object is String
    • getGTUTEMPPLATEMIX

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTEMPPLATEMIX()
      Gets the value of the gtutempplatemix property.
      Returns:
      possible object is String
    • setGTUTEMPPLATEMIX

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setGTUTEMPPLATEMIX​(java.lang.String value)
      Sets the value of the gtutempplatemix property.
      Parameters:
      value - allowed object is String
    • getROUTE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getROUTE()
      Gets the value of the route property.
      Returns:
      possible object is String
    • setROUTE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setROUTE​(java.lang.String value)
      Sets the value of the route property.
      Parameters:
      value - allowed object is String
    • getROUTEMIX

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getROUTEMIX()
      Gets the value of the routemix property.
      Returns:
      possible object is String
    • setROUTEMIX

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setROUTEMIX​(java.lang.String value)
      Sets the value of the routemix property.
      Parameters:
      value - allowed object is String
    • getSHORTESTROUTE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getSHORTESTROUTE()
      Gets the value of the shortestroute property.
      Returns:
      possible object is String
    • setSHORTESTROUTE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setSHORTESTROUTE​(java.lang.String value)
      Sets the value of the shortestroute property.
      Parameters:
      value - allowed object is String
    • getSHORTESTROUTEMIX

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getSHORTESTROUTEMIX()
      Gets the value of the shortestroutemix property.
      Returns:
      possible object is String
    • setSHORTESTROUTEMIX

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setSHORTESTROUTEMIX​(java.lang.String value)
      Sets the value of the shortestroutemix property.
      Parameters:
      value - allowed object is String
    • getROOMCHECKER

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getROOMCHECKER()
      Gets the value of the roomchecker property.
      Returns:
      possible object is String
    • setROOMCHECKER

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setROOMCHECKER​(java.lang.String value)
      Sets the value of the roomchecker property.
      Parameters:
      value - allowed object is String
    • getLINK

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getLINK()
      Gets the value of the link property.
      Returns:
      possible object is String
    • setLINK

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setLINK​(java.lang.String value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is String
    • getLANE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getLANE()
      Gets the value of the lane property.
      Returns:
      possible object is String
    • setLANE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setLANE​(java.lang.String value)
      Sets the value of the lane property.
      Parameters:
      value - allowed object is String
    • getDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getDIRECTION()
      Gets the value of the direction property.
      Returns:
      possible object is String
    • setDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION​(java.lang.String value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is String
    • getPOSITION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public LengthBeginEnd getPOSITION()
      Gets the value of the position property.
      Returns:
      possible object is String
    • setPOSITION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getURI()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setURI

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setURI​(java.lang.String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String