Class ODOPTIONS.ODOPTIONSITEM

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ODOPTIONS

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public static class ODOPTIONS.ODOPTIONSITEM
    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">
           <sequence>
             <choice>
               <element name="GLOBAL" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
               <element name="LINKTYPE">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <attribute name="VALUE" type="{http://www.w3.org/2001/XMLSchema}string" />
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="ORIGIN">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <attribute name="VALUE" type="{http://www.w3.org/2001/XMLSchema}string" />
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="LANE" type="{http://www.opentrafficsim.org/ots}LANELINKTYPE"/>
             </choice>
             <element name="DEFAULTMODEL" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="MODELIDREFERRAL" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="MODEL" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="MODELIDREFERRAL" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </choice>
                     <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="NOLANECHANGE" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" minOccurs="0"/>
             <element name="ROOMCHECKER" type="{http://www.opentrafficsim.org/ots}ROOMCHECKERTYPE" minOccurs="0"/>
             <element name="HEADWAYDIST" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="CONSTANT|EXPONENTIAL|UNIFORM|TRIANGULAR|TRI_EXP|LOGNORMAL"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="MARKOV" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="STATE" maxOccurs="unbounded">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="PARENT" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="CORRELATION" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="LANEBIASES" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="LANEBIAS" maxOccurs="unbounded">
                         <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>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • global

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Object global
      • linktype

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ODOPTIONS.ODOPTIONSITEM.LINKTYPE linktype
      • origin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ODOPTIONS.ODOPTIONSITEM.ORIGIN origin
      • lane

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected LANELINKTYPE lane
      • defaultmodel

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ODOPTIONS.ODOPTIONSITEM.DEFAULTMODEL defaultmodel
      • model

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<ODOPTIONS.ODOPTIONSITEM.MODEL> model
      • nolanechange

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Length nolanechange
      • roomchecker

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String roomchecker
      • headwaydist

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String headwaydist
      • markov

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ODOPTIONS.ODOPTIONSITEM.MARKOV markov
      • lanebiases

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ODOPTIONS.ODOPTIONSITEM.LANEBIASES lanebiases
    • Constructor Detail

      • ODOPTIONSITEM

        public ODOPTIONSITEM()
    • Method Detail

      • getGLOBAL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Object getGLOBAL()
        Gets the value of the global property.
        Returns:
        possible object is Object
      • setGLOBAL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setGLOBAL​(Object value)
        Sets the value of the global property.
        Parameters:
        value - allowed object is Object
      • getLANE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public LANELINKTYPE getLANE()
        Gets the value of the lane property.
        Returns:
        possible object is LANELINKTYPE
      • setLANE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setLANE​(LANELINKTYPE value)
        Sets the value of the lane property.
        Parameters:
        value - allowed object is LANELINKTYPE
      • getMODEL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<ODOPTIONS.ODOPTIONSITEM.MODEL> getMODEL()
        Gets the value of the model property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the model property.

        For example, to add a new item, do as follows:

            getMODEL().add(newItem);
         

        Objects of the following type(s) are allowed in the list ODOPTIONS.ODOPTIONSITEM.MODEL

      • getNOLANECHANGE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Length getNOLANECHANGE()
        Gets the value of the nolanechange property.
        Returns:
        possible object is String
      • setNOLANECHANGE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setNOLANECHANGE​(Length value)
        Sets the value of the nolanechange property.
        Parameters:
        value - allowed object is String
      • getROOMCHECKER

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getROOMCHECKER()
        Gets the value of the roomchecker property.
        Returns:
        possible object is String
      • setROOMCHECKER

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setROOMCHECKER​(String value)
        Sets the value of the roomchecker property.
        Parameters:
        value - allowed object is String
      • getHEADWAYDIST

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getHEADWAYDIST()
        Gets the value of the headwaydist property.
        Returns:
        possible object is String
      • setHEADWAYDIST

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setHEADWAYDIST​(String value)
        Sets the value of the headwaydist property.
        Parameters:
        value - allowed object is String