| java.lang.Object | |
| ↳ | com.workday.hr.DevelopmentItemVersionDataType |
Contains detailed data for the referenced Development Item
Java class for Development_Item_Version_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Development_Item_Version_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Development_Item">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="140"/>
</restriction>
</simpleType>
</element>
<element name="Additional_Information" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Status_Reference" type="{urn:com.workday/bsvc}Development_Item_StatusObjectType" minOccurs="0"/>
<element name="Status_Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Updated_by_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Relates_To_Reference" type="{urn:com.workday/bsvc}Talent_TagObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalInformation | |||||||||||
| developmentItem | |||||||||||
| relatesToReference | |||||||||||
| statusNote | |||||||||||
| statusReference | |||||||||||
| updatedByWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalInformation property.
| |||||||||||
Gets the value of the developmentItem property.
| |||||||||||
Gets the value of the relatesToReference property.
| |||||||||||
Gets the value of the statusNote property.
| |||||||||||
Gets the value of the statusReference property.
| |||||||||||
Gets the value of the updatedByWorkerReference property.
| |||||||||||
Sets the value of the additionalInformation property.
| |||||||||||
Sets the value of the developmentItem property.
| |||||||||||
Sets the value of the relatesToReference property.
| |||||||||||
Sets the value of the statusNote property.
| |||||||||||
Sets the value of the statusReference property.
| |||||||||||
Sets the value of the updatedByWorkerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalInformation property.
Gets the value of the developmentItem property.
Gets the value of the relatesToReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatesToReference property.
For example, to add a new item, do as follows:
getRelatesToReference().add(newItem);
Objects of the following type(s) are allowed in the list
TalentTagObjectType
Gets the value of the statusNote property.
Gets the value of the statusReference property.
DevelopmentItemStatusObjectType
Gets the value of the updatedByWorkerReference property.
WorkerObjectType
Sets the value of the additionalInformation property.
| value | Allowed object is String |
|---|
Sets the value of the developmentItem property.
| value | Allowed object is String |
|---|
Sets the value of the relatesToReference property.
| relatesToReference | Allowed object is
TalentTagObjectType
|
|---|
Sets the value of the statusNote property.
| value | Allowed object is String |
|---|
Sets the value of the statusReference property.
| value | Allowed object is
DevelopmentItemStatusObjectType
|
|---|
Sets the value of the updatedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|