|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ImageServerDownloadResult
public class ImageServerDownloadResult
Java class for ImageServerDownloadResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageServerDownloadResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RasterIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FileSize" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ImageServerDownloadResult()
ImageServerDownloadResult default constructor. |
|
ImageServerDownloadResult(int[] rasterIDs,
String uri,
double fileSize)
Deprecated. |
|
| Method Summary | |
|---|---|
double |
getFileSize()
Gets the value of the fileSize property. |
int[] |
getRasterIDs()
Gets the value of the rasterIDs property. |
String |
getURI()
Gets the value of the uri property. |
void |
setFileSize(double value)
Sets the value of the fileSize property. |
void |
setRasterIDs(int[] value)
Sets the value of the rasterIDs property. |
void |
setURI(String value)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ImageServerDownloadResult(int[] rasterIDs,
String uri,
double fileSize)
public ImageServerDownloadResult()
| Method Detail |
|---|
public int[] getRasterIDs()
[] public void setRasterIDs(int[] value)
value - allowed object is
[] public String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic double getFileSize()
public void setFileSize(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||