public class

WorkExperienceForJobType

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

Class Overview

Contains the position's work experience information.

Java class for Work_Experience_for_JobType complex type.

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

 <complexType name="Work_Experience_for_JobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Experience_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Work_Experience_Data" type="{urn:com.workday/bsvc}Work_Experience_Profile_for_Job_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected WorkExperienceProfileForJobDataType workExperienceData
protected UniqueIdentifierObjectType workerExperienceProfileReference
Public Constructors
WorkExperienceForJobType()
Public Methods
WorkExperienceProfileForJobDataType getWorkExperienceData()
Gets the value of the workExperienceData property.
UniqueIdentifierObjectType getWorkerExperienceProfileReference()
Gets the value of the workerExperienceProfileReference property.
void setWorkExperienceData(WorkExperienceProfileForJobDataType value)
Sets the value of the workExperienceData property.
void setWorkerExperienceProfileReference(UniqueIdentifierObjectType value)
Sets the value of the workerExperienceProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WorkExperienceProfileForJobDataType workExperienceData

protected UniqueIdentifierObjectType workerExperienceProfileReference

Public Constructors

public WorkExperienceForJobType ()

Public Methods

public WorkExperienceProfileForJobDataType getWorkExperienceData ()

Gets the value of the workExperienceData property.

Returns

public UniqueIdentifierObjectType getWorkerExperienceProfileReference ()

Gets the value of the workerExperienceProfileReference property.

Returns

public void setWorkExperienceData (WorkExperienceProfileForJobDataType value)

Sets the value of the workExperienceData property.

Parameters
value Allowed object is WorkExperienceProfileForJobDataType

public void setWorkerExperienceProfileReference (UniqueIdentifierObjectType value)

Sets the value of the workerExperienceProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType