|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.BenchmarkResultXto
public class BenchmarkResultXto
Java class for BenchmarkResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BenchmarkResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="properties" type="{http://eclipse.org/stardust/ws/v2012a/api}Map"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BenchmarkResultXto()
|
|
| Method Summary | |
|---|---|
int |
getCategory()
Gets the value of the category property. |
MapXto |
getProperties()
Gets the value of the properties property. |
void |
setCategory(int value)
Sets the value of the category property. |
void |
setProperties(MapXto value)
Sets the value of the properties property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BenchmarkResultXto()
| Method Detail |
|---|
public int getCategory()
public void setCategory(int value)
public MapXto getProperties()
MapXtopublic void setProperties(MapXto value)
value - allowed object is
MapXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||