Class ListGenerator

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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.opentrafficsim.org/ots}string"/>
           <element name="GtuTemplateMix" type="{http://www.opentrafficsim.org/ots}string"/>
         </choice>
         <choice>
           <element name="Route" type="{http://www.opentrafficsim.org/ots}string"/>
           <element name="RouteMix" type="{http://www.opentrafficsim.org/ots}string"/>
           <element name="ShortestRoute" type="{http://www.opentrafficsim.org/ots}string"/>
           <element name="ShortestRouteMix" type="{http://www.opentrafficsim.org/ots}string"/>
         </choice>
         <element name="RoomChecker" type="{http://www.opentrafficsim.org/ots}RoomCheckerType" minOccurs="0"/>
       </sequence>
       <attribute name="Link" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Lane" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Position" use="required" type="{http://www.opentrafficsim.org/ots}LengthBeginEndType" />
       <attribute name="Uri" use="required" type="{http://www.opentrafficsim.org/ots}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • gtuTemplate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuTemplate
    • gtuTemplateMix

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuTemplateMix
    • route

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType route
    • routeMix

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType routeMix
    • shortestRoute

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType shortestRoute
    • shortestRouteMix

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType shortestRouteMix
    • roomChecker

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected RoomCheckerType roomChecker
    • lane

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType lane
    • position

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthBeginEndType position
    • uri

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String uri
  • Constructor Details

    • ListGenerator

      public ListGenerator()
  • Method Details

    • getGtuTemplate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setGtuTemplate(StringType value)
      Sets the value of the gtuTemplate property.
      Parameters:
      value - allowed object is String
    • getGtuTemplateMix

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getGtuTemplateMix()
      Gets the value of the gtuTemplateMix property.
      Returns:
      possible object is String
    • setGtuTemplateMix

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setGtuTemplateMix(StringType value)
      Sets the value of the gtuTemplateMix property.
      Parameters:
      value - allowed object is String
    • getRoute

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setRoute(StringType 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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setRouteMix(StringType 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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setShortestRoute(StringType 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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setShortestRouteMix(StringType 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.7", date="2024-08-29T18:50:16+02:00") public RoomCheckerType getRoomChecker()
      Gets the value of the roomChecker property.
      Returns:
      possible object is RoomCheckerType
    • setRoomChecker

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRoomChecker(RoomCheckerType value)
      Sets the value of the roomChecker property.
      Parameters:
      value - allowed object is RoomCheckerType
    • getLink

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setLink(StringType 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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setLane(StringType value)
      Sets the value of the lane property.
      Parameters:
      value - allowed object is String
    • getPosition

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthBeginEndType 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.7", date="2024-08-29T18:50:16+02:00") public void setPosition(LengthBeginEndType 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.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+02:00") public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String