public class

ApplicantFindType

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

Class Overview

Utilize the following criteria options to search for Applicants within the Workday system. The Applicant references that are returned are those that satisfy ALL criteria included in the request. Therefore, the result set will become more limited with every criterium that is populated.

Java class for Applicant_FindType complex type.

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

 <complexType name="Applicant_FindType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar asOfMoment
protected String emailAddress
protected String employeeID
protected String name
protected String version
Public Constructors
ApplicantFindType()
Public Methods
XMLGregorianCalendar getAsOfMoment()
Gets the value of the asOfMoment property.
String getEmailAddress()
Gets the value of the emailAddress property.
String getEmployeeID()
Gets the value of the employeeID property.
String getName()
Gets the value of the name property.
String getVersion()
Gets the value of the version property.
void setAsOfMoment(XMLGregorianCalendar value)
Sets the value of the asOfMoment property.
void setEmailAddress(String value)
Sets the value of the emailAddress property.
void setEmployeeID(String value)
Sets the value of the employeeID property.
void setName(String value)
Sets the value of the name property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar asOfMoment

protected String emailAddress

protected String employeeID

protected String name

protected String version

Public Constructors

public ApplicantFindType ()

Public Methods

public XMLGregorianCalendar getAsOfMoment ()

Gets the value of the asOfMoment property.

Returns
  • possible object is XMLGregorianCalendar

public String getEmailAddress ()

Gets the value of the emailAddress property.

Returns
  • possible object is String

public String getEmployeeID ()

Gets the value of the employeeID property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setAsOfMoment (XMLGregorianCalendar value)

Sets the value of the asOfMoment property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmailAddress (String value)

Sets the value of the emailAddress property.

Parameters
value Allowed object is String

public void setEmployeeID (String value)

Sets the value of the employeeID property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String