public class

ProcessingFaultType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.identity.ProcessingFaultType

Class Overview

Java class for Processing_FaultType complex type.

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

 <complexType name="Processing_FaultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Detail_Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String detailMessage
Public Constructors
ProcessingFaultType()
Public Methods
String getDetailMessage()
Gets the value of the detailMessage property.
void setDetailMessage(String value)
Sets the value of the detailMessage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String detailMessage

Public Constructors

public ProcessingFaultType ()

Public Methods

public String getDetailMessage ()

Gets the value of the detailMessage property.

Returns
  • possible object is String

public void setDetailMessage (String value)

Sets the value of the detailMessage property.

Parameters
value Allowed object is String