public class

WorkerReferenceWWSType

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

Class Overview

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

Java class for Worker_Reference_WWSType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected ContingentWorkerReferenceDataType contingentWorkerReference
protected EmployeeReferenceType employeeReference
protected WorkerObjectType workerIDReference
Public Constructors
WorkerReferenceWWSType()
Public Methods
ContingentWorkerReferenceDataType getContingentWorkerReference()
Gets the value of the contingentWorkerReference property.
EmployeeReferenceType getEmployeeReference()
Gets the value of the employeeReference property.
WorkerObjectType getWorkerIDReference()
Gets the value of the workerIDReference property.
void setContingentWorkerReference(ContingentWorkerReferenceDataType value)
Sets the value of the contingentWorkerReference property.
void setEmployeeReference(EmployeeReferenceType value)
Sets the value of the employeeReference property.
void setWorkerIDReference(WorkerObjectType value)
Sets the value of the workerIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ContingentWorkerReferenceDataType contingentWorkerReference

protected EmployeeReferenceType employeeReference

protected WorkerObjectType workerIDReference

Public Constructors

public WorkerReferenceWWSType ()

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 WorkerObjectType getWorkerIDReference ()

Gets the value of the workerIDReference 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

public void setWorkerIDReference (WorkerObjectType value)

Sets the value of the workerIDReference property.

Parameters
value Allowed object is WorkerObjectType