| java.lang.Object | |
| ↳ | com.workday.talent.NominationDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobProfileReference | |||||||||||
| readinessReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the readinessReference property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the readinessReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the jobProfileReference property.
JobProfileObjectType
Gets the value of the readinessReference property.
SuccessionReadinessObjectType
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileObjectType
|
|---|
Sets the value of the readinessReference property.
| value | Allowed object is
SuccessionReadinessObjectType
|
|---|