Class SCENARIO
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public class SCENARIO
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="INPUTPARAMETERS" minOccurs="0">
<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>
</element>
<element name="OD" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="CONTROL" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="MODELIDREFERRAL" type="{http://www.opentrafficsim.org/ots}MODELIDREFERRALTYPE" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCENARIO.CONTROLJava class for anonymous complex type.static classSCENARIO.INPUTPARAMETERSJava class for anonymous complex type.static classSCENARIO.ODJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SCENARIO.CONTROL>controlprotected java.lang.Stringidprotected SCENARIO.INPUTPARAMETERSinputparametersprotected java.util.List<MODELIDREFERRALTYPE>modelidreferralprotected java.util.List<SCENARIO.OD>od -
Constructor Summary
Constructors Constructor Description SCENARIO() -
Method Summary
Modifier and Type Method Description java.util.List<SCENARIO.CONTROL>getCONTROL()Gets the value of the control property.java.lang.StringgetID()Gets the value of the id property.SCENARIO.INPUTPARAMETERSgetINPUTPARAMETERS()Gets the value of the inputparameters property.java.util.List<MODELIDREFERRALTYPE>getMODELIDREFERRAL()Gets the value of the modelidreferral property.java.util.List<SCENARIO.OD>getOD()Gets the value of the od property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetINPUTPARAMETERS(SCENARIO.INPUTPARAMETERS value)Sets the value of the inputparameters property.
-
Field Details
-
inputparameters
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected SCENARIO.INPUTPARAMETERS inputparameters -
od
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<SCENARIO.OD> od -
control
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<SCENARIO.CONTROL> control -
modelidreferral
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<MODELIDREFERRALTYPE> modelidreferral -
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id
-
-
Constructor Details
-
SCENARIO
public SCENARIO()
-
-
Method Details
-
getINPUTPARAMETERS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public SCENARIO.INPUTPARAMETERS getINPUTPARAMETERS()Gets the value of the inputparameters property.- Returns:
- possible object is
SCENARIO.INPUTPARAMETERS
-
setINPUTPARAMETERS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setINPUTPARAMETERS(SCENARIO.INPUTPARAMETERS value)Sets the value of the inputparameters property.- Parameters:
value- allowed object isSCENARIO.INPUTPARAMETERS
-
getOD
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<SCENARIO.OD> getOD()Gets the value of the od 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 od property.For example, to add a new item, do as follows:
getOD().add(newItem);Objects of the following type(s) are allowed in the list
SCENARIO.OD -
getCONTROL
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<SCENARIO.CONTROL> getCONTROL()Gets the value of the control 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 control property.For example, to add a new item, do as follows:
getCONTROL().add(newItem);Objects of the following type(s) are allowed in the list
SCENARIO.CONTROL -
getMODELIDREFERRAL
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<MODELIDREFERRALTYPE> getMODELIDREFERRAL()Gets the value of the modelidreferral 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 modelidreferral property.For example, to add a new item, do as follows:
getMODELIDREFERRAL().add(newItem);Objects of the following type(s) are allowed in the list
MODELIDREFERRALTYPE -
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setID(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-