public class

AssessTalentBusinessProcessDataType

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

Class Overview

Wrapper element for the Assess Talent business process web service.

Java class for Assess_Talent_Business_Process_DataType complex type.

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

 <complexType name="Assess_Talent_Business_Process_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Employee_Potential_Data" type="{urn:com.workday/bsvc}Assess_Potential_Event_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AssessPotentialEventDataType employeePotentialData
protected EmployeeObjectType employeeReference
Public Constructors
AssessTalentBusinessProcessDataType()
Public Methods
AssessPotentialEventDataType getEmployeePotentialData()
Gets the value of the employeePotentialData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
void setEmployeePotentialData(AssessPotentialEventDataType value)
Sets the value of the employeePotentialData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AssessPotentialEventDataType employeePotentialData

protected EmployeeObjectType employeeReference

Public Constructors

public AssessTalentBusinessProcessDataType ()

Public Methods

public AssessPotentialEventDataType getEmployeePotentialData ()

Gets the value of the employeePotentialData property.

Returns

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public void setEmployeePotentialData (AssessPotentialEventDataType value)

Sets the value of the employeePotentialData property.

Parameters
value Allowed object is AssessPotentialEventDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType