@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02: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>
| Modifier and Type | Field and Description |
|---|---|
protected float |
bias |
protected Double |
fromleft |
protected Double |
fromright |
protected String |
gtutype |
protected Speed |
leftspeed |
protected Speed |
rightspeed |
protected BigInteger |
stickylanes |
| Constructor and Description |
|---|
LANEBIAS() |
| Modifier and Type | Method and 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Speed leftspeed
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Speed rightspeed
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Double fromleft
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Double fromright
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected float bias
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected BigInteger stickylanes
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Speed getLEFTSPEED()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLEFTSPEED(Speed value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Speed getRIGHTSPEED()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setRIGHTSPEED(Speed value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Double getFROMLEFT()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setFROMLEFT(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Double getFROMRIGHT()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setFROMRIGHT(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public float getBIAS()
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setBIAS(float value)
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public BigInteger getSTICKYLANES()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setSTICKYLANES(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014–2019 Delft University of Technology. All rights reserved.