public class

ValidationErrorType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.ValidationErrorType

Class Overview

Java class for Validation_ErrorType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String detailMessage
protected String message
protected String xpath
Public Constructors
ValidationErrorType()
Public Methods
String getDetailMessage()
Gets the value of the detailMessage property.
String getMessage()
Gets the value of the message property.
String getXpath()
Gets the value of the xpath property.
void setDetailMessage(String value)
Sets the value of the detailMessage property.
void setMessage(String value)
Sets the value of the message property.
void setXpath(String value)
Sets the value of the xpath property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String detailMessage

protected String message

protected String xpath

Public Constructors

public ValidationErrorType ()

Public Methods

public String getDetailMessage ()

Gets the value of the detailMessage property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public String getXpath ()

Gets the value of the xpath property.

Returns
  • possible object is String

public void setDetailMessage (String value)

Sets the value of the detailMessage 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

public void setXpath (String value)

Sets the value of the xpath property.

Parameters
value Allowed object is String