| java.lang.Object | |
| ↳ | com.workday.hr.ContingentWorkerFindType |
Utilize the following criteria options to search for Contingent Workers within the Workday system. The Contingent 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 Contingent_Worker_FindType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contingent_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="Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Exclude_Terminated_Contingent_Workers" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 | |||||||||||
| eventID | |||||||||||
| excludeTerminatedContingentWorkers | |||||||||||
| 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 eventID property.
| |||||||||||
Gets the value of the excludeTerminatedContingentWorkers 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 eventID property.
| |||||||||||
Sets the value of the excludeTerminatedContingentWorkers 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 eventID property.
Gets the value of the excludeTerminatedContingentWorkers property. This getter has been renamed from isExcludeTerminatedContingentWorkers() to getExcludeTerminatedContingentWorkers() 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 emailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the eventID property.
| value | Allowed object is String |
|---|
Sets the value of the excludeTerminatedContingentWorkers property.
| value | Allowed object is Boolean |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|