public class Job
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}mail" 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}init" 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}engine" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}ruledef" 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="gathermode" type="{http://www.highqsoft.de/schema}gathermode" default="PEDANTIC" />
<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="simulation" type="{http://www.highqsoft.de/schema}simulate" default="NONE" />
<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" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="1.0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Implementationseq |
conclusion |
protected Extensionpoint |
engine |
protected Environment |
environment |
protected File |
err |
protected Gathermode |
gathermode |
protected Init |
init |
protected Loghandler |
logger |
protected Loglevel |
loglevel |
protected Mail |
mail |
protected Messagelevel |
messagelevel |
protected Loghandler |
messenger |
protected File |
out |
protected Properties |
properties |
protected Ruledef |
ruledef |
protected Simulate |
simulation |
protected java.lang.Boolean |
teardown |
protected Implementationseq |
terminate |
protected Tracelevel |
tracelevel |
protected Loghandler |
tracer |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Implementationseq |
getConclusion()
Gets the value of the conclusion property.
|
Extensionpoint |
getEngine()
Gets the value of the engine property.
|
Environment |
getEnvironment()
Gets the value of the environment property.
|
File |
getErr()
Gets the value of the err property.
|
Gathermode |
getGathermode()
Gets the value of the gathermode property.
|
Init |
getInit()
Gets the value of the init property.
|
Loghandler |
getLogger()
Gets the value of the logger property.
|
Loglevel |
getLoglevel()
Gets the value of the loglevel property.
|
Mail |
getMail()
Gets the value of the mail 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.
|
Ruledef |
getRuledef()
Gets the value of the ruledef property.
|
Simulate |
getSimulation()
Gets the value of the simulation 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.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
boolean |
isTeardown()
Gets the value of the teardown property.
|
void |
setConclusion(Implementationseq value)
Sets the value of the conclusion property.
|
void |
setEngine(Extensionpoint value)
Sets the value of the engine property.
|
void |
setEnvironment(Environment value)
Sets the value of the environment property.
|
void |
setErr(File value)
Sets the value of the err property.
|
void |
setGathermode(Gathermode value)
Sets the value of the gathermode property.
|
void |
setInit(Init value)
Sets the value of the init property.
|
void |
setLogger(Loghandler value)
Sets the value of the logger property.
|
void |
setLoglevel(Loglevel value)
Sets the value of the loglevel property.
|
void |
setMail(Mail value)
Sets the value of the mail 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 |
setRuledef(Ruledef value)
Sets the value of the ruledef property.
|
void |
setSimulation(Simulate value)
Sets the value of the simulation 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 |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected Environment environment
protected Properties properties
protected Mail mail
protected Loghandler logger
protected Loghandler tracer
protected Loghandler messenger
protected Init init
protected File out
protected File err
protected Extensionpoint engine
protected Ruledef ruledef
protected Implementationseq conclusion
protected Implementationseq terminate
protected Gathermode gathermode
protected Loglevel loglevel
protected Messagelevel messagelevel
protected Simulate simulation
protected java.lang.Boolean teardown
protected Tracelevel tracelevel
protected java.lang.String version
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 void setMail(Mail value)
value - allowed object is
Mailpublic 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 void setInit(Init value)
value - allowed object is
Initpublic void setOut(File value)
value - allowed object is
Filepublic void setErr(File value)
value - allowed object is
Filepublic Extensionpoint getEngine()
Extensionpointpublic void setEngine(Extensionpoint value)
value - allowed object is
Extensionpointpublic Ruledef getRuledef()
Ruledefpublic void setRuledef(Ruledef value)
value - allowed object is
Ruledefpublic Implementationseq getConclusion()
Implementationseqpublic void setConclusion(Implementationseq value)
value - allowed object is
Implementationseqpublic Implementationseq getTerminate()
Implementationseqpublic void setTerminate(Implementationseq value)
value - allowed object is
Implementationseqpublic Gathermode getGathermode()
Gathermodepublic void setGathermode(Gathermode value)
value - allowed object is
Gathermodepublic Loglevel getLoglevel()
Loglevelpublic void setLoglevel(Loglevel value)
value - allowed object is
Loglevelpublic Messagelevel getMessagelevel()
Messagelevelpublic void setMessagelevel(Messagelevel value)
value - allowed object is
Messagelevelpublic Simulate getSimulation()
Simulatepublic void setSimulation(Simulate value)
value - allowed object is
Simulatepublic 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
Tracelevelpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String