Package jaxb
Class Actuator
- java.lang.Object
-
- jaxb.Actuator
-
public class Actuator 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}actuator_target" minOccurs="0"/> <element ref="{opentrafficmodels}signal" minOccurs="0"/> <element ref="{opentrafficmodels}lanegroups" minOccurs="0"/> <element ref="{opentrafficmodels}parameters" minOccurs="0"/> </all> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="passive" type="{http://www.w3.org/2001/XMLSchema}string" default="false" /> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="flowtolink|lg_allowcomm|lg_capacity|lg_speedlimit|signal|split"/> </restriction> </simpleType> </attribute> <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="min_value" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="max_value" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Actuator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActuatorTarget
getActuatorTarget()
Gets the value of the actuatorTarget property.Float
getDt()
Gets the value of the dt property.long
getId()
Gets the value of the id property.Lanegroups
getLanegroups()
Gets the value of the lanegroups property.Float
getMaxValue()
Gets the value of the maxValue property.Float
getMinValue()
Gets the value of the minValue property.Parameters
getParameters()
Gets the value of the parameters property.String
getPassive()
Gets the value of the passive property.Signal
getSignal()
Gets the value of the signal property.String
getType()
Gets the value of the type property.void
setActuatorTarget(ActuatorTarget value)
Sets the value of the actuatorTarget property.void
setDt(Float value)
Sets the value of the dt property.void
setId(long value)
Sets the value of the id property.void
setLanegroups(Lanegroups value)
Sets the value of the lanegroups property.void
setMaxValue(Float value)
Sets the value of the maxValue property.void
setMinValue(Float value)
Sets the value of the minValue property.void
setParameters(Parameters value)
Sets the value of the parameters property.void
setPassive(String value)
Sets the value of the passive property.void
setSignal(Signal value)
Sets the value of the signal property.void
setType(String value)
Sets the value of the type property.
-
-
-
Method Detail
-
getActuatorTarget
public ActuatorTarget getActuatorTarget()
Gets the value of the actuatorTarget property.- Returns:
- possible object is
ActuatorTarget
-
setActuatorTarget
public void setActuatorTarget(ActuatorTarget value)
Sets the value of the actuatorTarget property.- Parameters:
value
- allowed object isActuatorTarget
-
getSignal
public Signal getSignal()
Gets the value of the signal property.- Returns:
- possible object is
Signal
-
setSignal
public void setSignal(Signal value)
Sets the value of the signal property.- Parameters:
value
- allowed object isSignal
-
getLanegroups
public Lanegroups getLanegroups()
Gets the value of the lanegroups property.- Returns:
- possible object is
Lanegroups
-
setLanegroups
public void setLanegroups(Lanegroups value)
Sets the value of the lanegroups property.- Parameters:
value
- allowed object isLanegroups
-
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
-
getId
public long getId()
Gets the value of the id property.
-
setId
public void setId(long value)
Sets the value of the id property.
-
getPassive
public String getPassive()
Gets the value of the passive property.- Returns:
- possible object is
String
-
setPassive
public void setPassive(String value)
Sets the value of the passive 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
-
setDt
public void setDt(Float value)
Sets the value of the dt property.- Parameters:
value
- allowed object isFloat
-
getMinValue
public Float getMinValue()
Gets the value of the minValue property.- Returns:
- possible object is
Float
-
setMinValue
public void setMinValue(Float value)
Sets the value of the minValue property.- Parameters:
value
- allowed object isFloat
-
getMaxValue
public Float getMaxValue()
Gets the value of the maxValue property.- Returns:
- possible object is
Float
-
-