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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
numberOfResources |
protected String |
property |
| Constructor and Description |
|---|
SimpleResourceGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Integer numberOfResources
protected String property
public Integer getNumberOfResources()
Integerpublic void setNumberOfResources(Integer value)
value - allowed object is
Integerpublic String getProperty()
StringCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.