Class ExternalEducation


  • @Generated("jsonschema2pojo")
    public class ExternalEducation
    extends Object
    External Education

    A record of person's education outside of the home institution.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the external education.")
        private String id
        ID

        The global identifier of the external education. (Required)

      • person

        @JsonPropertyDescription("The person who was educated at the institution.")
        private Person person
        Person

        The person who was educated at the institution. (Required)

      • institution

        @JsonPropertyDescription("The educational institution where the person studied.")
        private Institution institution
        Institution

        The 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
        Credential

        The 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
        Disciplines

        The 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 Date

        The 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 Date

        The 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 Measure

        A 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
        Recognitions

        Academic recognitions received by the person at the institution.

      • graduatedOn

        @JsonPropertyDescription("The date the student graduated from the institution.")
        private Object graduatedOn
        Graduated On

        The 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 Date

        The 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 On

        The date that the transcript for the student's education was received.

      • thesisTitle

        @JsonPropertyDescription("The title of the thesis (dissertation).")
        private String thesisTitle
        Thesis Title

        The 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 Earned

        The 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 Size

        The size of the class associate with the person's course of study.

      • classPercentile

        @JsonPropertyDescription("The person\'s class percentile.")
        private Object classPercentile
        Class Percentile

        The person's class percentile.

      • classRank

        @JsonPropertyDescription("The person\'s class rank.")
        private Object classRank
        Class Rank

        The person's class rank.

    • Constructor Detail

      • ExternalEducation

        public ExternalEducation()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the external education. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the external education. (Required)

      • getPerson

        public Person getPerson()
        Person

        The person who was educated at the institution. (Required)

      • setPerson

        public void setPerson​(Person person)
        Person

        The person who was educated at the institution. (Required)

      • getInstitution

        public Institution getInstitution()
        Institution

        The educational institution where the person studied. (Required)

      • setInstitution

        public void setInstitution​(Institution institution)
        Institution

        The educational institution where the person studied. (Required)

      • getCredential

        public Object getCredential()
        Credential

        The academic credential (degree, diploma, etc.) the person was awarded at the institution.

      • setCredential

        public void setCredential​(Object credential)
        Credential

        The academic credential (degree, diploma, etc.) the person was awarded at the institution.

      • getDisciplines

        public List<Discipline> getDisciplines()
        Disciplines

        The academic disciplines associated with the person's course of study at the institution.

      • setDisciplines

        public void setDisciplines​(List<Discipline> disciplines)
        Disciplines

        The academic disciplines associated with the person's course of study at the institution.

      • getStartOn

        public Object getStartOn()
        Start Date

        The date when the person's education at the institution began.

      • setStartOn

        public void setStartOn​(Object startOn)
        Start Date

        The date when the person's education at the institution began.

      • getEndOn

        public Object getEndOn()
        End Date

        The date when the person's education at the institution ended.

      • setEndOn

        public void setEndOn​(Object endOn)
        End Date

        The date when the person's education at the institution ended.

      • getPerformanceMeasure

        public String getPerformanceMeasure()
        Performance Measure

        A measurement of the student's educational performance at the institution (e.g. GPA).

      • setPerformanceMeasure

        public void setPerformanceMeasure​(String performanceMeasure)
        Performance Measure

        A measurement of the student's educational performance at the institution (e.g. GPA).

      • getRecognitions

        public List<Recognition> getRecognitions()
        Recognitions

        Academic recognitions received by the person at the institution.

      • setRecognitions

        public void setRecognitions​(List<Recognition> recognitions)
        Recognitions

        Academic recognitions received by the person at the institution.

      • getGraduatedOn

        public Object getGraduatedOn()
        Graduated On

        The date the student graduated from the institution.

      • setGraduatedOn

        public void setGraduatedOn​(Object graduatedOn)
        Graduated On

        The date the student graduated from the institution.

      • getCredentialsDate

        public Object getCredentialsDate()
        Credentials Date

        The date when the institution awarded a credential (e.g. degree) to the person.

      • setCredentialsDate

        public void setCredentialsDate​(Object credentialsDate)
        Credentials Date

        The date when the institution awarded a credential (e.g. degree) to the person.

      • getTranscriptReceivedOn

        public Object getTranscriptReceivedOn()
        Transcript Received On

        The date that the transcript for the student's education was received.

      • setTranscriptReceivedOn

        public void setTranscriptReceivedOn​(Object transcriptReceivedOn)
        Transcript Received On

        The date that the transcript for the student's education was received.

      • getThesisTitle

        public String getThesisTitle()
        Thesis Title

        The title of the thesis (dissertation).

      • setThesisTitle

        public void setThesisTitle​(String thesisTitle)
        Thesis Title

        The title of the thesis (dissertation).

      • getCreditsEarned

        public Object getCreditsEarned()
        Credits Earned

        The number of credits earned during the person's course of study at the institution.

      • setCreditsEarned

        public void setCreditsEarned​(Object creditsEarned)
        Credits Earned

        The number of credits earned during the person's course of study at the institution.

      • getClassSize

        public Object getClassSize()
        Class Size

        The size of the class associate with the person's course of study.

      • setClassSize

        public void setClassSize​(Object classSize)
        Class Size

        The size of the class associate with the person's course of study.

      • getClassPercentile

        public Object getClassPercentile()
        Class Percentile

        The person's class percentile.

      • setClassPercentile

        public void setClassPercentile​(Object classPercentile)
        Class Percentile

        The person's class percentile.

      • getClassRank

        public Object getClassRank()
        Class Rank

        The person's class rank.

      • setClassRank

        public void setClassRank​(Object classRank)
        Class Rank

        The person's class rank.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object