|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.ASYNCDATASET
public class ASYNCDATASET
Java class for ASYNCDATASET complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ASYNCDATASET"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri-template" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="name" use="required" type="{uri:oozie:coordinator:0.3}IDENTIFIER" /> <attribute name="sequence-type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="initial-version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
initialVersion
|
protected String |
name
|
protected String |
sequenceType
|
protected String |
uriTemplate
|
Constructor Summary | |
---|---|
ASYNCDATASET()
|
Method Summary | |
---|---|
String |
getInitialVersion()
Gets the value of the initialVersion property. |
String |
getName()
Gets the value of the name property. |
String |
getSequenceType()
Gets the value of the sequenceType property. |
String |
getUriTemplate()
Gets the value of the uriTemplate property. |
void |
setInitialVersion(String value)
Sets the value of the initialVersion property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSequenceType(String value)
Sets the value of the sequenceType 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 name
protected String sequenceType
protected String initialVersion
Constructor Detail |
---|
public ASYNCDATASET()
Method Detail |
---|
public String getUriTemplate()
String
public void setUriTemplate(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getSequenceType()
String
public void setSequenceType(String value)
value
- allowed object is
String
public String getInitialVersion()
String
public void setInitialVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |