org.apache.falcon.oozie.coordinator
Class CONTROLS

java.lang.Object
  extended by org.apache.falcon.oozie.coordinator.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="timeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="concurrency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="execution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="throttle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String concurrency
           
protected  String execution
           
protected  String throttle
           
protected  String timeout
           
 
Constructor Summary
CONTROLS()
           
 
Method Summary
 String getConcurrency()
          Gets the value of the concurrency property.
 String getExecution()
          Gets the value of the execution property.
 String getThrottle()
          Gets the value of the throttle property.
 String getTimeout()
          Gets the value of the timeout property.
 void setConcurrency(String value)
          Sets the value of the concurrency property.
 void setExecution(String value)
          Sets the value of the execution property.
 void setThrottle(String value)
          Sets the value of the throttle property.
 void setTimeout(String value)
          Sets the value of the timeout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

protected String timeout

concurrency

protected String concurrency

execution

protected String execution

throttle

protected String throttle
Constructor Detail

CONTROLS

public CONTROLS()
Method Detail

getTimeout

public String getTimeout()
Gets the value of the timeout property.

Returns:
possible object is String

setTimeout

public void setTimeout(String value)
Sets the value of the timeout property.

Parameters:
value - allowed object is String

getConcurrency

public String getConcurrency()
Gets the value of the concurrency property.

Returns:
possible object is String

setConcurrency

public void setConcurrency(String value)
Sets the value of the concurrency property.

Parameters:
value - allowed object is String

getExecution

public String getExecution()
Gets the value of the execution property.

Returns:
possible object is String

setExecution

public void setExecution(String value)
Sets the value of the execution property.

Parameters:
value - allowed object is String

getThrottle

public String getThrottle()
Gets the value of the throttle property.

Returns:
possible object is String

setThrottle

public void setThrottle(String value)
Sets the value of the throttle property.

Parameters:
value - allowed object is String


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