|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DocumentQueryXto
public class DocumentQueryXto
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 |
|---|
public DocumentQueryXto()
| Method Detail |
|---|
public String getNamePattern()
Stringpublic void setNamePattern(String value)
value - allowed object is
Stringpublic String getXpathQuery()
Stringpublic void setXpathQuery(String value)
value - allowed object is
Stringpublic QName getMetaDataType()
QNamepublic void setMetaDataType(QName value)
value - allowed object is
QName
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||