|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPToolInfo
public class GPToolInfo
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>
| 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 |
|---|
@Deprecated
public GPToolInfo(String name,
String displayName,
String category,
String help,
GPParameterInfo[] parameterInfo,
Envelope extent)
public GPToolInfo()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getHelp()
Stringpublic void setHelp(String value)
value - allowed object is
Stringpublic GPParameterInfo[] getParameterInfo()
[] public void setParameterInfo(GPParameterInfo[] value)
value - allowed object is
[] public Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelope
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||