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 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String