| java.lang.Object | |
| ↳ | workday.com.bsvc.EducationHistoryDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| degreeCompletedReference | |||||||||||
| degreeReference | |||||||||||
| educationGradeAverage | |||||||||||
| educationInstitution | |||||||||||
| educationInstitutionLocation | |||||||||||
| educationalInstitutionTypeReference | |||||||||||
| fieldOfStudyReference | |||||||||||
| firstYearAttended | |||||||||||
| lastYearAttended | |||||||||||
| schoolReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the degreeCompletedReference property.
| |||||||||||
Gets the value of the degreeReference property.
| |||||||||||
Gets the value of the educationGradeAverage property.
| |||||||||||
Gets the value of the educationInstitution property.
| |||||||||||
Gets the value of the educationInstitutionLocation property.
| |||||||||||
Gets the value of the educationalInstitutionTypeReference property.
| |||||||||||
Gets the value of the fieldOfStudyReference property.
| |||||||||||
Gets the value of the firstYearAttended property.
| |||||||||||
Gets the value of the lastYearAttended property.
| |||||||||||
Gets the value of the schoolReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the degreeCompletedReference property.
| |||||||||||
Sets the value of the degreeReference property.
| |||||||||||
Sets the value of the educationGradeAverage property.
| |||||||||||
Sets the value of the educationInstitution property.
| |||||||||||
Sets the value of the educationInstitutionLocation property.
| |||||||||||
Sets the value of the educationalInstitutionTypeReference property.
| |||||||||||
Sets the value of the fieldOfStudyReference property.
| |||||||||||
Sets the value of the firstYearAttended property.
| |||||||||||
Sets the value of the lastYearAttended property.
| |||||||||||
Sets the value of the schoolReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the degreeCompletedReference property.
DegreeCompletedObjectType
Gets the value of the degreeReference property.
DegreeReferenceType
Gets the value of the educationGradeAverage property.
Gets the value of the educationInstitution property.
Gets the value of the educationInstitutionLocation property.
Gets the value of the educationalInstitutionTypeReference property.
EducationalInstitutionTypeReferenceType
Gets the value of the fieldOfStudyReference property.
FieldOfStudyReferenceType
Gets the value of the firstYearAttended property.
Gets the value of the lastYearAttended property.
Gets the value of the schoolReference property.
SchoolObjectType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the degreeCompletedReference property.
| value | Allowed object is
DegreeCompletedObjectType
|
|---|
Sets the value of the degreeReference property.
| value | Allowed object is
DegreeReferenceType
|
|---|
Sets the value of the educationGradeAverage property.
| value | Allowed object is String |
|---|
Sets the value of the educationInstitution property.
| value | Allowed object is String |
|---|
Sets the value of the educationInstitutionLocation property.
| value | Allowed object is String |
|---|
Sets the value of the educationalInstitutionTypeReference property.
| value | Allowed object is
EducationalInstitutionTypeReferenceType
|
|---|
Sets the value of the fieldOfStudyReference property.
| value | Allowed object is
FieldOfStudyReferenceType
|
|---|
Sets the value of the firstYearAttended property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastYearAttended property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the schoolReference property.
| value | Allowed object is
SchoolObjectType
|
|---|