public class

OrganizationFindType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.OrganizationFindType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar asOfDate
protected ContingentWorkerReferenceDataType contingentWorkerReferenceData
protected EmployeeReferenceType employeeReferenceData
protected BusinessSiteReferenceDataType locationReferenceData
protected String organizationName
protected String version
Public Constructors
OrganizationFindType()
Public Methods
XMLGregorianCalendar getAsOfDate()
Gets the value of the asOfDate property.
ContingentWorkerReferenceDataType getContingentWorkerReferenceData()
Gets the value of the contingentWorkerReferenceData property.
EmployeeReferenceType getEmployeeReferenceData()
Gets the value of the employeeReferenceData property.
BusinessSiteReferenceDataType getLocationReferenceData()
Gets the value of the locationReferenceData property.
String getOrganizationName()
Gets the value of the organizationName property.
String getVersion()
Gets the value of the version property.
void setAsOfDate(XMLGregorianCalendar value)
Sets the value of the asOfDate property.
void setContingentWorkerReferenceData(ContingentWorkerReferenceDataType value)
Sets the value of the contingentWorkerReferenceData property.
void setEmployeeReferenceData(EmployeeReferenceType value)
Sets the value of the employeeReferenceData property.
void setLocationReferenceData(BusinessSiteReferenceDataType value)
Sets the value of the locationReferenceData property.
void setOrganizationName(String value)
Sets the value of the organizationName property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar asOfDate

protected ContingentWorkerReferenceDataType contingentWorkerReferenceData

protected EmployeeReferenceType employeeReferenceData

protected BusinessSiteReferenceDataType locationReferenceData

protected String organizationName

protected String version

Public Constructors

public OrganizationFindType ()

Public Methods

public XMLGregorianCalendar getAsOfDate ()

Gets the value of the asOfDate property.

Returns
  • possible object is XMLGregorianCalendar

public ContingentWorkerReferenceDataType getContingentWorkerReferenceData ()

Gets the value of the contingentWorkerReferenceData property.

Returns

public EmployeeReferenceType getEmployeeReferenceData ()

Gets the value of the employeeReferenceData property.

Returns

public BusinessSiteReferenceDataType getLocationReferenceData ()

Gets the value of the locationReferenceData property.

Returns

public String getOrganizationName ()

Gets the value of the organizationName property.

Returns
  • possible object is String

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setAsOfDate (XMLGregorianCalendar value)

Sets the value of the asOfDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setContingentWorkerReferenceData (ContingentWorkerReferenceDataType value)

Sets the value of the contingentWorkerReferenceData property.

Parameters
value Allowed object is ContingentWorkerReferenceDataType

public void setEmployeeReferenceData (EmployeeReferenceType value)

Sets the value of the employeeReferenceData property.

Parameters
value Allowed object is EmployeeReferenceType

public void setLocationReferenceData (BusinessSiteReferenceDataType value)

Sets the value of the locationReferenceData property.

Parameters
value Allowed object is BusinessSiteReferenceDataType

public void setOrganizationName (String value)

Sets the value of the organizationName property.

Parameters
value Allowed object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String