public class

SupervisorReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.SupervisorReferenceType

Class Overview

Reference element representing a unique instance of Worker (e.g. Employee or Contingent Worker).

Java class for Supervisor_ReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Supervisor_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}Employee_ReferenceType" minOccurs="0"/>
         <element name="Contingent_Worker_Reference" type="{urn:com.workday/bsvc}Contingent_Worker_Reference_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ContingentWorkerReferenceDataType contingentWorkerReference
protected EmployeeReferenceType employeeReference
Public Constructors
SupervisorReferenceType()
Public Methods
ContingentWorkerReferenceDataType getContingentWorkerReference()
Gets the value of the contingentWorkerReference property.
EmployeeReferenceType getEmployeeReference()
Gets the value of the employeeReference property.
void setContingentWorkerReference(ContingentWorkerReferenceDataType value)
Sets the value of the contingentWorkerReference property.
void setEmployeeReference(EmployeeReferenceType value)
Sets the value of the employeeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContingentWorkerReferenceDataType contingentWorkerReference

protected EmployeeReferenceType employeeReference

Public Constructors

public SupervisorReferenceType ()

Public Methods

public ContingentWorkerReferenceDataType getContingentWorkerReference ()

Gets the value of the contingentWorkerReference property.

Returns

public EmployeeReferenceType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public void setContingentWorkerReference (ContingentWorkerReferenceDataType value)

Sets the value of the contingentWorkerReference property.

Parameters
value Allowed object is ContingentWorkerReferenceDataType

public void setEmployeeReference (EmployeeReferenceType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeReferenceType