|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wps.DefaultExecutionManager
public class DefaultExecutionManager
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 |
---|
protected String storageDir
protected BigInteger trackedExecutions
protected BigInteger inputDiskSwitchLimit
Constructor Detail |
---|
public DefaultExecutionManager()
Method Detail |
---|
public String getStorageDir()
String
public void setStorageDir(String value)
value
- allowed object is
String
public BigInteger getTrackedExecutions()
BigInteger
public void setTrackedExecutions(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getInputDiskSwitchLimit()
BigInteger
public void setInputDiskSwitchLimit(BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |