org.eclipse.stardust.engine.api.ws
Class DocumentQueryResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
      extended by org.eclipse.stardust.engine.api.ws.DocumentQueryResultXto

public class DocumentQueryResultXto
extends QueryResultXto

Result of an DocumentQuery execution.

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 Summary
DocumentQueryResultXto()
           
 
Method Summary
 DocumentsXto getDocuments()
          Gets the value of the documents property.
 void setDocuments(DocumentsXto value)
          Sets the value of the documents property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.QueryResultXto
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThreshold
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentQueryResultXto

public DocumentQueryResultXto()
Method Detail

getDocuments

public DocumentsXto getDocuments()
Gets the value of the documents property.

Returns:
possible object is DocumentsXto

setDocuments

public void setDocuments(DocumentsXto value)
Sets the value of the documents property.

Parameters:
value - allowed object is DocumentsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.