Class PARAMETERS

java.lang.Object
org.opentrafficsim.xml.generated.PARAMETERS
All Implemented Interfaces:
java.io.Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public class PARAMETERS
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>
         <choice maxOccurs="unbounded">
           <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPESTRING"/>
           <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEACCELERATION"/>
           <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEBOOLEAN"/>
           <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPECLASS"/>
           <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEDOUBLE"/>
           <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEDURATION"/>
           <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEFRACTION"/>
           <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEFREQUENCY"/>
           <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEINTEGER"/>
           <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPELENGTH"/>
           <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPELINEARDENSITY"/>
           <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPESPEED"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.List<PARAMETERTYPE> stringOrACCELERATIONOrBOOLEAN  
  • Constructor Summary

    Constructors 
    Constructor Description
    PARAMETERS()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<PARAMETERTYPE> getSTRINGOrACCELERATIONOrBOOLEAN()
    Gets the value of the stringOrACCELERATIONOrBOOLEAN property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait