com.esri.arcgisws
Class Download

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

public class Download
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}FIDSet"/>
         <element name="Geometry" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Download()
          Download default constructor.
Download(FIDSet fiDs, Geometry geometry, String format)
          Deprecated. 
 
Method Summary
 FIDSet getFIDs()
          Gets the value of the fiDs property.
 String getFormat()
          Gets the value of the format property.
 Geometry getGeometry()
          Gets the value of the geometry property.
 void setFIDs(FIDSet value)
          Sets the value of the fiDs property.
 void setFormat(String value)
          Sets the value of the format property.
 void setGeometry(Geometry value)
          Sets the value of the geometry property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Download

@Deprecated
public Download(FIDSet fiDs,
                           Geometry geometry,
                           String format)
Deprecated. 

Download constructor.


Download

public Download()
Download default constructor.

Method Detail

getFIDs

public FIDSet getFIDs()
Gets the value of the fiDs property.

Returns:
possible object is FIDSet

setFIDs

public void setFIDs(FIDSet value)
Sets the value of the fiDs property.

Parameters:
value - allowed object is FIDSet

getGeometry

public Geometry getGeometry()
Gets the value of the geometry property.

Returns:
possible object is Geometry

setGeometry

public void setGeometry(Geometry value)
Sets the value of the geometry property.

Parameters:
value - allowed object is Geometry

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String