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}integer" />
<attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
end |
protected BigInteger |
start |
protected double |
value |
| Constructor and Description |
|---|
TimeDependentParameterType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getEnd()
Gets the value of the end property.
|
BigInteger |
getStart()
Gets the value of the start property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setEnd(BigInteger value)
Sets the value of the end property.
|
void |
setStart(BigInteger value)
Sets the value of the start property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected BigInteger start
protected BigInteger end
public double getValue()
public void setValue(double value)
public BigInteger getStart()
BigIntegerpublic void setStart(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getEnd()
BigIntegerpublic void setEnd(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014 VRP-REP. All rights reserved.