Package org.opentrafficsim.xml.generated
Class RUN
- java.lang.Object
-
- org.opentrafficsim.xml.generated.RUN
-
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public class RUN extends Object implements 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="STARTTIME" type="{http://www.opentrafficsim.org/ots}TIMETYPE" minOccurs="0"/> <element name="WARMUPPERIOD" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" minOccurs="0"/> <element name="RUNLENGTH" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE"/> <element name="NUMBERREPLICATIONS" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}RANDOMSTREAMS" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
base
protected Long
numberreplications
protected RANDOMSTREAMS
randomstreams
protected Duration
runlength
protected Time
starttime
protected Duration
warmupperiod
-
Constructor Summary
Constructors Constructor Description RUN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBase()
Gets the value of the base property.Long
getNUMBERREPLICATIONS()
Gets the value of the numberreplications property.RANDOMSTREAMS
getRANDOMSTREAMS()
Gets the value of the randomstreams property.Duration
getRUNLENGTH()
Gets the value of the runlength 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
setRANDOMSTREAMS(RANDOMSTREAMS value)
Sets the value of the randomstreams 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.
-
-
-
Field Detail
-
starttime
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Time starttime
-
warmupperiod
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Duration warmupperiod
-
runlength
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Duration runlength
-
numberreplications
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Long numberreplications
-
randomstreams
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected RANDOMSTREAMS randomstreams
-
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String base
-
-
Method Detail
-
getSTARTTIME
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Time getSTARTTIME()
Gets the value of the starttime property.- Returns:
- possible object is
String
-
setSTARTTIME
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setSTARTTIME(Time value)
Sets the value of the starttime property.- Parameters:
value
- allowed object isString
-
getWARMUPPERIOD
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Duration getWARMUPPERIOD()
Gets the value of the warmupperiod property.- Returns:
- possible object is
String
-
setWARMUPPERIOD
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setWARMUPPERIOD(Duration value)
Sets the value of the warmupperiod property.- Parameters:
value
- allowed object isString
-
getRUNLENGTH
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Duration getRUNLENGTH()
Gets the value of the runlength property.- Returns:
- possible object is
String
-
setRUNLENGTH
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setRUNLENGTH(Duration value)
Sets the value of the runlength property.- Parameters:
value
- allowed object isString
-
getNUMBERREPLICATIONS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Long getNUMBERREPLICATIONS()
Gets the value of the numberreplications property.- Returns:
- possible object is
Long
-
setNUMBERREPLICATIONS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setNUMBERREPLICATIONS(Long value)
Sets the value of the numberreplications property.- Parameters:
value
- allowed object isLong
-
getRANDOMSTREAMS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public RANDOMSTREAMS getRANDOMSTREAMS()
Gets the value of the randomstreams property.- Returns:
- possible object is
RANDOMSTREAMS
-
setRANDOMSTREAMS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setRANDOMSTREAMS(RANDOMSTREAMS value)
Sets the value of the randomstreams property.- Parameters:
value
- allowed object isRANDOMSTREAMS
-
getBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getBase()
Gets the value of the base property.- Returns:
- possible object is
String
-
-