|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.perftest.scenario.ResourceGenerator
org.rhq.plugins.perftest.scenario.SimpleResourceGenerator
public class SimpleResourceGenerator
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:on-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 |
|---|
protected Integer numberOfResources
protected String property
| Constructor Detail |
|---|
public SimpleResourceGenerator()
| Method Detail |
|---|
public Integer getNumberOfResources()
Integerpublic void setNumberOfResources(Integer value)
value - allowed object is
Integerpublic String getProperty()
Stringpublic void setProperty(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||