| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Execute
public class Execute
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"/>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPValues"/>
         <element name="Options" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPResultOptions" minOccurs="0"/>
         <element name="EnvironmentValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| Execute()Execute default constructor. | |
| Execute(String toolName,
        GPValue[] values,
        GPResultOptions options,
        PropertySet environmentValues)Deprecated. | |
| Method Summary | |
|---|---|
|  PropertySet | getEnvironmentValues()Gets the value of the environmentValues property. | 
|  GPResultOptions | getOptions()Gets the value of the options property. | 
|  String | getToolName()Gets the value of the toolName property. | 
|  GPValue[] | getValues()Gets the value of the values property. | 
|  void | setEnvironmentValues(PropertySet value)Sets the value of the environmentValues property. | 
|  void | setOptions(GPResultOptions value)Sets the value of the options property. | 
|  void | setToolName(String value)Sets the value of the toolName property. | 
|  void | setValues(GPValue[] value)Sets the value of the values property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public Execute(String toolName,
                          GPValue[] values,
                          GPResultOptions options,
                          PropertySet environmentValues)
public Execute()
| Method Detail | 
|---|
public String getToolName()
Stringpublic void setToolName(String value)
value - allowed object is
     Stringpublic GPValue[] getValues()
[] public void setValues(GPValue[] value)
value - allowed object is
     [] public GPResultOptions getOptions()
GPResultOptionspublic void setOptions(GPResultOptions value)
value - allowed object is
     GPResultOptionspublic PropertySet getEnvironmentValues()
PropertySetpublic void setEnvironmentValues(PropertySet value)
value - allowed object is
     PropertySet| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||