| java.lang.Object | |
| ↳ | com.workday.hr.FormerWorkerRequestCriteriaType |
Utilize the Request Criteria element to limit the Former Workers returned based on the specific criteria. Former Workers that are returned must meet all of the criteria specified.
Java class for Former_Worker_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Former_Worker_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Updated_From_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Update_To_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Terminated_From_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Terminated_To_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| terminatedFromDate | |||||||||||
| terminatedToDate | |||||||||||
| updateToMoment | |||||||||||
| updatedFromMoment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the terminatedFromDate property.
| |||||||||||
Gets the value of the terminatedToDate property.
| |||||||||||
Gets the value of the updateToMoment property.
| |||||||||||
Gets the value of the updatedFromMoment property.
| |||||||||||
Sets the value of the terminatedFromDate property.
| |||||||||||
Sets the value of the terminatedToDate property.
| |||||||||||
Sets the value of the updateToMoment property.
| |||||||||||
Sets the value of the updatedFromMoment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the terminatedFromDate property.
Gets the value of the terminatedToDate property.
Gets the value of the updateToMoment property.
Gets the value of the updatedFromMoment property.
Sets the value of the terminatedFromDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the terminatedToDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updateToMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedFromMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|

