org.deegree.services.jaxb.wps
Class DefaultExecutionManager

java.lang.Object
  extended by org.deegree.services.jaxb.wps.DefaultExecutionManager

public class DefaultExecutionManager
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StorageDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TrackedExecutions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="InputDiskSwitchLimit" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger inputDiskSwitchLimit
           
protected  String storageDir
           
protected  BigInteger trackedExecutions
           
 
Constructor Summary
DefaultExecutionManager()
           
 
Method Summary
 BigInteger getInputDiskSwitchLimit()
          Gets the value of the inputDiskSwitchLimit property.
 String getStorageDir()
          Gets the value of the storageDir property.
 BigInteger getTrackedExecutions()
          Gets the value of the trackedExecutions property.
 void setInputDiskSwitchLimit(BigInteger value)
          Sets the value of the inputDiskSwitchLimit property.
 void setStorageDir(String value)
          Sets the value of the storageDir property.
 void setTrackedExecutions(BigInteger value)
          Sets the value of the trackedExecutions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storageDir

protected String storageDir

trackedExecutions

protected BigInteger trackedExecutions

inputDiskSwitchLimit

protected BigInteger inputDiskSwitchLimit
Constructor Detail

DefaultExecutionManager

public DefaultExecutionManager()
Method Detail

getStorageDir

public String getStorageDir()
Gets the value of the storageDir property.

Returns:
possible object is String

setStorageDir

public void setStorageDir(String value)
Sets the value of the storageDir property.

Parameters:
value - allowed object is String

getTrackedExecutions

public BigInteger getTrackedExecutions()
Gets the value of the trackedExecutions property.

Returns:
possible object is BigInteger

setTrackedExecutions

public void setTrackedExecutions(BigInteger value)
Sets the value of the trackedExecutions property.

Parameters:
value - allowed object is BigInteger

getInputDiskSwitchLimit

public BigInteger getInputDiskSwitchLimit()
Gets the value of the inputDiskSwitchLimit property.

Returns:
possible object is BigInteger

setInputDiskSwitchLimit

public void setInputDiskSwitchLimit(BigInteger value)
Sets the value of the inputDiskSwitchLimit property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011. All Rights Reserved.