Package org.opentrafficsim.xml.generated
Class ODOPTIONS.ODOPTIONSITEM.LANEBIASES
java.lang.Object
org.opentrafficsim.xml.generated.ODOPTIONS.ODOPTIONSITEM.LANEBIASES
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - ODOPTIONS.ODOPTIONSITEM
 
@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public static class ODOPTIONS.ODOPTIONSITEM.LANEBIASES
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">
       <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>
 - See Also:
 - Serialized Form
 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIASJava class for anonymous complex type. - 
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS>lanebias - 
Constructor Summary
Constructors Constructor Description LANEBIASES() - 
Method Summary
Modifier and Type Method Description java.util.List<ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS>getLANEBIAS()Gets the value of the lanebias property. 
- 
Field Details
- 
lanebias
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS> lanebias 
 - 
 - 
Constructor Details
- 
LANEBIASES
public LANEBIASES() 
 - 
 - 
Method Details
- 
getLANEBIAS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.List<ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS> getLANEBIAS()Gets the value of the lanebias 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
setmethod for the lanebias property.For example, to add a new item, do as follows:
getLANEBIAS().add(newItem);Objects of the following type(s) are allowed in the list
ODOPTIONS.ODOPTIONSITEM.LANEBIASES.LANEBIAS 
 -