public class

TalentPoolType

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

Class Overview

Holds response section for Talent Pool and Worker Reference

Java class for Talent_PoolType complex type.

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

 <complexType name="Talent_PoolType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Static_Talent_Pool_Reference" type="{urn:com.workday/bsvc}Static_Talent_PoolObjectType" minOccurs="0"/>
         <element name="Talent_Pool_Data" type="{urn:com.workday/bsvc}Talent_Pool_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected StaticTalentPoolObjectType staticTalentPoolReference
protected TalentPoolDataType talentPoolData
Public Constructors
TalentPoolType()
Public Methods
StaticTalentPoolObjectType getStaticTalentPoolReference()
Gets the value of the staticTalentPoolReference property.
TalentPoolDataType getTalentPoolData()
Gets the value of the talentPoolData property.
void setStaticTalentPoolReference(StaticTalentPoolObjectType value)
Sets the value of the staticTalentPoolReference property.
void setTalentPoolData(TalentPoolDataType value)
Sets the value of the talentPoolData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected StaticTalentPoolObjectType staticTalentPoolReference

protected TalentPoolDataType talentPoolData

Public Constructors

public TalentPoolType ()

Public Methods

public StaticTalentPoolObjectType getStaticTalentPoolReference ()

Gets the value of the staticTalentPoolReference property.

Returns

public TalentPoolDataType getTalentPoolData ()

Gets the value of the talentPoolData property.

Returns

public void setStaticTalentPoolReference (StaticTalentPoolObjectType value)

Sets the value of the staticTalentPoolReference property.

Parameters
value Allowed object is StaticTalentPoolObjectType

public void setTalentPoolData (TalentPoolDataType value)

Sets the value of the talentPoolData property.

Parameters
value Allowed object is TalentPoolDataType