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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected float
bias
protected Double
fromleft
protected Double
fromright
protected String
gtutype
protected Speed
leftspeed
protected Speed
rightspeed
protected BigInteger
stickylanes
-
Constructor Summary
Constructors Constructor Description LANEBIAS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getBIAS()
Gets the value of the bias property.Double
getFROMLEFT()
Gets the value of the fromleft property.Double
getFROMRIGHT()
Gets the value of the fromright property.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.BigInteger
getSTICKYLANES()
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 Detail
-
leftspeed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Speed leftspeed
-
rightspeed
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Speed rightspeed
-
fromleft
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Double fromleft
-
fromright
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Double fromright
-
gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String gtutype
-
bias
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected float bias
-
stickylanes
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected BigInteger stickylanes
-
-
Method Detail
-
getLEFTSPEED
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Double getFROMLEFT()
Gets the value of the fromleft property.- Returns:
- possible object is
Double
-
setFROMLEFT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Double getFROMRIGHT()
Gets the value of the fromright property.- Returns:
- possible object is
Double
-
setFROMRIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public BigInteger getSTICKYLANES()
Gets the value of the stickylanes property.- Returns:
- possible object is
BigInteger
-
setSTICKYLANES
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setSTICKYLANES(BigInteger value)
Sets the value of the stickylanes property.- Parameters:
value
- allowed object isBigInteger
-
-