Class SCENARIO.INPUTPARAMETERS
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SCENARIO
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 maxOccurs="unbounded"> <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATION"/> <element name="ACCELERATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATIONDIST"/> <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERBOOLEAN"/> <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERCLASS"/> <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLE"/> <element name="DOUBLEDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLEDIST"/> <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATION"/> <element name="DURATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATIONDIST"/> <element name="FLOAT" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOAT"/> <element name="FLOATDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOATDIST"/> <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERFRACTION"/> <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCY"/> <element name="FREQUENCYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCYDIST"/> <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGER"/> <element name="INTEGERDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGERDIST"/> <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTH"/> <element name="LENGTHDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTHDIST"/> <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITY"/> <element name="LINEARDENSITYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITYDIST"/> <element name="LONG" type="{http://www.opentrafficsim.org/ots}PARAMETERLONG"/> <element name="LONGDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLONGDIST"/> <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEED"/> <element name="SPEEDDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEEDDIST"/> <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERSTRING"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accelerationOrACCELERATIONDISTOrBOOLEAN property.
-
Field Details
-
accelerationOrACCELERATIONDISTOrBOOLEAN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected List<Serializable> accelerationOrACCELERATIONDISTOrBOOLEAN
-
-
Constructor Details
-
INPUTPARAMETERS
public INPUTPARAMETERS()
-
-
Method Details
-
getACCELERATIONOrACCELERATIONDISTOrBOOLEAN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public List<Serializable> getACCELERATIONOrACCELERATIONDISTOrBOOLEAN()Gets the value of the accelerationOrACCELERATIONDISTOrBOOLEAN 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 accelerationOrACCELERATIONDISTOrBOOLEAN property.For example, to add a new item, do as follows:
getACCELERATIONOrACCELERATIONDISTOrBOOLEAN().add(newItem);
Objects of the following type(s) are allowed in the list
PARAMETERACCELERATION
PARAMETERACCELERATIONDIST
PARAMETERBOOLEAN
PARAMETERCLASS
PARAMETERDOUBLE
PARAMETERDOUBLEDIST
PARAMETERDURATION
PARAMETERDURATIONDIST
PARAMETERFLOAT
PARAMETERFLOATDIST
PARAMETERFRACTION
PARAMETERFREQUENCY
PARAMETERFREQUENCYDIST
PARAMETERINTEGER
PARAMETERINTEGERDIST
PARAMETERLENGTH
PARAMETERLENGTHDIST
PARAMETERLINEARDENSITY
PARAMETERLINEARDENSITYDIST
PARAMETERLONG
PARAMETERLONGDIST
PARAMETERSPEED
PARAMETERSPEEDDIST
PARAMETERSTRING
-