public class

WorkExperienceProfileForJobDataType

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

Class Overview

Contains the work experience profile's information for a position.

Java class for Work_Experience_Profile_for_Job_DataType complex type.

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

 <complexType name="Work_Experience_Profile_for_Job_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Work_Experience_Reference" type="{urn:com.workday/bsvc}Work_Experience_SkillObjectType" minOccurs="0"/>
         <element name="Work_Experience_Rating_Reference" type="{urn:com.workday/bsvc}Work_Experience_RatingObjectType" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Qualification_Source_Reference" type="{urn:com.workday/bsvc}Job_Qualification_Profile_TargetObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected JobQualificationProfileTargetObjectType qualificationSourceReference
protected Boolean required
protected WorkExperienceRatingObjectType workExperienceRatingReference
protected WorkExperienceSkillObjectType workExperienceReference
Public Constructors
WorkExperienceProfileForJobDataType()
Public Methods
JobQualificationProfileTargetObjectType getQualificationSourceReference()
Gets the value of the qualificationSourceReference property.
Boolean getRequired()
Gets the value of the required property.
WorkExperienceRatingObjectType getWorkExperienceRatingReference()
Gets the value of the workExperienceRatingReference property.
WorkExperienceSkillObjectType getWorkExperienceReference()
Gets the value of the workExperienceReference property.
void setQualificationSourceReference(JobQualificationProfileTargetObjectType value)
Sets the value of the qualificationSourceReference property.
void setRequired(Boolean value)
Sets the value of the required property.
void setWorkExperienceRatingReference(WorkExperienceRatingObjectType value)
Sets the value of the workExperienceRatingReference property.
void setWorkExperienceReference(WorkExperienceSkillObjectType value)
Sets the value of the workExperienceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected JobQualificationProfileTargetObjectType qualificationSourceReference

protected Boolean required

protected WorkExperienceRatingObjectType workExperienceRatingReference

protected WorkExperienceSkillObjectType workExperienceReference

Public Constructors

public WorkExperienceProfileForJobDataType ()

Public Methods

public JobQualificationProfileTargetObjectType getQualificationSourceReference ()

Gets the value of the qualificationSourceReference property.

Returns

public Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkExperienceRatingObjectType getWorkExperienceRatingReference ()

Gets the value of the workExperienceRatingReference property.

Returns

public WorkExperienceSkillObjectType getWorkExperienceReference ()

Gets the value of the workExperienceReference property.

Returns

public void setQualificationSourceReference (JobQualificationProfileTargetObjectType value)

Sets the value of the qualificationSourceReference property.

Parameters
value Allowed object is JobQualificationProfileTargetObjectType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean

public void setWorkExperienceRatingReference (WorkExperienceRatingObjectType value)

Sets the value of the workExperienceRatingReference property.

Parameters
value Allowed object is WorkExperienceRatingObjectType

public void setWorkExperienceReference (WorkExperienceSkillObjectType value)

Sets the value of the workExperienceReference property.

Parameters
value Allowed object is WorkExperienceSkillObjectType