org.eobjects.datacleaner.monitor.jaxb
Class Schedule

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.Schedule

public class Schedule
extends 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">
       <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

manualTrigger

protected Boolean manualTrigger

cronExpression

protected String cronExpression

dependentJob

protected String dependentJob

variableProvider

protected VariableProvider variableProvider

alerts

protected Schedule.Alerts alerts
Constructor Detail

Schedule

public Schedule()
Method Detail

isManualTrigger

public Boolean isManualTrigger()
Gets the value of the manualTrigger property.

Returns:
possible object is Boolean

setManualTrigger

public void setManualTrigger(Boolean value)
Sets the value of the manualTrigger property.

Parameters:
value - allowed object is Boolean

getCronExpression

public String getCronExpression()
Gets the value of the cronExpression property.

Returns:
possible object is String

setCronExpression

public void setCronExpression(String value)
Sets the value of the cronExpression property.

Parameters:
value - allowed object is String

getDependentJob

public String getDependentJob()
Gets the value of the dependentJob property.

Returns:
possible object is String

setDependentJob

public void setDependentJob(String value)
Sets the value of the dependentJob property.

Parameters:
value - allowed object is String

getVariableProvider

public VariableProvider getVariableProvider()
Gets the value of the variableProvider property.

Returns:
possible object is VariableProvider

setVariableProvider

public void setVariableProvider(VariableProvider value)
Sets the value of the variableProvider property.

Parameters:
value - allowed object is VariableProvider

getAlerts

public Schedule.Alerts getAlerts()
Gets the value of the alerts property.

Returns:
possible object is Schedule.Alerts

setAlerts

public void setAlerts(Schedule.Alerts value)
Sets the value of the alerts property.

Parameters:
value - allowed object is Schedule.Alerts


Copyright © 2012 Human Inference. All Rights Reserved.