public static class Instance.Fleet.VehicleProfile.Resource 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">
<sequence>
<element name="start" type="{}positive_double" minOccurs="0"/>
<element name="end" type="{}positive_double" minOccurs="0"/>
<element name="max" type="{}positive_double"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
end |
protected BigInteger |
id |
protected double |
max |
protected Double |
start |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getEnd()
Gets the value of the end property.
|
BigInteger |
getId()
Gets the value of the id property.
|
double |
getMax()
Gets the value of the max property.
|
Double |
getStart()
Gets the value of the start property.
|
void |
setEnd(Double value)
Sets the value of the end property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setMax(double value)
Sets the value of the max property.
|
void |
setStart(Double value)
Sets the value of the start property.
|
protected Double start
protected Double end
protected double max
protected BigInteger id
public Double getStart()
Doublepublic void setStart(Double value)
value - allowed object is
Doublepublic Double getEnd()
Doublepublic void setEnd(Double value)
value - allowed object is
Doublepublic double getMax()
public void setMax(double value)
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014 VRP-REP. All rights reserved.