Package jaxb
Class EventTarget
- java.lang.Object
- 
- jaxb.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 SummaryConstructors Constructor Description EventTarget()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIds()Gets the value of the ids property.StringgetLanegroups()Gets the value of the lanegroups property.StringgetType()Gets the value of the type property.voidsetIds(String value)Sets the value of the ids property.voidsetLanegroups(String value)Sets the value of the lanegroups property.voidsetType(String value)Sets the value of the type property.
 
- 
- 
- 
Method Detail- 
getIdspublic String getIds() Gets the value of the ids property.- Returns:
- possible object is
     String
 
 - 
setIdspublic void setIds(String value) Sets the value of the ids property.- Parameters:
- value- allowed object is- String
 
 - 
getTypepublic String getType() Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setTypepublic void setType(String value) Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 - 
getLanegroupspublic String getLanegroups() Gets the value of the lanegroups property.- Returns:
- possible object is
     String
 
 
- 
 
-