|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.QueryResult
public class QueryResult
Query Result
Java class for QueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MimeData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Object" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Query Result
| Constructor Summary | |
|---|---|
QueryResult()
QueryResult default constructor. |
|
QueryResult(byte[] mimeData,
String url,
Object object)
Deprecated. |
|
| Method Summary | |
|---|---|
byte[] |
getMimeData()
Binary data representing the generated result in the requested format. |
Object |
getObject()
The Object representing generated query result in the requested format. |
String |
getURL()
The URL of the generated query result in the requested format. |
void |
setMimeData(byte[] value)
Binary data representing the generated result in the requested format. |
void |
setObject(Object value)
The Object representing generated query result in the requested format. |
void |
setURL(String value)
The URL of the generated query result in the requested format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public QueryResult(byte[] mimeData,
String url,
Object object)
public QueryResult()
| Method Detail |
|---|
public byte[] getMimeData()
public void setMimeData(byte[] value)
value - allowed object is
byte[]public String getURL()
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic Object getObject()
Objectpublic void setObject(Object value)
value - allowed object is
Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||