java.lang.Object
org.opentrafficsim.xml.generated.Ots
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 Ots 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 ref="{http://www.opentrafficsim.org/ots}Definitions"/>
         <element ref="{http://www.opentrafficsim.org/ots}Network"/>
         <element ref="{http://www.opentrafficsim.org/ots}Demand" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}Control" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}Models" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}Scenarios" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}Run"/>
         <element ref="{http://www.opentrafficsim.org/ots}Animation" minOccurs="0"/>
       </sequence>
       <attribute name="Space" type="{http://www.opentrafficsim.org/ots}space" default="preserve" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • definitions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Definitions definitions
    • network

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Network network
    • demand

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Demand demand
    • control

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Control control
    • models

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Models models
    • scenarios

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Scenarios scenarios
    • run

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Run run
    • animation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Animation animation
    • space

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType space
  • Constructor Details

    • Ots

      public Ots()
  • Method Details

    • getDefinitions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Definitions getDefinitions()
      Gets the value of the definitions property.
      Returns:
      possible object is Definitions
    • setDefinitions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDefinitions(Definitions value)
      Sets the value of the definitions property.
      Parameters:
      value - allowed object is Definitions
    • getNetwork

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Network getNetwork()
      Gets the value of the network property.
      Returns:
      possible object is Network
    • setNetwork

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setNetwork(Network value)
      Sets the value of the network property.
      Parameters:
      value - allowed object is Network
    • getDemand

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Demand getDemand()
      Gets the value of the demand property.
      Returns:
      possible object is Demand
    • setDemand

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDemand(Demand value)
      Sets the value of the demand property.
      Parameters:
      value - allowed object is Demand
    • getControl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Control getControl()
      Gets the value of the control property.
      Returns:
      possible object is Control
    • setControl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setControl(Control value)
      Sets the value of the control property.
      Parameters:
      value - allowed object is Control
    • getModels

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Models getModels()
      Gets the value of the models property.
      Returns:
      possible object is Models
    • setModels

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setModels(Models value)
      Sets the value of the models property.
      Parameters:
      value - allowed object is Models
    • getScenarios

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Scenarios getScenarios()
      Gets the value of the scenarios property.
      Returns:
      possible object is Scenarios
    • setScenarios

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setScenarios(Scenarios value)
      Sets the value of the scenarios property.
      Parameters:
      value - allowed object is Scenarios
    • getRun

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Run getRun()
      Gets the value of the run property.
      Returns:
      possible object is Run
    • setRun

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setRun(Run value)
      Sets the value of the run property.
      Parameters:
      value - allowed object is Run
    • getAnimation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Animation getAnimation()
      Gets the value of the animation property.
      Returns:
      possible object is Animation
    • setAnimation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setAnimation(Animation value)
      Sets the value of the animation property.
      Parameters:
      value - allowed object is Animation
    • getSpace

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getSpace()
      Gets the value of the space property.
      Returns:
      possible object is String
    • setSpace

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setSpace(StringType value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is String