Package jaxb

Class Actuator


  • public class Actuator
    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}actuator_target" minOccurs="0"/>
             <element ref="{opentrafficmodels}signal" minOccurs="0"/>
             <element ref="{opentrafficmodels}lanegroups" minOccurs="0"/>
             <element ref="{opentrafficmodels}parameters" minOccurs="0"/>
           </all>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="passive" type="{http://www.w3.org/2001/XMLSchema}string" default="false" />
           <attribute name="type" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="flowtolink|lg_allowcomm|lg_capacity|lg_speedlimit|signal|split"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="min_value" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="max_value" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Actuator

        public Actuator()
    • Method Detail

      • getActuatorTarget

        public ActuatorTarget getActuatorTarget()
        Gets the value of the actuatorTarget property.
        Returns:
        possible object is ActuatorTarget
      • setActuatorTarget

        public void setActuatorTarget​(ActuatorTarget value)
        Sets the value of the actuatorTarget property.
        Parameters:
        value - allowed object is ActuatorTarget
      • getSignal

        public Signal getSignal()
        Gets the value of the signal property.
        Returns:
        possible object is Signal
      • setSignal

        public void setSignal​(Signal value)
        Sets the value of the signal property.
        Parameters:
        value - allowed object is Signal
      • getLanegroups

        public Lanegroups getLanegroups()
        Gets the value of the lanegroups property.
        Returns:
        possible object is Lanegroups
      • setLanegroups

        public void setLanegroups​(Lanegroups value)
        Sets the value of the lanegroups property.
        Parameters:
        value - allowed object is Lanegroups
      • 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
      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.
      • getPassive

        public String getPassive()
        Gets the value of the passive property.
        Returns:
        possible object is String
      • setPassive

        public void setPassive​(String value)
        Sets the value of the passive property.
        Parameters:
        value - allowed object is String
      • 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
      • getMinValue

        public Float getMinValue()
        Gets the value of the minValue property.
        Returns:
        possible object is Float
      • setMinValue

        public void setMinValue​(Float value)
        Sets the value of the minValue property.
        Parameters:
        value - allowed object is Float
      • getMaxValue

        public Float getMaxValue()
        Gets the value of the maxValue property.
        Returns:
        possible object is Float
      • setMaxValue

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