org.eclipse.stardust.engine.api.ws
Class BenchmarkResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.BenchmarkResultXto

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 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

BenchmarkResultXto

public BenchmarkResultXto()
Method Detail

getCategory

public int getCategory()
Gets the value of the category property.


setCategory

public void setCategory(int value)
Sets the value of the category property.


getProperties

public MapXto getProperties()
Gets the value of the properties property.

Returns:
possible object is MapXto

setProperties

public void setProperties(MapXto value)
Sets the value of the properties property.

Parameters:
value - allowed object is MapXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.