org.dawb.edna.mxv1
Class XSDataStatus

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataStatus

public class XSDataStatus
extends XSData

Java class for XSDataStatus complex type.

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

 <complexType name="XSDataStatus">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="executiveSummary" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
         <element name="isSuccess" type="{http://www.edna-site.org}XSDataBoolean"/>
         <element name="executionInfo" type="{http://www.edna-site.org}XSDataExecutionInfo" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataStatus()
           
 
Method Summary
 XSDataExecutionInfo getExecutionInfo()
          Gets the value of the executionInfo property.
 XSDataString getExecutiveSummary()
          Gets the value of the executiveSummary property.
 XSDataBoolean getIsSuccess()
          Gets the value of the isSuccess property.
 void setExecutionInfo(XSDataExecutionInfo value)
          Sets the value of the executionInfo property.
 void setExecutiveSummary(XSDataString value)
          Sets the value of the executiveSummary property.
 void setIsSuccess(XSDataBoolean value)
          Sets the value of the isSuccess property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataStatus

public XSDataStatus()
Method Detail

getExecutiveSummary

public XSDataString getExecutiveSummary()
Gets the value of the executiveSummary property.

Returns:
possible object is XSDataString

setExecutiveSummary

public void setExecutiveSummary(XSDataString value)
Sets the value of the executiveSummary property.

Parameters:
value - allowed object is XSDataString

getIsSuccess

public XSDataBoolean getIsSuccess()
Gets the value of the isSuccess property.

Returns:
possible object is XSDataBoolean

setIsSuccess

public void setIsSuccess(XSDataBoolean value)
Sets the value of the isSuccess property.

Parameters:
value - allowed object is XSDataBoolean

getExecutionInfo

public XSDataExecutionInfo getExecutionInfo()
Gets the value of the executionInfo property.

Returns:
possible object is XSDataExecutionInfo

setExecutionInfo

public void setExecutionInfo(XSDataExecutionInfo value)
Sets the value of the executionInfo property.

Parameters:
value - allowed object is XSDataExecutionInfo