|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.workflow.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> <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 |
---|
protected MAPREDUCE mapReduce
protected PIG pig
protected SSH ssh
protected SUBWORKFLOW subWorkflow
protected FS fs
protected JAVA java
protected Object any
protected ACTIONTRANSITION ok
protected ACTIONTRANSITION error
protected String name
Constructor Detail |
---|
public ACTION()
Method Detail |
---|
public MAPREDUCE getMapReduce()
MAPREDUCE
public void setMapReduce(MAPREDUCE value)
value
- allowed object is
MAPREDUCE
public PIG getPig()
PIG
public void setPig(PIG value)
value
- allowed object is
PIG
public SSH getSsh()
SSH
public void setSsh(SSH value)
value
- allowed object is
SSH
public SUBWORKFLOW getSubWorkflow()
SUBWORKFLOW
public void setSubWorkflow(SUBWORKFLOW value)
value
- allowed object is
SUBWORKFLOW
public FS getFs()
FS
public void setFs(FS value)
value
- allowed object is
FS
public JAVA getJava()
JAVA
public void setJava(JAVA value)
value
- allowed object is
JAVA
public Object getAny()
Object
public void setAny(Object value)
value
- allowed object is
Object
public ACTIONTRANSITION getOk()
ACTIONTRANSITION
public void setOk(ACTIONTRANSITION value)
value
- allowed object is
ACTIONTRANSITION
public ACTIONTRANSITION getError()
ACTIONTRANSITION
public void setError(ACTIONTRANSITION value)
value
- allowed object is
ACTIONTRANSITION
public String getName()
String
public void setName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |