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 Summary
Constructors Constructor Description EventTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIds()
Gets the value of the ids property.String
getLanegroups()
Gets the value of the lanegroups property.String
getType()
Gets the value of the type property.void
setIds(String value)
Sets the value of the ids property.void
setLanegroups(String value)
Sets the value of the lanegroups property.void
setType(String value)
Sets the value of the type property.
-
-
-
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 isString
-
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 isString
-
getLanegroups
public String getLanegroups()
Gets the value of the lanegroups property.- Returns:
- possible object is
String
-
-