org.apache.falcon.oozie.hive
Class ACTION

java.lang.Object
  extended by org.apache.falcon.oozie.hive.ACTION

public class ACTION
extends Object

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>
         <element name="job-tracker" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name-node" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="prepare" type="{uri:oozie:hive-action:0.2}PREPARE" minOccurs="0"/>
         <element name="job-xml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="configuration" type="{uri:oozie:hive-action:0.2}CONFIGURATION" minOccurs="0"/>
         <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="file" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="archive" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> archive
           
protected  CONFIGURATION configuration
           
protected  List<String> file
           
protected  String jobTracker
           
protected  String jobXml
           
protected  String nameNode
           
protected  List<String> param
           
protected  PREPARE prepare
           
protected  String script
           
 
Constructor Summary
ACTION()
           
 
Method Summary
 List<String> getArchive()
          Gets the value of the archive property.
 CONFIGURATION getConfiguration()
          Gets the value of the configuration property.
 List<String> getFile()
          Gets the value of the file property.
 String getJobTracker()
          Gets the value of the jobTracker property.
 String getJobXml()
          Gets the value of the jobXml property.
 String getNameNode()
          Gets the value of the nameNode property.
 List<String> getParam()
          Gets the value of the param property.
 PREPARE getPrepare()
          Gets the value of the prepare property.
 String getScript()
          Gets the value of the script property.
 void setConfiguration(CONFIGURATION value)
          Sets the value of the configuration property.
 void setJobTracker(String value)
          Sets the value of the jobTracker property.
 void setJobXml(String value)
          Sets the value of the jobXml property.
 void setNameNode(String value)
          Sets the value of the nameNode property.
 void setPrepare(PREPARE value)
          Sets the value of the prepare property.
 void setScript(String value)
          Sets the value of the script property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobTracker

protected String jobTracker

nameNode

protected String nameNode

prepare

protected PREPARE prepare

jobXml

protected String jobXml

configuration

protected CONFIGURATION configuration

script

protected String script

param

protected List<String> param

file

protected List<String> file

archive

protected List<String> archive
Constructor Detail

ACTION

public ACTION()
Method Detail

getJobTracker

public String getJobTracker()
Gets the value of the jobTracker property.

Returns:
possible object is String

setJobTracker

public void setJobTracker(String value)
Sets the value of the jobTracker property.

Parameters:
value - allowed object is String

getNameNode

public String getNameNode()
Gets the value of the nameNode property.

Returns:
possible object is String

setNameNode

public void setNameNode(String value)
Sets the value of the nameNode property.

Parameters:
value - allowed object is String

getPrepare

public PREPARE getPrepare()
Gets the value of the prepare property.

Returns:
possible object is PREPARE

setPrepare

public void setPrepare(PREPARE value)
Sets the value of the prepare property.

Parameters:
value - allowed object is PREPARE

getJobXml

public String getJobXml()
Gets the value of the jobXml property.

Returns:
possible object is String

setJobXml

public void setJobXml(String value)
Sets the value of the jobXml 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

getScript

public String getScript()
Gets the value of the script property.

Returns:
possible object is String

setScript

public void setScript(String value)
Sets the value of the script property.

Parameters:
value - allowed object is String

getParam

public List<String> getParam()
Gets the value of the param property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getFile

public List<String> getFile()
Gets the value of the file property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the file property.

For example, to add a new item, do as follows:

    getFile().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getArchive

public List<String> getArchive()
Gets the value of the archive property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the archive property.

For example, to add a new item, do as follows:

    getArchive().add(newItem);
 

Objects of the following type(s) are allowed in the list String



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