com.esri.arcgisws
Class GPResultOptions

java.lang.Object
  extended bycom.esri.arcgisws.GPResultOptions
All Implemented Interfaces:
java.io.Serializable

public class GPResultOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GPResultOptions()
           
GPResultOptions(java.lang.Boolean densifyFeatures, EsriGDSTransportType transportType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getDensifyFeatures()
          Gets the densifyFeatures value for this GPResultOptions.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 EsriGDSTransportType getTransportType()
          Gets the transportType value for this GPResultOptions.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDensifyFeatures(java.lang.Boolean densifyFeatures)
          Sets the densifyFeatures value for this GPResultOptions.
 void setTransportType(EsriGDSTransportType transportType)
          Sets the transportType value for this GPResultOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPResultOptions

public GPResultOptions()

GPResultOptions

public GPResultOptions(java.lang.Boolean densifyFeatures,
                       EsriGDSTransportType transportType)
Method Detail

getDensifyFeatures

public java.lang.Boolean getDensifyFeatures()
Gets the densifyFeatures value for this GPResultOptions.

Returns:
densifyFeatures

setDensifyFeatures

public void setDensifyFeatures(java.lang.Boolean densifyFeatures)
Sets the densifyFeatures value for this GPResultOptions.

Parameters:
densifyFeatures -

getTransportType

public EsriGDSTransportType getTransportType()
Gets the transportType value for this GPResultOptions.

Returns:
transportType

setTransportType

public void setTransportType(EsriGDSTransportType transportType)
Sets the transportType value for this GPResultOptions.

Parameters:
transportType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer