com.esri.arcgisws
Class GetToolInfo

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

public class GetToolInfo
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ToolName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetToolInfo()
          GetToolInfo default constructor.
GetToolInfo(String toolName)
          Deprecated. 
 
Method Summary
 String getToolName()
          Gets the value of the toolName property.
 void setToolName(String value)
          Sets the value of the toolName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetToolInfo

@Deprecated
public GetToolInfo(String toolName)
Deprecated. 

GetToolInfo constructor.


GetToolInfo

public GetToolInfo()
GetToolInfo default constructor.

Method Detail

getToolName

public String getToolName()
Gets the value of the toolName property.

Returns:
possible object is String

setToolName

public void setToolName(String value)
Sets the value of the toolName property.

Parameters:
value - allowed object is String