public class

ErrorInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.ErrorInfo

Class Overview

Java class for ErrorInfo complex type.

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

 <complexType name="ErrorInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResourceList" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfResourceInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String errorCode
protected ArrayOfResourceInfo resourceList
Public Constructors
ErrorInfo()
Public Methods
String getErrorCode()
Gets the value of the errorCode property.
ArrayOfResourceInfo getResourceList()
Gets the value of the resourceList property.
void setErrorCode(String value)
Sets the value of the errorCode property.
void setResourceList(ArrayOfResourceInfo value)
Sets the value of the resourceList property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String errorCode

protected ArrayOfResourceInfo resourceList

Public Constructors

public ErrorInfo ()

Public Methods

public String getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is String

public ArrayOfResourceInfo getResourceList ()

Gets the value of the resourceList property.

Returns

public void setErrorCode (String value)

Sets the value of the errorCode property.

Parameters
value Allowed object is String

public void setResourceList (ArrayOfResourceInfo value)

Sets the value of the resourceList property.

Parameters
value Allowed object is ArrayOfResourceInfo