| java.lang.Object | |
| ↳ | com.workday.talent.ManageSuccessionPoolResponseType |
Job Profile Succession Plan Response.
Java class for Manage_Succession_Pool_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Manage_Succession_Pool_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Profile_Succession_Plan_Reference" type="{urn:com.workday/bsvc}Succession_PoolObjectType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobProfileSuccessionPlanReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobProfileSuccessionPlanReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the jobProfileSuccessionPlanReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the jobProfileSuccessionPlanReference property.
SuccessionPoolObjectType
Gets the value of the version property.
Sets the value of the jobProfileSuccessionPlanReference property.
| value | Allowed object is
SuccessionPoolObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|