public class

ExceptionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.ExceptionDataType

Class Overview

Exception (Errors and Warning) associated with the transaction.

Java class for Exception_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String classification
protected String message
Public Constructors
ExceptionDataType()
Public Methods
String getClassification()
Gets the value of the classification property.
String getMessage()
Gets the value of the message property.
void setClassification(String value)
Sets the value of the classification property.
void setMessage(String value)
Sets the value of the message property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String classification

protected String message

Public Constructors

public ExceptionDataType ()

Public Methods

public String getClassification ()

Gets the value of the classification property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public void setClassification (String value)

Sets the value of the classification property.

Parameters
value Allowed object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String