com.pushtotest.tool.xml.results
Interface ResponseHeaderType

All Known Subinterfaces:
ResponseHeader
All Known Implementing Classes:
ResponseHeaderImpl, ResponseHeaderTypeImpl

public interface ResponseHeaderType

Java content class for anonymous complex type.

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 127)

 <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>
 


Method Summary
 java.util.List getHeader()
          Gets the value of the Header property.
 short getResponseCode()
          Gets the value of the responseCode property.
 java.lang.String getResponseString()
          Gets the value of the responseString property.
 void setResponseCode(short value)
          Sets the value of the responseCode property.
 void setResponseString(java.lang.String value)
          Sets the value of the responseString property.
 

Method Detail

getResponseString

java.lang.String getResponseString()
Gets the value of the responseString property.

Returns:
possible object is String

setResponseString

void setResponseString(java.lang.String value)
Sets the value of the responseString property.

Parameters:
value - allowed object is String

getHeader

java.util.List getHeader()
Gets the value of the Header property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Header property.

For example, to add a new item, do as follows:

    getHeader().add(newItem);
 

Objects of the following type(s) are allowed in the list HeaderType Header


getResponseCode

short getResponseCode()
Gets the value of the responseCode property.


setResponseCode

void setResponseCode(short value)
Sets the value of the responseCode property.