Class ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ODOPTIONS.ODOPTIONSITEM.LANEBIASES

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-08-12T04:40:29+02:00",
               comments="JAXB RI v2.3.0")
    public static class ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS
    extends java.lang.Object
    implements java.io.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
    • 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.
      java.lang.Double getFROMLEFT()
      Gets the value of the fromleft property.
      java.lang.Double getFROMRIGHT()
      Gets the value of the fromright property.
      java.lang.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.
      java.math.BigInteger getSTICKYLANES()
      Gets the value of the stickylanes property.
      void setBIAS​(float value)
      Sets the value of the bias property.
      void setFROMLEFT​(java.lang.Double value)
      Sets the value of the fromleft property.
      void setFROMRIGHT​(java.lang.Double value)
      Sets the value of the fromright property.
      void setGTUTYPE​(java.lang.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​(java.math.BigInteger value)
      Sets the value of the stickylanes property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • leftspeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected Speed leftspeed
      • rightspeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected Speed rightspeed
      • fromleft

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.lang.Double fromleft
      • fromright

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.lang.Double fromright
      • gtutype

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.lang.String gtutype
      • bias

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected float bias
      • stickylanes

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.math.BigInteger stickylanes
    • Constructor Detail

      • LANEBIAS

        public LANEBIAS()
    • Method Detail

      • getLEFTSPEED

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        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",
                   date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        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",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.lang.Double getFROMLEFT()
        Gets the value of the fromleft property.
        Returns:
        possible object is Double
      • setFROMLEFT

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setFROMLEFT​(java.lang.Double value)
        Sets the value of the fromleft property.
        Parameters:
        value - allowed object is Double
      • getFROMRIGHT

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.lang.Double getFROMRIGHT()
        Gets the value of the fromright property.
        Returns:
        possible object is Double
      • setFROMRIGHT

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setFROMRIGHT​(java.lang.Double value)
        Sets the value of the fromright property.
        Parameters:
        value - allowed object is Double
      • getGTUTYPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.lang.String getGTUTYPE()
        Gets the value of the gtutype property.
        Returns:
        possible object is String
      • setGTUTYPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setGTUTYPE​(java.lang.String value)
        Sets the value of the gtutype property.
        Parameters:
        value - allowed object is String
      • getBIAS

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02: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-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.math.BigInteger getSTICKYLANES()
        Gets the value of the stickylanes property.
        Returns:
        possible object is BigInteger
      • setSTICKYLANES

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setSTICKYLANES​(java.math.BigInteger value)
        Sets the value of the stickylanes property.
        Parameters:
        value - allowed object is BigInteger