com.esri.arcgisws
Class GPToolInfo

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

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

See Also:
Serialized Form

Constructor Summary
GPToolInfo()
           
GPToolInfo(java.lang.String name, java.lang.String displayName, java.lang.String category, java.lang.String help, GPParameterInfo[] parameterInfo, Envelope extent)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCategory()
          Gets the category value for this GPToolInfo.
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 getDisplayName()
          Gets the displayName value for this GPToolInfo.
 Envelope getExtent()
          Gets the extent value for this GPToolInfo.
 java.lang.String getHelp()
          Gets the help value for this GPToolInfo.
 java.lang.String getName()
          Gets the name value for this GPToolInfo.
 GPParameterInfo[] getParameterInfo()
          Gets the parameterInfo value for this GPToolInfo.
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 setCategory(java.lang.String category)
          Sets the category value for this GPToolInfo.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this GPToolInfo.
 void setExtent(Envelope extent)
          Sets the extent value for this GPToolInfo.
 void setHelp(java.lang.String help)
          Sets the help value for this GPToolInfo.
 void setName(java.lang.String name)
          Sets the name value for this GPToolInfo.
 void setParameterInfo(GPParameterInfo[] parameterInfo)
          Sets the parameterInfo value for this GPToolInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPToolInfo

public GPToolInfo()

GPToolInfo

public GPToolInfo(java.lang.String name,
                  java.lang.String displayName,
                  java.lang.String category,
                  java.lang.String help,
                  GPParameterInfo[] parameterInfo,
                  Envelope extent)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this GPToolInfo.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this GPToolInfo.

Parameters:
name -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this GPToolInfo.

Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this GPToolInfo.

Parameters:
displayName -

getCategory

public java.lang.String getCategory()
Gets the category value for this GPToolInfo.

Returns:
category

setCategory

public void setCategory(java.lang.String category)
Sets the category value for this GPToolInfo.

Parameters:
category -

getHelp

public java.lang.String getHelp()
Gets the help value for this GPToolInfo.

Returns:
help

setHelp

public void setHelp(java.lang.String help)
Sets the help value for this GPToolInfo.

Parameters:
help -

getParameterInfo

public GPParameterInfo[] getParameterInfo()
Gets the parameterInfo value for this GPToolInfo.

Returns:
parameterInfo

setParameterInfo

public void setParameterInfo(GPParameterInfo[] parameterInfo)
Sets the parameterInfo value for this GPToolInfo.

Parameters:
parameterInfo -

getExtent

public Envelope getExtent()
Gets the extent value for this GPToolInfo.

Returns:
extent

setExtent

public void setExtent(Envelope extent)
Sets the extent value for this GPToolInfo.

Parameters:
extent -

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