com.esri.arcgisws
Class Execute

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

public class Execute
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"/>
         <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>
 

See Also:
Serialized Form

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

Execute

@Deprecated
public Execute(String toolName,
                          GPValue[] values,
                          GPResultOptions options,
                          PropertySet environmentValues)
Deprecated. 

Execute constructor.


Execute

public Execute()
Execute 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

getValues

public GPValue[] getValues()
Gets the value of the values property.

Returns:
possible object is []

setValues

public void setValues(GPValue[] value)
Sets the value of the values property.

Parameters:
value - allowed object is []

getOptions

public GPResultOptions getOptions()
Gets the value of the options property.

Returns:
possible object is GPResultOptions

setOptions

public void setOptions(GPResultOptions value)
Sets the value of the options property.

Parameters:
value - allowed object is GPResultOptions

getEnvironmentValues

public PropertySet getEnvironmentValues()
Gets the value of the environmentValues property.

Returns:
possible object is PropertySet

setEnvironmentValues

public void setEnvironmentValues(PropertySet value)
Sets the value of the environmentValues property.

Parameters:
value - allowed object is PropertySet