public class BenchmarkResultXto extends Object
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 and Description |
|---|
BenchmarkResultXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getCategory()
public void setCategory(int value)
public MapXto getProperties()
MapXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.