|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.common.OperationResult
public abstract class OperationResult
Java class for OperationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{http://service.quartzdesk.com/types/v5_0/common}Result"/>
<element name="resultDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Result |
result
|
protected String |
resultDetail
|
| Constructor Summary | |
|---|---|
OperationResult()
|
|
| Method Summary | |
|---|---|
Result |
getResult()
Gets the value of the result property. |
String |
getResultDetail()
Gets the value of the resultDetail property. |
void |
setResult(Result value)
Sets the value of the result property. |
void |
setResultDetail(String value)
Sets the value of the resultDetail property. |
OperationResult |
withResult(Result value)
|
OperationResult |
withResultDetail(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Result result
protected String resultDetail
| Constructor Detail |
|---|
public OperationResult()
| Method Detail |
|---|
public Result getResult()
Resultpublic void setResult(Result value)
value - allowed object is
Resultpublic String getResultDetail()
Stringpublic void setResultDetail(String value)
value - allowed object is
Stringpublic OperationResult withResult(Result value)
public OperationResult withResultDetail(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||