com.esri.arcgisws
Class ExecuteRequest

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

public class ExecuteRequest
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="requestData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ExecuteRequest()
          ExecuteRequest default constructor.
ExecuteRequest(byte[] requestData)
          Deprecated. 
 
Method Summary
 byte[] getRequestData()
          Gets the value of the requestData property.
 void setRequestData(byte[] value)
          Sets the value of the requestData property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteRequest

@Deprecated
public ExecuteRequest(byte[] requestData)
Deprecated. 

ExecuteRequest constructor.


ExecuteRequest

public ExecuteRequest()
ExecuteRequest default constructor.

Method Detail

getRequestData

public byte[] getRequestData()
Gets the value of the requestData property.

Returns:
possible object is byte[]

setRequestData

public void setRequestData(byte[] value)
Sets the value of the requestData property.

Parameters:
value - allowed object is byte[]