com.pushtotest.tool.xml.results
Interface TestMaker

All Superinterfaces:
javax.xml.bind.Element, TestMakerType
All Known Implementing Classes:
TestMakerImpl

public interface TestMaker
extends javax.xml.bind.Element, TestMakerType

Java content class for TestMaker 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/results.xsd line 64)

 <element name="TestMaker">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}message" maxOccurs="unbounded"/>
           <element ref="{}response" maxOccurs="unbounded"/>
           <element ref="{}transaction" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="usecase" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}byte" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.tool.xml.results.TestMakerType
getDescription, getMessage, getResponse, getTarget, getTransaction, getUsecase, getVersion, setDescription, setTarget, setUsecase, setVersion