Class OTS

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+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}NETWORKDEMAND" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opentrafficsim.org/ots}CONTROL" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opentrafficsim.org/ots}MODEL" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opentrafficsim.org/ots}SCENARIO" maxOccurs="unbounded"/>
             <element ref="{http://www.opentrafficsim.org/ots}RUN"/>
             <element ref="{http://www.opentrafficsim.org/ots}ANIMATION" minOccurs="0"/>
           </sequence>
           <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
           <attribute ref="{http://www.w3.org/XML/1998/namespace}space default="preserve""/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • definitions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DEFINITIONS definitions
      • network

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected NETWORK network
      • networkdemand

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<NETWORKDEMAND> networkdemand
      • control

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<CONTROL> control
      • model

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<MODELTYPE> model
      • scenario

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<SCENARIO> scenario
      • run

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected RUN run
      • animation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ANIMATION animation
      • base

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String base
      • space

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String space
    • Constructor Detail

      • OTS

        public OTS()
    • Method Detail

      • getDEFINITIONS

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+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.6",
                   date="2022-09-04T02:31:11+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.6",
                   date="2022-09-04T02:31:11+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.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setNETWORK​(NETWORK value)
        Sets the value of the network property.
        Parameters:
        value - allowed object is NETWORK
      • getNETWORKDEMAND

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<NETWORKDEMAND> getNETWORKDEMAND()
        Gets the value of the networkdemand property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the networkdemand property.

        For example, to add a new item, do as follows:

            getNETWORKDEMAND().add(newItem);
         

        Objects of the following type(s) are allowed in the list NETWORKDEMAND

      • getCONTROL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<CONTROL> getCONTROL()
        Gets the value of the control property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the control property.

        For example, to add a new item, do as follows:

            getCONTROL().add(newItem);
         

        Objects of the following type(s) are allowed in the list CONTROL

      • getMODEL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<MODELTYPE> getMODEL()
        Gets the value of the model property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the model property.

        For example, to add a new item, do as follows:

            getMODEL().add(newItem);
         

        Objects of the following type(s) are allowed in the list MODELTYPE

      • getSCENARIO

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<SCENARIO> getSCENARIO()
        Gets the value of the scenario property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the scenario property.

        For example, to add a new item, do as follows:

            getSCENARIO().add(newItem);
         

        Objects of the following type(s) are allowed in the list SCENARIO

      • getRUN

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+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.6",
                   date="2022-09-04T02:31:11+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.6",
                   date="2022-09-04T02:31:11+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.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setANIMATION​(ANIMATION value)
        Sets the value of the animation property.
        Parameters:
        value - allowed object is ANIMATION
      • getBase

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getBase()
        Gets the value of the base property.
        Returns:
        possible object is String
      • setBase

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setBase​(String value)
        Sets the value of the base property.
        Parameters:
        value - allowed object is String
      • getSpace

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String 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.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setSpace​(String value)
        Sets the value of the space property.
        Parameters:
        value - allowed object is String