com.esri.arcgisws
Class CancelJob

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

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

See Also:
Serialized Form

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

Constructor Detail

CancelJob

public CancelJob()

CancelJob

public CancelJob(java.lang.String jobID)
Method Detail

getJobID

public java.lang.String getJobID()
Gets the jobID value for this CancelJob.

Returns:
jobID

setJobID

public void setJobID(java.lang.String jobID)
Sets the jobID value for this CancelJob.

Parameters:
jobID -

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