org.apache.falcon.oozie.coordinator
Class INPUTEVENTS

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

public class INPUTEVENTS
extends Object

Java class for INPUTEVENTS complex type.

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

 <complexType name="INPUTEVENTS">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="data-in" type="{uri:oozie:coordinator:0.3}DATAIN" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DATAIN> dataIn
           
 
Constructor Summary
INPUTEVENTS()
           
 
Method Summary
 List<DATAIN> getDataIn()
          Gets the value of the dataIn property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataIn

protected List<DATAIN> dataIn
Constructor Detail

INPUTEVENTS

public INPUTEVENTS()
Method Detail

getDataIn

public List<DATAIN> getDataIn()
Gets the value of the dataIn 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 dataIn property.

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

    getDataIn().add(newItem);
 

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



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