org.rhq.plugins.perftest.scenario
Class SimpleContentGenerator

java.lang.Object
  extended by org.rhq.plugins.perftest.scenario.ContentGenerator
      extended by org.rhq.plugins.perftest.scenario.SimpleContentGenerator

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>
 


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

numberOfPackages

protected Integer numberOfPackages

property

protected String property
Constructor Detail

SimpleContentGenerator

public SimpleContentGenerator()
Method Detail

getNumberOfPackages

public Integer getNumberOfPackages()
Gets the value of the numberOfPackages property.

Returns:
possible object is Integer

setNumberOfPackages

public void setNumberOfPackages(Integer value)
Sets the value of the numberOfPackages property.

Parameters:
value - allowed object is Integer

getProperty

public String getProperty()
Gets the value of the property property.

Returns:
possible object is String

setProperty

public void setProperty(String value)
Sets the value of the property property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.