org.apache.falcon.oozie.coordinator
Class COORDINATORAPP

java.lang.Object
  extended by org.apache.falcon.oozie.coordinator.COORDINATORAPP

public class COORDINATORAPP
extends Object

Java class for COORDINATOR-APP complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="COORDINATOR-APP">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="controls" type="{uri:oozie:coordinator:0.3}CONTROLS" minOccurs="0"/>
         <element name="datasets" type="{uri:oozie:coordinator:0.3}DATASETS" minOccurs="0"/>
         <element name="input-events" type="{uri:oozie:coordinator:0.3}INPUTEVENTS" minOccurs="0"/>
         <element name="output-events" type="{uri:oozie:coordinator:0.3}OUTPUTEVENTS" minOccurs="0"/>
         <element name="action" type="{uri:oozie:coordinator:0.3}ACTION"/>
       </sequence>
       <attribute name="name" use="required" type="{uri:oozie:coordinator:0.3}IDENTIFIER" />
       <attribute name="frequency" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="timezone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ACTION action
           
protected  CONTROLS controls
           
protected  DATASETS datasets
           
protected  String end
           
protected  String frequency
           
protected  INPUTEVENTS inputEvents
           
protected  String name
           
protected  OUTPUTEVENTS outputEvents
           
protected  String start
           
protected  String timezone
           
 
Constructor Summary
COORDINATORAPP()
           
 
Method Summary
 ACTION getAction()
          Gets the value of the action property.
 CONTROLS getControls()
          Gets the value of the controls property.
 DATASETS getDatasets()
          Gets the value of the datasets property.
 String getEnd()
          Gets the value of the end property.
 String getFrequency()
          Gets the value of the frequency property.
 INPUTEVENTS getInputEvents()
          Gets the value of the inputEvents property.
 String getName()
          Gets the value of the name property.
 OUTPUTEVENTS getOutputEvents()
          Gets the value of the outputEvents property.
 String getStart()
          Gets the value of the start property.
 String getTimezone()
          Gets the value of the timezone property.
 void setAction(ACTION value)
          Sets the value of the action property.
 void setControls(CONTROLS value)
          Sets the value of the controls property.
 void setDatasets(DATASETS value)
          Sets the value of the datasets property.
 void setEnd(String value)
          Sets the value of the end property.
 void setFrequency(String value)
          Sets the value of the frequency property.
 void setInputEvents(INPUTEVENTS value)
          Sets the value of the inputEvents property.
 void setName(String value)
          Sets the value of the name property.
 void setOutputEvents(OUTPUTEVENTS value)
          Sets the value of the outputEvents property.
 void setStart(String value)
          Sets the value of the start property.
 void setTimezone(String value)
          Sets the value of the timezone property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controls

protected CONTROLS controls

datasets

protected DATASETS datasets

inputEvents

protected INPUTEVENTS inputEvents

outputEvents

protected OUTPUTEVENTS outputEvents

action

protected ACTION action

name

protected String name

frequency

protected String frequency

start

protected String start

end

protected String end

timezone

protected String timezone
Constructor Detail

COORDINATORAPP

public COORDINATORAPP()
Method Detail

getControls

public CONTROLS getControls()
Gets the value of the controls property.

Returns:
possible object is CONTROLS

setControls

public void setControls(CONTROLS value)
Sets the value of the controls property.

Parameters:
value - allowed object is CONTROLS

getDatasets

public DATASETS getDatasets()
Gets the value of the datasets property.

Returns:
possible object is DATASETS

setDatasets

public void setDatasets(DATASETS value)
Sets the value of the datasets property.

Parameters:
value - allowed object is DATASETS

getInputEvents

public INPUTEVENTS getInputEvents()
Gets the value of the inputEvents property.

Returns:
possible object is INPUTEVENTS

setInputEvents

public void setInputEvents(INPUTEVENTS value)
Sets the value of the inputEvents property.

Parameters:
value - allowed object is INPUTEVENTS

getOutputEvents

public OUTPUTEVENTS getOutputEvents()
Gets the value of the outputEvents property.

Returns:
possible object is OUTPUTEVENTS

setOutputEvents

public void setOutputEvents(OUTPUTEVENTS value)
Sets the value of the outputEvents property.

Parameters:
value - allowed object is OUTPUTEVENTS

getAction

public ACTION getAction()
Gets the value of the action property.

Returns:
possible object is ACTION

setAction

public void setAction(ACTION value)
Sets the value of the action property.

Parameters:
value - allowed object is ACTION

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getFrequency

public String getFrequency()
Gets the value of the frequency property.

Returns:
possible object is String

setFrequency

public void setFrequency(String value)
Sets the value of the frequency property.

Parameters:
value - allowed object is String

getStart

public String getStart()
Gets the value of the start property.

Returns:
possible object is String

setStart

public void setStart(String value)
Sets the value of the start property.

Parameters:
value - allowed object is String

getEnd

public String getEnd()
Gets the value of the end property.

Returns:
possible object is String

setEnd

public void setEnd(String value)
Sets the value of the end property.

Parameters:
value - allowed object is String

getTimezone

public String getTimezone()
Gets the value of the timezone property.

Returns:
possible object is String

setTimezone

public void setTimezone(String value)
Sets the value of the timezone property.

Parameters:
value - allowed object is String


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.