public class

WorkExperienceQualificationReplacementType

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

Class Overview

Wrapper element for Work Experience Qualifications. Allows all work experience qualifications for a Job Profile or Position Restriction to be removed - or to replace all existing work experience qualifications with those sent in the web service.

Java class for Work_Experience_Qualification_ReplacementType complex type.

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

 <complexType name="Work_Experience_Qualification_ReplacementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Work_Experience_Qualification_Replacement_Data" type="{urn:com.workday/bsvc}Work_Experience_Qualification_Profile_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean delete
protected List<WorkExperienceQualificationProfileReplacementDataType> workExperienceQualificationReplacementData
Public Constructors
WorkExperienceQualificationReplacementType()
Public Methods
List<WorkExperienceQualificationProfileReplacementDataType> getWorkExperienceQualificationReplacementData()
Gets the value of the workExperienceQualificationReplacementData property.
Boolean isDelete()
Gets the value of the delete property.
void setDelete(Boolean value)
Sets the value of the delete property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean delete

protected List<WorkExperienceQualificationProfileReplacementDataType> workExperienceQualificationReplacementData

Public Constructors

public WorkExperienceQualificationReplacementType ()

Public Methods

public List<WorkExperienceQualificationProfileReplacementDataType> getWorkExperienceQualificationReplacementData ()

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

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

    getWorkExperienceQualificationReplacementData().add(newItem);
 

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

public Boolean isDelete ()

Gets the value of the delete property.

Returns
  • possible object is Boolean

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean