com.esri.arcgisws
Class ServiceData

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

public class ServiceData
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

ServiceData

@Deprecated
public ServiceData(ServiceDataOptions serviceDataOptions,
                              byte[] embeddedData,
                              boolean notModified,
                              Object object,
                              String responseEtag,
                              String uri)
Deprecated. 

ServiceData constructor.


ServiceData

public ServiceData()
ServiceData default constructor.

Method Detail

getServiceDataOptions

public ServiceDataOptions getServiceDataOptions()
Gets the value of the serviceDataOptions property.

Returns:
possible object is ServiceDataOptions

setServiceDataOptions

public void setServiceDataOptions(ServiceDataOptions value)
Sets the value of the serviceDataOptions property.

Parameters:
value - allowed object is ServiceDataOptions

getEmbeddedData

public byte[] getEmbeddedData()
Gets the value of the embeddedData property.

Returns:
possible object is byte[]

setEmbeddedData

public void setEmbeddedData(byte[] value)
Sets the value of the embeddedData property.

Parameters:
value - allowed object is byte[]

isNotModified

public boolean isNotModified()
Gets the value of the notModified property.


setNotModified

public void setNotModified(boolean value)
Sets the value of the notModified property.


getObject

public Object getObject()
Gets the value of the object property.

Returns:
possible object is Object

setObject

public void setObject(Object value)
Sets the value of the object property.

Parameters:
value - allowed object is Object

getResponseEtag

public String getResponseEtag()
Gets the value of the responseEtag property.

Returns:
possible object is String

setResponseEtag

public void setResponseEtag(String value)
Sets the value of the responseEtag property.

Parameters:
value - allowed object is String

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