| java.lang.Object | |
| ↳ | com.workday.talent.SuccessionPoolDataType |
Encapsulating Element for managing a Succession Plan.
Java class for Succession_Pool_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Succession_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="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" maxOccurs="unbounded"/>
<element name="Succession_Pool_Candidate" type="{urn:com.workday/bsvc}Succession_Pool_CandidateType" 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 | |||||||||||
| jobProfileReference | |||||||||||
| name | |||||||||||
| replaceAll | |||||||||||
| successionPoolCandidate | |||||||||||
| 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 jobProfileReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the replaceAll property.
| |||||||||||
Gets the value of the successionPoolCandidate 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 jobProfileReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the replaceAll property.
| |||||||||||
Sets the value of the successionPoolCandidate 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 jobProfileReference 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 jobProfileReference property.
For example, to add a new item, do as follows:
getJobProfileReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileObjectType
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 successionPoolCandidate 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 successionPoolCandidate property.
For example, to add a new item, do as follows:
getSuccessionPoolCandidate().add(newItem);
Objects of the following type(s) are allowed in the list
SuccessionPoolCandidateType
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 jobProfileReference property.
| jobProfileReference | Allowed object is
JobProfileObjectType
|
|---|
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 successionPoolCandidate property.
| successionPoolCandidate | Allowed object is
SuccessionPoolCandidateType
|
|---|