public class Nodequery
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.highqsoft.de/schema}printformatter" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}messageformatter" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}resultformatter" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}formatterimpl" minOccurs="0"/>
</choice>
<choice>
<element ref="{http://www.highqsoft.de/schema}querystructureext" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}query" minOccurs="0"/>
</choice>
</sequence>
<attribute name="distinct" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="maxrows" type="{http://www.w3.org/2001/XMLSchema}string" default="0" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
distinct |
protected Extensionpoint |
formatterimpl |
protected java.lang.String |
maxrows |
protected Formatvalue |
messageformatter |
protected java.lang.String |
name |
protected Formatvalue |
printformatter |
protected Extensionpoint |
query |
protected Querystructureext |
querystructureext |
protected Resultformatter |
resultformatter |
| Constructor and Description |
|---|
Nodequery() |
| Modifier and Type | Method and Description |
|---|---|
Extensionpoint |
getFormatterimpl()
Gets the value of the formatterimpl property.
|
java.lang.String |
getMaxrows()
Gets the value of the maxrows property.
|
Formatvalue |
getMessageformatter()
Gets the value of the messageformatter property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
Formatvalue |
getPrintformatter()
Gets the value of the printformatter property.
|
Extensionpoint |
getQuery()
Gets the value of the query property.
|
Querystructureext |
getQuerystructureext()
Gets the value of the querystructureext property.
|
Resultformatter |
getResultformatter()
Gets the value of the resultformatter property.
|
boolean |
isDistinct()
Gets the value of the distinct property.
|
void |
setDistinct(java.lang.Boolean value)
Sets the value of the distinct property.
|
void |
setFormatterimpl(Extensionpoint value)
Sets the value of the formatterimpl property.
|
void |
setMaxrows(java.lang.String value)
Sets the value of the maxrows property.
|
void |
setMessageformatter(Formatvalue value)
Sets the value of the messageformatter property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPrintformatter(Formatvalue value)
Sets the value of the printformatter property.
|
void |
setQuery(Extensionpoint value)
Sets the value of the query property.
|
void |
setQuerystructureext(Querystructureext value)
Sets the value of the querystructureext property.
|
void |
setResultformatter(Resultformatter value)
Sets the value of the resultformatter property.
|
protected Formatvalue printformatter
protected Formatvalue messageformatter
protected Resultformatter resultformatter
protected Extensionpoint formatterimpl
protected Querystructureext querystructureext
protected Extensionpoint query
protected java.lang.Boolean distinct
protected java.lang.String maxrows
protected java.lang.String name
public Formatvalue getPrintformatter()
Formatvaluepublic void setPrintformatter(Formatvalue value)
value - allowed object is
Formatvaluepublic Formatvalue getMessageformatter()
Formatvaluepublic void setMessageformatter(Formatvalue value)
value - allowed object is
Formatvaluepublic Resultformatter getResultformatter()
Resultformatterpublic void setResultformatter(Resultformatter value)
value - allowed object is
Resultformatterpublic Extensionpoint getFormatterimpl()
Extensionpointpublic void setFormatterimpl(Extensionpoint value)
value - allowed object is
Extensionpointpublic Querystructureext getQuerystructureext()
Querystructureextpublic void setQuerystructureext(Querystructureext value)
value - allowed object is
Querystructureextpublic Extensionpoint getQuery()
Extensionpointpublic void setQuery(Extensionpoint value)
value - allowed object is
Extensionpointpublic boolean isDistinct()
Booleanpublic void setDistinct(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMaxrows()
Stringpublic void setMaxrows(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String