org.apache.falcon.oozie.workflow
Class ACTION

java.lang.Object
  extended by org.apache.falcon.oozie.workflow.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>
         <choice>
           <element name="map-reduce" type="{uri:oozie:workflow:0.3}MAP-REDUCE"/>
           <element name="pig" type="{uri:oozie:workflow:0.3}PIG"/>
           <element name="ssh" type="{uri:oozie:workflow:0.3}SSH"/>
           <element name="sub-workflow" type="{uri:oozie:workflow:0.3}SUB-WORKFLOW"/>
           <element name="fs" type="{uri:oozie:workflow:0.3}FS"/>
           <element name="java" type="{uri:oozie:workflow:0.3}JAVA"/>
           <any namespace='##other'/>
         </choice>
         <element name="ok" type="{uri:oozie:workflow:0.3}ACTION_TRANSITION"/>
         <element name="error" type="{uri:oozie:workflow:0.3}ACTION_TRANSITION"/>
       </sequence>
       <attribute name="name" use="required" type="{uri:oozie:workflow:0.3}IDENTIFIER" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object any
           
protected  ACTIONTRANSITION error
           
protected  FS fs
           
protected  JAVA java
           
protected  MAPREDUCE mapReduce
           
protected  String name
           
protected  ACTIONTRANSITION ok
           
protected  PIG pig
           
protected  SSH ssh
           
protected  SUBWORKFLOW subWorkflow
           
 
Constructor Summary
ACTION()
           
 
Method Summary
 Object getAny()
          Gets the value of the any property.
 ACTIONTRANSITION getError()
          Gets the value of the error property.
 FS getFs()
          Gets the value of the fs property.
 JAVA getJava()
          Gets the value of the java property.
 MAPREDUCE getMapReduce()
          Gets the value of the mapReduce property.
 String getName()
          Gets the value of the name property.
 ACTIONTRANSITION getOk()
          Gets the value of the ok property.
 PIG getPig()
          Gets the value of the pig property.
 SSH getSsh()
          Gets the value of the ssh property.
 SUBWORKFLOW getSubWorkflow()
          Gets the value of the subWorkflow property.
 void setAny(Object value)
          Sets the value of the any property.
 void setError(ACTIONTRANSITION value)
          Sets the value of the error property.
 void setFs(FS value)
          Sets the value of the fs property.
 void setJava(JAVA value)
          Sets the value of the java property.
 void setMapReduce(MAPREDUCE value)
          Sets the value of the mapReduce property.
 void setName(String value)
          Sets the value of the name property.
 void setOk(ACTIONTRANSITION value)
          Sets the value of the ok property.
 void setPig(PIG value)
          Sets the value of the pig property.
 void setSsh(SSH value)
          Sets the value of the ssh property.
 void setSubWorkflow(SUBWORKFLOW value)
          Sets the value of the subWorkflow property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapReduce

protected MAPREDUCE mapReduce

pig

protected PIG pig

ssh

protected SSH ssh

subWorkflow

protected SUBWORKFLOW subWorkflow

fs

protected FS fs

java

protected JAVA java

any

protected Object any

ok

protected ACTIONTRANSITION ok

error

protected ACTIONTRANSITION error

name

protected String name
Constructor Detail

ACTION

public ACTION()
Method Detail

getMapReduce

public MAPREDUCE getMapReduce()
Gets the value of the mapReduce property.

Returns:
possible object is MAPREDUCE

setMapReduce

public void setMapReduce(MAPREDUCE value)
Sets the value of the mapReduce property.

Parameters:
value - allowed object is MAPREDUCE

getPig

public PIG getPig()
Gets the value of the pig property.

Returns:
possible object is PIG

setPig

public void setPig(PIG value)
Sets the value of the pig property.

Parameters:
value - allowed object is PIG

getSsh

public SSH getSsh()
Gets the value of the ssh property.

Returns:
possible object is SSH

setSsh

public void setSsh(SSH value)
Sets the value of the ssh property.

Parameters:
value - allowed object is SSH

getSubWorkflow

public SUBWORKFLOW getSubWorkflow()
Gets the value of the subWorkflow property.

Returns:
possible object is SUBWORKFLOW

setSubWorkflow

public void setSubWorkflow(SUBWORKFLOW value)
Sets the value of the subWorkflow property.

Parameters:
value - allowed object is SUBWORKFLOW

getFs

public FS getFs()
Gets the value of the fs property.

Returns:
possible object is FS

setFs

public void setFs(FS value)
Sets the value of the fs property.

Parameters:
value - allowed object is FS

getJava

public JAVA getJava()
Gets the value of the java property.

Returns:
possible object is JAVA

setJava

public void setJava(JAVA value)
Sets the value of the java property.

Parameters:
value - allowed object is JAVA

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

getOk

public ACTIONTRANSITION getOk()
Gets the value of the ok property.

Returns:
possible object is ACTIONTRANSITION

setOk

public void setOk(ACTIONTRANSITION value)
Sets the value of the ok property.

Parameters:
value - allowed object is ACTIONTRANSITION

getError

public ACTIONTRANSITION getError()
Gets the value of the error property.

Returns:
possible object is ACTIONTRANSITION

setError

public void setError(ACTIONTRANSITION value)
Sets the value of the error property.

Parameters:
value - allowed object is ACTIONTRANSITION

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


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