public class

CertificationAchievementType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CertificationAchievementType

Class Overview

Wrapper element for Certification information.

Java class for Certification_AchievementType complex type.

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

 <complexType name="Certification_AchievementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Certification_Reference" type="{urn:com.workday/bsvc}Certification_SkillObjectType" minOccurs="0"/>
         <element name="Certification_Data" type="{urn:com.workday/bsvc}Certification_Achievement_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CertificationAchievementDataType> certificationData
protected CertificationSkillObjectType certificationReference
Public Constructors
CertificationAchievementType()
Public Methods
List<CertificationAchievementDataType> getCertificationData()
Gets the value of the certificationData property.
CertificationSkillObjectType getCertificationReference()
Gets the value of the certificationReference property.
void setCertificationData(List<CertificationAchievementDataType> certificationData)
Sets the value of the certificationData property.
void setCertificationReference(CertificationSkillObjectType value)
Sets the value of the certificationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<CertificationAchievementDataType> certificationData

protected CertificationSkillObjectType certificationReference

Public Constructors

public CertificationAchievementType ()

Public Methods

public List<CertificationAchievementDataType> getCertificationData ()

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

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

    getCertificationData().add(newItem);
 

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

public CertificationSkillObjectType getCertificationReference ()

Gets the value of the certificationReference property.

Returns

public void setCertificationData (List<CertificationAchievementDataType> certificationData)

Sets the value of the certificationData property.

Parameters
certificationData Allowed object is CertificationAchievementDataType

public void setCertificationReference (CertificationSkillObjectType value)

Sets the value of the certificationReference property.

Parameters
value Allowed object is CertificationSkillObjectType