public class

CertificationProfileForJobType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.CertificationProfileForJobType

Class Overview

Contains the position's certification information.

Java class for Certification_Profile_for_JobType complex type.

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

 <complexType name="Certification_Profile_for_JobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Certification_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Certification_Profile_Data" type="{urn:com.workday/bsvc}Certification_Profile_for_Job_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CertificationProfileForJobDataType certificationProfileData
protected UniqueIdentifierObjectType certificationProfileReference
Public Constructors
CertificationProfileForJobType()
Public Methods
CertificationProfileForJobDataType getCertificationProfileData()
Gets the value of the certificationProfileData property.
UniqueIdentifierObjectType getCertificationProfileReference()
Gets the value of the certificationProfileReference property.
void setCertificationProfileData(CertificationProfileForJobDataType value)
Sets the value of the certificationProfileData property.
void setCertificationProfileReference(UniqueIdentifierObjectType value)
Sets the value of the certificationProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CertificationProfileForJobDataType certificationProfileData

protected UniqueIdentifierObjectType certificationProfileReference

Public Constructors

public CertificationProfileForJobType ()

Public Methods

public CertificationProfileForJobDataType getCertificationProfileData ()

Gets the value of the certificationProfileData property.

Returns

public UniqueIdentifierObjectType getCertificationProfileReference ()

Gets the value of the certificationProfileReference property.

Returns

public void setCertificationProfileData (CertificationProfileForJobDataType value)

Sets the value of the certificationProfileData property.

Parameters
value Allowed object is CertificationProfileForJobDataType

public void setCertificationProfileReference (UniqueIdentifierObjectType value)

Sets the value of the certificationProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType