public class

ApplicantWWSType

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

Class Overview

Wrapper element for the Applicant Data.

Java class for Applicant_WWSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Applicant_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Applicant_Reference" type="{urn:com.workday/bsvc}ApplicantObjectType" minOccurs="0"/>
         <element name="Applicant_Data" type="{urn:com.workday/bsvc}Applicant_Data_WWSType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ApplicantDataWWSType applicantData
protected ApplicantObjectType applicantReference
Public Constructors
ApplicantWWSType()
Public Methods
ApplicantDataWWSType getApplicantData()
Gets the value of the applicantData property.
ApplicantObjectType getApplicantReference()
Gets the value of the applicantReference property.
void setApplicantData(ApplicantDataWWSType value)
Sets the value of the applicantData property.
void setApplicantReference(ApplicantObjectType value)
Sets the value of the applicantReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ApplicantDataWWSType applicantData

protected ApplicantObjectType applicantReference

Public Constructors

public ApplicantWWSType ()

Public Methods

public ApplicantDataWWSType getApplicantData ()

Gets the value of the applicantData property.

Returns

public ApplicantObjectType getApplicantReference ()

Gets the value of the applicantReference property.

Returns

public void setApplicantData (ApplicantDataWWSType value)

Sets the value of the applicantData property.

Parameters
value Allowed object is ApplicantDataWWSType

public void setApplicantReference (ApplicantObjectType value)

Sets the value of the applicantReference property.

Parameters
value Allowed object is ApplicantObjectType