Package jaxb
Class Controller
- java.lang.Object
-
- jaxb.Controller
-
public class Controller 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}target_actuators" minOccurs="0"/> <element ref="{opentrafficmodels}feedback_sensors" minOccurs="0"/> <element ref="{opentrafficmodels}schedule" minOccurs="0"/> <element ref="{opentrafficmodels}stages" minOccurs="0"/> <element ref="{opentrafficmodels}parameters" minOccurs="0"/> <element ref="{opentrafficmodels}profiles" minOccurs="0"/> </all> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getDt()
Gets the value of the dt property.Float
getEndTime()
Gets the value of the endTime property.FeedbackSensors
getFeedbackSensors()
Gets the value of the feedbackSensors property.long
getId()
Gets the value of the id property.Parameters
getParameters()
Gets the value of the parameters property.Profiles
getProfiles()
Gets the value of the profiles property.Schedule
getSchedule()
Gets the value of the schedule property.Stages
getStages()
Gets the value of the stages property.float
getStartTime()
Gets the value of the startTime property.TargetActuators
getTargetActuators()
Gets the value of the targetActuators property.String
getType()
Gets the value of the type property.void
setDt(Float value)
Sets the value of the dt property.void
setEndTime(Float value)
Sets the value of the endTime property.void
setFeedbackSensors(FeedbackSensors value)
Sets the value of the feedbackSensors property.void
setId(long value)
Sets the value of the id property.void
setParameters(Parameters value)
Sets the value of the parameters property.void
setProfiles(Profiles value)
Sets the value of the profiles property.void
setSchedule(Schedule value)
Sets the value of the schedule property.void
setStages(Stages value)
Sets the value of the stages property.void
setStartTime(Float value)
Sets the value of the startTime property.void
setTargetActuators(TargetActuators value)
Sets the value of the targetActuators property.void
setType(String value)
Sets the value of the type property.
-
-
-
Method Detail
-
getTargetActuators
public TargetActuators getTargetActuators()
Gets the value of the targetActuators property.- Returns:
- possible object is
TargetActuators
-
setTargetActuators
public void setTargetActuators(TargetActuators value)
Sets the value of the targetActuators property.- Parameters:
value
- allowed object isTargetActuators
-
getFeedbackSensors
public FeedbackSensors getFeedbackSensors()
Gets the value of the feedbackSensors property.- Returns:
- possible object is
FeedbackSensors
-
setFeedbackSensors
public void setFeedbackSensors(FeedbackSensors value)
Sets the value of the feedbackSensors property.- Parameters:
value
- allowed object isFeedbackSensors
-
getSchedule
public Schedule getSchedule()
Gets the value of the schedule property.- Returns:
- possible object is
Schedule
-
setSchedule
public void setSchedule(Schedule value)
Sets the value of the schedule property.- Parameters:
value
- allowed object isSchedule
-
getStages
public Stages getStages()
Gets the value of the stages property.- Returns:
- possible object is
Stages
-
setStages
public void setStages(Stages value)
Sets the value of the stages property.- Parameters:
value
- allowed object isStages
-
getParameters
public Parameters getParameters()
Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
public void setParameters(Parameters value)
Sets the value of the parameters property.- Parameters:
value
- allowed object isParameters
-
getProfiles
public Profiles getProfiles()
Gets the value of the profiles property.- Returns:
- possible object is
Profiles
-
setProfiles
public void setProfiles(Profiles value)
Sets the value of the profiles property.- Parameters:
value
- allowed object isProfiles
-
getId
public long getId()
Gets the value of the id property.
-
setId
public void setId(long value)
Sets the value of the id property.
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
setDt
public void setDt(Float value)
Sets the value of the dt property.- Parameters:
value
- allowed object isFloat
-
getStartTime
public float getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
Float
-
setStartTime
public void setStartTime(Float value)
Sets the value of the startTime property.- Parameters:
value
- allowed object isFloat
-
getEndTime
public Float getEndTime()
Gets the value of the endTime property.- Returns:
- possible object is
Float
-
-