org.apache.falcon.oozie.bundle
Class CONTROLS
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kickOffTime
protected String kickOffTime
CONTROLS
public CONTROLS()
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.