|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSDataExecutionInfo
public class XSDataExecutionInfo
Java class for XSDataExecutionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataExecutionInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="baseDirectory" type="{http://www.edna-site.org}XSDataFile"/> <element name="executionTime" type="{http://www.edna-site.org}XSDataTime"/> <element name="pluginName" type="{http://www.edna-site.org}XSDataString"/> <element name="startOfExecution" type="{http://www.edna-site.org}XSDataDate"/> <element name="systeminfo" type="{http://www.edna-site.org}XSDataSysteminfo"/> <element name="workingDirectory" type="{http://www.edna-site.org}XSDataFile"/> <element name="configuration" type="{http://www.edna-site.org}XSConfiguration"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataExecutionInfo()
|
Method Summary | |
---|---|
XSDataFile |
getBaseDirectory()
Gets the value of the baseDirectory property. |
XSConfiguration |
getConfiguration()
Gets the value of the configuration property. |
XSDataTime |
getExecutionTime()
Gets the value of the executionTime property. |
XSDataString |
getPluginName()
Gets the value of the pluginName property. |
XSDataDate |
getStartOfExecution()
Gets the value of the startOfExecution property. |
XSDataSysteminfo |
getSysteminfo()
Gets the value of the systeminfo property. |
XSDataFile |
getWorkingDirectory()
Gets the value of the workingDirectory property. |
void |
setBaseDirectory(XSDataFile value)
Sets the value of the baseDirectory property. |
void |
setConfiguration(XSConfiguration value)
Sets the value of the configuration property. |
void |
setExecutionTime(XSDataTime value)
Sets the value of the executionTime property. |
void |
setPluginName(XSDataString value)
Sets the value of the pluginName property. |
void |
setStartOfExecution(XSDataDate value)
Sets the value of the startOfExecution property. |
void |
setSysteminfo(XSDataSysteminfo value)
Sets the value of the systeminfo property. |
void |
setWorkingDirectory(XSDataFile value)
Sets the value of the workingDirectory property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataExecutionInfo()
Method Detail |
---|
public XSDataFile getBaseDirectory()
XSDataFile
public void setBaseDirectory(XSDataFile value)
value
- allowed object is
XSDataFile
public XSDataTime getExecutionTime()
XSDataTime
public void setExecutionTime(XSDataTime value)
value
- allowed object is
XSDataTime
public XSDataString getPluginName()
XSDataString
public void setPluginName(XSDataString value)
value
- allowed object is
XSDataString
public XSDataDate getStartOfExecution()
XSDataDate
public void setStartOfExecution(XSDataDate value)
value
- allowed object is
XSDataDate
public XSDataSysteminfo getSysteminfo()
XSDataSysteminfo
public void setSysteminfo(XSDataSysteminfo value)
value
- allowed object is
XSDataSysteminfo
public XSDataFile getWorkingDirectory()
XSDataFile
public void setWorkingDirectory(XSDataFile value)
value
- allowed object is
XSDataFile
public XSConfiguration getConfiguration()
XSConfiguration
public void setConfiguration(XSConfiguration value)
value
- allowed object is
XSConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |