com.pushtotest.tool.xml.Summary
Interface Summary

All Superinterfaces:
javax.xml.bind.Element, SummaryType
All Known Implementing Classes:
SummaryImpl

public interface Summary
extends javax.xml.bind.Element, SummaryType

Java content class for summary 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/tool/src/com/pushtotest/tool/xml/Summary.xsd line 95)

 <element name="summary">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}result" maxOccurs="unbounded"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.tool.xml.Summary.SummaryType
getResult