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",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
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}PositiveTimeType" minOccurs="0"/> <element name="WarmupPeriod" type="{http://www.opentrafficsim.org/ots}PositiveDurationType" minOccurs="0"/> <element name="RunLength" type="{http://www.opentrafficsim.org/ots}PositiveDurationType"/> <element name="NumberReplications" type="{http://www.opentrafficsim.org/ots}positiveInteger" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}RandomStreams" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected IntegerType
protected RandomStreams
protected DurationType
protected TimeType
protected DurationType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the numberReplications property.Gets the value of the randomStreams property.Gets the value of the runLength property.Gets the value of the startTime property.Gets the value of the warmupPeriod property.void
setNumberReplications
(IntegerType value) Sets the value of the numberReplications property.void
setRandomStreams
(RandomStreams value) Sets the value of the randomStreams property.void
setRunLength
(DurationType value) Sets the value of the runLength property.void
setStartTime
(TimeType value) Sets the value of the startTime property.void
setWarmupPeriod
(DurationType value) Sets the value of the warmupPeriod property.
-
Field Details
-
startTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected TimeType startTime -
warmupPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DurationType warmupPeriod -
runLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DurationType runLength -
numberReplications
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected IntegerType numberReplications -
randomStreams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected RandomStreams randomStreams
-
-
Constructor Details
-
Run
public Run()
-
-
Method Details
-
getStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public TimeType getStartTime()Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setStartTime(TimeType value) Sets the value of the startTime property.- Parameters:
value
- allowed object isString
-
getWarmupPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public DurationType getWarmupPeriod()Gets the value of the warmupPeriod property.- Returns:
- possible object is
String
-
setWarmupPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setWarmupPeriod(DurationType value) Sets the value of the warmupPeriod property.- Parameters:
value
- allowed object isString
-
getRunLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public DurationType getRunLength()Gets the value of the runLength property.- Returns:
- possible object is
String
-
setRunLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRunLength(DurationType value) Sets the value of the runLength property.- Parameters:
value
- allowed object isString
-
getNumberReplications
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public IntegerType getNumberReplications()Gets the value of the numberReplications property.- Returns:
- possible object is
String
-
setNumberReplications
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setNumberReplications(IntegerType value) Sets the value of the numberReplications property.- Parameters:
value
- allowed object isString
-
getRandomStreams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public RandomStreams getRandomStreams()Gets the value of the randomStreams property.- Returns:
- possible object is
RandomStreams
-
setRandomStreams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRandomStreams(RandomStreams value) Sets the value of the randomStreams property.- Parameters:
value
- allowed object isRandomStreams
-