Class AdmissionApplications
- java.lang.Object
-
- com.ellucian.generated.eedm.admission_applications.v11_0.AdmissionApplications
-
@Generated("jsonschema2pojo") public class AdmissionApplications extends Object
Admission ApplicationsHigher education institution admission applications.
-
-
Field Summary
Fields Modifier and Type Field Description private Object
academicLoad
Academic Loadprivate Object
academicPeriod
Academic Periodprivate Object
admissionPopulation
Admission Populationprivate Object
admittedOn
Admitted Onprivate Applicant
applicant
Applicantprivate Object
appliedOn
Applied Onprivate String
comment
Commentprivate String
id
IDprivate Object
level
Levelprivate Object
matriculatedOn
Matriculated Onprivate Metadata
metadata
Metadataprivate Object
owner
Ownerprivate Object
program
Programprivate String
referenceId
Reference IDprivate Object
residencyType
Residency Typeprivate Object
school
Schoolprivate Object
site
Siteprivate Object
source
Sourceprivate Object
type
Typeprivate Withdrawal
withdrawal
Withdrawal
-
Constructor Summary
Constructors Constructor Description AdmissionApplications()
-
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 admission application") private String id
IDThe global identifier of the admission application (Required)
-
referenceId
@JsonPropertyDescription("The identifier of the application at its origin") private String referenceId
Reference IDThe identifier of the application at its origin
-
applicant
@JsonPropertyDescription("The person applying for the admission.") private Applicant applicant
ApplicantThe person applying for the admission. (Required)
-
type
@JsonPropertyDescription("The type of the application") private Object type
TypeThe type of the application
-
academicPeriod
@JsonPropertyDescription("The starting academic period for the admission") private Object academicPeriod
Academic PeriodThe starting academic period for the admission
-
source
@JsonPropertyDescription("The source of information associated with the application") private Object source
SourceThe source of information associated with the application
-
owner
@JsonPropertyDescription("The institution representative assigned to manage the application") private Object owner
OwnerThe institution representative assigned to manage the application
-
admissionPopulation
@JsonPropertyDescription("The type of admission populations the applicant belongs to") private Object admissionPopulation
Admission PopulationThe type of admission populations the applicant belongs to
-
site
@JsonPropertyDescription("The institution site (campus) selected by the applicant") private Object site
SiteThe institution site (campus) selected by the applicant
-
residencyType
@JsonPropertyDescription("The residency type of the applicant, e.g., \"international\".") private Object residencyType
Residency TypeThe residency type of the applicant, e.g., "international".
-
academicLoad
@JsonPropertyDescription("The academic load selection, e.g., full- or part-time") private Object academicLoad
Academic LoadThe academic load selection, e.g., full- or part-time
-
program
@JsonPropertyDescription("The academic program applied for") private Object program
ProgramThe academic program applied for
-
level
@JsonPropertyDescription("Academic level") private Object level
LevelAcademic level
-
school
@JsonPropertyDescription("The school or college of the institution the application is associated with") private Object school
SchoolThe school or college of the institution the application is associated with
-
appliedOn
@JsonPropertyDescription("The date the application was submitted.") private Object appliedOn
Applied OnThe date the application was submitted.
-
admittedOn
@JsonPropertyDescription("The earliest admit date for this application.") private Object admittedOn
Admitted OnThe earliest admit date for this application.
-
matriculatedOn
@JsonPropertyDescription("The earliest date for a decision/status that would trigger a move to student for this application.") private Object matriculatedOn
Matriculated OnThe earliest date for a decision/status that would trigger a move to student for this application.
-
withdrawal
@JsonPropertyDescription("Application withdrawal related information") private Withdrawal withdrawal
WithdrawalApplication withdrawal related information
-
comment
@JsonPropertyDescription("The comment associated with the application") private String comment
CommentThe comment associated with the application
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AdmissionApplications withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the admission application (Required)
-
setId
public void setId(String id)
IDThe global identifier of the admission application (Required)
-
withId
public AdmissionApplications withId(String id)
-
getReferenceId
public String getReferenceId()
Reference IDThe identifier of the application at its origin
-
setReferenceId
public void setReferenceId(String referenceId)
Reference IDThe identifier of the application at its origin
-
withReferenceId
public AdmissionApplications withReferenceId(String referenceId)
-
getApplicant
public Applicant getApplicant()
ApplicantThe person applying for the admission. (Required)
-
setApplicant
public void setApplicant(Applicant applicant)
ApplicantThe person applying for the admission. (Required)
-
withApplicant
public AdmissionApplications withApplicant(Applicant applicant)
-
getType
public Object getType()
TypeThe type of the application
-
setType
public void setType(Object type)
TypeThe type of the application
-
withType
public AdmissionApplications withType(Object type)
-
getAcademicPeriod
public Object getAcademicPeriod()
Academic PeriodThe starting academic period for the admission
-
setAcademicPeriod
public void setAcademicPeriod(Object academicPeriod)
Academic PeriodThe starting academic period for the admission
-
withAcademicPeriod
public AdmissionApplications withAcademicPeriod(Object academicPeriod)
-
getSource
public Object getSource()
SourceThe source of information associated with the application
-
setSource
public void setSource(Object source)
SourceThe source of information associated with the application
-
withSource
public AdmissionApplications withSource(Object source)
-
getOwner
public Object getOwner()
OwnerThe institution representative assigned to manage the application
-
setOwner
public void setOwner(Object owner)
OwnerThe institution representative assigned to manage the application
-
withOwner
public AdmissionApplications withOwner(Object owner)
-
getAdmissionPopulation
public Object getAdmissionPopulation()
Admission PopulationThe type of admission populations the applicant belongs to
-
setAdmissionPopulation
public void setAdmissionPopulation(Object admissionPopulation)
Admission PopulationThe type of admission populations the applicant belongs to
-
withAdmissionPopulation
public AdmissionApplications withAdmissionPopulation(Object admissionPopulation)
-
getSite
public Object getSite()
SiteThe institution site (campus) selected by the applicant
-
setSite
public void setSite(Object site)
SiteThe institution site (campus) selected by the applicant
-
withSite
public AdmissionApplications withSite(Object site)
-
getResidencyType
public Object getResidencyType()
Residency TypeThe residency type of the applicant, e.g., "international".
-
setResidencyType
public void setResidencyType(Object residencyType)
Residency TypeThe residency type of the applicant, e.g., "international".
-
withResidencyType
public AdmissionApplications withResidencyType(Object residencyType)
-
getAcademicLoad
public Object getAcademicLoad()
Academic LoadThe academic load selection, e.g., full- or part-time
-
setAcademicLoad
public void setAcademicLoad(Object academicLoad)
Academic LoadThe academic load selection, e.g., full- or part-time
-
withAcademicLoad
public AdmissionApplications withAcademicLoad(Object academicLoad)
-
getProgram
public Object getProgram()
ProgramThe academic program applied for
-
setProgram
public void setProgram(Object program)
ProgramThe academic program applied for
-
withProgram
public AdmissionApplications withProgram(Object program)
-
getLevel
public Object getLevel()
LevelAcademic level
-
setLevel
public void setLevel(Object level)
LevelAcademic level
-
withLevel
public AdmissionApplications withLevel(Object level)
-
getSchool
public Object getSchool()
SchoolThe school or college of the institution the application is associated with
-
setSchool
public void setSchool(Object school)
SchoolThe school or college of the institution the application is associated with
-
withSchool
public AdmissionApplications withSchool(Object school)
-
getAppliedOn
public Object getAppliedOn()
Applied OnThe date the application was submitted.
-
setAppliedOn
public void setAppliedOn(Object appliedOn)
Applied OnThe date the application was submitted.
-
withAppliedOn
public AdmissionApplications withAppliedOn(Object appliedOn)
-
getAdmittedOn
public Object getAdmittedOn()
Admitted OnThe earliest admit date for this application.
-
setAdmittedOn
public void setAdmittedOn(Object admittedOn)
Admitted OnThe earliest admit date for this application.
-
withAdmittedOn
public AdmissionApplications withAdmittedOn(Object admittedOn)
-
getMatriculatedOn
public Object getMatriculatedOn()
Matriculated OnThe earliest date for a decision/status that would trigger a move to student for this application.
-
setMatriculatedOn
public void setMatriculatedOn(Object matriculatedOn)
Matriculated OnThe earliest date for a decision/status that would trigger a move to student for this application.
-
withMatriculatedOn
public AdmissionApplications withMatriculatedOn(Object matriculatedOn)
-
getWithdrawal
public Withdrawal getWithdrawal()
WithdrawalApplication withdrawal related information
-
setWithdrawal
public void setWithdrawal(Withdrawal withdrawal)
WithdrawalApplication withdrawal related information
-
withWithdrawal
public AdmissionApplications withWithdrawal(Withdrawal withdrawal)
-
getComment
public String getComment()
CommentThe comment associated with the application
-
setComment
public void setComment(String comment)
CommentThe comment associated with the application
-
withComment
public AdmissionApplications withComment(String comment)
-
-