public class

EditBackgroundCheckDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.EditBackgroundCheckDataType

Class Overview

Container for the data changed in the Edit Background Check business process.

Java class for Edit_Background_Check_DataType complex type.

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

 <complexType name="Edit_Background_Check_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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 String statusComment
protected XMLGregorianCalendar statusDate
protected BackgroundCheckStatusObjectType statusReference
Public Constructors
EditBackgroundCheckDataType()
Public Methods
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 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 String statusComment

protected XMLGregorianCalendar statusDate

protected BackgroundCheckStatusObjectType statusReference

Public Constructors

public EditBackgroundCheckDataType ()

Public Methods

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 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