org.apache.falcon.oozie.coordinator
Class ACTION

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

public class ACTION
extends Object

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

workflow

protected WORKFLOW workflow

any

protected Object any
Constructor Detail

ACTION

public ACTION()
Method Detail

getWorkflow

public WORKFLOW getWorkflow()
Gets the value of the workflow property.

Returns:
possible object is WORKFLOW

setWorkflow

public void setWorkflow(WORKFLOW value)
Sets the value of the workflow property.

Parameters:
value - allowed object is WORKFLOW

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object


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