com.esri.arcgisws
Class ServiceDataOptions

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

public class ServiceDataOptions
extends Object
implements Serializable

Java class for ServiceDataOptions complex type.

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

 <complexType name="ServiceDataOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Etag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTransportType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ServiceDataOptions()
          ServiceDataOptions default constructor.
ServiceDataOptions(String etag, String format, PropertySet properties, EsriTransportType transportType)
          Deprecated. 
 
Method Summary
 String getEtag()
          Gets the value of the etag property.
 String getFormat()
          Gets the value of the format property.
 PropertySet getProperties()
          Gets the value of the properties property.
 EsriTransportType getTransportType()
          Gets the value of the transportType property.
 void setEtag(String value)
          Sets the value of the etag property.
 void setFormat(String value)
          Sets the value of the format property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 void setTransportType(EsriTransportType value)
          Sets the value of the transportType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDataOptions

@Deprecated
public ServiceDataOptions(String etag,
                                     String format,
                                     PropertySet properties,
                                     EsriTransportType transportType)
Deprecated. 

ServiceDataOptions constructor.


ServiceDataOptions

public ServiceDataOptions()
ServiceDataOptions default constructor.

Method Detail

getEtag

public String getEtag()
Gets the value of the etag property.

Returns:
possible object is String

setEtag

public void setEtag(String value)
Sets the value of the etag property.

Parameters:
value - allowed object is String

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

getProperties

public PropertySet getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet

getTransportType

public EsriTransportType getTransportType()
Gets the value of the transportType property.

Returns:
possible object is EsriTransportType

setTransportType

public void setTransportType(EsriTransportType value)
Sets the value of the transportType property.

Parameters:
value - allowed object is EsriTransportType