public class

PayeeQualificationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeeQualificationDataType

Class Overview

Contains the qualifications data for the payee. Security Note: This element is secured according to the security policy for the "Worker Data: Skills and Experience" domain.

Java class for Payee_Qualification_DataType complex type.

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

 <complexType name="Payee_Qualification_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Job_History" type="{urn:com.workday/bsvc}Job_HistoryType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Education" type="{urn:com.workday/bsvc}EducationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Work_Experience" type="{urn:com.workday/bsvc}Work_Experience_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<EducationType> education
protected List<JobHistoryType> externalJobHistory
protected List<WorkExperienceDataType> workExperience
Public Constructors
PayeeQualificationDataType()
Public Methods
List<EducationType> getEducation()
Gets the value of the education property.
List<JobHistoryType> getExternalJobHistory()
Gets the value of the externalJobHistory property.
List<WorkExperienceDataType> getWorkExperience()
Gets the value of the workExperience property.
void setEducation(List<EducationType> education)
Sets the value of the education property.
void setExternalJobHistory(List<JobHistoryType> externalJobHistory)
Sets the value of the externalJobHistory property.
void setWorkExperience(List<WorkExperienceDataType> workExperience)
Sets the value of the workExperience property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<EducationType> education

protected List<JobHistoryType> externalJobHistory

protected List<WorkExperienceDataType> workExperience

Public Constructors

public PayeeQualificationDataType ()

Public Methods

public List<EducationType> getEducation ()

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

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

    getEducation().add(newItem);
 

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

public List<JobHistoryType> getExternalJobHistory ()

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

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

    getExternalJobHistory().add(newItem);
 

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

public List<WorkExperienceDataType> getWorkExperience ()

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

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

    getWorkExperience().add(newItem);
 

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

public void setEducation (List<EducationType> education)

Sets the value of the education property.

Parameters
education Allowed object is EducationType

public void setExternalJobHistory (List<JobHistoryType> externalJobHistory)

Sets the value of the externalJobHistory property.

Parameters
externalJobHistory Allowed object is JobHistoryType

public void setWorkExperience (List<WorkExperienceDataType> workExperience)

Sets the value of the workExperience property.

Parameters
workExperience Allowed object is WorkExperienceDataType