public class

Error

extends Object
java.lang.Object
   ↳ com.clarizen.api.Error

Class Overview

Java class for Error complex type.

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

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

Summary

Fields
protected ErrorCode errorCode
protected String message
protected String referenceId
Public Constructors
Error()
Public Methods
ErrorCode getErrorCode()
Gets the value of the errorCode property.
String getMessage()
Gets the value of the message property.
String getReferenceId()
Gets the value of the referenceId property.
void setErrorCode(ErrorCode value)
Sets the value of the errorCode property.
void setMessage(String value)
Sets the value of the message property.
void setReferenceId(String value)
Sets the value of the referenceId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ErrorCode errorCode

protected String message

protected String referenceId

Public Constructors

public Error ()

Public Methods

public ErrorCode getErrorCode ()

Gets the value of the errorCode property.

Returns

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public String getReferenceId ()

Gets the value of the referenceId property.

Returns
  • possible object is String

public void setErrorCode (ErrorCode value)

Sets the value of the errorCode property.

Parameters
value Allowed object is ErrorCode

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setReferenceId (String value)

Sets the value of the referenceId property.

Parameters
value Allowed object is String