Package org.opentrafficsim.xml.generated
Class GENERATOR
java.lang.Object
org.opentrafficsim.xml.generated.GENERATOR
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public class GENERATOR
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="GTUTEMPLATEMIX" 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="FREQUENCY" type="{http://www.opentrafficsim.org/ots}FREQUENCYTYPE"/>
<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" use="required" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdirectionprotected Frequencyfrequencyprotected java.lang.Stringgtutemplateprotected java.lang.Stringgtutemplatemixprotected java.lang.Stringlaneprotected java.lang.Stringlinkprotected LengthBeginEndpositionprotected java.lang.Stringroomcheckerprotected java.lang.Stringrouteprotected java.lang.Stringroutemixprotected java.lang.Stringshortestrouteprotected java.lang.Stringshortestroutemix -
Constructor Summary
Constructors Constructor Description GENERATOR() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDIRECTION()Gets the value of the direction property.FrequencygetFREQUENCY()Gets the value of the frequency property.java.lang.StringgetGTUTEMPLATE()Gets the value of the gtutemplate property.java.lang.StringgetGTUTEMPLATEMIX()Gets the value of the gtutemplatemix property.java.lang.StringgetLANE()Gets the value of the lane property.java.lang.StringgetLINK()Gets the value of the link property.LengthBeginEndgetPOSITION()Gets the value of the position property.java.lang.StringgetROOMCHECKER()Gets the value of the roomchecker property.java.lang.StringgetROUTE()Gets the value of the route property.java.lang.StringgetROUTEMIX()Gets the value of the routemix property.java.lang.StringgetSHORTESTROUTE()Gets the value of the shortestroute property.java.lang.StringgetSHORTESTROUTEMIX()Gets the value of the shortestroutemix property.voidsetDIRECTION(java.lang.String value)Sets the value of the direction property.voidsetFREQUENCY(Frequency value)Sets the value of the frequency property.voidsetGTUTEMPLATE(java.lang.String value)Sets the value of the gtutemplate property.voidsetGTUTEMPLATEMIX(java.lang.String value)Sets the value of the gtutemplatemix property.voidsetLANE(java.lang.String value)Sets the value of the lane property.voidsetLINK(java.lang.String value)Sets the value of the link property.voidsetPOSITION(LengthBeginEnd value)Sets the value of the position property.voidsetROOMCHECKER(java.lang.String value)Sets the value of the roomchecker property.voidsetROUTE(java.lang.String value)Sets the value of the route property.voidsetROUTEMIX(java.lang.String value)Sets the value of the routemix property.voidsetSHORTESTROUTE(java.lang.String value)Sets the value of the shortestroute property.voidsetSHORTESTROUTEMIX(java.lang.String value)Sets the value of the shortestroutemix property.
-
Field Details
-
gtutemplate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutemplate -
gtutemplatemix
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutemplatemix -
route
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String route -
routemix
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String routemix -
shortestroute
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String shortestroute -
shortestroutemix
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String shortestroutemix -
frequency
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected Frequency frequency -
roomchecker
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String roomchecker -
link
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String link -
lane
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String lane -
direction
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String direction -
position
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LengthBeginEnd position
-
-
Constructor Details
-
GENERATOR
public GENERATOR()
-
-
Method Details
-
getGTUTEMPLATE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getGTUTEMPLATEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTEMPLATEMIX()Gets the value of the gtutemplatemix property.- Returns:
- possible object is
String
-
setGTUTEMPLATEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setGTUTEMPLATEMIX(java.lang.String value)Sets the value of the gtutemplatemix property.- Parameters:
value- allowed object isString
-
getROUTE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getROUTEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getSHORTESTROUTE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getSHORTESTROUTEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getFREQUENCY
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public Frequency getFREQUENCY()Gets the value of the frequency property.- Returns:
- possible object is
String
-
setFREQUENCY
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setFREQUENCY(Frequency value)Sets the value of the frequency property.- Parameters:
value- allowed object isString
-
getROOMCHECKER
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getLINK
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getLANE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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 isString
-
getPOSITION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setPOSITION(LengthBeginEnd value)Sets the value of the position property.- Parameters:
value- allowed object isString
-