public class

WorkerForFilledPositionType

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

Class Overview

Wrapper element for Worker Filling Position.

Java class for Worker_For_Filled_PositionType complex type.

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

 <complexType name="Worker_For_Filled_PositionType">
   <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="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PositionObjectType positionReference
protected WorkerObjectType workerReference
Public Constructors
WorkerForFilledPositionType()
Public Methods
PositionObjectType getPositionReference()
Gets the value of the positionReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setPositionReference(PositionObjectType value)
Sets the value of the positionReference 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 PositionObjectType positionReference

protected WorkerObjectType workerReference

Public Constructors

public WorkerForFilledPositionType ()

Public Methods

public PositionObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setPositionReference (PositionObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionObjectType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType