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()
Formatvalue
public void setPrintformatter(Formatvalue value)
value
- allowed object is
Formatvalue
public Formatvalue getMessageformatter()
Formatvalue
public void setMessageformatter(Formatvalue value)
value
- allowed object is
Formatvalue
public Resultformatter getResultformatter()
Resultformatter
public void setResultformatter(Resultformatter value)
value
- allowed object is
Resultformatter
public Extensionpoint getFormatterimpl()
Extensionpoint
public void setFormatterimpl(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Querystructureext getQuerystructureext()
Querystructureext
public void setQuerystructureext(Querystructureext value)
value
- allowed object is
Querystructureext
public Extensionpoint getQuery()
Extensionpoint
public void setQuery(Extensionpoint value)
value
- allowed object is
Extensionpoint
public boolean isDistinct()
Boolean
public void setDistinct(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMaxrows()
String
public void setMaxrows(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String