Package jaxb

Class Entry


  • public class Entry
    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}feedback_sensors" minOccurs="0"/>
             <element ref="{opentrafficmodels}target_actuators" minOccurs="0"/>
             <element ref="{opentrafficmodels}parameters" minOccurs="0"/>
           </all>
           <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • 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
      • 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
      • 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
      • 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
      • 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
      • 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