org.apache.falcon.oozie.coordinator
Class SYNCDATASET

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

public class SYNCDATASET
extends Object

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

uriTemplate

protected String uriTemplate

doneFlag

protected String doneFlag

name

protected String name

frequency

protected String frequency

initialInstance

protected String initialInstance

timezone

protected String timezone
Constructor Detail

SYNCDATASET

public SYNCDATASET()
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

getDoneFlag

public String getDoneFlag()
Gets the value of the doneFlag property.

Returns:
possible object is String

setDoneFlag

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

getFrequency

public String getFrequency()
Gets the value of the frequency property.

Returns:
possible object is String

setFrequency

public void setFrequency(String value)
Sets the value of the frequency property.

Parameters:
value - allowed object is String

getInitialInstance

public String getInitialInstance()
Gets the value of the initialInstance property.

Returns:
possible object is String

setInitialInstance

public void setInitialInstance(String value)
Sets the value of the initialInstance property.

Parameters:
value - allowed object is String

getTimezone

public String getTimezone()
Gets the value of the timezone property.

Returns:
possible object is String

setTimezone

public void setTimezone(String value)
Sets the value of the timezone property.

Parameters:
value - allowed object is String


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