com.esri.arcgisws
Class GPToolInfo

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

public class GPToolInfo
extends Object
implements Serializable

Java class for GPToolInfo complex type.

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

 <complexType name="GPToolInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Help" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ParameterInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGPParameterInfo" minOccurs="0"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPToolInfo()
          GPToolInfo default constructor.
GPToolInfo(String name, String displayName, String category, String help, GPParameterInfo[] parameterInfo, Envelope extent)
          Deprecated. 
 
Method Summary
 String getCategory()
          Gets the value of the category property.
 String getDisplayName()
          Gets the value of the displayName property.
 Envelope getExtent()
          Gets the value of the extent property.
 String getHelp()
          Gets the value of the help property.
 String getName()
          Gets the value of the name property.
 GPParameterInfo[] getParameterInfo()
          Gets the value of the parameterInfo property.
 void setCategory(String value)
          Sets the value of the category property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setHelp(String value)
          Sets the value of the help property.
 void setName(String value)
          Sets the value of the name property.
 void setParameterInfo(GPParameterInfo[] value)
          Sets the value of the parameterInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPToolInfo

@Deprecated
public GPToolInfo(String name,
                             String displayName,
                             String category,
                             String help,
                             GPParameterInfo[] parameterInfo,
                             Envelope extent)
Deprecated. 

GPToolInfo constructor.


GPToolInfo

public GPToolInfo()
GPToolInfo default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getCategory

public String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getHelp

public String getHelp()
Gets the value of the help property.

Returns:
possible object is String

setHelp

public void setHelp(String value)
Sets the value of the help property.

Parameters:
value - allowed object is String

getParameterInfo

public GPParameterInfo[] getParameterInfo()
Gets the value of the parameterInfo property.

Returns:
possible object is []

setParameterInfo

public void setParameterInfo(GPParameterInfo[] value)
Sets the value of the parameterInfo property.

Parameters:
value - allowed object is []

getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope