public class

ExecuteResponse

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.services.core.ExecuteResponse

Class Overview

Java class for executeResponse complex type.

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

 <complexType name="executeResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://query.core.datamodel.fs.documentum.emc.com/}QueryResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected QueryResult _return
Public Constructors
ExecuteResponse()
Public Methods
QueryResult getReturn()
Gets the value of the return property.
void setReturn(QueryResult value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected QueryResult _return

Public Constructors

public ExecuteResponse ()

Public Methods

public QueryResult getReturn ()

Gets the value of the return property.

Returns

public void setReturn (QueryResult value)

Sets the value of the return property.

Parameters
value Allowed object is QueryResult