|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
int getTime()
void setTime(int value)
boolean isSuccess()
void setSuccess(boolean value)
int getSize()
void setSize(int value)
java.lang.String getUrl()
Stringvoid setUrl(java.lang.String value)
value - allowed object is
Stringshort getResponsecode()
void setResponsecode(short value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||