public class

TalentPoolDataType

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

Class Overview

This Element contains Talent Pool ID, Name, Inactive (boolean), and worker membership to this talent pool

Java class for Talent_Pool_DataType complex type.

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

 <complexType name="Talent_Pool_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Talent_Pool_Member" type="{urn:com.workday/bsvc}Static_Talent_Pool_MemberType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Replace_All" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String description
protected String id
protected Boolean inactive
protected String name
protected Boolean replaceAll
protected List<StaticTalentPoolMemberType> talentPoolMember
Public Constructors
TalentPoolDataType()
Public Methods
String getDescription()
Gets the value of the description property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
String getName()
Gets the value of the name property.
Boolean getReplaceAll()
Gets the value of the replaceAll property.
List<StaticTalentPoolMemberType> getTalentPoolMember()
Gets the value of the talentPoolMember property.
void setDescription(String value)
Sets the value of the description property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setName(String value)
Sets the value of the name property.
void setReplaceAll(Boolean value)
Sets the value of the replaceAll property.
void setTalentPoolMember(List<StaticTalentPoolMemberType> talentPoolMember)
Sets the value of the talentPoolMember property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String description

protected String id

protected Boolean inactive

protected String name

protected Boolean replaceAll

protected List<StaticTalentPoolMemberType> talentPoolMember

Public Constructors

public TalentPoolDataType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean getReplaceAll ()

Gets the value of the replaceAll property. This getter has been renamed from isReplaceAll() to getReplaceAll() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<StaticTalentPoolMemberType> getTalentPoolMember ()

Gets the value of the talentPoolMember property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the talentPoolMember property.

For example, to add a new item, do as follows:

    getTalentPoolMember().add(newItem);
 

Objects of the following type(s) are allowed in the list StaticTalentPoolMemberType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setReplaceAll (Boolean value)

Sets the value of the replaceAll property.

Parameters
value Allowed object is Boolean

public void setTalentPoolMember (List<StaticTalentPoolMemberType> talentPoolMember)

Sets the value of the talentPoolMember property.

Parameters
talentPoolMember Allowed object is StaticTalentPoolMemberType