| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.QueryResult |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataPackage | |||||||||||
| queryId | |||||||||||
| queryStatus | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataPackage property.
| |||||||||||
Gets the value of the queryId property.
| |||||||||||
Gets the value of the queryStatus property.
| |||||||||||
Sets the value of the dataPackage property.
| |||||||||||
Sets the value of the queryId property.
| |||||||||||
Sets the value of the queryStatus property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dataPackage property.
DataPackage
Gets the value of the queryId property.
Gets the value of the queryStatus property.
QueryStatus
Sets the value of the dataPackage property.
| value | Allowed object is
DataPackage
|
|---|
Sets the value of the queryId property.
| value | Allowed object is String |
|---|
Sets the value of the queryStatus property.
| value | Allowed object is
QueryStatus
|
|---|