org.apache.falcon.oozie.bundle
Class COORDINATOR

java.lang.Object
  extended by org.apache.falcon.oozie.bundle.COORDINATOR

public class COORDINATOR
extends Object

Java class for COORDINATOR complex type.

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

 <complexType name="COORDINATOR">
   <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:bundle:0.1}CONFIGURATION" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{uri:oozie:bundle:0.1}IDENTIFIER" />
       <attribute name="critical" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String appPath
           
protected  CONFIGURATION configuration
           
protected  String critical
           
protected  String name
           
 
Constructor Summary
COORDINATOR()
           
 
Method Summary
 String getAppPath()
          Gets the value of the appPath property.
 CONFIGURATION getConfiguration()
          Gets the value of the configuration property.
 String getCritical()
          Gets the value of the critical property.
 String getName()
          Gets the value of the name property.
 void setAppPath(String value)
          Sets the value of the appPath property.
 void setConfiguration(CONFIGURATION value)
          Sets the value of the configuration property.
 void setCritical(String value)
          Sets the value of the critical property.
 void setName(String value)
          Sets the value of the name 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

name

protected String name

critical

protected String critical
Constructor Detail

COORDINATOR

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

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

getCritical

public String getCritical()
Gets the value of the critical property.

Returns:
possible object is String

setCritical

public void setCritical(String value)
Sets the value of the critical property.

Parameters:
value - allowed object is String


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