public class

BaseServiceFault

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
Known Direct Subclasses

Class Overview

Java class for BaseServiceFault complex type.

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

 <complexType name="BaseServiceFault">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ErrorDetails" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ErrorDetailCollection" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer errorCode
protected ErrorDetailCollection errorDetails
protected String message
protected XMLGregorianCalendar timestamp
Public Constructors
BaseServiceFault()
Public Methods
Integer getErrorCode()
Gets the value of the errorCode property.
ErrorDetailCollection getErrorDetails()
Gets the value of the errorDetails property.
String getMessage()
Gets the value of the message property.
XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.
void setErrorCode(Integer value)
Sets the value of the errorCode property.
void setErrorDetails(ErrorDetailCollection value)
Sets the value of the errorDetails property.
void setMessage(String value)
Sets the value of the message property.
void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer errorCode

protected ErrorDetailCollection errorDetails

protected String message

protected XMLGregorianCalendar timestamp

Public Constructors

public BaseServiceFault ()

Public Methods

public Integer getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is Integer

public ErrorDetailCollection getErrorDetails ()

Gets the value of the errorDetails property.

Returns

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public XMLGregorianCalendar getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is XMLGregorianCalendar

public void setErrorCode (Integer value)

Sets the value of the errorCode property.

Parameters
value Allowed object is Integer

public void setErrorDetails (ErrorDetailCollection value)

Sets the value of the errorDetails property.

Parameters
value Allowed object is ErrorDetailCollection

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setTimestamp (XMLGregorianCalendar value)

Sets the value of the timestamp property.

Parameters
value Allowed object is XMLGregorianCalendar