com.esri.arcgisws
Class GPResult

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

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

See Also:
Serialized Form

Constructor Summary
GPResult()
           
GPResult(GPValue[] values, JobMessage[] messages)
           
 
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
 JobMessage[] getMessages()
          Gets the messages value for this GPResult.
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
 GPValue[] getValues()
          Gets the values value for this GPResult.
 int hashCode()
           
 void setMessages(JobMessage[] messages)
          Sets the messages value for this GPResult.
 void setValues(GPValue[] values)
          Sets the values value for this GPResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPResult

public GPResult()

GPResult

public GPResult(GPValue[] values,
                JobMessage[] messages)
Method Detail

getValues

public GPValue[] getValues()
Gets the values value for this GPResult.

Returns:
values

setValues

public void setValues(GPValue[] values)
Sets the values value for this GPResult.

Parameters:
values -

getMessages

public JobMessage[] getMessages()
Gets the messages value for this GPResult.

Returns:
messages

setMessages

public void setMessages(JobMessage[] messages)
Sets the messages value for this GPResult.

Parameters:
messages -

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