Package org.opentrafficsim.xml.generated
Class ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
java.lang.Object
org.opentrafficsim.xml.generated.ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ODOPTIONS.ODOPTIONSITEM.LANEBIASES
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2024-05-19T01:06:56+02:00")
public static class ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
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"> <choice> <sequence> <element name="LEFTSPEED" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE"/> <element name="RIGHTSPEED" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE"/> </sequence> <element name="FROMLEFT" type="{http://www.opentrafficsim.org/ots}DOUBLEUNITINTERVAL"/> <element name="FROMRIGHT" type="{http://www.opentrafficsim.org/ots}DOUBLEUNITINTERVAL"/> </choice> <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="BIAS" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="STICKYLANES" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getBIAS()
Gets the value of the bias property.Gets the value of the fromleft property.Gets the value of the fromright property.Gets the value of the gtutype property.Gets the value of the leftspeed property.Gets the value of the rightspeed property.Gets the value of the stickylanes property.void
setBIAS
(float value) Sets the value of the bias property.void
setFROMLEFT
(Double value) Sets the value of the fromleft property.void
setFROMRIGHT
(Double value) Sets the value of the fromright property.void
setGTUTYPE
(String value) Sets the value of the gtutype property.void
setLEFTSPEED
(Speed value) Sets the value of the leftspeed property.void
setRIGHTSPEED
(Speed value) Sets the value of the rightspeed property.void
setSTICKYLANES
(BigInteger value) Sets the value of the stickylanes property.
-
Field Details
-
leftspeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Speed leftspeed -
rightspeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Speed rightspeed -
fromleft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Double fromleft -
fromright
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Double fromright -
gtutype
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String gtutype -
bias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected float bias -
stickylanes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected BigInteger stickylanes
-
-
Constructor Details
-
LANEBIAS
public LANEBIAS()
-
-
Method Details
-
getLEFTSPEED
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Speed getLEFTSPEED()Gets the value of the leftspeed property.- Returns:
- possible object is
String
-
setLEFTSPEED
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setLEFTSPEED(Speed value) Sets the value of the leftspeed property.- Parameters:
value
- allowed object isString
-
getRIGHTSPEED
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Speed getRIGHTSPEED()Gets the value of the rightspeed property.- Returns:
- possible object is
String
-
setRIGHTSPEED
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setRIGHTSPEED(Speed value) Sets the value of the rightspeed property.- Parameters:
value
- allowed object isString
-
getFROMLEFT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Double getFROMLEFT()Gets the value of the fromleft property.- Returns:
- possible object is
Double
-
setFROMLEFT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setFROMLEFT(Double value) Sets the value of the fromleft property.- Parameters:
value
- allowed object isDouble
-
getFROMRIGHT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Double getFROMRIGHT()Gets the value of the fromright property.- Returns:
- possible object is
Double
-
setFROMRIGHT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setFROMRIGHT(Double value) Sets the value of the fromright property.- Parameters:
value
- allowed object isDouble
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getGTUTYPE()Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setGTUTYPE(String value) Sets the value of the gtutype property.- Parameters:
value
- allowed object isString
-
getBIAS
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public float getBIAS()Gets the value of the bias property. -
setBIAS
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setBIAS(float value) Sets the value of the bias property. -
getSTICKYLANES
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public BigInteger getSTICKYLANES()Gets the value of the stickylanes property.- Returns:
- possible object is
BigInteger
-
setSTICKYLANES
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setSTICKYLANES(BigInteger value) Sets the value of the stickylanes property.- Parameters:
value
- allowed object isBigInteger
-