com.pushtotest.tool.xml.results
Interface ResponseHeader

All Superinterfaces:
javax.xml.bind.Element, ResponseHeaderType
All Known Implementing Classes:
ResponseHeaderImpl

public interface ResponseHeader
extends javax.xml.bind.Element, ResponseHeaderType

Java content class for response_header 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 126)

 <element name="response_header">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}header" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="response_code" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
         <attribute name="response_string" 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.ResponseHeaderType
getHeader, getResponseCode, getResponseString, setResponseCode, setResponseString