public class Querytree
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">
<all>
<element ref="{http://www.highqsoft.de/schema}environment" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}properties" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}logger" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}tracer" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}messenger" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}aosession" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}out" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}err" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}tree" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}conclusion" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}terminate" minOccurs="0"/>
</all>
<attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="loglevel" type="{http://www.highqsoft.de/schema}loglevel" default="NONE" />
<attribute name="messagelevel" type="{http://www.highqsoft.de/schema}messagelevel" default="ALL" />
<attribute name="sessionref" type="{http://www.w3.org/2001/XMLSchema}string" default="NONE" />
<attribute name="simulate" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="teardown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="tracelevel" type="{http://www.highqsoft.de/schema}tracelevel" default="NONE" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aosession |
aosession |
protected Implementationseq |
conclusion |
protected Environment |
environment |
protected File |
err |
protected java.lang.String |
filename |
protected Loghandler |
logger |
protected Loglevel |
loglevel |
protected Messagelevel |
messagelevel |
protected Loghandler |
messenger |
protected File |
out |
protected Properties |
properties |
protected java.lang.String |
sessionref |
protected java.lang.String |
simulate |
protected java.lang.Boolean |
teardown |
protected Implementationseq |
terminate |
protected Tracelevel |
tracelevel |
protected Loghandler |
tracer |
protected Tree |
tree |
| Constructor and Description |
|---|
Querytree() |
| Modifier and Type | Method and Description |
|---|---|
Aosession |
getAosession()
Gets the value of the aosession property.
|
Implementationseq |
getConclusion()
Gets the value of the conclusion property.
|
Environment |
getEnvironment()
Gets the value of the environment property.
|
File |
getErr()
Gets the value of the err property.
|
java.lang.String |
getFilename()
Gets the value of the filename property.
|
Loghandler |
getLogger()
Gets the value of the logger property.
|
Loglevel |
getLoglevel()
Gets the value of the loglevel property.
|
Messagelevel |
getMessagelevel()
Gets the value of the messagelevel property.
|
Loghandler |
getMessenger()
Gets the value of the messenger property.
|
File |
getOut()
Gets the value of the out property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
java.lang.String |
getSessionref()
Gets the value of the sessionref property.
|
java.lang.String |
getSimulate()
Gets the value of the simulate property.
|
Implementationseq |
getTerminate()
Gets the value of the terminate property.
|
Tracelevel |
getTracelevel()
Gets the value of the tracelevel property.
|
Loghandler |
getTracer()
Gets the value of the tracer property.
|
Tree |
getTree()
Gets the value of the tree property.
|
boolean |
isTeardown()
Gets the value of the teardown property.
|
void |
setAosession(Aosession value)
Sets the value of the aosession property.
|
void |
setConclusion(Implementationseq value)
Sets the value of the conclusion property.
|
void |
setEnvironment(Environment value)
Sets the value of the environment property.
|
void |
setErr(File value)
Sets the value of the err property.
|
void |
setFilename(java.lang.String value)
Sets the value of the filename property.
|
void |
setLogger(Loghandler value)
Sets the value of the logger property.
|
void |
setLoglevel(Loglevel value)
Sets the value of the loglevel property.
|
void |
setMessagelevel(Messagelevel value)
Sets the value of the messagelevel property.
|
void |
setMessenger(Loghandler value)
Sets the value of the messenger property.
|
void |
setOut(File value)
Sets the value of the out property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setSessionref(java.lang.String value)
Sets the value of the sessionref property.
|
void |
setSimulate(java.lang.String value)
Sets the value of the simulate property.
|
void |
setTeardown(java.lang.Boolean value)
Sets the value of the teardown property.
|
void |
setTerminate(Implementationseq value)
Sets the value of the terminate property.
|
void |
setTracelevel(Tracelevel value)
Sets the value of the tracelevel property.
|
void |
setTracer(Loghandler value)
Sets the value of the tracer property.
|
void |
setTree(Tree value)
Sets the value of the tree property.
|
protected Environment environment
protected Properties properties
protected Loghandler logger
protected Loghandler tracer
protected Loghandler messenger
protected Aosession aosession
protected File out
protected File err
protected Tree tree
protected Implementationseq conclusion
protected Implementationseq terminate
protected java.lang.String filename
protected Loglevel loglevel
protected Messagelevel messagelevel
protected java.lang.String sessionref
protected java.lang.String simulate
protected java.lang.Boolean teardown
protected Tracelevel tracelevel
public Environment getEnvironment()
Environmentpublic void setEnvironment(Environment value)
value - allowed object is
Environmentpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Loghandler getLogger()
Loghandlerpublic void setLogger(Loghandler value)
value - allowed object is
Loghandlerpublic Loghandler getTracer()
Loghandlerpublic void setTracer(Loghandler value)
value - allowed object is
Loghandlerpublic Loghandler getMessenger()
Loghandlerpublic void setMessenger(Loghandler value)
value - allowed object is
Loghandlerpublic Aosession getAosession()
Aosessionpublic void setAosession(Aosession value)
value - allowed object is
Aosessionpublic void setOut(File value)
value - allowed object is
Filepublic void setErr(File value)
value - allowed object is
Filepublic void setTree(Tree value)
value - allowed object is
Treepublic Implementationseq getConclusion()
Implementationseqpublic void setConclusion(Implementationseq value)
value - allowed object is
Implementationseqpublic Implementationseq getTerminate()
Implementationseqpublic void setTerminate(Implementationseq value)
value - allowed object is
Implementationseqpublic java.lang.String getFilename()
Stringpublic void setFilename(java.lang.String value)
value - allowed object is
Stringpublic Loglevel getLoglevel()
Loglevelpublic void setLoglevel(Loglevel value)
value - allowed object is
Loglevelpublic Messagelevel getMessagelevel()
Messagelevelpublic void setMessagelevel(Messagelevel value)
value - allowed object is
Messagelevelpublic java.lang.String getSessionref()
Stringpublic void setSessionref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSimulate()
Stringpublic void setSimulate(java.lang.String value)
value - allowed object is
Stringpublic boolean isTeardown()
Booleanpublic void setTeardown(java.lang.Boolean value)
value - allowed object is
Booleanpublic Tracelevel getTracelevel()
Tracelevelpublic void setTracelevel(Tracelevel value)
value - allowed object is
Tracelevel