| java.lang.Object | |
| ↳ | com.workday.hr.EmployeeFindType |
Utilize the following criteria options to search for Employees within the Workday system. The Employee 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 Employee_FindType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_FindType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="As_Of_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Exclude_Terminated_Employees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Employee_Type_References" type="{urn:com.workday/bsvc}Employee_Type_ReferencesType" minOccurs="0"/>
<element name="Location_References" type="{urn:com.workday/bsvc}Business_Site_ReferencesType" minOccurs="0"/>
<element name="Organization_References" type="{urn:com.workday/bsvc}Organization_ReferencesType" minOccurs="0"/>
<element name="Event_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comparison_Data" type="{urn:com.workday/bsvc}Comparison_DataType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| asOfMoment | |||||||||||
| comparisonData | |||||||||||
| emailAddress | |||||||||||
| employeeID | |||||||||||
| employeeTypeReferences | |||||||||||
| eventID | |||||||||||
| excludeTerminatedEmployees | |||||||||||
| locationReferences | |||||||||||
| name | |||||||||||
| organizationReferences | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the comparisonData property.
| |||||||||||
Gets the value of the emailAddress property.
| |||||||||||
Gets the value of the employeeID property.
| |||||||||||
Gets the value of the employeeTypeReferences property.
| |||||||||||
Gets the value of the eventID property.
| |||||||||||
Gets the value of the excludeTerminatedEmployees property.
| |||||||||||
Gets the value of the locationReferences property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the organizationReferences property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the comparisonData property.
| |||||||||||
Sets the value of the emailAddress property.
| |||||||||||
Sets the value of the employeeID property.
| |||||||||||
Sets the value of the employeeTypeReferences property.
| |||||||||||
Sets the value of the eventID property.
| |||||||||||
Sets the value of the excludeTerminatedEmployees property.
| |||||||||||
Sets the value of the locationReferences property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the organizationReferences property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the asOfDate property.
Gets the value of the asOfMoment property.
Gets the value of the comparisonData property.
ComparisonDataType
Gets the value of the emailAddress property.
Gets the value of the employeeID property.
Gets the value of the employeeTypeReferences property.
EmployeeTypeReferencesType
Gets the value of the eventID property.
Gets the value of the excludeTerminatedEmployees property. This getter has been renamed from isExcludeTerminatedEmployees() to getExcludeTerminatedEmployees() by cxf-xjc-boolean plugin.
Gets the value of the locationReferences property.
BusinessSiteReferencesType
Gets the value of the name property.
Gets the value of the organizationReferences property.
OrganizationReferencesType
Gets the value of the version property.
Sets the value of the asOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the asOfMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the comparisonData property.
| value | Allowed object is
ComparisonDataType
|
|---|
Sets the value of the emailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the employeeID property.
| value | Allowed object is String |
|---|
Sets the value of the employeeTypeReferences property.
| value | Allowed object is
EmployeeTypeReferencesType
|
|---|
Sets the value of the eventID property.
| value | Allowed object is String |
|---|
Sets the value of the excludeTerminatedEmployees property.
| value | Allowed object is Boolean |
|---|
Sets the value of the locationReferences property.
| value | Allowed object is
BusinessSiteReferencesType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the organizationReferences property.
| value | Allowed object is
OrganizationReferencesType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|