|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.perftest.scenario.ContentGenerator
org.rhq.plugins.perftest.scenario.SimpleContentGenerator
public class SimpleContentGenerator
Java class for simpleContentGenerator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleContentGenerator">
<complexContent>
<extension base="{urn:xmlns:jboss.org:rhq-perftest}contentGenerator">
<attribute name="numberOfPackages" 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 |
numberOfPackages
|
protected String |
property
|
| Fields inherited from class org.rhq.plugins.perftest.scenario.ContentGenerator |
|---|
packageType |
| Constructor Summary | |
|---|---|
SimpleContentGenerator()
|
|
| Method Summary | |
|---|---|
Integer |
getNumberOfPackages()
Gets the value of the numberOfPackages property. |
String |
getProperty()
Gets the value of the property property. |
void |
setNumberOfPackages(Integer value)
Sets the value of the numberOfPackages property. |
void |
setProperty(String value)
Sets the value of the property property. |
| Methods inherited from class org.rhq.plugins.perftest.scenario.ContentGenerator |
|---|
getPackageType, setPackageType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer numberOfPackages
protected String property
| Constructor Detail |
|---|
public SimpleContentGenerator()
| Method Detail |
|---|
public Integer getNumberOfPackages()
Integerpublic void setNumberOfPackages(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 | |||||||||