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 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is RandomStreams