org.jaffa.tools.loadtest.domain
Interface TestSet
- All Known Implementing Classes: 
- TestSetImpl
- public interface TestSet
Java content class for test-set complex type.
  
The following schema fragment specifies the expected content contained within this java content object.
 
 
 <complexType name="test-set">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="output-dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="threads" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="batch-size" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="run-delay" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="selection" type="{}test-selection"/>
         <element name="unit-tests" type="{}unit-tests"/>
         <element name="log-on" type="{}log-on"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 
getOutputDir
public String getOutputDir()
- 
 
setOutputDir
public void setOutputDir(String value)
- 
 
getUnitTests
public UnitTests getUnitTests()
- 
 
setUnitTests
public void setUnitTests(UnitTests value)
- 
 
getSelection
public String getSelection()
- 
 
setSelection
public void setSelection(String value)
- 
 
getBatchSize
public BigInteger getBatchSize()
- 
 
setBatchSize
public void setBatchSize(BigInteger value)
- 
 
getDescription
public String getDescription()
- 
 
setDescription
public void setDescription(String value)
- 
 
getLogOn
public LogOn getLogOn()
- 
 
setLogOn
public void setLogOn(LogOn value)
- 
 
getThreads
public BigInteger getThreads()
- 
 
setThreads
public void setThreads(BigInteger value)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String value)
- 
 
getRunDelay
public BigInteger getRunDelay()
- 
 
setRunDelay
public void setRunDelay(BigInteger value)
- 
 
Copyright © 2002-2004 JAFFA Project.