public class

EducationProfileForJobType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.EducationProfileForJobType

Class Overview

Contains the position's education information.

Java class for Education_Profile_for_JobType complex type.

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

 <complexType name="Education_Profile_for_JobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Education_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Education_Profile_Data" type="{urn:com.workday/bsvc}Education_Profile_for_Job_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EducationProfileForJobDataType educationProfileData
protected UniqueIdentifierObjectType educationProfileReference
Public Constructors
EducationProfileForJobType()
Public Methods
EducationProfileForJobDataType getEducationProfileData()
Gets the value of the educationProfileData property.
UniqueIdentifierObjectType getEducationProfileReference()
Gets the value of the educationProfileReference property.
void setEducationProfileData(EducationProfileForJobDataType value)
Sets the value of the educationProfileData property.
void setEducationProfileReference(UniqueIdentifierObjectType value)
Sets the value of the educationProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EducationProfileForJobDataType educationProfileData

protected UniqueIdentifierObjectType educationProfileReference

Public Constructors

public EducationProfileForJobType ()

Public Methods

public EducationProfileForJobDataType getEducationProfileData ()

Gets the value of the educationProfileData property.

Returns

public UniqueIdentifierObjectType getEducationProfileReference ()

Gets the value of the educationProfileReference property.

Returns

public void setEducationProfileData (EducationProfileForJobDataType value)

Sets the value of the educationProfileData property.

Parameters
value Allowed object is EducationProfileForJobDataType

public void setEducationProfileReference (UniqueIdentifierObjectType value)

Sets the value of the educationProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType