| java.lang.Object | |
| ↳ | com.workday.talent.TalentPoolDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| id | |||||||||||
| inactive | |||||||||||
| name | |||||||||||
| replaceAll | |||||||||||
| talentPoolMember | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the replaceAll property.
| |||||||||||
Gets the value of the talentPoolMember property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the replaceAll property.
| |||||||||||
Sets the value of the talentPoolMember property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the id property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the replaceAll property. This getter has been renamed from isReplaceAll() to getReplaceAll() by cxf-xjc-boolean plugin.
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
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the replaceAll property.
| value | Allowed object is Boolean |
|---|
Sets the value of the talentPoolMember property.
| talentPoolMember | Allowed object is
StaticTalentPoolMemberType
|
|---|