public class

ApplicantReferenceWWSType

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

Class Overview

Reference element representing a unique instance of Applicant.

Java class for Applicant_Reference_WWSType complex type.

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

 <complexType name="Applicant_Reference_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_ID_Reference" type="{urn:com.workday/bsvc}External_Integration_ID_Reference_DataType"/>
         <element name="Applicant_ID_Reference" type="{urn:com.workday/bsvc}ApplicantObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ApplicantObjectType applicantIDReference
protected ExternalIntegrationIDReferenceDataType integrationIDReference
Public Constructors
ApplicantReferenceWWSType()
Public Methods
ApplicantObjectType getApplicantIDReference()
Gets the value of the applicantIDReference property.
ExternalIntegrationIDReferenceDataType getIntegrationIDReference()
Gets the value of the integrationIDReference property.
void setApplicantIDReference(ApplicantObjectType value)
Sets the value of the applicantIDReference property.
void setIntegrationIDReference(ExternalIntegrationIDReferenceDataType value)
Sets the value of the integrationIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ApplicantObjectType applicantIDReference

protected ExternalIntegrationIDReferenceDataType integrationIDReference

Public Constructors

public ApplicantReferenceWWSType ()

Public Methods

public ApplicantObjectType getApplicantIDReference ()

Gets the value of the applicantIDReference property.

Returns

public ExternalIntegrationIDReferenceDataType getIntegrationIDReference ()

Gets the value of the integrationIDReference property.

Returns

public void setApplicantIDReference (ApplicantObjectType value)

Sets the value of the applicantIDReference property.

Parameters
value Allowed object is ApplicantObjectType

public void setIntegrationIDReference (ExternalIntegrationIDReferenceDataType value)

Sets the value of the integrationIDReference property.

Parameters
value Allowed object is ExternalIntegrationIDReferenceDataType