org.apache.falcon.oozie.coordinator
Class WORKFLOW

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

public class WORKFLOW
extends Object

Java class for WORKFLOW complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="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="configuration" type="{uri:oozie:coordinator:0.3}CONFIGURATION" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String appPath
           
protected  CONFIGURATION configuration
           
 
Constructor Summary
WORKFLOW()
           
 
Method Summary
 String getAppPath()
          Gets the value of the appPath property.
 CONFIGURATION getConfiguration()
          Gets the value of the configuration property.
 void setAppPath(String value)
          Sets the value of the appPath property.
 void setConfiguration(CONFIGURATION value)
          Sets the value of the configuration 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

configuration

protected CONFIGURATION configuration
Constructor Detail

WORKFLOW

public WORKFLOW()
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

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.