Package jaxb

Class 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 Detail

      • Controller

        public Controller()
    • 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 is TargetActuators
      • 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 is FeedbackSensors
      • 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 is Schedule
      • 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 is Stages
      • 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 is Parameters
      • 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 is Profiles
      • 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 is String
      • getDt

        public Float getDt()
        Gets the value of the dt property.
        Returns:
        possible object is Float
      • setDt

        public void setDt​(Float value)
        Sets the value of the dt property.
        Parameters:
        value - allowed object is Float
      • 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 is Float
      • getEndTime

        public Float getEndTime()
        Gets the value of the endTime property.
        Returns:
        possible object is Float
      • setEndTime

        public void setEndTime​(Float value)
        Sets the value of the endTime property.
        Parameters:
        value - allowed object is Float