| java.lang.Object | |
| ↳ | com.workday.recruiting.ApplicantGetType |
Request document element for the Get_Applicant web service operation.
Java class for Applicant_GetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_GetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Applicant_Reference" type="{urn:com.workday/bsvc}Applicant_ReferenceType"/>
</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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantReference | |||||||||||
| asOfMoment | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 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 applicantReference property.
ApplicantReferenceType
Gets the value of the asOfMoment property.
Gets the value of the version property.
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 |
|---|