public class

WorkExperienceQualificationProfileReplacementDataType

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

Class Overview

Replacement element containing Work Experience Qualifications for the Job Profile When updating a Job Profile, all Work Experiences for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Work Experiences are not changed.

Java class for Work_Experience_Qualification_Profile_Replacement_DataType complex type.

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

 <complexType name="Work_Experience_Qualification_Profile_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Experience_Reference" type="{urn:com.workday/bsvc}Work_Experience_SkillObjectType"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean required
protected WorkExperienceRatingObjectType workExperienceRatingReference
protected WorkExperienceSkillObjectType workerExperienceReference
Public Constructors
WorkExperienceQualificationProfileReplacementDataType()
Public Methods
Boolean getRequired()
Gets the value of the required property.
WorkExperienceRatingObjectType getWorkExperienceRatingReference()
Gets the value of the workExperienceRatingReference property.
WorkExperienceSkillObjectType getWorkerExperienceReference()
Gets the value of the workerExperienceReference property.
void setRequired(Boolean value)
Sets the value of the required property.
void setWorkExperienceRatingReference(WorkExperienceRatingObjectType value)
Sets the value of the workExperienceRatingReference property.
void setWorkerExperienceReference(WorkExperienceSkillObjectType value)
Sets the value of the workerExperienceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean required

protected WorkExperienceRatingObjectType workExperienceRatingReference

protected WorkExperienceSkillObjectType workerExperienceReference

Public Constructors

public WorkExperienceQualificationProfileReplacementDataType ()

Public Methods

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 getWorkerExperienceReference ()

Gets the value of the workerExperienceReference property.

Returns

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 setWorkerExperienceReference (WorkExperienceSkillObjectType value)

Sets the value of the workerExperienceReference property.

Parameters
value Allowed object is WorkExperienceSkillObjectType