| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ServiceData
public class ServiceData
Java class for ServiceData complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ServiceData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceDataOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ServiceDataOptions"/>
         <element name="EmbeddedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="NotModified" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Object" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="ResponseEtag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="URI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| ServiceData()ServiceData default constructor. | |
| ServiceData(ServiceDataOptions serviceDataOptions,
            byte[] embeddedData,
            boolean notModified,
            Object object,
            String responseEtag,
            String uri)Deprecated. | |
| Method Summary | |
|---|---|
|  byte[] | getEmbeddedData()Gets the value of the embeddedData property. | 
|  Object | getObject()Gets the value of the object property. | 
|  String | getResponseEtag()Gets the value of the responseEtag property. | 
|  ServiceDataOptions | getServiceDataOptions()Gets the value of the serviceDataOptions property. | 
|  String | getURI()Gets the value of the uri property. | 
|  boolean | isNotModified()Gets the value of the notModified property. | 
|  void | setEmbeddedData(byte[] value)Sets the value of the embeddedData property. | 
|  void | setNotModified(boolean value)Sets the value of the notModified property. | 
|  void | setObject(Object value)Sets the value of the object property. | 
|  void | setResponseEtag(String value)Sets the value of the responseEtag property. | 
|  void | setServiceDataOptions(ServiceDataOptions value)Sets the value of the serviceDataOptions 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 ServiceData(ServiceDataOptions serviceDataOptions,
                              byte[] embeddedData,
                              boolean notModified,
                              Object object,
                              String responseEtag,
                              String uri)
public ServiceData()
| Method Detail | 
|---|
public ServiceDataOptions getServiceDataOptions()
ServiceDataOptionspublic void setServiceDataOptions(ServiceDataOptions value)
value - allowed object is
     ServiceDataOptionspublic byte[] getEmbeddedData()
public void setEmbeddedData(byte[] value)
value - allowed object is
     byte[]public boolean isNotModified()
public void setNotModified(boolean value)
public Object getObject()
Objectpublic void setObject(Object value)
value - allowed object is
     Objectpublic String getResponseEtag()
Stringpublic void setResponseEtag(String value)
value - allowed object is
     Stringpublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
     String| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||