Package org.opentrafficsim.xml.generated
Class Ots
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the animation property.Gets the value of the control property.Gets the value of the definitions property.Gets the value of the demand property.Gets the value of the models property.Gets the value of the network property.getRun()
Gets the value of the run property.Gets the value of the scenarios property.getSpace()
Gets the value of the space property.void
setAnimation
(Animation value) Sets the value of the animation property.void
setControl
(Control value) Sets the value of the control property.void
setDefinitions
(Definitions value) Sets the value of the definitions property.void
Sets the value of the demand property.void
Sets the value of the models property.void
setNetwork
(Network value) Sets the value of the network property.void
Sets the value of the run property.void
setScenarios
(Scenarios value) Sets the value of the scenarios property.void
setSpace
(StringType value) Sets the value of the space property.
-
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 isDefinitions
-
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 isNetwork
-
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 isDemand
-
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 isControl
-
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 isModels
-
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 isScenarios
-
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 isRun
-
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 isAnimation
-
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 isString
-