public class

QueryStatus

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

Class Overview

Java class for QueryStatus complex type.

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

 <complexType name="QueryStatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RepositoryStatusInfos" type="{http://query.core.datamodel.fs.documentum.emc.com/}RepositoryStatusInfo" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="hasMoreResults" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isCompleted" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean hasMoreResults
protected boolean isCompleted
protected List<RepositoryStatusInfo> repositoryStatusInfos
Public Constructors
QueryStatus()
Public Methods
List<RepositoryStatusInfo> getRepositoryStatusInfos()
Gets the value of the repositoryStatusInfos property.
boolean isHasMoreResults()
Gets the value of the hasMoreResults property.
boolean isIsCompleted()
Gets the value of the isCompleted property.
void setHasMoreResults(boolean value)
Sets the value of the hasMoreResults property.
void setIsCompleted(boolean value)
Sets the value of the isCompleted property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean hasMoreResults

protected boolean isCompleted

protected List<RepositoryStatusInfo> repositoryStatusInfos

Public Constructors

public QueryStatus ()

Public Methods

public List<RepositoryStatusInfo> getRepositoryStatusInfos ()

Gets the value of the repositoryStatusInfos property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the repositoryStatusInfos property.

For example, to add a new item, do as follows:

    getRepositoryStatusInfos().add(newItem);
 

Objects of the following type(s) are allowed in the list RepositoryStatusInfo

public boolean isHasMoreResults ()

Gets the value of the hasMoreResults property.

public boolean isIsCompleted ()

Gets the value of the isCompleted property.

public void setHasMoreResults (boolean value)

Sets the value of the hasMoreResults property.

Parameters
value

public void setIsCompleted (boolean value)

Sets the value of the isCompleted property.

Parameters
value