public class

NominationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.NominationDataType

Class Overview

Nominations for employees.

Java class for Nomination_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Nomination_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" minOccurs="0"/>
         <element name="Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected JobProfileObjectType jobProfileReference
protected SuccessionReadinessObjectType readinessReference
Public Constructors
NominationDataType()
Public Methods
JobProfileObjectType getJobProfileReference()
Gets the value of the jobProfileReference property.
SuccessionReadinessObjectType getReadinessReference()
Gets the value of the readinessReference property.
void setJobProfileReference(JobProfileObjectType value)
Sets the value of the jobProfileReference property.
void setReadinessReference(SuccessionReadinessObjectType value)
Sets the value of the readinessReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected JobProfileObjectType jobProfileReference

protected SuccessionReadinessObjectType readinessReference

Public Constructors

public NominationDataType ()

Public Methods

public JobProfileObjectType getJobProfileReference ()

Gets the value of the jobProfileReference property.

Returns

public SuccessionReadinessObjectType getReadinessReference ()

Gets the value of the readinessReference property.

Returns

public void setJobProfileReference (JobProfileObjectType value)

Sets the value of the jobProfileReference property.

Parameters
value Allowed object is JobProfileObjectType

public void setReadinessReference (SuccessionReadinessObjectType value)

Sets the value of the readinessReference property.

Parameters
value Allowed object is SuccessionReadinessObjectType