| java.lang.Object | |
| ↳ | com.workday.hr.WorkerFindType |
Utilize the following criteria options to search for Workers within the Workday system. The Worker 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 Worker_FindType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_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="Exclude_Terminated_Workers" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 | |||||||||||
| excludeTerminatedWorkers | |||||||||||
| 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 excludeTerminatedWorkers 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 excludeTerminatedWorkers 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 excludeTerminatedWorkers property. This getter has been renamed from isExcludeTerminatedWorkers() to getExcludeTerminatedWorkers() by cxf-xjc-boolean plugin.
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 excludeTerminatedWorkers property.
| value | Allowed object is Boolean |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|