public class

WorkerType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.WorkerType

Class Overview

Encapsulating element containing all Worker Profile data.

Java class for WorkerType complex type.

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

 <complexType name="WorkerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Worker_Data" type="{urn:com.workday/bsvc}Worker_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerDataType workerData
protected WorkerObjectType workerReference
Public Constructors
WorkerType()
Public Methods
WorkerDataType getWorkerData()
Gets the value of the workerData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setWorkerData(WorkerDataType value)
Sets the value of the workerData property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerDataType workerData

protected WorkerObjectType workerReference

Public Constructors

public WorkerType ()

Public Methods

public WorkerDataType getWorkerData ()

Gets the value of the workerData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setWorkerData (WorkerDataType value)

Sets the value of the workerData property.

Parameters
value Allowed object is WorkerDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType