| java.lang.Object | |
| ↳ | com.workday.staffing.ApplicantResumeDetailDataType |
The resume for an applicant.
Java class for Applicant_Resume_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_Resume_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Resume_Reference" type="{urn:com.workday/bsvc}Applicant_ResumeObjectType" minOccurs="0"/>
<element name="Resume_Data" type="{urn:com.workday/bsvc}Attachment_Data_WWSType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| resumeData | |||||||||||
| resumeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the resumeData property.
| |||||||||||
Gets the value of the resumeReference property.
| |||||||||||
Sets the value of the resumeData property.
| |||||||||||
Sets the value of the resumeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the resumeData property.
AttachmentDataWWSType
Gets the value of the resumeReference property.
ApplicantResumeObjectType
Sets the value of the resumeData property.
| value | Allowed object is
AttachmentDataWWSType
|
|---|
Sets the value of the resumeReference property.
| value | Allowed object is
ApplicantResumeObjectType
|
|---|

