|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.COORDINATORAPP
public class COORDINATORAPP
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 |
---|
protected CONTROLS controls
protected DATASETS datasets
protected INPUTEVENTS inputEvents
protected OUTPUTEVENTS outputEvents
protected ACTION action
protected String name
protected String frequency
protected String start
protected String end
protected String timezone
Constructor Detail |
---|
public COORDINATORAPP()
Method Detail |
---|
public CONTROLS getControls()
CONTROLS
public void setControls(CONTROLS value)
value
- allowed object is
CONTROLS
public DATASETS getDatasets()
DATASETS
public void setDatasets(DATASETS value)
value
- allowed object is
DATASETS
public INPUTEVENTS getInputEvents()
INPUTEVENTS
public void setInputEvents(INPUTEVENTS value)
value
- allowed object is
INPUTEVENTS
public OUTPUTEVENTS getOutputEvents()
OUTPUTEVENTS
public void setOutputEvents(OUTPUTEVENTS value)
value
- allowed object is
OUTPUTEVENTS
public ACTION getAction()
ACTION
public void setAction(ACTION value)
value
- allowed object is
ACTION
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getFrequency()
String
public void setFrequency(String value)
value
- allowed object is
String
public String getStart()
String
public void setStart(String value)
value
- allowed object is
String
public String getEnd()
String
public void setEnd(String value)
value
- allowed object is
String
public String getTimezone()
String
public void setTimezone(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |