Class LINK.LISTGENERATOR

java.lang.Object
org.opentrafficsim.road.network.factory.vissim.xsd.LINK.LISTGENERATOR
Enclosing class:
LINK

public static class LINK.LISTGENERATOR
extends java.lang.Object

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">
       <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="POSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE" />
       <attribute name="GTU" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="GTUMIX" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="INITIALSPEED" use="required" type="{http://www.opentrafficsim.org/ots}SPEEDDISTTYPE" />
       <attribute name="ROUTE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="GTUCOLORER" use="required" type="{http://www.opentrafficsim.org/ots}GTUCOLORERTYPE" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String gtu  
    protected java.lang.String gtucolorer  
    protected java.lang.String gtumix  
    protected java.lang.String initialspeed  
    protected java.lang.String lane  
    protected java.lang.String position  
    protected java.lang.String route  
    protected java.lang.String uri  
  • Constructor Summary

    Constructors 
    Constructor Description
    LISTGENERATOR()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getGTU()
    Gets the value of the gtu property.
    java.lang.String getGTUCOLORER()
    Gets the value of the gtucolorer property.
    java.lang.String getGTUMIX()
    Gets the value of the gtumix property.
    java.lang.String getINITIALSPEED()
    Gets the value of the initialspeed property.
    java.lang.String getLANE()
    Gets the value of the lane property.
    java.lang.String getPOSITION()
    Gets the value of the position property.
    java.lang.String getROUTE()
    Gets the value of the route property.
    java.lang.String getURI()
    Gets the value of the uri property.
    void setGTU​(java.lang.String value)
    Sets the value of the gtu property.
    void setGTUCOLORER​(java.lang.String value)
    Sets the value of the gtucolorer property.
    void setGTUMIX​(java.lang.String value)
    Sets the value of the gtumix property.
    void setINITIALSPEED​(java.lang.String value)
    Sets the value of the initialspeed property.
    void setLANE​(java.lang.String value)
    Sets the value of the lane property.
    void setPOSITION​(java.lang.String value)
    Sets the value of the position property.
    void setROUTE​(java.lang.String value)
    Sets the value of the route 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

    • uri

      protected java.lang.String uri
    • lane

      protected java.lang.String lane
    • position

      protected java.lang.String position
    • gtu

      protected java.lang.String gtu
    • gtumix

      protected java.lang.String gtumix
    • initialspeed

      protected java.lang.String initialspeed
    • route

      protected java.lang.String route
    • gtucolorer

      protected java.lang.String gtucolorer
  • Constructor Details

  • Method Details

    • getURI

      public java.lang.String getURI()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setURI

      public void setURI​(java.lang.String value)
      Sets the value of the uri property.
      Parameters:
      value - String; allowed object is String
    • getLANE

      public java.lang.String getLANE()
      Gets the value of the lane property.
      Returns:
      possible object is String
    • setLANE

      public void setLANE​(java.lang.String value)
      Sets the value of the lane property.
      Parameters:
      value - String; allowed object is String
    • getPOSITION

      public java.lang.String getPOSITION()
      Gets the value of the position property.
      Returns:
      possible object is String
    • setPOSITION

      public void setPOSITION​(java.lang.String value)
      Sets the value of the position property.
      Parameters:
      value - String; allowed object is String
    • getGTU

      public java.lang.String getGTU()
      Gets the value of the gtu property.
      Returns:
      possible object is String
    • setGTU

      public void setGTU​(java.lang.String value)
      Sets the value of the gtu property.
      Parameters:
      value - String; allowed object is String
    • getGTUMIX

      public java.lang.String getGTUMIX()
      Gets the value of the gtumix property.
      Returns:
      possible object is String
    • setGTUMIX

      public void setGTUMIX​(java.lang.String value)
      Sets the value of the gtumix property.
      Parameters:
      value - String; allowed object is String
    • getINITIALSPEED

      public java.lang.String getINITIALSPEED()
      Gets the value of the initialspeed property.
      Returns:
      possible object is String
    • setINITIALSPEED

      public void setINITIALSPEED​(java.lang.String value)
      Sets the value of the initialspeed property.
      Parameters:
      value - String; allowed object is String
    • getROUTE

      public java.lang.String getROUTE()
      Gets the value of the route property.
      Returns:
      possible object is String
    • setROUTE

      public void setROUTE​(java.lang.String value)
      Sets the value of the route property.
      Parameters:
      value - String; allowed object is String
    • getGTUCOLORER

      public java.lang.String getGTUCOLORER()
      Gets the value of the gtucolorer property.
      Returns:
      possible object is String
    • setGTUCOLORER

      public void setGTUCOLORER​(java.lang.String value)
      Sets the value of the gtucolorer property.
      Parameters:
      value - String; allowed object is String