public class

OrganizationServiceFault

extends BaseServiceFault
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
     ↳ com.microsoft.schemas.xrm._2011.contracts.OrganizationServiceFault

Class Overview

Java class for OrganizationServiceFault complex type.

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

 <complexType name="OrganizationServiceFault">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Contracts}BaseServiceFault">
       <sequence>
         <element name="InnerFault" type="{http://schemas.microsoft.com/xrm/2011/Contracts}OrganizationServiceFault" minOccurs="0"/>
         <element name="TraceText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
Fields
protected OrganizationServiceFault innerFault
protected String traceText
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
Public Constructors
OrganizationServiceFault()
Public Methods
OrganizationServiceFault getInnerFault()
Gets the value of the innerFault property.
String getTraceText()
Gets the value of the traceText property.
void setInnerFault(OrganizationServiceFault value)
Sets the value of the innerFault property.
void setTraceText(String value)
Sets the value of the traceText property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected OrganizationServiceFault innerFault

protected String traceText

Public Constructors

public OrganizationServiceFault ()

Public Methods

public OrganizationServiceFault getInnerFault ()

Gets the value of the innerFault property.

Returns

public String getTraceText ()

Gets the value of the traceText property.

Returns
  • possible object is String

public void setInnerFault (OrganizationServiceFault value)

Sets the value of the innerFault property.

Parameters
value Allowed object is OrganizationServiceFault

public void setTraceText (String value)

Sets the value of the traceText property.

Parameters
value Allowed object is String