public class

EducationQualificationProfileReplacementDataType

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

Class Overview

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

Java class for Education_Qualification_Profile_Replacement_DataType complex type.

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

 <complexType name="Education_Qualification_Profile_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Degree_Reference" type="{urn:com.workday/bsvc}DegreeObjectType" minOccurs="0"/>
         <element name="Field_Of_Study_Reference" type="{urn:com.workday/bsvc}Field_of_StudyObjectType" 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 DegreeObjectType degreeReference
protected FieldOfStudyObjectType fieldOfStudyReference
protected Boolean required
Public Constructors
EducationQualificationProfileReplacementDataType()
Public Methods
DegreeObjectType getDegreeReference()
Gets the value of the degreeReference property.
FieldOfStudyObjectType getFieldOfStudyReference()
Gets the value of the fieldOfStudyReference property.
Boolean getRequired()
Gets the value of the required property.
void setDegreeReference(DegreeObjectType value)
Sets the value of the degreeReference property.
void setFieldOfStudyReference(FieldOfStudyObjectType value)
Sets the value of the fieldOfStudyReference property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DegreeObjectType degreeReference

protected FieldOfStudyObjectType fieldOfStudyReference

protected Boolean required

Public Constructors

public EducationQualificationProfileReplacementDataType ()

Public Methods

public DegreeObjectType getDegreeReference ()

Gets the value of the degreeReference property.

Returns

public FieldOfStudyObjectType getFieldOfStudyReference ()

Gets the value of the fieldOfStudyReference 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 void setDegreeReference (DegreeObjectType value)

Sets the value of the degreeReference property.

Parameters
value Allowed object is DegreeObjectType

public void setFieldOfStudyReference (FieldOfStudyObjectType value)

Sets the value of the fieldOfStudyReference property.

Parameters
value Allowed object is FieldOfStudyObjectType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean