com.esri.arcgisws
Class GPResultOptions

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

public class GPResultOptions
extends Object
implements Serializable

Java class for GPResultOptions complex type.

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

 <complexType name="GPResultOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DensifyFeatures" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGDSTransportType" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FormatProperties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPResultOptions()
          GPResultOptions default constructor.
GPResultOptions(Boolean densifyFeatures, EsriGDSTransportType transportType, SpatialReference spatialReference, String format, PropertySet formatProperties)
          Deprecated. 
 
Method Summary
 Boolean getDensifyFeatures()
          Gets the value of the densifyFeatures property.
 String getFormat()
          Gets the value of the format property.
 PropertySet getFormatProperties()
          Gets the value of the formatProperties property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 EsriGDSTransportType getTransportType()
          Gets the value of the transportType property.
 Boolean isDensifyFeatures()
           
 void setDensifyFeatures(Boolean value)
          Sets the value of the densifyFeatures property.
 void setFormat(String value)
          Sets the value of the format property.
 void setFormatProperties(PropertySet value)
          Sets the value of the formatProperties property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTransportType(EsriGDSTransportType 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

GPResultOptions

@Deprecated
public GPResultOptions(Boolean densifyFeatures,
                                  EsriGDSTransportType transportType,
                                  SpatialReference spatialReference,
                                  String format,
                                  PropertySet formatProperties)
Deprecated. 

GPResultOptions constructor.


GPResultOptions

public GPResultOptions()
GPResultOptions default constructor.

Method Detail

getDensifyFeatures

public Boolean getDensifyFeatures()
Gets the value of the densifyFeatures property.

Returns:
possible object is Boolean

isDensifyFeatures

public Boolean isDensifyFeatures()

setDensifyFeatures

public void setDensifyFeatures(Boolean value)
Sets the value of the densifyFeatures property.

Parameters:
value - allowed object is Boolean

getTransportType

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

Returns:
possible object is EsriGDSTransportType

setTransportType

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

Parameters:
value - allowed object is EsriGDSTransportType

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

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

getFormatProperties

public PropertySet getFormatProperties()
Gets the value of the formatProperties property.

Returns:
possible object is PropertySet

setFormatProperties

public void setFormatProperties(PropertySet value)
Sets the value of the formatProperties property.

Parameters:
value - allowed object is PropertySet