| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerDevelopmentItemType |
Contains the reference to the Development Item and the Development Item details
Java class for Worker_Development_ItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Development_ItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Development_Item_Reference" type="{urn:com.workday/bsvc}Development_ItemObjectType" minOccurs="0"/>
<element name="Development_Item_Data" type="{urn:com.workday/bsvc}Development_Item_Version_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| developmentItemData | |||||||||||
| developmentItemReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the developmentItemData property.
| |||||||||||
Gets the value of the developmentItemReference property.
| |||||||||||
Sets the value of the developmentItemData property.
| |||||||||||
Sets the value of the developmentItemReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the developmentItemData property.
DevelopmentItemVersionDataType
Gets the value of the developmentItemReference property.
DevelopmentItemObjectType
Sets the value of the developmentItemData property.
| value | Allowed object is
DevelopmentItemVersionDataType
|
|---|
Sets the value of the developmentItemReference property.
| value | Allowed object is
DevelopmentItemObjectType
|
|---|

