public class

BackgroundCheckEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.BackgroundCheckEventDataType

Class Overview

Wrapper element for Change Background Check Status business process web service

Java class for Background_Check_Event_DataType complex type.

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

 <complexType name="Background_Check_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Status_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Status_Reference" type="{urn:com.workday/bsvc}Background_Check_StatusObjectType"/>
         <element name="Status_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeObjectType employeeReference
protected String statusComment
protected XMLGregorianCalendar statusDate
protected BackgroundCheckStatusObjectType statusReference
Public Constructors
BackgroundCheckEventDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
String getStatusComment()
Gets the value of the statusComment property.
XMLGregorianCalendar getStatusDate()
Gets the value of the statusDate property.
BackgroundCheckStatusObjectType getStatusReference()
Gets the value of the statusReference property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setStatusComment(String value)
Sets the value of the statusComment property.
void setStatusDate(XMLGregorianCalendar value)
Sets the value of the statusDate property.
void setStatusReference(BackgroundCheckStatusObjectType value)
Sets the value of the statusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeObjectType employeeReference

protected String statusComment

protected XMLGregorianCalendar statusDate

protected BackgroundCheckStatusObjectType statusReference

Public Constructors

public BackgroundCheckEventDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public String getStatusComment ()

Gets the value of the statusComment property.

Returns
  • possible object is String

public XMLGregorianCalendar getStatusDate ()

Gets the value of the statusDate property.

Returns
  • possible object is XMLGregorianCalendar

public BackgroundCheckStatusObjectType getStatusReference ()

Gets the value of the statusReference property.

Returns

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setStatusComment (String value)

Sets the value of the statusComment property.

Parameters
value Allowed object is String

public void setStatusDate (XMLGregorianCalendar value)

Sets the value of the statusDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatusReference (BackgroundCheckStatusObjectType value)

Sets the value of the statusReference property.

Parameters
value Allowed object is BackgroundCheckStatusObjectType