com.pushtotest.tool.xml.results
Interface ResponseType

All Known Subinterfaces:
Response
All Known Implementing Classes:
ResponseImpl, ResponseTypeImpl

public interface ResponseType

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

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


Method Summary
 ImagesType getImages()
          Gets the value of the images property.
 int getJavafreememory()
          Gets the value of the javafreememory property.
 int getJavatotalmemory()
          Gets the value of the javatotalmemory property.
 java.lang.String getRequestBody()
          Gets the value of the requestBody property.
 RequestHeaderType getRequestHeader()
          Gets the value of the requestHeader property.
 java.lang.String getResponseBody()
          Gets the value of the responseBody property.
 short getResponsecode()
          Gets the value of the responsecode property.
 ResponseHeaderType getResponseHeader()
          Gets the value of the responseHeader property.
 TimesType getTimes()
          Gets the value of the times property.
 java.lang.String getUrl()
          Gets the value of the url property.
 boolean isSuccess()
          Gets the value of the success property.
 void setImages(ImagesType value)
          Sets the value of the images property.
 void setJavafreememory(int value)
          Sets the value of the javafreememory property.
 void setJavatotalmemory(int value)
          Sets the value of the javatotalmemory property.
 void setRequestBody(java.lang.String value)
          Sets the value of the requestBody property.
 void setRequestHeader(RequestHeaderType value)
          Sets the value of the requestHeader property.
 void setResponseBody(java.lang.String value)
          Sets the value of the responseBody property.
 void setResponsecode(short value)
          Sets the value of the responsecode property.
 void setResponseHeader(ResponseHeaderType value)
          Sets the value of the responseHeader property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 void setTimes(TimesType value)
          Sets the value of the times property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 

Method Detail

getImages

ImagesType getImages()
Gets the value of the images property.

Returns:
possible object is Images ImagesType

setImages

void setImages(ImagesType value)
Sets the value of the images property.

Parameters:
value - allowed object is Images ImagesType

getResponseHeader

ResponseHeaderType getResponseHeader()
Gets the value of the responseHeader property.

Returns:
possible object is ResponseHeaderType ResponseHeader

setResponseHeader

void setResponseHeader(ResponseHeaderType value)
Sets the value of the responseHeader property.

Parameters:
value - allowed object is ResponseHeaderType ResponseHeader

getJavafreememory

int getJavafreememory()
Gets the value of the javafreememory property.


setJavafreememory

void setJavafreememory(int value)
Sets the value of the javafreememory property.


isSuccess

boolean isSuccess()
Gets the value of the success property.


setSuccess

void setSuccess(boolean value)
Sets the value of the success property.


getTimes

TimesType getTimes()
Gets the value of the times property.

Returns:
possible object is Times TimesType

setTimes

void setTimes(TimesType value)
Sets the value of the times property.

Parameters:
value - allowed object is Times TimesType

getUrl

java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getResponsecode

short getResponsecode()
Gets the value of the responsecode property.


setResponsecode

void setResponsecode(short value)
Sets the value of the responsecode property.


getRequestHeader

RequestHeaderType getRequestHeader()
Gets the value of the requestHeader property.

Returns:
possible object is RequestHeaderType RequestHeader

setRequestHeader

void setRequestHeader(RequestHeaderType value)
Sets the value of the requestHeader property.

Parameters:
value - allowed object is RequestHeaderType RequestHeader

getResponseBody

java.lang.String getResponseBody()
Gets the value of the responseBody property.

Returns:
possible object is String

setResponseBody

void setResponseBody(java.lang.String value)
Sets the value of the responseBody property.

Parameters:
value - allowed object is String

getRequestBody

java.lang.String getRequestBody()
Gets the value of the requestBody property.

Returns:
possible object is String

setRequestBody

void setRequestBody(java.lang.String value)
Sets the value of the requestBody property.

Parameters:
value - allowed object is String

getJavatotalmemory

int getJavatotalmemory()
Gets the value of the javatotalmemory property.


setJavatotalmemory

void setJavatotalmemory(int value)
Sets the value of the javatotalmemory property.