| java.lang.Object | |
| ↳ | com.workday.hr.OrganizationFindType |
Utilize the following criteria options to search for Organizations within the Workday system. The Organization 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 Organization_FindType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_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="Organization_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location_Reference_Data" type="{urn:com.workday/bsvc}Business_Site_Reference_DataType" minOccurs="0"/>
<element name="Employee_Reference_Data" type="{urn:com.workday/bsvc}Employee_ReferenceType" minOccurs="0"/>
<element name="Contingent_Worker_Reference_Data" type="{urn:com.workday/bsvc}Contingent_Worker_Reference_DataType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| contingentWorkerReferenceData | |||||||||||
| employeeReferenceData | |||||||||||
| locationReferenceData | |||||||||||
| organizationName | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the contingentWorkerReferenceData property.
| |||||||||||
Gets the value of the employeeReferenceData property.
| |||||||||||
Gets the value of the locationReferenceData property.
| |||||||||||
Gets the value of the organizationName property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the contingentWorkerReferenceData property.
| |||||||||||
Sets the value of the employeeReferenceData property.
| |||||||||||
Sets the value of the locationReferenceData property.
| |||||||||||
Sets the value of the organizationName 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 contingentWorkerReferenceData property.
ContingentWorkerReferenceDataType
Gets the value of the employeeReferenceData property.
EmployeeReferenceType
Gets the value of the locationReferenceData property.
BusinessSiteReferenceDataType
Gets the value of the organizationName property.
Gets the value of the version property.
Sets the value of the asOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the contingentWorkerReferenceData property.
| value | Allowed object is
ContingentWorkerReferenceDataType
|
|---|
Sets the value of the employeeReferenceData property.
| value | Allowed object is
EmployeeReferenceType
|
|---|
Sets the value of the locationReferenceData property.
| value | Allowed object is
BusinessSiteReferenceDataType
|
|---|
Sets the value of the organizationName property.
| value | Allowed object is String |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|