com.quartzdesk.service.types.v5_0.common
Class OperationResult

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.common.OperationResult
Direct Known Subclasses:
ConnectionOperationResult

public abstract class OperationResult
extends Object

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

result

protected Result result

resultDetail

protected String resultDetail
Constructor Detail

OperationResult

public OperationResult()
Method Detail

getResult

public Result getResult()
Gets the value of the result property.

Returns:
possible object is Result

setResult

public void setResult(Result value)
Sets the value of the result property.

Parameters:
value - allowed object is Result

getResultDetail

public String getResultDetail()
Gets the value of the resultDetail property.

Returns:
possible object is String

setResultDetail

public void setResultDetail(String value)
Sets the value of the resultDetail property.

Parameters:
value - allowed object is String

withResult

public OperationResult withResult(Result value)

withResultDetail

public OperationResult withResultDetail(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.