| java.lang.Object | |
| ↳ | com.workday.talent.AssessTalentBusinessProcessDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeePotentialData | |||||||||||
| employeeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeePotentialData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Sets the value of the employeePotentialData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeePotentialData property.
AssessPotentialEventDataType
Gets the value of the employeeReference property.
EmployeeObjectType
Sets the value of the employeePotentialData property.
| value | Allowed object is
AssessPotentialEventDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|