|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.instance.TimeDependentParameterType
public class TimeDependentParameterType
Defines a parameter which value is time-dependent (e.g., travel time or service time)
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>
| Field Summary | |
|---|---|
protected int |
end
|
protected int |
start
|
protected double |
value
|
| Constructor Summary | |
|---|---|
TimeDependentParameterType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double value
protected int start
protected int end
| Constructor Detail |
|---|
public TimeDependentParameterType()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public int getStart()
public void setStart(int value)
public int getEnd()
public void setEnd(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||