public class

ApplicantSourceCategoryReferenceType

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

Class Overview

Applicant sources are contained within applicant source categories.

Java class for Applicant_Source_Category_ReferenceType complex type.

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

 <complexType name="Applicant_Source_Category_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Hire_Source_Category_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String hireSourceCategoryName
Public Constructors
ApplicantSourceCategoryReferenceType()
Public Methods
String getHireSourceCategoryName()
Gets the value of the hireSourceCategoryName property.
void setHireSourceCategoryName(String value)
Sets the value of the hireSourceCategoryName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String hireSourceCategoryName

Public Constructors

public ApplicantSourceCategoryReferenceType ()

Public Methods

public String getHireSourceCategoryName ()

Gets the value of the hireSourceCategoryName property.

Returns
  • possible object is String

public void setHireSourceCategoryName (String value)

Sets the value of the hireSourceCategoryName property.

Parameters
value Allowed object is String