| java.lang.Object | |
| ↳ | com.workday.recruiting.BackgroundCheckDataType |
Wrapper element for Background Check data.
Java class for Background_Check_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| statusComment | |||||||||||
| statusDate | |||||||||||
| statusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 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 statusComment property.
Gets the value of the statusDate property.
Gets the value of the statusReference property.
BackgroundCheckStatusObjectType
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
|
|---|