public class

Execute

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

Class Overview

Java class for execute complex type.

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

 <complexType name="execute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="query" type="{http://query.core.datamodel.fs.documentum.emc.com/}Query" minOccurs="0"/>
         <element name="execution" type="{http://query.core.datamodel.fs.documentum.emc.com/}QueryExecution" minOccurs="0"/>
         <element name="options" type="{http://core.datamodel.fs.documentum.emc.com/}OperationOptions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected QueryExecution execution
protected OperationOptions options
protected Query query
Public Constructors
Execute()
Public Methods
QueryExecution getExecution()
Gets the value of the execution property.
OperationOptions getOptions()
Gets the value of the options property.
Query getQuery()
Gets the value of the query property.
void setExecution(QueryExecution value)
Sets the value of the execution property.
void setOptions(OperationOptions value)
Sets the value of the options property.
void setQuery(Query value)
Sets the value of the query property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected QueryExecution execution

protected OperationOptions options

protected Query query

Public Constructors

public Execute ()

Public Methods

public QueryExecution getExecution ()

Gets the value of the execution property.

Returns

public OperationOptions getOptions ()

Gets the value of the options property.

Returns

public Query getQuery ()

Gets the value of the query property.

Returns
  • possible object is Query

public void setExecution (QueryExecution value)

Sets the value of the execution property.

Parameters
value Allowed object is QueryExecution

public void setOptions (OperationOptions value)

Sets the value of the options property.

Parameters
value Allowed object is OperationOptions

public void setQuery (Query value)

Sets the value of the query property.

Parameters
value Allowed object is Query