|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.ACTION
public class ACTION
Java class for ACTION complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ACTION"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="workflow" type="{uri:oozie:coordinator:0.3}WORKFLOW"/> <any namespace='uri:oozie:sla:0.1' minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Object |
any
|
protected WORKFLOW |
workflow
|
Constructor Summary | |
---|---|
ACTION()
|
Method Summary | |
---|---|
Object |
getAny()
Gets the value of the any property. |
WORKFLOW |
getWorkflow()
Gets the value of the workflow property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setWorkflow(WORKFLOW value)
Sets the value of the workflow property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WORKFLOW workflow
protected Object any
Constructor Detail |
---|
public ACTION()
Method Detail |
---|
public WORKFLOW getWorkflow()
WORKFLOW
public void setWorkflow(WORKFLOW value)
value
- allowed object is
WORKFLOW
public Object getAny()
Object
public void setAny(Object value)
value
- allowed object is
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |