public class

EducationQualificationProfileDataType

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

Class Overview

Encapsulating element containing all Education Qualification Profile data.

Java class for Education_Qualification_Profile_DataType complex type.

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

 <complexType name="Education_Qualification_Profile_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Degree_Reference" type="{urn:com.workday/bsvc}Degree_ReferenceType"/>
         <element name="Field_Of_Study_Reference" type="{urn:com.workday/bsvc}Field_Of_Study_ReferenceType" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DegreeReferenceType degreeReference
protected FieldOfStudyReferenceType fieldOfStudyReference
protected Boolean required
Public Constructors
EducationQualificationProfileDataType()
Public Methods
DegreeReferenceType getDegreeReference()
Gets the value of the degreeReference property.
FieldOfStudyReferenceType getFieldOfStudyReference()
Gets the value of the fieldOfStudyReference property.
Boolean isRequired()
Gets the value of the required property.
void setDegreeReference(DegreeReferenceType value)
Sets the value of the degreeReference property.
void setFieldOfStudyReference(FieldOfStudyReferenceType 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

Fields

protected DegreeReferenceType degreeReference

protected FieldOfStudyReferenceType fieldOfStudyReference

protected Boolean required

Public Constructors

public EducationQualificationProfileDataType ()

Public Methods

public DegreeReferenceType getDegreeReference ()

Gets the value of the degreeReference property.

Returns

public FieldOfStudyReferenceType getFieldOfStudyReference ()

Gets the value of the fieldOfStudyReference property.

Returns

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setDegreeReference (DegreeReferenceType value)

Sets the value of the degreeReference property.

Parameters
value Allowed object is DegreeReferenceType

public void setFieldOfStudyReference (FieldOfStudyReferenceType value)

Sets the value of the fieldOfStudyReference property.

Parameters
value Allowed object is FieldOfStudyReferenceType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean