| java.lang.Object | |
| ↳ | com.workday.talent.SuccessionPoolCandidateNoteDataType |
Encapsulating element containing candidate note data for a Succession Plan.
Java class for Succession_Pool_Candidate_Note_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Succession_Pool_Candidate_Note_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Succession_Pool_Candidate_Notes" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Added_By__Worker__Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addedByWorkerReference | |||||||||||
| successionPoolCandidateNotes | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addedByWorkerReference property.
| |||||||||||
Gets the value of the successionPoolCandidateNotes property.
| |||||||||||
Sets the value of the addedByWorkerReference property.
| |||||||||||
Sets the value of the successionPoolCandidateNotes property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addedByWorkerReference property.
WorkerObjectType
Gets the value of the successionPoolCandidateNotes property.
Sets the value of the addedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the successionPoolCandidateNotes property.
| value | Allowed object is String |
|---|