|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Download
public class Download
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>
| 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 |
|---|
@Deprecated
public Download(FIDSet fiDs,
Geometry geometry,
String format)
public Download()
| Method Detail |
|---|
public FIDSet getFIDs()
FIDSetpublic void setFIDs(FIDSet value)
value - allowed object is
FIDSetpublic Geometry getGeometry()
Geometrypublic void setGeometry(Geometry value)
value - allowed object is
Geometrypublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||