Package org.opentrafficsim.xml.generated
Class ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
java.lang.Object
org.opentrafficsim.xml.generated.ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ODOPTIONS.ODOPTIONSITEM.LANEBIASES
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-23T12:43:16+01:00",
comments="JAXB RI v2.3.0")
public static class ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
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"> <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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected float
bias
protected java.lang.Double
fromleft
protected java.lang.Double
fromright
protected java.lang.String
gtutype
protected Speed
leftspeed
protected Speed
rightspeed
protected java.math.BigInteger
stickylanes
-
Constructor Summary
Constructors Constructor Description LANEBIAS()
-
Method Summary
Modifier and Type Method Description float
getBIAS()
Gets the value of the bias property.java.lang.Double
getFROMLEFT()
Gets the value of the fromleft property.java.lang.Double
getFROMRIGHT()
Gets the value of the fromright property.java.lang.String
getGTUTYPE()
Gets the value of the gtutype property.Speed
getLEFTSPEED()
Gets the value of the leftspeed property.Speed
getRIGHTSPEED()
Gets the value of the rightspeed property.java.math.BigInteger
getSTICKYLANES()
Gets the value of the stickylanes property.void
setBIAS(float value)
Sets the value of the bias property.void
setFROMLEFT(java.lang.Double value)
Sets the value of the fromleft property.void
setFROMRIGHT(java.lang.Double value)
Sets the value of the fromright property.void
setGTUTYPE(java.lang.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(java.math.BigInteger value)
Sets the value of the stickylanes property.
-
Field Details
-
leftspeed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Speed leftspeed -
rightspeed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Speed rightspeed -
fromleft
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.Double fromleft -
fromright
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.Double fromright -
gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutype -
bias
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected float bias -
stickylanes
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.math.BigInteger stickylanes
-
-
Constructor Details
-
LANEBIAS
public LANEBIAS()
-
-
Method Details
-
getLEFTSPEED
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Speed getLEFTSPEED()Gets the value of the leftspeed property.- Returns:
- possible object is
String
-
setLEFTSPEED
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Speed getRIGHTSPEED()Gets the value of the rightspeed property.- Returns:
- possible object is
String
-
setRIGHTSPEED
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.Double getFROMLEFT()Gets the value of the fromleft property.- Returns:
- possible object is
Double
-
setFROMLEFT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setFROMLEFT(java.lang.Double value)Sets the value of the fromleft property.- Parameters:
value
- allowed object isDouble
-
getFROMRIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.Double getFROMRIGHT()Gets the value of the fromright property.- Returns:
- possible object is
Double
-
setFROMRIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setFROMRIGHT(java.lang.Double value)Sets the value of the fromright property.- Parameters:
value
- allowed object isDouble
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTYPE()Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(java.lang.String value)Sets the value of the gtutype property.- Parameters:
value
- allowed object isString
-
getBIAS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public float getBIAS()Gets the value of the bias property. -
setBIAS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setBIAS(float value)Sets the value of the bias property. -
getSTICKYLANES
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.math.BigInteger getSTICKYLANES()Gets the value of the stickylanes property.- Returns:
- possible object is
BigInteger
-
setSTICKYLANES
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setSTICKYLANES(java.math.BigInteger value)Sets the value of the stickylanes property.- Parameters:
value
- allowed object isBigInteger
-