public class

CertificationType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.CertificationType

Class Overview

Encapsulating element for Certification Reference and Data.

Java class for CertificationType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected CertificationDataType certificationData
protected CertificationObjectType certificationReference
Public Constructors
CertificationType()
Public Methods
CertificationDataType getCertificationData()
Gets the value of the certificationData property.
CertificationObjectType getCertificationReference()
Gets the value of the certificationReference property.
void setCertificationData(CertificationDataType value)
Sets the value of the certificationData property.
void setCertificationReference(CertificationObjectType 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 CertificationDataType certificationData

protected CertificationObjectType certificationReference

Public Constructors

public CertificationType ()

Public Methods

public CertificationDataType getCertificationData ()

Gets the value of the certificationData property.

Returns

public CertificationObjectType getCertificationReference ()

Gets the value of the certificationReference property.

Returns

public void setCertificationData (CertificationDataType value)

Sets the value of the certificationData property.

Parameters
value Allowed object is CertificationDataType

public void setCertificationReference (CertificationObjectType value)

Sets the value of the certificationReference property.

Parameters
value Allowed object is CertificationObjectType