Package jaxb
Class Entry
- java.lang.Object
-
- jaxb.Entry
-
public class Entry 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}feedback_sensors" minOccurs="0"/> <element ref="{opentrafficmodels}target_actuators" minOccurs="0"/> <element ref="{opentrafficmodels}parameters" minOccurs="0"/> </all> <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getDt()
Gets the value of the dt property.Float
getEndTime()
Gets the value of the endTime property.FeedbackSensors
getFeedbackSensors()
Gets the value of the feedbackSensors property.Parameters
getParameters()
Gets the value of the parameters property.Float
getStartTime()
Gets the value of the startTime property.TargetActuators
getTargetActuators()
Gets the value of the targetActuators property.String
getType()
Gets the value of the type property.void
setDt(Float value)
Sets the value of the dt property.void
setEndTime(Float value)
Sets the value of the endTime property.void
setFeedbackSensors(FeedbackSensors value)
Sets the value of the feedbackSensors property.void
setParameters(Parameters value)
Sets the value of the parameters property.void
setStartTime(Float value)
Sets the value of the startTime property.void
setTargetActuators(TargetActuators value)
Sets the value of the targetActuators property.void
setType(String value)
Sets the value of the type property.
-
-
-
Method Detail
-
getFeedbackSensors
public FeedbackSensors getFeedbackSensors()
Gets the value of the feedbackSensors property.- Returns:
- possible object is
FeedbackSensors
-
setFeedbackSensors
public void setFeedbackSensors(FeedbackSensors value)
Sets the value of the feedbackSensors property.- Parameters:
value
- allowed object isFeedbackSensors
-
getTargetActuators
public TargetActuators getTargetActuators()
Gets the value of the targetActuators property.- Returns:
- possible object is
TargetActuators
-
setTargetActuators
public void setTargetActuators(TargetActuators value)
Sets the value of the targetActuators property.- Parameters:
value
- allowed object isTargetActuators
-
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
-
setDt
public void setDt(Float value)
Sets the value of the dt property.- Parameters:
value
- allowed object isFloat
-
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
-
getStartTime
public Float getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
Float
-
setStartTime
public void setStartTime(Float value)
Sets the value of the startTime property.- Parameters:
value
- allowed object isFloat
-
getEndTime
public Float getEndTime()
Gets the value of the endTime property.- Returns:
- possible object is
Float
-
-