public class

AccomplishmentType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.AccomplishmentType

Class Overview

Wrapper element for the Accomplishment data.

Java class for AccomplishmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AccomplishmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Accomplishment_Reference" type="{urn:com.workday/bsvc}AccomplishmentObjectType" minOccurs="0"/>
         <element name="Accomplishment_Data" type="{urn:com.workday/bsvc}Accomplishment_Achievement_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AccomplishmentAchievementDataType> accomplishmentData
protected AccomplishmentObjectType accomplishmentReference
Public Constructors
AccomplishmentType()
Public Methods
List<AccomplishmentAchievementDataType> getAccomplishmentData()
Gets the value of the accomplishmentData property.
AccomplishmentObjectType getAccomplishmentReference()
Gets the value of the accomplishmentReference property.
void setAccomplishmentData(List<AccomplishmentAchievementDataType> accomplishmentData)
Sets the value of the accomplishmentData property.
void setAccomplishmentReference(AccomplishmentObjectType value)
Sets the value of the accomplishmentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<AccomplishmentAchievementDataType> accomplishmentData

protected AccomplishmentObjectType accomplishmentReference

Public Constructors

public AccomplishmentType ()

Public Methods

public List<AccomplishmentAchievementDataType> getAccomplishmentData ()

Gets the value of the accomplishmentData 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 accomplishmentData property.

For example, to add a new item, do as follows:

    getAccomplishmentData().add(newItem);
 

Objects of the following type(s) are allowed in the list AccomplishmentAchievementDataType

public AccomplishmentObjectType getAccomplishmentReference ()

Gets the value of the accomplishmentReference property.

Returns

public void setAccomplishmentData (List<AccomplishmentAchievementDataType> accomplishmentData)

Sets the value of the accomplishmentData property.

Parameters
accomplishmentData Allowed object is AccomplishmentAchievementDataType

public void setAccomplishmentReference (AccomplishmentObjectType value)

Sets the value of the accomplishmentReference property.

Parameters
value Allowed object is AccomplishmentObjectType