com.pushtotest.tool.xml.results
Interface ImageType

All Known Subinterfaces:
Image
All Known Implementing Classes:
ImageImpl, ImageTypeImpl

public interface ImageType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="responsecode" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
       <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 short getResponsecode()
          Gets the value of the responsecode property.
 int getSize()
          Gets the value of the size property.
 int getTime()
          Gets the value of the time property.
 java.lang.String getUrl()
          Gets the value of the url property.
 boolean isSuccess()
          Gets the value of the success property.
 void setResponsecode(short value)
          Sets the value of the responsecode property.
 void setSize(int value)
          Sets the value of the size property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 void setTime(int value)
          Sets the value of the time property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 

Method Detail

getTime

int getTime()
Gets the value of the time property.


setTime

void setTime(int value)
Sets the value of the time property.


isSuccess

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


setSuccess

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


getSize

int getSize()
Gets the value of the size property.


setSize

void setSize(int value)
Sets the value of the size property.


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.