public class

DiscoveryServiceFault

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

Class Overview

Java class for DiscoveryServiceFault complex type.

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

 <complexType name="DiscoveryServiceFault">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Contracts}BaseServiceFault">
       <sequence>
         <element name="InnerFault" type="{http://schemas.microsoft.com/xrm/2011/Contracts}DiscoveryServiceFault" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
Fields
protected DiscoveryServiceFault innerFault
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
Public Constructors
DiscoveryServiceFault()
Public Methods
DiscoveryServiceFault getInnerFault()
Gets the value of the innerFault property.
void setInnerFault(DiscoveryServiceFault value)
Sets the value of the innerFault 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 DiscoveryServiceFault innerFault

Public Constructors

public DiscoveryServiceFault ()

Public Methods

public DiscoveryServiceFault getInnerFault ()

Gets the value of the innerFault property.

Returns

public void setInnerFault (DiscoveryServiceFault value)

Sets the value of the innerFault property.

Parameters
value Allowed object is DiscoveryServiceFault