|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.thumbnail.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()
XSDataFilepublic void setBaseDirectory(XSDataFile value)
value - allowed object is
XSDataFilepublic XSDataTime getExecutionTime()
XSDataTimepublic void setExecutionTime(XSDataTime value)
value - allowed object is
XSDataTimepublic XSDataString getPluginName()
XSDataStringpublic void setPluginName(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataDate getStartOfExecution()
XSDataDatepublic void setStartOfExecution(XSDataDate value)
value - allowed object is
XSDataDatepublic XSDataSysteminfo getSysteminfo()
XSDataSysteminfopublic void setSysteminfo(XSDataSysteminfo value)
value - allowed object is
XSDataSysteminfopublic XSDataFile getWorkingDirectory()
XSDataFilepublic void setWorkingDirectory(XSDataFile value)
value - allowed object is
XSDataFilepublic XSConfiguration getConfiguration()
XSConfigurationpublic 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 | |||||||||