org.apache.falcon.oozie.workflow
Class SUBWORKFLOW

java.lang.Object
  extended by org.apache.falcon.oozie.workflow.SUBWORKFLOW

public class SUBWORKFLOW
extends Object

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

appPath

protected String appPath

propagateConfiguration

protected FLAG propagateConfiguration

configuration

protected CONFIGURATION configuration
Constructor Detail

SUBWORKFLOW

public SUBWORKFLOW()
Method Detail

getAppPath

public String getAppPath()
Gets the value of the appPath property.

Returns:
possible object is String

setAppPath

public void setAppPath(String value)
Sets the value of the appPath property.

Parameters:
value - allowed object is String

getPropagateConfiguration

public FLAG getPropagateConfiguration()
Gets the value of the propagateConfiguration property.

Returns:
possible object is FLAG

setPropagateConfiguration

public void setPropagateConfiguration(FLAG value)
Sets the value of the propagateConfiguration property.

Parameters:
value - allowed object is FLAG

getConfiguration

public CONFIGURATION getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is CONFIGURATION

setConfiguration

public void setConfiguration(CONFIGURATION value)
Sets the value of the configuration property.

Parameters:
value - allowed object is CONFIGURATION


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