Class ExternalEducation
- java.lang.Object
-
- com.ellucian.generated.eedm.external_education.v6_0.ExternalEducation
-
@Generated("jsonschema2pojo") public class ExternalEducation extends Object
External EducationA record of person's education outside of the home institution.
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectclassPercentileClass Percentileprivate ObjectclassRankClass Rankprivate ObjectclassSizeClass Sizeprivate ObjectcredentialCredentialprivate ObjectcredentialsDateCredentials Dateprivate ObjectcreditsEarnedCredits Earnedprivate List<Discipline>disciplinesDisciplinesprivate ObjectendOnEnd Dateprivate ObjectgraduatedOnGraduated Onprivate StringidIDprivate InstitutioninstitutionInstitutionprivate MetadatametadataMetadataprivate StringperformanceMeasurePerformance Measureprivate PersonpersonPersonprivate List<Recognition>recognitionsRecognitionsprivate ObjectstartOnStart Dateprivate StringthesisTitleThesis Titleprivate ObjecttranscriptReceivedOnTranscript Received On
-
Constructor Summary
Constructors Constructor Description ExternalEducation()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the external education.") private String idIDThe global identifier of the external education. (Required)
-
person
@JsonPropertyDescription("The person who was educated at the institution.") private Person personPersonThe person who was educated at the institution. (Required)
-
institution
@JsonPropertyDescription("The educational institution where the person studied.") private Institution institutionInstitutionThe educational institution where the person studied. (Required)
-
credential
@JsonPropertyDescription("The academic credential (degree, diploma, etc.) the person was awarded at the institution.") private Object credentialCredentialThe academic credential (degree, diploma, etc.) the person was awarded at the institution.
-
disciplines
@JsonPropertyDescription("The academic disciplines associated with the person\'s course of study at the institution.") private List<Discipline> disciplinesDisciplinesThe academic disciplines associated with the person's course of study at the institution.
-
startOn
@JsonPropertyDescription("The date when the person\'s education at the institution began.") private Object startOnStart DateThe date when the person's education at the institution began.
-
endOn
@JsonPropertyDescription("The date when the person\'s education at the institution ended.") private Object endOnEnd DateThe date when the person's education at the institution ended.
-
performanceMeasure
@JsonPropertyDescription("A measurement of the student\'s educational performance at the institution (e.g. GPA).") private String performanceMeasurePerformance MeasureA measurement of the student's educational performance at the institution (e.g. GPA).
-
recognitions
@JsonPropertyDescription("Academic recognitions received by the person at the institution.") private List<Recognition> recognitionsRecognitionsAcademic recognitions received by the person at the institution.
-
graduatedOn
@JsonPropertyDescription("The date the student graduated from the institution.") private Object graduatedOnGraduated OnThe date the student graduated from the institution.
-
credentialsDate
@JsonPropertyDescription("The date when the institution awarded a credential (e.g. degree) to the person.") private Object credentialsDateCredentials DateThe date when the institution awarded a credential (e.g. degree) to the person.
-
transcriptReceivedOn
@JsonPropertyDescription("The date that the transcript for the student\'s education was received.") private Object transcriptReceivedOnTranscript Received OnThe date that the transcript for the student's education was received.
-
thesisTitle
@JsonPropertyDescription("The title of the thesis (dissertation).") private String thesisTitleThesis TitleThe title of the thesis (dissertation).
-
creditsEarned
@JsonPropertyDescription("The number of credits earned during the person\'s course of study at the institution.") private Object creditsEarnedCredits EarnedThe number of credits earned during the person's course of study at the institution.
-
classSize
@JsonPropertyDescription("The size of the class associate with the person\'s course of study.") private Object classSizeClass SizeThe size of the class associate with the person's course of study.
-
classPercentile
@JsonPropertyDescription("The person\'s class percentile.") private Object classPercentileClass PercentileThe person's class percentile.
-
classRank
@JsonPropertyDescription("The person\'s class rank.") private Object classRankClass RankThe person's class rank.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public ExternalEducation withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the external education. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the external education. (Required)
-
withId
public ExternalEducation withId(String id)
-
getPerson
public Person getPerson()
PersonThe person who was educated at the institution. (Required)
-
setPerson
public void setPerson(Person person)
PersonThe person who was educated at the institution. (Required)
-
withPerson
public ExternalEducation withPerson(Person person)
-
getInstitution
public Institution getInstitution()
InstitutionThe educational institution where the person studied. (Required)
-
setInstitution
public void setInstitution(Institution institution)
InstitutionThe educational institution where the person studied. (Required)
-
withInstitution
public ExternalEducation withInstitution(Institution institution)
-
getCredential
public Object getCredential()
CredentialThe academic credential (degree, diploma, etc.) the person was awarded at the institution.
-
setCredential
public void setCredential(Object credential)
CredentialThe academic credential (degree, diploma, etc.) the person was awarded at the institution.
-
withCredential
public ExternalEducation withCredential(Object credential)
-
getDisciplines
public List<Discipline> getDisciplines()
DisciplinesThe academic disciplines associated with the person's course of study at the institution.
-
setDisciplines
public void setDisciplines(List<Discipline> disciplines)
DisciplinesThe academic disciplines associated with the person's course of study at the institution.
-
withDisciplines
public ExternalEducation withDisciplines(List<Discipline> disciplines)
-
getStartOn
public Object getStartOn()
Start DateThe date when the person's education at the institution began.
-
setStartOn
public void setStartOn(Object startOn)
Start DateThe date when the person's education at the institution began.
-
withStartOn
public ExternalEducation withStartOn(Object startOn)
-
getEndOn
public Object getEndOn()
End DateThe date when the person's education at the institution ended.
-
setEndOn
public void setEndOn(Object endOn)
End DateThe date when the person's education at the institution ended.
-
withEndOn
public ExternalEducation withEndOn(Object endOn)
-
getPerformanceMeasure
public String getPerformanceMeasure()
Performance MeasureA measurement of the student's educational performance at the institution (e.g. GPA).
-
setPerformanceMeasure
public void setPerformanceMeasure(String performanceMeasure)
Performance MeasureA measurement of the student's educational performance at the institution (e.g. GPA).
-
withPerformanceMeasure
public ExternalEducation withPerformanceMeasure(String performanceMeasure)
-
getRecognitions
public List<Recognition> getRecognitions()
RecognitionsAcademic recognitions received by the person at the institution.
-
setRecognitions
public void setRecognitions(List<Recognition> recognitions)
RecognitionsAcademic recognitions received by the person at the institution.
-
withRecognitions
public ExternalEducation withRecognitions(List<Recognition> recognitions)
-
getGraduatedOn
public Object getGraduatedOn()
Graduated OnThe date the student graduated from the institution.
-
setGraduatedOn
public void setGraduatedOn(Object graduatedOn)
Graduated OnThe date the student graduated from the institution.
-
withGraduatedOn
public ExternalEducation withGraduatedOn(Object graduatedOn)
-
getCredentialsDate
public Object getCredentialsDate()
Credentials DateThe date when the institution awarded a credential (e.g. degree) to the person.
-
setCredentialsDate
public void setCredentialsDate(Object credentialsDate)
Credentials DateThe date when the institution awarded a credential (e.g. degree) to the person.
-
withCredentialsDate
public ExternalEducation withCredentialsDate(Object credentialsDate)
-
getTranscriptReceivedOn
public Object getTranscriptReceivedOn()
Transcript Received OnThe date that the transcript for the student's education was received.
-
setTranscriptReceivedOn
public void setTranscriptReceivedOn(Object transcriptReceivedOn)
Transcript Received OnThe date that the transcript for the student's education was received.
-
withTranscriptReceivedOn
public ExternalEducation withTranscriptReceivedOn(Object transcriptReceivedOn)
-
getThesisTitle
public String getThesisTitle()
Thesis TitleThe title of the thesis (dissertation).
-
setThesisTitle
public void setThesisTitle(String thesisTitle)
Thesis TitleThe title of the thesis (dissertation).
-
withThesisTitle
public ExternalEducation withThesisTitle(String thesisTitle)
-
getCreditsEarned
public Object getCreditsEarned()
Credits EarnedThe number of credits earned during the person's course of study at the institution.
-
setCreditsEarned
public void setCreditsEarned(Object creditsEarned)
Credits EarnedThe number of credits earned during the person's course of study at the institution.
-
withCreditsEarned
public ExternalEducation withCreditsEarned(Object creditsEarned)
-
getClassSize
public Object getClassSize()
Class SizeThe size of the class associate with the person's course of study.
-
setClassSize
public void setClassSize(Object classSize)
Class SizeThe size of the class associate with the person's course of study.
-
withClassSize
public ExternalEducation withClassSize(Object classSize)
-
getClassPercentile
public Object getClassPercentile()
Class PercentileThe person's class percentile.
-
setClassPercentile
public void setClassPercentile(Object classPercentile)
Class PercentileThe person's class percentile.
-
withClassPercentile
public ExternalEducation withClassPercentile(Object classPercentile)
-
getClassRank
public Object getClassRank()
Class RankThe person's class rank.
-
setClassRank
public void setClassRank(Object classRank)
Class RankThe person's class rank.
-
withClassRank
public ExternalEducation withClassRank(Object classRank)
-
-