com.pushtotest.testmaker.XSTest.PAAS.GSRS
Interface Responsetime

All Superinterfaces:
javax.xml.bind.Element, ResponsetimeType
All Known Implementing Classes:
ResponsetimeImpl

public interface Responsetime
extends javax.xml.bind.Element, ResponsetimeType

Java content class for responsetime element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/PAAS/GSRS.xsd line 106)

 <element name="responsetime">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}average"/>
           <element ref="{}minimum"/>
           <element ref="{}maximum"/>
           <element ref="{}testcount"/>
         </sequence>
         <attribute name="measurement" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.PAAS.GSRS.ResponsetimeType
getAverage, getMaximum, getMeasurement, getMinimum, getTestcount, setAverage, setMaximum, setMeasurement, setMinimum, setTestcount