public class

ApplicantSourceReferenceType

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

Class Overview

Applicant Source Information

Java class for Applicant_Source_ReferenceType complex type.

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

 <complexType name="Applicant_Source_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Applicant_Source_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Applicant_Source_Category_Reference" type="{urn:com.workday/bsvc}Applicant_Source_Category_ReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ApplicantSourceCategoryReferenceType applicantSourceCategoryReference
protected String applicantSourceName
Public Constructors
ApplicantSourceReferenceType()
Public Methods
ApplicantSourceCategoryReferenceType getApplicantSourceCategoryReference()
Gets the value of the applicantSourceCategoryReference property.
String getApplicantSourceName()
Gets the value of the applicantSourceName property.
void setApplicantSourceCategoryReference(ApplicantSourceCategoryReferenceType value)
Sets the value of the applicantSourceCategoryReference property.
void setApplicantSourceName(String value)
Sets the value of the applicantSourceName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ApplicantSourceCategoryReferenceType applicantSourceCategoryReference

protected String applicantSourceName

Public Constructors

public ApplicantSourceReferenceType ()

Public Methods

public ApplicantSourceCategoryReferenceType getApplicantSourceCategoryReference ()

Gets the value of the applicantSourceCategoryReference property.

Returns

public String getApplicantSourceName ()

Gets the value of the applicantSourceName property.

Returns
  • possible object is String

public void setApplicantSourceCategoryReference (ApplicantSourceCategoryReferenceType value)

Sets the value of the applicantSourceCategoryReference property.

Parameters
value Allowed object is ApplicantSourceCategoryReferenceType

public void setApplicantSourceName (String value)

Sets the value of the applicantSourceName property.

Parameters
value Allowed object is String