Package org.opentrafficsim.xml.generated
Class Generator
java.lang.Object
org.opentrafficsim.xml.generated.Generator
- 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 Generator
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="Frequency" type="{http://www.opentrafficsim.org/ots}FrequencyType"/> <element name="RoomChecker" type="{http://www.opentrafficsim.org/ots}RoomCheckerType" minOccurs="0"/> <element name="RandomStream" type="{http://www.opentrafficsim.org/ots}RandomStreamSource" 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" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected FrequencyType
protected StringType
protected StringType
protected StringType
protected StringType
protected LengthBeginEndType
protected RandomStreamSource
protected RoomCheckerType
protected StringType
protected StringType
protected StringType
protected StringType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the frequency property.Gets 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 randomStream 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.void
setFrequency
(FrequencyType value) Sets the value of the frequency property.void
setGtuTemplate
(StringType value) Sets the value of the gtuTemplate property.void
setGtuTemplateMix
(StringType value) Sets the value of the gtuTemplateMix property.void
setLane
(StringType value) Sets the value of the lane property.void
setLink
(StringType value) Sets the value of the link property.void
setPosition
(LengthBeginEndType value) Sets the value of the position property.void
Sets the value of the randomStream property.void
setRoomChecker
(RoomCheckerType value) Sets the value of the roomChecker property.void
setRoute
(StringType value) Sets the value of the route property.void
setRouteMix
(StringType value) Sets the value of the routeMix property.void
setShortestRoute
(StringType value) Sets the value of the shortestRoute property.void
setShortestRouteMix
(StringType value) Sets the value of the shortestRouteMix property.
-
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 -
frequency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected FrequencyType frequency -
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 -
randomStream
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected RandomStreamSource randomStream -
link
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType link -
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
-
-
Constructor Details
-
Generator
public Generator()
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getFrequency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public FrequencyType getFrequency()Gets the value of the frequency property.- Returns:
- possible object is
String
-
setFrequency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setFrequency(FrequencyType value) Sets the value of the frequency property.- Parameters:
value
- allowed object isString
-
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 isRoomCheckerType
-
getRandomStream
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public RandomStreamSource getRandomStream()Gets the value of the randomStream property.- Returns:
- possible object is
RandomStreamSource
-
setRandomStream
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRandomStream(RandomStreamSource value) Sets the value of the randomStream property.- Parameters:
value
- allowed object isRandomStreamSource
-
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 isString
-
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 isString
-
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 isString
-