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