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()
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 void setMail(Mail value)
value
- allowed object is
Mail
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 void setInit(Init value)
value
- allowed object is
Init
public void setOut(File value)
value
- allowed object is
File
public void setErr(File value)
value
- allowed object is
File
public Extensionpoint getEngine()
Extensionpoint
public void setEngine(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Ruledef getRuledef()
Ruledef
public void setRuledef(Ruledef value)
value
- allowed object is
Ruledef
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 Gathermode getGathermode()
Gathermode
public void setGathermode(Gathermode value)
value
- allowed object is
Gathermode
public Loglevel getLoglevel()
Loglevel
public void setLoglevel(Loglevel value)
value
- allowed object is
Loglevel
public Messagelevel getMessagelevel()
Messagelevel
public void setMessagelevel(Messagelevel value)
value
- allowed object is
Messagelevel
public Simulate getSimulation()
Simulate
public void setSimulation(Simulate value)
value
- allowed object is
Simulate
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
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String