com.pushtotest.tool.xml.results
Interface Image

All Superinterfaces:
javax.xml.bind.Element, ImageType
All Known Implementing Classes:
ImageImpl

public interface Image
extends javax.xml.bind.Element, ImageType

Java content class for image 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 83)

 <element name="image">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.tool.xml.results.ImageType
getResponsecode, getSize, getTime, getUrl, isSuccess, setResponsecode, setSize, setSuccess, setTime, setUrl