public class DocumentQueryResultXto extends QueryResultXto
Java class for DocumentQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentQueryResult">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
<sequence>
<element name="documents" type="{http://eclipse.org/stardust/ws/v2012a/api}Documents" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DocumentQueryResultXto() |
| Modifier and Type | Method and Description |
|---|---|
DocumentsXto |
getDocuments()
Gets the value of the documents property.
|
void |
setDocuments(DocumentsXto value)
Sets the value of the documents property.
|
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThresholdpublic DocumentsXto getDocuments()
DocumentsXtopublic void setDocuments(DocumentsXto value)
value - allowed object is
DocumentsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.