public class Dropper
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}dropdef" 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="handletransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="loglevel" type="{http://www.highqsoft.de/schema}loglevel" default="NONE" /> <attribute name="maxrows" type="{http://www.w3.org/2001/XMLSchema}string" default="0" /> <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" default="false" /> <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 Dropdef |
dropdef |
protected Environment |
environment |
protected File |
err |
protected java.lang.String |
filename |
protected java.lang.Boolean |
handletransaction |
protected Loghandler |
logger |
protected Loglevel |
loglevel |
protected java.lang.String |
maxrows |
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 |
Constructor and Description |
---|
Dropper() |
Modifier and Type | Method and Description |
---|---|
Aosession |
getAosession()
Gets the value of the aosession property.
|
Implementationseq |
getConclusion()
Gets the value of the conclusion property.
|
Dropdef |
getDropdef()
Gets the value of the dropdef 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.
|
java.lang.String |
getMaxrows()
Gets the value of the maxrows 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.
|
boolean |
isHandletransaction()
Gets the value of the handletransaction 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 |
setDropdef(Dropdef value)
Sets the value of the dropdef 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 |
setHandletransaction(java.lang.Boolean value)
Sets the value of the handletransaction property.
|
void |
setLogger(Loghandler value)
Sets the value of the logger property.
|
void |
setLoglevel(Loglevel value)
Sets the value of the loglevel property.
|
void |
setMaxrows(java.lang.String value)
Sets the value of the maxrows 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.
|
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 Dropdef dropdef
protected Implementationseq conclusion
protected Implementationseq terminate
protected java.lang.String filename
protected java.lang.Boolean handletransaction
protected Loglevel loglevel
protected java.lang.String maxrows
protected Messagelevel messagelevel
protected java.lang.String sessionref
protected java.lang.String simulate
protected java.lang.Boolean teardown
protected Tracelevel tracelevel
public Environment getEnvironment()
Environment
public void setEnvironment(Environment value)
value
- allowed object is
Environment
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public Loghandler getLogger()
Loghandler
public void setLogger(Loghandler value)
value
- allowed object is
Loghandler
public Loghandler getTracer()
Loghandler
public void setTracer(Loghandler value)
value
- allowed object is
Loghandler
public Loghandler getMessenger()
Loghandler
public void setMessenger(Loghandler value)
value
- allowed object is
Loghandler
public Aosession getAosession()
Aosession
public void setAosession(Aosession value)
value
- allowed object is
Aosession
public void setOut(File value)
value
- allowed object is
File
public void setErr(File value)
value
- allowed object is
File
public Dropdef getDropdef()
Dropdef
public void setDropdef(Dropdef value)
value
- allowed object is
Dropdef
public Implementationseq getConclusion()
Implementationseq
public void setConclusion(Implementationseq value)
value
- allowed object is
Implementationseq
public Implementationseq getTerminate()
Implementationseq
public void setTerminate(Implementationseq value)
value
- allowed object is
Implementationseq
public java.lang.String getFilename()
String
public void setFilename(java.lang.String value)
value
- allowed object is
String
public boolean isHandletransaction()
Boolean
public void setHandletransaction(java.lang.Boolean value)
value
- allowed object is
Boolean
public Loglevel getLoglevel()
Loglevel
public void setLoglevel(Loglevel value)
value
- allowed object is
Loglevel
public java.lang.String getMaxrows()
String
public void setMaxrows(java.lang.String value)
value
- allowed object is
String
public Messagelevel getMessagelevel()
Messagelevel
public void setMessagelevel(Messagelevel value)
value
- allowed object is
Messagelevel
public java.lang.String getSessionref()
String
public void setSessionref(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSimulate()
String
public void setSimulate(java.lang.String value)
value
- allowed object is
String
public boolean isTeardown()
Boolean
public void setTeardown(java.lang.Boolean value)
value
- allowed object is
Boolean
public Tracelevel getTracelevel()
Tracelevel
public void setTracelevel(Tracelevel value)
value
- allowed object is
Tracelevel