org.dawb.edna.mxv1
Class XSDataExecutionInfo

java.lang.Object
  extended by org.dawb.edna.mxv1.XSDataExecutionInfo

public class XSDataExecutionInfo
extends java.lang.Object

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

XSDataExecutionInfo

public XSDataExecutionInfo()
Method Detail

getBaseDirectory

public XSDataFile getBaseDirectory()
Gets the value of the baseDirectory property.

Returns:
possible object is XSDataFile

setBaseDirectory

public void setBaseDirectory(XSDataFile value)
Sets the value of the baseDirectory property.

Parameters:
value - allowed object is XSDataFile

getExecutionTime

public XSDataTime getExecutionTime()
Gets the value of the executionTime property.

Returns:
possible object is XSDataTime

setExecutionTime

public void setExecutionTime(XSDataTime value)
Sets the value of the executionTime property.

Parameters:
value - allowed object is XSDataTime

getPluginName

public XSDataString getPluginName()
Gets the value of the pluginName property.

Returns:
possible object is XSDataString

setPluginName

public void setPluginName(XSDataString value)
Sets the value of the pluginName property.

Parameters:
value - allowed object is XSDataString

getStartOfExecution

public XSDataDate getStartOfExecution()
Gets the value of the startOfExecution property.

Returns:
possible object is XSDataDate

setStartOfExecution

public void setStartOfExecution(XSDataDate value)
Sets the value of the startOfExecution property.

Parameters:
value - allowed object is XSDataDate

getSysteminfo

public XSDataSysteminfo getSysteminfo()
Gets the value of the systeminfo property.

Returns:
possible object is XSDataSysteminfo

setSysteminfo

public void setSysteminfo(XSDataSysteminfo value)
Sets the value of the systeminfo property.

Parameters:
value - allowed object is XSDataSysteminfo

getWorkingDirectory

public XSDataFile getWorkingDirectory()
Gets the value of the workingDirectory property.

Returns:
possible object is XSDataFile

setWorkingDirectory

public void setWorkingDirectory(XSDataFile value)
Sets the value of the workingDirectory property.

Parameters:
value - allowed object is XSDataFile

getConfiguration

public XSConfiguration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is XSConfiguration

setConfiguration

public void setConfiguration(XSConfiguration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is XSConfiguration