public class

ApplicantResumeDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.ApplicantResumeDetailDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected AttachmentDataWWSType resumeData
protected ApplicantResumeObjectType resumeReference
Public Constructors
ApplicantResumeDetailDataType()
Public Methods
AttachmentDataWWSType getResumeData()
Gets the value of the resumeData property.
ApplicantResumeObjectType getResumeReference()
Gets the value of the resumeReference property.
void setResumeData(AttachmentDataWWSType value)
Sets the value of the resumeData property.
void setResumeReference(ApplicantResumeObjectType value)
Sets the value of the resumeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AttachmentDataWWSType resumeData

protected ApplicantResumeObjectType resumeReference

Public Constructors

public ApplicantResumeDetailDataType ()

Public Methods

public AttachmentDataWWSType getResumeData ()

Gets the value of the resumeData property.

Returns

public ApplicantResumeObjectType getResumeReference ()

Gets the value of the resumeReference property.

Returns

public void setResumeData (AttachmentDataWWSType value)

Sets the value of the resumeData property.

Parameters
value Allowed object is AttachmentDataWWSType

public void setResumeReference (ApplicantResumeObjectType value)

Sets the value of the resumeReference property.

Parameters
value Allowed object is ApplicantResumeObjectType