org.apache.falcon.oozie.coordinator
Class DATASETS

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

public class DATASETS
extends Object

Java class for DATASETS complex type.

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

 <complexType name="DATASETS">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="dataset" type="{uri:oozie:coordinator:0.3}SYNCDATASET" minOccurs="0"/>
           <element name="async-dataset" type="{uri:oozie:coordinator:0.3}ASYNCDATASET" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> datasetOrAsyncDataset
           
protected  List<String> include
           
 
Constructor Summary
DATASETS()
           
 
Method Summary
 List<Object> getDatasetOrAsyncDataset()
          Gets the value of the datasetOrAsyncDataset property.
 List<String> getInclude()
          Gets the value of the include property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

include

protected List<String> include

datasetOrAsyncDataset

protected List<Object> datasetOrAsyncDataset
Constructor Detail

DATASETS

public DATASETS()
Method Detail

getInclude

public List<String> getInclude()
Gets the value of the include 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 include property.

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

    getInclude().add(newItem);
 

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


getDatasetOrAsyncDataset

public List<Object> getDatasetOrAsyncDataset()
Gets the value of the datasetOrAsyncDataset 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 datasetOrAsyncDataset property.

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

    getDatasetOrAsyncDataset().add(newItem);
 

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



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