Package org.opentrafficsim.xml.generated
Class LaneBias
java.lang.Object
org.opentrafficsim.xml.generated.LaneBias
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public class 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.opentrafficsim.org/ots}string" /> <attribute name="Bias" use="required" type="{http://www.opentrafficsim.org/ots}float" /> <attribute name="StickyLanes" type="{http://www.opentrafficsim.org/ots}positiveInteger" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected DoubleType
protected DoubleType
protected DoubleType
protected StringType
protected SpeedType
protected SpeedType
protected IntegerType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBias()
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
(DoubleType value) Sets the value of the bias property.void
setFromLeft
(DoubleType value) Sets the value of the fromLeft property.void
setFromRight
(DoubleType value) Sets the value of the fromRight property.void
setGtuType
(StringType value) Sets the value of the gtuType property.void
setLeftSpeed
(SpeedType value) Sets the value of the leftSpeed property.void
setRightSpeed
(SpeedType value) Sets the value of the rightSpeed property.void
setStickyLanes
(IntegerType value) Sets the value of the stickyLanes property.
-
Field Details
-
leftSpeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected SpeedType leftSpeed -
rightSpeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected SpeedType rightSpeed -
fromLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DoubleType fromLeft -
fromRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DoubleType fromRight -
gtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuType -
bias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DoubleType bias -
stickyLanes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected IntegerType stickyLanes
-
-
Constructor Details
-
LaneBias
public LaneBias()
-
-
Method Details
-
getLeftSpeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public SpeedType 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.7", date="2024-08-29T18:50:16+02:00") public void setLeftSpeed(SpeedType 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.7", date="2024-08-29T18:50:16+02:00") public SpeedType 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.7", date="2024-08-29T18:50:16+02:00") public void setRightSpeed(SpeedType 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.7", date="2024-08-29T18:50:16+02:00") public DoubleType getFromLeft()Gets the value of the fromLeft property.- Returns:
- possible object is
String
-
setFromLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setFromLeft(DoubleType value) Sets the value of the fromLeft property.- Parameters:
value
- allowed object isString
-
getFromRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public DoubleType getFromRight()Gets the value of the fromRight property.- Returns:
- possible object is
String
-
setFromRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setFromRight(DoubleType value) Sets the value of the fromRight property.- Parameters:
value
- allowed object isString
-
getGtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setGtuType(StringType 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.7", date="2024-08-29T18:50:16+02:00") public DoubleType getBias()Gets the value of the bias property.- Returns:
- possible object is
String
-
setBias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setBias(DoubleType value) Sets the value of the bias property.- Parameters:
value
- allowed object isString
-
getStickyLanes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public IntegerType getStickyLanes()Gets the value of the stickyLanes property.- Returns:
- possible object is
String
-
setStickyLanes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setStickyLanes(IntegerType value) Sets the value of the stickyLanes property.- Parameters:
value
- allowed object isString
-