public class DocumentQueryXto extends Object
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 and Description |
|---|
DocumentQueryXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
QNameCopyright © 2016 Eclipse Stardust. All Rights Reserved.