Package jaxb
Class ActuatorTarget
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description ActuatorTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommids()
Gets the value of the commids property.String
getId()
Gets the value of the id property.String
getLanegroups()
Gets the value of the lanegroups property.Parameters
getParameters()
Gets the value of the parameters property.String
getType()
Gets the value of the type property.void
setCommids(String value)
Sets the value of the commids property.void
setId(String value)
Sets the value of the id property.void
setLanegroups(String value)
Sets the value of the lanegroups property.void
setParameters(Parameters value)
Sets the value of the parameters property.void
setType(String value)
Sets the value of the type property.
-
-
-
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 isParameters
-
setId
public void setId(String value)
Sets the value of the id 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
-
setLanegroups
public void setLanegroups(String value)
Sets the value of the lanegroups property.- Parameters:
value
- allowed object isString
-
getCommids
public String getCommids()
Gets the value of the commids property.- Returns:
- possible object is
String
-
-