public class

EmployeeFindTypeExpressionHolder

extends Object
java.lang.Object
   ↳ workday.com.bsvc.holders.EmployeeFindTypeExpressionHolder

Summary

Fields
protected XMLGregorianCalendar _asOfDateType
protected XMLGregorianCalendar _asOfMomentType
protected ComparisonDataType _comparisonDataType
protected String _emailAddressType
protected String _employeeIDType
protected EmployeeTypeReferencesType _employeeTypeReferencesType
protected String _eventIDType
protected Boolean _excludeTerminatedEmployeesType
protected BusinessSiteReferencesType _locationReferencesType
protected String _nameType
protected OrganizationReferencesType _organizationReferencesType
protected String _versionType
protected Object asOfDate
protected Object asOfMoment
protected Object comparisonData
protected Object emailAddress
protected Object employeeID
protected Object employeeTypeReferences
protected Object eventID
protected Object excludeTerminatedEmployees
protected Object locationReferences
protected Object name
protected Object organizationReferences
protected Object version
Public Constructors
EmployeeFindTypeExpressionHolder()
Public Methods
Object getAsOfDate()
Retrieves asOfDate
Object getAsOfMoment()
Retrieves asOfMoment
Object getComparisonData()
Retrieves comparisonData
Object getEmailAddress()
Retrieves emailAddress
Object getEmployeeID()
Retrieves employeeID
Object getEmployeeTypeReferences()
Retrieves employeeTypeReferences
Object getEventID()
Retrieves eventID
Object getExcludeTerminatedEmployees()
Retrieves excludeTerminatedEmployees
Object getLocationReferences()
Retrieves locationReferences
Object getName()
Retrieves name
Object getOrganizationReferences()
Retrieves organizationReferences
Object getVersion()
Retrieves version
void setAsOfDate(Object value)
Sets asOfDate
void setAsOfMoment(Object value)
Sets asOfMoment
void setComparisonData(Object value)
Sets comparisonData
void setEmailAddress(Object value)
Sets emailAddress
void setEmployeeID(Object value)
Sets employeeID
void setEmployeeTypeReferences(Object value)
Sets employeeTypeReferences
void setEventID(Object value)
Sets eventID
void setExcludeTerminatedEmployees(Object value)
Sets excludeTerminatedEmployees
void setLocationReferences(Object value)
Sets locationReferences
void setName(Object value)
Sets name
void setOrganizationReferences(Object value)
Sets organizationReferences
void setVersion(Object value)
Sets version
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar _asOfDateType

protected XMLGregorianCalendar _asOfMomentType

protected ComparisonDataType _comparisonDataType

protected String _emailAddressType

protected String _employeeIDType

protected EmployeeTypeReferencesType _employeeTypeReferencesType

protected String _eventIDType

protected Boolean _excludeTerminatedEmployeesType

protected BusinessSiteReferencesType _locationReferencesType

protected String _nameType

protected OrganizationReferencesType _organizationReferencesType

protected String _versionType

protected Object asOfDate

protected Object asOfMoment

protected Object comparisonData

protected Object emailAddress

protected Object employeeID

protected Object employeeTypeReferences

protected Object eventID

protected Object excludeTerminatedEmployees

protected Object locationReferences

protected Object name

protected Object organizationReferences

protected Object version

Public Constructors

public EmployeeFindTypeExpressionHolder ()

Public Methods

public Object getAsOfDate ()

Retrieves asOfDate

public Object getAsOfMoment ()

Retrieves asOfMoment

public Object getComparisonData ()

Retrieves comparisonData

public Object getEmailAddress ()

Retrieves emailAddress

public Object getEmployeeID ()

Retrieves employeeID

public Object getEmployeeTypeReferences ()

Retrieves employeeTypeReferences

public Object getEventID ()

Retrieves eventID

public Object getExcludeTerminatedEmployees ()

Retrieves excludeTerminatedEmployees

public Object getLocationReferences ()

Retrieves locationReferences

public Object getName ()

Retrieves name

public Object getOrganizationReferences ()

Retrieves organizationReferences

public Object getVersion ()

Retrieves version

public void setAsOfDate (Object value)

Sets asOfDate

Parameters
value Value to set

public void setAsOfMoment (Object value)

Sets asOfMoment

Parameters
value Value to set

public void setComparisonData (Object value)

Sets comparisonData

Parameters
value Value to set

public void setEmailAddress (Object value)

Sets emailAddress

Parameters
value Value to set

public void setEmployeeID (Object value)

Sets employeeID

Parameters
value Value to set

public void setEmployeeTypeReferences (Object value)

Sets employeeTypeReferences

Parameters
value Value to set

public void setEventID (Object value)

Sets eventID

Parameters
value Value to set

public void setExcludeTerminatedEmployees (Object value)

Sets excludeTerminatedEmployees

Parameters
value Value to set

public void setLocationReferences (Object value)

Sets locationReferences

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setOrganizationReferences (Object value)

Sets organizationReferences

Parameters
value Value to set

public void setVersion (Object value)

Sets version

Parameters
value Value to set