public class

EducationQualificationReplacementType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EducationQualificationReplacementType

Class Overview

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

Java class for Education_Qualification_ReplacementType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected List<EducationQualificationProfileReplacementDataType> educationQualificationReplacementData
Public Constructors
EducationQualificationReplacementType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
List<EducationQualificationProfileReplacementDataType> getEducationQualificationReplacementData()
Gets the value of the educationQualificationReplacementData property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setEducationQualificationReplacementData(List<EducationQualificationProfileReplacementDataType> educationQualificationReplacementData)
Sets the value of the educationQualificationReplacementData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected List<EducationQualificationProfileReplacementDataType> educationQualificationReplacementData

Public Constructors

public EducationQualificationReplacementType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<EducationQualificationProfileReplacementDataType> getEducationQualificationReplacementData ()

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

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

    getEducationQualificationReplacementData().add(newItem);
 

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

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setEducationQualificationReplacementData (List<EducationQualificationProfileReplacementDataType> educationQualificationReplacementData)

Sets the value of the educationQualificationReplacementData property.

Parameters
educationQualificationReplacementData Allowed object is EducationQualificationProfileReplacementDataType