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 Object
classPercentile
Class Percentileprivate Object
classRank
Class Rankprivate Object
classSize
Class Sizeprivate Object
credential
Credentialprivate Object
credentialsDate
Credentials Dateprivate Object
creditsEarned
Credits Earnedprivate List<Discipline>
disciplines
Disciplinesprivate Object
endOn
End Dateprivate Object
graduatedOn
Graduated Onprivate String
id
IDprivate Institution
institution
Institutionprivate Metadata
metadata
Metadataprivate String
performanceMeasure
Performance Measureprivate Person
person
Personprivate List<Recognition>
recognitions
Recognitionsprivate Object
startOn
Start Dateprivate String
thesisTitle
Thesis Titleprivate Object
transcriptReceivedOn
Transcript Received On
-
Constructor Summary
Constructors Constructor Description ExternalEducation()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the external education.") private String id
IDThe global identifier of the external education. (Required)
-
person
@JsonPropertyDescription("The person who was educated at the institution.") private Person person
PersonThe person who was educated at the institution. (Required)
-
institution
@JsonPropertyDescription("The educational institution where the person studied.") private Institution institution
InstitutionThe educational institution where the person studied. (Required)
-
credential
@JsonPropertyDescription("The academic credential (degree, diploma, etc.) the person was awarded at the institution.") private Object credential
CredentialThe 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> disciplines
DisciplinesThe 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 startOn
Start 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 endOn
End 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 performanceMeasure
Performance 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> recognitions
RecognitionsAcademic recognitions received by the person at the institution.
-
graduatedOn
@JsonPropertyDescription("The date the student graduated from the institution.") private Object graduatedOn
Graduated 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 credentialsDate
Credentials 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 transcriptReceivedOn
Transcript Received OnThe date that the transcript for the student's education was received.
-
thesisTitle
@JsonPropertyDescription("The title of the thesis (dissertation).") private String thesisTitle
Thesis 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 creditsEarned
Credits 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 classSize
Class SizeThe size of the class associate with the person's course of study.
-
classPercentile
@JsonPropertyDescription("The person\'s class percentile.") private Object classPercentile
Class PercentileThe person's class percentile.
-
classRank
@JsonPropertyDescription("The person\'s class rank.") private Object classRank
Class 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)
-
-