org.apache.falcon.oozie.coordinator
Class DATAOUT

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

public class DATAOUT
extends Object

Java class for DATAOUT complex type.

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

 <complexType name="DATAOUT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="name" use="required" type="{uri:oozie:coordinator:0.3}IDENTIFIER" />
       <attribute name="dataset" use="required" type="{uri:oozie:coordinator:0.3}IDENTIFIER" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dataset
           
protected  String instance
           
protected  String name
           
 
Constructor Summary
DATAOUT()
           
 
Method Summary
 String getDataset()
          Gets the value of the dataset property.
 String getInstance()
          Gets the value of the instance property.
 String getName()
          Gets the value of the name property.
 void setDataset(String value)
          Sets the value of the dataset property.
 void setInstance(String value)
          Sets the value of the instance 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

instance

protected String instance

name

protected String name

dataset

protected String dataset
Constructor Detail

DATAOUT

public DATAOUT()
Method Detail

getInstance

public String getInstance()
Gets the value of the instance property.

Returns:
possible object is String

setInstance

public void setInstance(String value)
Sets the value of the instance property.

Parameters:
value - allowed object is String

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

getDataset

public String getDataset()
Gets the value of the dataset property.

Returns:
possible object is String

setDataset

public void setDataset(String value)
Sets the value of the dataset property.

Parameters:
value - allowed object is String


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