public class TimeDependentParameterType extends Object
Java class for time_dependent_parameter_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="time_dependent_parameter_type">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
end |
protected int |
start |
protected double |
value |
| Constructor and Description |
|---|
TimeDependentParameterType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Gets the value of the end property.
|
int |
getStart()
Gets the value of the start property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setEnd(int value)
Sets the value of the end property.
|
void |
setStart(int value)
Sets the value of the start property.
|
void |
setValue(double value)
Sets the value of the value property.
|
public double getValue()
public void setValue(double value)
public int getStart()
public void setStart(int value)
public int getEnd()
public void setEnd(int value)
Copyright © 2014 VRP-REP. All rights reserved.