Package jaxb
Class Scenario
- java.lang.Object
-
- jaxb.Scenario
-
public class Scenario extends Object
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"> <all> <element ref="{opentrafficmodels}plugins" minOccurs="0"/> <element ref="{opentrafficmodels}commodities" minOccurs="0"/> <element ref="{opentrafficmodels}network"/> <element ref="{opentrafficmodels}subnetworks" minOccurs="0"/> <element ref="{opentrafficmodels}models" minOccurs="0"/> <element ref="{opentrafficmodels}demands" minOccurs="0"/> <element ref="{opentrafficmodels}splits" minOccurs="0"/> <element ref="{opentrafficmodels}controllers" minOccurs="0"/> <element ref="{opentrafficmodels}actuators" minOccurs="0"/> <element ref="{opentrafficmodels}sensors" minOccurs="0"/> <element ref="{opentrafficmodels}events" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Scenario()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Actuators
getActuators()
Gets the value of the actuators property.Commodities
getCommodities()
Gets the value of the commodities property.Controllers
getControllers()
Gets the value of the controllers property.Demands
getDemands()
Gets the value of the demands property.Events
getEvents()
Gets the value of the events property.Models
getModels()
Gets the value of the models property.Network
getNetwork()
Gets the value of the network property.Plugins
getPlugins()
Gets the value of the plugins property.Sensors
getSensors()
Gets the value of the sensors property.Splits
getSplits()
Gets the value of the splits property.Subnetworks
getSubnetworks()
Gets the value of the subnetworks property.void
setActuators(Actuators value)
Sets the value of the actuators property.void
setCommodities(Commodities value)
Sets the value of the commodities property.void
setControllers(Controllers value)
Sets the value of the controllers property.void
setDemands(Demands value)
Sets the value of the demands property.void
setEvents(Events value)
Sets the value of the events property.void
setModels(Models value)
Sets the value of the models property.void
setNetwork(Network value)
Sets the value of the network property.void
setPlugins(Plugins value)
Sets the value of the plugins property.void
setSensors(Sensors value)
Sets the value of the sensors property.void
setSplits(Splits value)
Sets the value of the splits property.void
setSubnetworks(Subnetworks value)
Sets the value of the subnetworks property.
-
-
-
Method Detail
-
getPlugins
public Plugins getPlugins()
Gets the value of the plugins property.- Returns:
- possible object is
Plugins
-
setPlugins
public void setPlugins(Plugins value)
Sets the value of the plugins property.- Parameters:
value
- allowed object isPlugins
-
getCommodities
public Commodities getCommodities()
Gets the value of the commodities property.- Returns:
- possible object is
Commodities
-
setCommodities
public void setCommodities(Commodities value)
Sets the value of the commodities property.- Parameters:
value
- allowed object isCommodities
-
getNetwork
public Network getNetwork()
Gets the value of the network property.- Returns:
- possible object is
Network
-
setNetwork
public void setNetwork(Network value)
Sets the value of the network property.- Parameters:
value
- allowed object isNetwork
-
getSubnetworks
public Subnetworks getSubnetworks()
Gets the value of the subnetworks property.- Returns:
- possible object is
Subnetworks
-
setSubnetworks
public void setSubnetworks(Subnetworks value)
Sets the value of the subnetworks property.- Parameters:
value
- allowed object isSubnetworks
-
getModels
public Models getModels()
Gets the value of the models property.- Returns:
- possible object is
Models
-
setModels
public void setModels(Models value)
Sets the value of the models property.- Parameters:
value
- allowed object isModels
-
getDemands
public Demands getDemands()
Gets the value of the demands property.- Returns:
- possible object is
Demands
-
setDemands
public void setDemands(Demands value)
Sets the value of the demands property.- Parameters:
value
- allowed object isDemands
-
getSplits
public Splits getSplits()
Gets the value of the splits property.- Returns:
- possible object is
Splits
-
setSplits
public void setSplits(Splits value)
Sets the value of the splits property.- Parameters:
value
- allowed object isSplits
-
getControllers
public Controllers getControllers()
Gets the value of the controllers property.- Returns:
- possible object is
Controllers
-
setControllers
public void setControllers(Controllers value)
Sets the value of the controllers property.- Parameters:
value
- allowed object isControllers
-
getActuators
public Actuators getActuators()
Gets the value of the actuators property.- Returns:
- possible object is
Actuators
-
setActuators
public void setActuators(Actuators value)
Sets the value of the actuators property.- Parameters:
value
- allowed object isActuators
-
getSensors
public Sensors getSensors()
Gets the value of the sensors property.- Returns:
- possible object is
Sensors
-
setSensors
public void setSensors(Sensors value)
Sets the value of the sensors property.- Parameters:
value
- allowed object isSensors
-
getEvents
public Events getEvents()
Gets the value of the events property.- Returns:
- possible object is
Events
-
-