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 ActuatorTargetgetActuatorTarget()Gets the value of the actuatorTarget property.FloatgetDt()Gets the value of the dt property.longgetId()Gets the value of the id property.LanegroupsgetLanegroups()Gets the value of the lanegroups property.FloatgetMaxValue()Gets the value of the maxValue property.FloatgetMinValue()Gets the value of the minValue property.ParametersgetParameters()Gets the value of the parameters property.StringgetPassive()Gets the value of the passive property.SignalgetSignal()Gets the value of the signal property.StringgetType()Gets the value of the type property.voidsetActuatorTarget(ActuatorTarget value)Sets the value of the actuatorTarget property.voidsetDt(Float value)Sets the value of the dt property.voidsetId(long value)Sets the value of the id property.voidsetLanegroups(Lanegroups value)Sets the value of the lanegroups property.voidsetMaxValue(Float value)Sets the value of the maxValue property.voidsetMinValue(Float value)Sets the value of the minValue property.voidsetParameters(Parameters value)Sets the value of the parameters property.voidsetPassive(String value)Sets the value of the passive property.voidsetSignal(Signal value)Sets the value of the signal property.voidsetType(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
-
-