org.rhq.plugins.perftest.scenario
Class ContentGenerator
java.lang.Object
org.rhq.plugins.perftest.scenario.ContentGenerator
- Direct Known Subclasses:
- SimpleContentGenerator
public class ContentGenerator
- extends Object
Java class for contentGenerator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contentGenerator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="packageType" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
packageType
protected String packageType
ContentGenerator
public ContentGenerator()
getPackageType
public String getPackageType()
- Gets the value of the packageType property.
- Returns:
- possible object is
String
setPackageType
public void setPackageType(String value)
- Sets the value of the packageType property.
- Parameters:
value - allowed object is
String
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.