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

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

public class DocumentQueryXto
extends Object

The DocumentQuery is a simple query to find documents using either a name pattern or a XPath query. Specifying a metaDataType tries to retrieve and include metaData of that type for the queries results.

Java class for DocumentQuery complex type.

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

 <complexType name="DocumentQuery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="namePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="xpathQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="metaDataType" type="{http://www.w3.org/2001/XMLSchema}QName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DocumentQueryXto()
           
 
Method Summary
 QName getMetaDataType()
          Gets the value of the metaDataType property.
 String getNamePattern()
          Gets the value of the namePattern property.
 String getXpathQuery()
          Gets the value of the xpathQuery property.
 void setMetaDataType(QName value)
          Sets the value of the metaDataType property.
 void setNamePattern(String value)
          Sets the value of the namePattern property.
 void setXpathQuery(String value)
          Sets the value of the xpathQuery property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentQueryXto

public DocumentQueryXto()
Method Detail

getNamePattern

public String getNamePattern()
Gets the value of the namePattern property.

Returns:
possible object is String

setNamePattern

public void setNamePattern(String value)
Sets the value of the namePattern property.

Parameters:
value - allowed object is String

getXpathQuery

public String getXpathQuery()
Gets the value of the xpathQuery property.

Returns:
possible object is String

setXpathQuery

public void setXpathQuery(String value)
Sets the value of the xpathQuery property.

Parameters:
value - allowed object is String

getMetaDataType

public QName getMetaDataType()
Gets the value of the metaDataType property.

Returns:
possible object is QName

setMetaDataType

public void setMetaDataType(QName value)
Sets the value of the metaDataType property.

Parameters:
value - allowed object is QName


Copyright © 2017 Eclipse Stardust. All Rights Reserved.