org.apache.falcon.oozie.coordinator
Class OUTPUTEVENTS
java.lang.Object
org.apache.falcon.oozie.coordinator.OUTPUTEVENTS
public class OUTPUTEVENTS
- extends Object
Java class for OUTPUTEVENTS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OUTPUTEVENTS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data-out" type="{uri:oozie:coordinator:0.3}DATAOUT" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataOut
protected List<DATAOUT> dataOut
OUTPUTEVENTS
public OUTPUTEVENTS()
getDataOut
public List<DATAOUT> getDataOut()
- Gets the value of the dataOut 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 dataOut property.
For example, to add a new item, do as follows:
getDataOut().add(newItem);
Objects of the following type(s) are allowed in the list
DATAOUT
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.