|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.SYNCDATASET
public class SYNCDATASET
Java class for SYNCDATASET complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SYNCDATASET"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri-template" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="done-flag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{uri:oozie:coordinator:0.3}IDENTIFIER" /> <attribute name="frequency" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="initial-instance" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="timezone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
doneFlag
|
protected String |
frequency
|
protected String |
initialInstance
|
protected String |
name
|
protected String |
timezone
|
protected String |
uriTemplate
|
Constructor Summary | |
---|---|
SYNCDATASET()
|
Method Summary | |
---|---|
String |
getDoneFlag()
Gets the value of the doneFlag property. |
String |
getFrequency()
Gets the value of the frequency property. |
String |
getInitialInstance()
Gets the value of the initialInstance property. |
String |
getName()
Gets the value of the name property. |
String |
getTimezone()
Gets the value of the timezone property. |
String |
getUriTemplate()
Gets the value of the uriTemplate property. |
void |
setDoneFlag(String value)
Sets the value of the doneFlag property. |
void |
setFrequency(String value)
Sets the value of the frequency property. |
void |
setInitialInstance(String value)
Sets the value of the initialInstance property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setTimezone(String value)
Sets the value of the timezone property. |
void |
setUriTemplate(String value)
Sets the value of the uriTemplate property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String uriTemplate
protected String doneFlag
protected String name
protected String frequency
protected String initialInstance
protected String timezone
Constructor Detail |
---|
public SYNCDATASET()
Method Detail |
---|
public String getUriTemplate()
String
public void setUriTemplate(String value)
value
- allowed object is
String
public String getDoneFlag()
String
public void setDoneFlag(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getFrequency()
String
public void setFrequency(String value)
value
- allowed object is
String
public String getInitialInstance()
String
public void setInitialInstance(String value)
value
- allowed object is
String
public String getTimezone()
String
public void setTimezone(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |