Package jaxb

Class EventTarget


  • public class EventTarget
    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">
           <attribute name="ids" 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|actuators|links"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="lanegroups" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EventTarget

        public EventTarget()
    • Method Detail

      • getIds

        public String getIds()
        Gets the value of the ids property.
        Returns:
        possible object is String
      • setIds

        public void setIds​(String value)
        Sets the value of the ids 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