public class

TraceInfo

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

Class Overview

Java class for TraceInfo complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfErrorInfo errorInfoList
Public Constructors
TraceInfo()
Public Methods
ArrayOfErrorInfo getErrorInfoList()
Gets the value of the errorInfoList property.
void setErrorInfoList(ArrayOfErrorInfo value)
Sets the value of the errorInfoList property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfErrorInfo errorInfoList

Public Constructors

public TraceInfo ()

Public Methods

public ArrayOfErrorInfo getErrorInfoList ()

Gets the value of the errorInfoList property.

Returns

public void setErrorInfoList (ArrayOfErrorInfo value)

Sets the value of the errorInfoList property.

Parameters
value Allowed object is ArrayOfErrorInfo