org.apache.falcon.oozie.bundle
Class CONTROLS

java.lang.Object
  extended by org.apache.falcon.oozie.bundle.CONTROLS

public class CONTROLS
extends Object

Java class for CONTROLS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CONTROLS">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="kick-off-time" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String kickOffTime
           
 
Constructor Summary
CONTROLS()
           
 
Method Summary
 String getKickOffTime()
          Gets the value of the kickOffTime property.
 void setKickOffTime(String value)
          Sets the value of the kickOffTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kickOffTime

protected String kickOffTime
Constructor Detail

CONTROLS

public CONTROLS()
Method Detail

getKickOffTime

public String getKickOffTime()
Gets the value of the kickOffTime property.

Returns:
possible object is String

setKickOffTime

public void setKickOffTime(String value)
Sets the value of the kickOffTime property.

Parameters:
value - allowed object is String


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