public class

Result

extends Object
java.lang.Object
   ↳ com.clarizen.api.Result
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Java class for Result complex type.

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

 <complexType name="Result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Error" type="{http://clarizen.com/api}Error" minOccurs="0"/>
         <element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Error error
protected boolean success
Public Constructors
Result()
Public Methods
Error getError()
Gets the value of the error property.
boolean isSuccess()
Gets the value of the success property.
void setError(Error value)
Sets the value of the error property.
void setSuccess(boolean value)
Sets the value of the success property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Error error

protected boolean success

Public Constructors

public Result ()

Public Methods

public Error getError ()

Gets the value of the error property.

Returns
  • possible object is Error

public boolean isSuccess ()

Gets the value of the success property.

public void setError (Error value)

Sets the value of the error property.

Parameters
value Allowed object is Error

public void setSuccess (boolean value)

Sets the value of the success property.

Parameters
value