public class SimpleContentGenerator extends ContentGenerator
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
numberOfPackages |
protected String |
property |
packageType| Constructor and Description |
|---|
SimpleContentGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getPackageType, setPackageTypepublic Integer getNumberOfPackages()
Integerpublic void setNumberOfPackages(Integer value)
value - allowed object is
Integerpublic String getProperty()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.