|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.DATASETS
public class DATASETS
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 |
---|
protected List<String> include
protected List<Object> datasetOrAsyncDataset
Constructor Detail |
---|
public DATASETS()
Method Detail |
---|
public List<String> getInclude()
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
public List<Object> getDatasetOrAsyncDataset()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |