public class

EducationAchievementDataType

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

Class Overview

Wrapper element for Education information.

Java class for Education_Achievement_DataType complex type.

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

 <complexType name="Education_Achievement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Education_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remove_Education" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="School_Reference" type="{urn:com.workday/bsvc}SchoolObjectType" minOccurs="0"/>
         <element name="School_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="School_Type_Reference" type="{urn:com.workday/bsvc}Educational_Institution_TypeObjectType" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Degree_Reference" type="{urn:com.workday/bsvc}DegreeObjectType" minOccurs="0"/>
         <element name="Degree_Completed_Reference" type="{urn:com.workday/bsvc}Degree_CompletedObjectType" minOccurs="0"/>
         <element name="Date_Degree_Received" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Field_Of_Study_Reference" type="{urn:com.workday/bsvc}Field_of_StudyObjectType" minOccurs="0"/>
         <element name="Grade_Average" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="First_Year_Attended" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Last_Year_Attended" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Is_Highest_Level_of_Education" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="First_Day_Attended" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Last_Day_Attended" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected XMLGregorianCalendar dateDegreeReceived
protected DegreeCompletedObjectType degreeCompletedReference
protected DegreeObjectType degreeReference
protected String educationID
protected FieldOfStudyObjectType fieldOfStudyReference
protected XMLGregorianCalendar firstDayAttended
protected XMLGregorianCalendar firstYearAttended
protected String gradeAverage
protected Boolean isHighestLevelOfEducation
protected XMLGregorianCalendar lastDayAttended
protected XMLGregorianCalendar lastYearAttended
protected String location
protected Boolean removeEducation
protected String schoolName
protected SchoolObjectType schoolReference
protected EducationalInstitutionTypeObjectType schoolTypeReference
Public Constructors
EducationAchievementDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getDateDegreeReceived()
Gets the value of the dateDegreeReceived property.
DegreeCompletedObjectType getDegreeCompletedReference()
Gets the value of the degreeCompletedReference property.
DegreeObjectType getDegreeReference()
Gets the value of the degreeReference property.
String getEducationID()
Gets the value of the educationID property.
FieldOfStudyObjectType getFieldOfStudyReference()
Gets the value of the fieldOfStudyReference property.
XMLGregorianCalendar getFirstDayAttended()
Gets the value of the firstDayAttended property.
XMLGregorianCalendar getFirstYearAttended()
Gets the value of the firstYearAttended property.
String getGradeAverage()
Gets the value of the gradeAverage property.
Boolean getIsHighestLevelOfEducation()
Gets the value of the isHighestLevelOfEducation property.
XMLGregorianCalendar getLastDayAttended()
Gets the value of the lastDayAttended property.
XMLGregorianCalendar getLastYearAttended()
Gets the value of the lastYearAttended property.
String getLocation()
Gets the value of the location property.
Boolean getRemoveEducation()
Gets the value of the removeEducation property.
String getSchoolName()
Gets the value of the schoolName property.
SchoolObjectType getSchoolReference()
Gets the value of the schoolReference property.
EducationalInstitutionTypeObjectType getSchoolTypeReference()
Gets the value of the schoolTypeReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setDateDegreeReceived(XMLGregorianCalendar value)
Sets the value of the dateDegreeReceived property.
void setDegreeCompletedReference(DegreeCompletedObjectType value)
Sets the value of the degreeCompletedReference property.
void setDegreeReference(DegreeObjectType value)
Sets the value of the degreeReference property.
void setEducationID(String value)
Sets the value of the educationID property.
void setFieldOfStudyReference(FieldOfStudyObjectType value)
Sets the value of the fieldOfStudyReference property.
void setFirstDayAttended(XMLGregorianCalendar value)
Sets the value of the firstDayAttended property.
void setFirstYearAttended(XMLGregorianCalendar value)
Sets the value of the firstYearAttended property.
void setGradeAverage(String value)
Sets the value of the gradeAverage property.
void setIsHighestLevelOfEducation(Boolean value)
Sets the value of the isHighestLevelOfEducation property.
void setLastDayAttended(XMLGregorianCalendar value)
Sets the value of the lastDayAttended property.
void setLastYearAttended(XMLGregorianCalendar value)
Sets the value of the lastYearAttended property.
void setLocation(String value)
Sets the value of the location property.
void setRemoveEducation(Boolean value)
Sets the value of the removeEducation property.
void setSchoolName(String value)
Sets the value of the schoolName property.
void setSchoolReference(SchoolObjectType value)
Sets the value of the schoolReference property.
void setSchoolTypeReference(EducationalInstitutionTypeObjectType value)
Sets the value of the schoolTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected XMLGregorianCalendar dateDegreeReceived

protected DegreeCompletedObjectType degreeCompletedReference

protected DegreeObjectType degreeReference

protected String educationID

protected FieldOfStudyObjectType fieldOfStudyReference

protected XMLGregorianCalendar firstDayAttended

protected XMLGregorianCalendar firstYearAttended

protected String gradeAverage

protected Boolean isHighestLevelOfEducation

protected XMLGregorianCalendar lastDayAttended

protected XMLGregorianCalendar lastYearAttended

protected String location

protected Boolean removeEducation

protected String schoolName

protected SchoolObjectType schoolReference

protected EducationalInstitutionTypeObjectType schoolTypeReference

Public Constructors

public EducationAchievementDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public XMLGregorianCalendar getDateDegreeReceived ()

Gets the value of the dateDegreeReceived property.

Returns
  • possible object is XMLGregorianCalendar

public DegreeCompletedObjectType getDegreeCompletedReference ()

Gets the value of the degreeCompletedReference property.

Returns

public DegreeObjectType getDegreeReference ()

Gets the value of the degreeReference property.

Returns

public String getEducationID ()

Gets the value of the educationID property.

Returns
  • possible object is String

public FieldOfStudyObjectType getFieldOfStudyReference ()

Gets the value of the fieldOfStudyReference property.

Returns

public XMLGregorianCalendar getFirstDayAttended ()

Gets the value of the firstDayAttended property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getFirstYearAttended ()

Gets the value of the firstYearAttended property.

Returns
  • possible object is XMLGregorianCalendar

public String getGradeAverage ()

Gets the value of the gradeAverage property.

Returns
  • possible object is String

public Boolean getIsHighestLevelOfEducation ()

Gets the value of the isHighestLevelOfEducation property. This getter has been renamed from isIsHighestLevelOfEducation() to getIsHighestLevelOfEducation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getLastDayAttended ()

Gets the value of the lastDayAttended property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastYearAttended ()

Gets the value of the lastYearAttended property.

Returns
  • possible object is XMLGregorianCalendar

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public Boolean getRemoveEducation ()

Gets the value of the removeEducation property. This getter has been renamed from isRemoveEducation() to getRemoveEducation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getSchoolName ()

Gets the value of the schoolName property.

Returns
  • possible object is String

public SchoolObjectType getSchoolReference ()

Gets the value of the schoolReference property.

Returns

public EducationalInstitutionTypeObjectType getSchoolTypeReference ()

Gets the value of the schoolTypeReference property.

Returns

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setDateDegreeReceived (XMLGregorianCalendar value)

Sets the value of the dateDegreeReceived property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDegreeCompletedReference (DegreeCompletedObjectType value)

Sets the value of the degreeCompletedReference property.

Parameters
value Allowed object is DegreeCompletedObjectType

public void setDegreeReference (DegreeObjectType value)

Sets the value of the degreeReference property.

Parameters
value Allowed object is DegreeObjectType

public void setEducationID (String value)

Sets the value of the educationID property.

Parameters
value Allowed object is String

public void setFieldOfStudyReference (FieldOfStudyObjectType value)

Sets the value of the fieldOfStudyReference property.

Parameters
value Allowed object is FieldOfStudyObjectType

public void setFirstDayAttended (XMLGregorianCalendar value)

Sets the value of the firstDayAttended property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFirstYearAttended (XMLGregorianCalendar value)

Sets the value of the firstYearAttended property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setGradeAverage (String value)

Sets the value of the gradeAverage property.

Parameters
value Allowed object is String

public void setIsHighestLevelOfEducation (Boolean value)

Sets the value of the isHighestLevelOfEducation property.

Parameters
value Allowed object is Boolean

public void setLastDayAttended (XMLGregorianCalendar value)

Sets the value of the lastDayAttended property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastYearAttended (XMLGregorianCalendar value)

Sets the value of the lastYearAttended property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setRemoveEducation (Boolean value)

Sets the value of the removeEducation property.

Parameters
value Allowed object is Boolean

public void setSchoolName (String value)

Sets the value of the schoolName property.

Parameters
value Allowed object is String

public void setSchoolReference (SchoolObjectType value)

Sets the value of the schoolReference property.

Parameters
value Allowed object is SchoolObjectType

public void setSchoolTypeReference (EducationalInstitutionTypeObjectType value)

Sets the value of the schoolTypeReference property.

Parameters
value Allowed object is EducationalInstitutionTypeObjectType