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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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:
  • Field Details

    • leftspeed

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Speed leftspeed
    • rightspeed

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Speed rightspeed
    • fromleft

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Double fromleft
    • fromright

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Double fromright
    • gtutype

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String gtutype
    • bias

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected float bias
    • stickylanes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected BigInteger stickylanes
  • Constructor Details

    • LANEBIAS

      public LANEBIAS()
  • Method Details

    • getLEFTSPEED

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Speed 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.6", date="2024-05-19T01:06:56+02:00") public void setLEFTSPEED(Speed 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.6", date="2024-05-19T01:06:56+02:00") public Speed 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.6", date="2024-05-19T01:06:56+02:00") public void setRIGHTSPEED(Speed 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.6", date="2024-05-19T01:06:56+02:00") public Double getFROMLEFT()
      Gets the value of the fromleft property.
      Returns:
      possible object is Double
    • setFROMLEFT

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setFROMLEFT(Double value)
      Sets the value of the fromleft property.
      Parameters:
      value - allowed object is Double
    • getFROMRIGHT

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Double getFROMRIGHT()
      Gets the value of the fromright property.
      Returns:
      possible object is Double
    • setFROMRIGHT

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setFROMRIGHT(Double value)
      Sets the value of the fromright property.
      Parameters:
      value - allowed object is Double
    • getGTUTYPE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String 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.6", date="2024-05-19T01:06:56+02:00") public void setGTUTYPE(String 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.6", date="2024-05-19T01:06:56+02:00") public float getBIAS()
      Gets the value of the bias property.
    • setBIAS

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setBIAS(float value)
      Sets the value of the bias property.
    • getSTICKYLANES

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public BigInteger getSTICKYLANES()
      Gets the value of the stickylanes property.
      Returns:
      possible object is BigInteger
    • setSTICKYLANES

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setSTICKYLANES(BigInteger value)
      Sets the value of the stickylanes property.
      Parameters:
      value - allowed object is BigInteger