| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.OrganizationServiceFault | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| innerFault | |||||||||||
| traceText | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the innerFault property.
| |||||||||||
Gets the value of the traceText property.
| |||||||||||
Sets the value of the innerFault property.
| |||||||||||
Sets the value of the traceText property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the innerFault property.
OrganizationServiceFault
Gets the value of the traceText property.
Sets the value of the innerFault property.
| value | Allowed object is
OrganizationServiceFault
|
|---|
Sets the value of the traceText property.
| value | Allowed object is String |
|---|