org.apache.falcon.oozie.coordinator
Class ASYNCDATASET

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

public class ASYNCDATASET
extends Object

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

uriTemplate

protected String uriTemplate

name

protected String name

sequenceType

protected String sequenceType

initialVersion

protected String initialVersion
Constructor Detail

ASYNCDATASET

public ASYNCDATASET()
Method Detail

getUriTemplate

public String getUriTemplate()
Gets the value of the uriTemplate property.

Returns:
possible object is String

setUriTemplate

public void setUriTemplate(String value)
Sets the value of the uriTemplate 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

getSequenceType

public String getSequenceType()
Gets the value of the sequenceType property.

Returns:
possible object is String

setSequenceType

public void setSequenceType(String value)
Sets the value of the sequenceType property.

Parameters:
value - allowed object is String

getInitialVersion

public String getInitialVersion()
Gets the value of the initialVersion property.

Returns:
possible object is String

setInitialVersion

public void setInitialVersion(String value)
Sets the value of the initialVersion property.

Parameters:
value - allowed object is String


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