org.apache.falcon.oozie.coordinator
Class DATAIN

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

public class DATAIN
extends Object

Java class for DATAIN complex type.

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

 <complexType name="DATAIN">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="instance" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <sequence>
           <element name="start-instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="end-instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </sequence>
       </choice>
       <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 endInstance
           
protected  List<String> instance
           
protected  String name
           
protected  String startInstance
           
 
Constructor Summary
DATAIN()
           
 
Method Summary
 String getDataset()
          Gets the value of the dataset property.
 String getEndInstance()
          Gets the value of the endInstance property.
 List<String> getInstance()
          Gets the value of the instance property.
 String getName()
          Gets the value of the name property.
 String getStartInstance()
          Gets the value of the startInstance property.
 void setDataset(String value)
          Sets the value of the dataset property.
 void setEndInstance(String value)
          Sets the value of the endInstance property.
 void setName(String value)
          Sets the value of the name property.
 void setStartInstance(String value)
          Sets the value of the startInstance property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected List<String> instance

startInstance

protected String startInstance

endInstance

protected String endInstance

name

protected String name

dataset

protected String dataset
Constructor Detail

DATAIN

public DATAIN()
Method Detail

getInstance

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

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

    getInstance().add(newItem);
 

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


getStartInstance

public String getStartInstance()
Gets the value of the startInstance property.

Returns:
possible object is String

setStartInstance

public void setStartInstance(String value)
Sets the value of the startInstance property.

Parameters:
value - allowed object is String

getEndInstance

public String getEndInstance()
Gets the value of the endInstance property.

Returns:
possible object is String

setEndInstance

public void setEndInstance(String value)
Sets the value of the endInstance 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.