public class

QueryResult

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.QueryResult

Class Overview

Java class for QueryResult complex type.

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

 <complexType name="QueryResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataPackage" type="{http://core.datamodel.fs.documentum.emc.com/}DataPackage" minOccurs="0"/>
         <element name="queryStatus" type="{http://query.core.datamodel.fs.documentum.emc.com/}QueryStatus" minOccurs="0"/>
       </sequence>
       <attribute name="queryId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DataPackage dataPackage
protected String queryId
protected QueryStatus queryStatus
Public Constructors
QueryResult()
Public Methods
DataPackage getDataPackage()
Gets the value of the dataPackage property.
String getQueryId()
Gets the value of the queryId property.
QueryStatus getQueryStatus()
Gets the value of the queryStatus property.
void setDataPackage(DataPackage value)
Sets the value of the dataPackage property.
void setQueryId(String value)
Sets the value of the queryId property.
void setQueryStatus(QueryStatus value)
Sets the value of the queryStatus property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DataPackage dataPackage

protected String queryId

protected QueryStatus queryStatus

Public Constructors

public QueryResult ()

Public Methods

public DataPackage getDataPackage ()

Gets the value of the dataPackage property.

Returns

public String getQueryId ()

Gets the value of the queryId property.

Returns
  • possible object is String

public QueryStatus getQueryStatus ()

Gets the value of the queryStatus property.

Returns

public void setDataPackage (DataPackage value)

Sets the value of the dataPackage property.

Parameters
value Allowed object is DataPackage

public void setQueryId (String value)

Sets the value of the queryId property.

Parameters
value Allowed object is String

public void setQueryStatus (QueryStatus value)

Sets the value of the queryStatus property.

Parameters
value Allowed object is QueryStatus