public class

DevelopmentItemVersionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.DevelopmentItemVersionDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String additionalInformation
protected String developmentItem
protected List<TalentTagObjectType> relatesToReference
protected String statusNote
protected DevelopmentItemStatusObjectType statusReference
protected WorkerObjectType updatedByWorkerReference
Public Constructors
DevelopmentItemVersionDataType()
Public Methods
String getAdditionalInformation()
Gets the value of the additionalInformation property.
String getDevelopmentItem()
Gets the value of the developmentItem property.
List<TalentTagObjectType> getRelatesToReference()
Gets the value of the relatesToReference property.
String getStatusNote()
Gets the value of the statusNote property.
DevelopmentItemStatusObjectType getStatusReference()
Gets the value of the statusReference property.
WorkerObjectType getUpdatedByWorkerReference()
Gets the value of the updatedByWorkerReference property.
void setAdditionalInformation(String value)
Sets the value of the additionalInformation property.
void setDevelopmentItem(String value)
Sets the value of the developmentItem property.
void setRelatesToReference(List<TalentTagObjectType> relatesToReference)
Sets the value of the relatesToReference property.
void setStatusNote(String value)
Sets the value of the statusNote property.
void setStatusReference(DevelopmentItemStatusObjectType value)
Sets the value of the statusReference property.
void setUpdatedByWorkerReference(WorkerObjectType value)
Sets the value of the updatedByWorkerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String additionalInformation

protected String developmentItem

protected List<TalentTagObjectType> relatesToReference

protected String statusNote

protected DevelopmentItemStatusObjectType statusReference

protected WorkerObjectType updatedByWorkerReference

Public Constructors

public DevelopmentItemVersionDataType ()

Public Methods

public String getAdditionalInformation ()

Gets the value of the additionalInformation property.

Returns
  • possible object is String

public String getDevelopmentItem ()

Gets the value of the developmentItem property.

Returns
  • possible object is String

public List<TalentTagObjectType> getRelatesToReference ()

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

public String getStatusNote ()

Gets the value of the statusNote property.

Returns
  • possible object is String

public DevelopmentItemStatusObjectType getStatusReference ()

Gets the value of the statusReference property.

Returns

public WorkerObjectType getUpdatedByWorkerReference ()

Gets the value of the updatedByWorkerReference property.

Returns

public void setAdditionalInformation (String value)

Sets the value of the additionalInformation property.

Parameters
value Allowed object is String

public void setDevelopmentItem (String value)

Sets the value of the developmentItem property.

Parameters
value Allowed object is String

public void setRelatesToReference (List<TalentTagObjectType> relatesToReference)

Sets the value of the relatesToReference property.

Parameters
relatesToReference Allowed object is TalentTagObjectType

public void setStatusNote (String value)

Sets the value of the statusNote property.

Parameters
value Allowed object is String

public void setStatusReference (DevelopmentItemStatusObjectType value)

Sets the value of the statusReference property.

Parameters
value Allowed object is DevelopmentItemStatusObjectType

public void setUpdatedByWorkerReference (WorkerObjectType value)

Sets the value of the updatedByWorkerReference property.

Parameters
value Allowed object is WorkerObjectType