Package org.opentrafficsim.xml.generated
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-05-19T03:25:58+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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringTypeprotected StringTypeprotected StringTypeprotected StringTypeprotected LengthBeginEndTypeprotected RoomCheckerTypeprotected StringTypeprotected StringTypeprotected StringTypeprotected StringTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gtuTemplate property.Gets the value of the gtuTemplateMix property.getLane()Gets the value of the lane property.getLink()Gets the value of the link property.Gets the value of the position property.Gets the value of the roomChecker property.getRoute()Gets the value of the route property.Gets the value of the routeMix property.Gets the value of the shortestRoute property.Gets the value of the shortestRouteMix property.getUri()Gets the value of the uri property.voidsetGtuTemplate(StringType value) Sets the value of the gtuTemplate property.voidsetGtuTemplateMix(StringType value) Sets the value of the gtuTemplateMix property.voidsetLane(StringType value) Sets the value of the lane property.voidsetLink(StringType value) Sets the value of the link property.voidsetPosition(LengthBeginEndType value) Sets the value of the position property.voidsetRoomChecker(RoomCheckerType value) Sets the value of the roomChecker property.voidsetRoute(StringType value) Sets the value of the route property.voidsetRouteMix(StringType value) Sets the value of the routeMix property.voidsetShortestRoute(StringType value) Sets the value of the shortestRoute property.voidsetShortestRouteMix(StringType value) Sets the value of the shortestRouteMix property.voidSets the value of the uri property.
-
Field Details
-
gtuTemplate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType gtuTemplate -
gtuTemplateMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType gtuTemplateMix -
route
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType route -
routeMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType routeMix -
shortestRoute
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType shortestRoute -
shortestRouteMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType shortestRouteMix -
roomChecker
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected RoomCheckerType roomChecker -
link
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType link -
lane
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected StringType lane -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+02:00") protected LengthBeginEndType position -
uri
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setGtuTemplate(StringType value) Sets the value of the gtuTemplate property.- Parameters:
value- allowed object isString
-
getGtuTemplateMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setGtuTemplateMix(StringType value) Sets the value of the gtuTemplateMix property.- Parameters:
value- allowed object isString
-
getRoute
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setRoute(StringType value) Sets the value of the route property.- Parameters:
value- allowed object isString
-
getRouteMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setRouteMix(StringType value) Sets the value of the routeMix property.- Parameters:
value- allowed object isString
-
getShortestRoute
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setShortestRoute(StringType value) Sets the value of the shortestRoute property.- Parameters:
value- allowed object isString
-
getShortestRouteMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setShortestRouteMix(StringType value) Sets the value of the shortestRouteMix property.- Parameters:
value- allowed object isString
-
getRoomChecker
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setRoomChecker(RoomCheckerType value) Sets the value of the roomChecker property.- Parameters:
value- allowed object isRoomCheckerType
-
getLink
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setLink(StringType value) Sets the value of the link property.- Parameters:
value- allowed object isString
-
getLane
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setLane(StringType value) Sets the value of the lane property.- Parameters:
value- allowed object isString
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setPosition(LengthBeginEndType value) Sets the value of the position property.- Parameters:
value- allowed object isString
-
getUri
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-05-19T03:25:58+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-05-19T03:25:58+02:00") public void setUri(String value) Sets the value of the uri property.- Parameters:
value- allowed object isString
-