|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataStatus
public class XSDataStatus
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 |
|---|
public XSDataStatus()
| Method Detail |
|---|
public XSDataString getExecutiveSummary()
XSDataStringpublic void setExecutiveSummary(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataBoolean getIsSuccess()
XSDataBooleanpublic void setIsSuccess(XSDataBoolean value)
value - allowed object is
XSDataBooleanpublic XSDataExecutionInfo getExecutionInfo()
XSDataExecutionInfopublic void setExecutionInfo(XSDataExecutionInfo value)
value - allowed object is
XSDataExecutionInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||