|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.DATAIN
public class DATAIN
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 |
---|
protected List<String> instance
protected String startInstance
protected String endInstance
protected String name
protected String dataset
Constructor Detail |
---|
public DATAIN()
Method Detail |
---|
public List<String> getInstance()
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
public String getStartInstance()
String
public void setStartInstance(String value)
value
- allowed object is
String
public String getEndInstance()
String
public void setEndInstance(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDataset()
String
public void setDataset(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |