org.rhq.plugins.perftest.scenario
Class ContentGenerator

java.lang.Object
  extended by 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>
 


Field Summary
protected  String packageType
           
 
Constructor Summary
ContentGenerator()
           
 
Method Summary
 String getPackageType()
          Gets the value of the packageType property.
 void setPackageType(String value)
          Sets the value of the packageType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageType

protected String packageType
Constructor Detail

ContentGenerator

public ContentGenerator()
Method Detail

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.