public class

SuccessionPoolCandidateNoteDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType addedByWorkerReference
protected String successionPoolCandidateNotes
Public Constructors
SuccessionPoolCandidateNoteDataType()
Public Methods
WorkerObjectType getAddedByWorkerReference()
Gets the value of the addedByWorkerReference property.
String getSuccessionPoolCandidateNotes()
Gets the value of the successionPoolCandidateNotes property.
void setAddedByWorkerReference(WorkerObjectType value)
Sets the value of the addedByWorkerReference property.
void setSuccessionPoolCandidateNotes(String value)
Sets the value of the successionPoolCandidateNotes property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType addedByWorkerReference

protected String successionPoolCandidateNotes

Public Constructors

public SuccessionPoolCandidateNoteDataType ()

Public Methods

public WorkerObjectType getAddedByWorkerReference ()

Gets the value of the addedByWorkerReference property.

Returns

public String getSuccessionPoolCandidateNotes ()

Gets the value of the successionPoolCandidateNotes property.

Returns
  • possible object is String

public void setAddedByWorkerReference (WorkerObjectType value)

Sets the value of the addedByWorkerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setSuccessionPoolCandidateNotes (String value)

Sets the value of the successionPoolCandidateNotes property.

Parameters
value Allowed object is String