| java.lang.Object | |
| ↳ | com.workday.hr.BackgroundCheckEventDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| statusComment | |||||||||||
| statusDate | |||||||||||
| statusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the statusComment property.
| |||||||||||
Gets the value of the statusDate property.
| |||||||||||
Gets the value of the statusReference property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the statusComment property.
| |||||||||||
Sets the value of the statusDate property.
| |||||||||||
Sets the value of the statusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the statusComment property.
Gets the value of the statusDate property.
Gets the value of the statusReference property.
BackgroundCheckStatusObjectType
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the statusComment property.
| value | Allowed object is String |
|---|
Sets the value of the statusDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the statusReference property.
| value | Allowed object is
BackgroundCheckStatusObjectType
|
|---|

