| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.QueryStatus |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hasMoreResults | |||||||||||
| isCompleted | |||||||||||
| repositoryStatusInfos | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the repositoryStatusInfos property.
| |||||||||||
Gets the value of the hasMoreResults property.
| |||||||||||
Gets the value of the isCompleted property.
| |||||||||||
Sets the value of the hasMoreResults property.
| |||||||||||
Sets the value of the isCompleted property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the hasMoreResults property.
Gets the value of the isCompleted property.
Sets the value of the hasMoreResults property.
| value |
|---|
Sets the value of the isCompleted property.
| value |
|---|