com.pushtotest.tool.xml.results
Interface Response

All Superinterfaces:
javax.xml.bind.Element, ResponseType
All Known Implementing Classes:
ResponseImpl

public interface Response
extends javax.xml.bind.Element, ResponseType

Java content class for response 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 108)

 <element name="response">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}times"/>
           <element ref="{}request_header"/>
           <element ref="{}request_body"/>
           <element ref="{}response_header"/>
           <element ref="{}response_body"/>
           <element ref="{}images"/>
         </sequence>
         <attribute name="javafreememory" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="javatotalmemory" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="responsecode" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
         <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.tool.xml.results.ResponseType
getImages, getJavafreememory, getJavatotalmemory, getRequestBody, getRequestHeader, getResponseBody, getResponsecode, getResponseHeader, getTimes, getUrl, isSuccess, setImages, setJavafreememory, setJavatotalmemory, setRequestBody, setRequestHeader, setResponseBody, setResponsecode, setResponseHeader, setSuccess, setTimes, setUrl