com.esri.arcgisws
Class ImageServerDownloadResult

java.lang.Object
  extended by com.esri.arcgisws.ImageServerDownloadResult
All Implemented Interfaces:
Serializable

public class ImageServerDownloadResult
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

ImageServerDownloadResult

@Deprecated
public ImageServerDownloadResult(int[] rasterIDs,
                                            String uri,
                                            double fileSize)
Deprecated. 

ImageServerDownloadResult constructor.


ImageServerDownloadResult

public ImageServerDownloadResult()
ImageServerDownloadResult default constructor.

Method Detail

getRasterIDs

public int[] getRasterIDs()
Gets the value of the rasterIDs property.

Returns:
possible object is []

setRasterIDs

public void setRasterIDs(int[] value)
Sets the value of the rasterIDs property.

Parameters:
value - allowed object is []

getURI

public String getURI()
Gets the value of the uri property.

Returns:
possible object is String

setURI

public void setURI(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getFileSize

public double getFileSize()
Gets the value of the fileSize property.


setFileSize

public void setFileSize(double value)
Sets the value of the fileSize property.