| java.lang.Object | |
| ↳ | com.workday.recruiting.ApplicantType |
Response element containing an instance of Applicant and its associated data.
Java class for ApplicantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Applicant_Reference" type="{urn:com.workday/bsvc}Applicant_ReferenceType"/>
<element name="Applicant_Data" type="{urn:com.workday/bsvc}Applicant_DataType"/>
</sequence>
<attribute name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantData | |||||||||||
| applicantReference | |||||||||||
| asOfMoment | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicantData property.
| |||||||||||
Gets the value of the applicantReference property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the applicantData property.
| |||||||||||
Sets the value of the applicantReference property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the applicantData property.
ApplicantDataType
Gets the value of the applicantReference property.
ApplicantReferenceType
Gets the value of the asOfMoment property.
Gets the value of the version property.
Sets the value of the applicantData property.
| value | Allowed object is
ApplicantDataType
|
|---|
Sets the value of the applicantReference property.
| value | Allowed object is
ApplicantReferenceType
|
|---|
Sets the value of the asOfMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|