org.jaffa.tools.loadtest.domain
Interface LoadTesting

All Superinterfaces:
javax.xml.bind.Element, LoadTestingType
All Known Implementing Classes:
LoadTestingImpl

public interface LoadTesting
extends javax.xml.bind.Element, LoadTestingType

Java content class for load-testing element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="load-testing">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="test-set" type="{}test-set" maxOccurs="unbounded"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface org.jaffa.tools.loadtest.domain.LoadTestingType
getTestSet
 



Copyright © 2002-2004 JAFFA Project.