Package jaxb

Class ActuatorTarget


  • public class ActuatorTarget
    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}parameters" minOccurs="0"/>
           </all>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="lanegroups|node|commodity|split|roadconnection|link"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="lanegroups" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="commids" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ActuatorTarget

        public ActuatorTarget()
    • Method Detail

      • 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 String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id 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
      • getLanegroups

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

        public void setLanegroups​(String value)
        Sets the value of the lanegroups property.
        Parameters:
        value - allowed object is String
      • getCommids

        public String getCommids()
        Gets the value of the commids property.
        Returns:
        possible object is String
      • setCommids

        public void setCommids​(String value)
        Sets the value of the commids property.
        Parameters:
        value - allowed object is String