@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class RUN extends Object
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="SEED" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="STREAMNAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SEEEDVALUE" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="STARTTIME" type="{http://www.opentrafficsim.org/ots}TIMETYPE" default="0s" />
<attribute name="WARMUPPERIOD" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" default="0s" />
<attribute name="RUNLENGTH" use="required" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" />
<attribute name="NUMBERREPLICATIONS" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RUN.SEED
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected Long |
numberreplications |
protected Duration |
runlength |
protected List<RUN.SEED> |
seed |
protected Time |
starttime |
protected Duration |
warmupperiod |
| Constructor and Description |
|---|
RUN() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
long |
getNUMBERREPLICATIONS()
Gets the value of the numberreplications property.
|
Duration |
getRUNLENGTH()
Gets the value of the runlength property.
|
List<RUN.SEED> |
getSEED()
Gets the value of the seed property.
|
Time |
getSTARTTIME()
Gets the value of the starttime property.
|
Duration |
getWARMUPPERIOD()
Gets the value of the warmupperiod property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setNUMBERREPLICATIONS(Long value)
Sets the value of the numberreplications property.
|
void |
setRUNLENGTH(Duration value)
Sets the value of the runlength property.
|
void |
setSTARTTIME(Time value)
Sets the value of the starttime property.
|
void |
setWARMUPPERIOD(Duration value)
Sets the value of the warmupperiod property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<RUN.SEED> seed
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Time starttime
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Duration warmupperiod
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Duration runlength
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Long numberreplications
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<RUN.SEED> getSEED()
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 seed property.
For example, to add a new item, do as follows:
getSEED().add(newItem);
Objects of the following type(s) are allowed in the list
RUN.SEED
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Time getSTARTTIME()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setSTARTTIME(Time value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Duration getWARMUPPERIOD()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setWARMUPPERIOD(Duration value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Duration getRUNLENGTH()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setRUNLENGTH(Duration value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public long getNUMBERREPLICATIONS()
Long@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setNUMBERREPLICATIONS(Long value)
value - allowed object is
Long@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.