public class

EducationHistoryDataType

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

Class Overview

Encapsulating element containing all Education data.

Java class for Education_History_DataType complex type.

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

 <complexType name="Education_History_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="Education_Institution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Educational_Institution_Type_Reference" type="{urn:com.workday/bsvc}Educational_Institution_Type_ReferenceType" minOccurs="0"/>
         <element name="Degree_Reference" type="{urn:com.workday/bsvc}Degree_ReferenceType"/>
         <element name="Degree_Completed_Reference" type="{urn:com.workday/bsvc}Degree_CompletedObjectType" minOccurs="0"/>
         <element name="Field_Of_Study_Reference" type="{urn:com.workday/bsvc}Field_Of_Study_ReferenceType" minOccurs="0"/>
         <element name="Education_Institution_Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Education_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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected DegreeCompletedObjectType degreeCompletedReference
protected DegreeReferenceType degreeReference
protected String educationGradeAverage
protected String educationInstitution
protected String educationInstitutionLocation
protected EducationalInstitutionTypeReferenceType educationalInstitutionTypeReference
protected FieldOfStudyReferenceType fieldOfStudyReference
protected XMLGregorianCalendar firstYearAttended
protected XMLGregorianCalendar lastYearAttended
protected SchoolObjectType schoolReference
Public Constructors
EducationHistoryDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
DegreeCompletedObjectType getDegreeCompletedReference()
Gets the value of the degreeCompletedReference property.
DegreeReferenceType getDegreeReference()
Gets the value of the degreeReference property.
String getEducationGradeAverage()
Gets the value of the educationGradeAverage property.
String getEducationInstitution()
Gets the value of the educationInstitution property.
String getEducationInstitutionLocation()
Gets the value of the educationInstitutionLocation property.
EducationalInstitutionTypeReferenceType getEducationalInstitutionTypeReference()
Gets the value of the educationalInstitutionTypeReference property.
FieldOfStudyReferenceType getFieldOfStudyReference()
Gets the value of the fieldOfStudyReference property.
XMLGregorianCalendar getFirstYearAttended()
Gets the value of the firstYearAttended property.
XMLGregorianCalendar getLastYearAttended()
Gets the value of the lastYearAttended property.
SchoolObjectType getSchoolReference()
Gets the value of the schoolReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setDegreeCompletedReference(DegreeCompletedObjectType value)
Sets the value of the degreeCompletedReference property.
void setDegreeReference(DegreeReferenceType value)
Sets the value of the degreeReference property.
void setEducationGradeAverage(String value)
Sets the value of the educationGradeAverage property.
void setEducationInstitution(String value)
Sets the value of the educationInstitution property.
void setEducationInstitutionLocation(String value)
Sets the value of the educationInstitutionLocation property.
void setEducationalInstitutionTypeReference(EducationalInstitutionTypeReferenceType value)
Sets the value of the educationalInstitutionTypeReference property.
void setFieldOfStudyReference(FieldOfStudyReferenceType value)
Sets the value of the fieldOfStudyReference property.
void setFirstYearAttended(XMLGregorianCalendar value)
Sets the value of the firstYearAttended property.
void setLastYearAttended(XMLGregorianCalendar value)
Sets the value of the lastYearAttended property.
void setSchoolReference(SchoolObjectType value)
Sets the value of the schoolReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected DegreeCompletedObjectType degreeCompletedReference

protected DegreeReferenceType degreeReference

protected String educationGradeAverage

protected String educationInstitution

protected String educationInstitutionLocation

protected EducationalInstitutionTypeReferenceType educationalInstitutionTypeReference

protected FieldOfStudyReferenceType fieldOfStudyReference

protected XMLGregorianCalendar firstYearAttended

protected XMLGregorianCalendar lastYearAttended

protected SchoolObjectType schoolReference

Public Constructors

public EducationHistoryDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public DegreeCompletedObjectType getDegreeCompletedReference ()

Gets the value of the degreeCompletedReference property.

Returns

public DegreeReferenceType getDegreeReference ()

Gets the value of the degreeReference property.

Returns

public String getEducationGradeAverage ()

Gets the value of the educationGradeAverage property.

Returns
  • possible object is String

public String getEducationInstitution ()

Gets the value of the educationInstitution property.

Returns
  • possible object is String

public String getEducationInstitutionLocation ()

Gets the value of the educationInstitutionLocation property.

Returns
  • possible object is String

public EducationalInstitutionTypeReferenceType getEducationalInstitutionTypeReference ()

Gets the value of the educationalInstitutionTypeReference property.

Returns

public FieldOfStudyReferenceType getFieldOfStudyReference ()

Gets the value of the fieldOfStudyReference property.

Returns

public XMLGregorianCalendar getFirstYearAttended ()

Gets the value of the firstYearAttended property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastYearAttended ()

Gets the value of the lastYearAttended property.

Returns
  • possible object is XMLGregorianCalendar

public SchoolObjectType getSchoolReference ()

Gets the value of the schoolReference property.

Returns

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setDegreeCompletedReference (DegreeCompletedObjectType value)

Sets the value of the degreeCompletedReference property.

Parameters
value Allowed object is DegreeCompletedObjectType

public void setDegreeReference (DegreeReferenceType value)

Sets the value of the degreeReference property.

Parameters
value Allowed object is DegreeReferenceType

public void setEducationGradeAverage (String value)

Sets the value of the educationGradeAverage property.

Parameters
value Allowed object is String

public void setEducationInstitution (String value)

Sets the value of the educationInstitution property.

Parameters
value Allowed object is String

public void setEducationInstitutionLocation (String value)

Sets the value of the educationInstitutionLocation property.

Parameters
value Allowed object is String

public void setEducationalInstitutionTypeReference (EducationalInstitutionTypeReferenceType value)

Sets the value of the educationalInstitutionTypeReference property.

Parameters
value Allowed object is EducationalInstitutionTypeReferenceType

public void setFieldOfStudyReference (FieldOfStudyReferenceType value)

Sets the value of the fieldOfStudyReference property.

Parameters
value Allowed object is FieldOfStudyReferenceType

public void setFirstYearAttended (XMLGregorianCalendar value)

Sets the value of the firstYearAttended 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 setSchoolReference (SchoolObjectType value)

Sets the value of the schoolReference property.

Parameters
value Allowed object is SchoolObjectType