public class

StaticTalentPoolMemberType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.StaticTalentPoolMemberType

Class Overview

Holds element which contain Talent Pool Worker membership.

Java class for Static_Talent_Pool_MemberType complex type.

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

 <complexType name="Static_Talent_Pool_MemberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected WorkerObjectType workerReference
Public Constructors
StaticTalentPoolMemberType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setDelete(Boolean value)
Sets the value of the delete 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 Boolean delete

protected WorkerObjectType workerReference

Public Constructors

public StaticTalentPoolMemberType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType