Package org.opentrafficsim.xml.generated
Class RUN
java.lang.Object
org.opentrafficsim.xml.generated.RUN
- 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 RUN
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="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 java.lang.String
base
protected java.lang.Long
numberreplications
protected RANDOMSTREAMS
randomstreams
protected Duration
runlength
protected Time
starttime
protected Duration
warmupperiod
-
Constructor Summary
Constructors Constructor Description RUN()
-
Method Summary
Modifier and Type Method Description java.lang.String
getBase()
Gets the value of the base property.java.lang.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(java.lang.String value)
Sets the value of the base property.void
setNUMBERREPLICATIONS(java.lang.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 Details
-
starttime
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Time starttime -
warmupperiod
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Duration warmupperiod -
runlength
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Duration runlength -
numberreplications
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.Long numberreplications -
randomstreams
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected RANDOMSTREAMS randomstreams -
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String base
-
-
Constructor Details
-
RUN
public RUN()
-
-
Method Details
-
getSTARTTIME
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+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-01-23T12:43:16+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-01-23T12:43:16+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-01-23T12:43:16+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-01-23T12:43:16+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-01-23T12:43:16+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-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.Long getNUMBERREPLICATIONS()Gets the value of the numberreplications property.- Returns:
- possible object is
Long
-
setNUMBERREPLICATIONS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setNUMBERREPLICATIONS(java.lang.Long value)Sets the value of the numberreplications property.- Parameters:
value
- allowed object isLong
-
getRANDOMSTREAMS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+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-01-23T12:43:16+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-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getBase()Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setBase(java.lang.String value)Sets the value of the base property.- Parameters:
value
- allowed object isString
-