|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.workflow.SUBWORKFLOW
public class SUBWORKFLOW
Java class for SUB-WORKFLOW complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SUB-WORKFLOW"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="app-path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="propagate-configuration" type="{uri:oozie:workflow:0.3}FLAG" minOccurs="0"/> <element name="configuration" type="{uri:oozie:workflow:0.3}CONFIGURATION" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
appPath
|
protected CONFIGURATION |
configuration
|
protected FLAG |
propagateConfiguration
|
Constructor Summary | |
---|---|
SUBWORKFLOW()
|
Method Summary | |
---|---|
String |
getAppPath()
Gets the value of the appPath property. |
CONFIGURATION |
getConfiguration()
Gets the value of the configuration property. |
FLAG |
getPropagateConfiguration()
Gets the value of the propagateConfiguration property. |
void |
setAppPath(String value)
Sets the value of the appPath property. |
void |
setConfiguration(CONFIGURATION value)
Sets the value of the configuration property. |
void |
setPropagateConfiguration(FLAG value)
Sets the value of the propagateConfiguration property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String appPath
protected FLAG propagateConfiguration
protected CONFIGURATION configuration
Constructor Detail |
---|
public SUBWORKFLOW()
Method Detail |
---|
public String getAppPath()
String
public void setAppPath(String value)
value
- allowed object is
String
public FLAG getPropagateConfiguration()
FLAG
public void setPropagateConfiguration(FLAG value)
value
- allowed object is
FLAG
public CONFIGURATION getConfiguration()
CONFIGURATION
public void setConfiguration(CONFIGURATION value)
value
- allowed object is
CONFIGURATION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |