public class

ProcessingFaultType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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

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