org.rhq.plugins.perftest.scenario
Class SimpleResourceGenerator

java.lang.Object
  extended by org.rhq.plugins.perftest.scenario.ResourceGenerator
      extended by org.rhq.plugins.perftest.scenario.SimpleResourceGenerator

public class SimpleResourceGenerator
extends ResourceGenerator

Java class for simpleResourceGenerator complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="simpleResourceGenerator">
   <complexContent>
     <extension base="{urn:xmlns:jboss.org:rhq-perftest}resourceGenerator">
       <attribute name="numberOfResources" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer numberOfResources
           
protected  String property
           
 
Constructor Summary
SimpleResourceGenerator()
           
 
Method Summary
 Integer getNumberOfResources()
          Gets the value of the numberOfResources property.
 String getProperty()
          Gets the value of the property property.
 void setNumberOfResources(Integer value)
          Sets the value of the numberOfResources property.
 void setProperty(String value)
          Sets the value of the property property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfResources

protected Integer numberOfResources

property

protected String property
Constructor Detail

SimpleResourceGenerator

public SimpleResourceGenerator()
Method Detail

getNumberOfResources

public Integer getNumberOfResources()
Gets the value of the numberOfResources property.

Returns:
possible object is Integer

setNumberOfResources

public void setNumberOfResources(Integer value)
Sets the value of the numberOfResources property.

Parameters:
value - allowed object is Integer

getProperty

public String getProperty()
Gets the value of the property property.

Returns:
possible object is String

setProperty

public void setProperty(String value)
Sets the value of the property property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.