|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ServiceDataOptions
public class ServiceDataOptions
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>
| 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 |
|---|
@Deprecated
public ServiceDataOptions(String etag,
String format,
PropertySet properties,
EsriTransportType transportType)
public ServiceDataOptions()
| Method Detail |
|---|
public String getEtag()
Stringpublic void setEtag(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySetpublic EsriTransportType getTransportType()
EsriTransportTypepublic void setTransportType(EsriTransportType value)
value - allowed object is
EsriTransportType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||