|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.Schedule
public class Schedule
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 minOccurs="0">
<element name="manual-trigger" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="cron-expression" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dependent-job" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="variable-provider" type="{http://eobjects.org/datacleaner/schedule/1.0}variableProvider" minOccurs="0"/>
<element name="alerts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alert" type="{http://eobjects.org/datacleaner/schedule/1.0}alert" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Schedule.Alerts
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Schedule.Alerts |
alerts
|
protected String |
cronExpression
|
protected String |
dependentJob
|
protected Boolean |
manualTrigger
|
protected VariableProvider |
variableProvider
|
| Constructor Summary | |
|---|---|
Schedule()
|
|
| Method Summary | |
|---|---|
Schedule.Alerts |
getAlerts()
Gets the value of the alerts property. |
String |
getCronExpression()
Gets the value of the cronExpression property. |
String |
getDependentJob()
Gets the value of the dependentJob property. |
VariableProvider |
getVariableProvider()
Gets the value of the variableProvider property. |
Boolean |
isManualTrigger()
Gets the value of the manualTrigger property. |
void |
setAlerts(Schedule.Alerts value)
Sets the value of the alerts property. |
void |
setCronExpression(String value)
Sets the value of the cronExpression property. |
void |
setDependentJob(String value)
Sets the value of the dependentJob property. |
void |
setManualTrigger(Boolean value)
Sets the value of the manualTrigger property. |
void |
setVariableProvider(VariableProvider value)
Sets the value of the variableProvider property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean manualTrigger
protected String cronExpression
protected String dependentJob
protected VariableProvider variableProvider
protected Schedule.Alerts alerts
| Constructor Detail |
|---|
public Schedule()
| Method Detail |
|---|
public Boolean isManualTrigger()
Booleanpublic void setManualTrigger(Boolean value)
value - allowed object is
Booleanpublic String getCronExpression()
Stringpublic void setCronExpression(String value)
value - allowed object is
Stringpublic String getDependentJob()
Stringpublic void setDependentJob(String value)
value - allowed object is
Stringpublic VariableProvider getVariableProvider()
VariableProviderpublic void setVariableProvider(VariableProvider value)
value - allowed object is
VariableProviderpublic Schedule.Alerts getAlerts()
Schedule.Alertspublic void setAlerts(Schedule.Alerts value)
value - allowed object is
Schedule.Alerts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||