Class FinancialAidApplicationOutcomes
- java.lang.Object
-
- com.ellucian.generated.eedm.financial_aid_application_outcomes.v9_1_0.FinancialAidApplicationOutcomes
-
@Generated("jsonschema2pojo") public class FinancialAidApplicationOutcomes extends Object
Financial Aid Application OutcomesThe analysis results of applicants' financial aid applications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFinancialAidApplicationOutcomes.MethodologyMethodology
-
Field Summary
Fields Modifier and Type Field Description private AidYearaidYearAid Yearprivate ApplicantapplicantApplicantprivate ObjectapplicantHomeEquityApplicant Home Equityprivate ApplicationapplicationApplicationprivate ObjectautomaticZeroContributionAutomatic Zero Contributionprivate ObjectcustodialParentHomeEquityCustodial Parent Home Equityprivate ObjectdependencyDependencyprivate ObjectdependencyOverrideDependency Overrideprivate ObjectexpectedFamilyContributionExpected Family Contributionprivate ObjectexpectedNoncustodialParentContributionExpected Noncustodial Parent Contributionprivate ObjectexpectedStudentContributionExpected Student Contributionprivate ObjectexpectedTotalParentContributionExpected Total Parent Contributionprivate StringidIDprivate MetadatametadataMetadataprivate FinancialAidApplicationOutcomes.MethodologymethodologyMethodologyprivate ObjectnonCustodialParentHomeEquityNon Custodial Parent Home Equityprivate ObjectpellEligibilityPell Eligibilityprivate ObjectprofessionalJudgementProfessional Judgementprivate ObjectrejectionStatusRejection Statusprivate ObjectsimplifiedNeedsTestSimplified Needs Testprivate ObjectstudentAidReportResolutionStudent Aid Report Resolutionprivate ObjecttotalIncomeTotal Incomeprivate StringverificationCategoryVerification Categoryprivate ObjectverificationStatusVerification Status
-
Constructor Summary
Constructors Constructor Description FinancialAidApplicationOutcomes()
-
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 financial aid application outcome.") private String idIDThe global identifier of the financial aid application outcome. (Required)
-
applicant
@JsonPropertyDescription("The person who applied for financial aid.") private Applicant applicantApplicantThe person who applied for financial aid. (Required)
-
aidYear
@JsonPropertyDescription("The financial aid year for which the applicant applied.") private AidYear aidYearAid YearThe financial aid year for which the applicant applied. (Required)
-
methodology
@JsonPropertyDescription("The methodology used to analyze the application.") private FinancialAidApplicationOutcomes.Methodology methodologyMethodologyThe methodology used to analyze the application. (Required)
-
application
@JsonPropertyDescription("The application analyzed to generate the outcome.") private Application applicationApplicationThe application analyzed to generate the outcome. (Required)
-
rejectionStatus
@JsonPropertyDescription("An indication if the financial aid application has been rejected.") private Object rejectionStatusRejection StatusAn indication if the financial aid application has been rejected.
-
studentAidReportResolution
@JsonPropertyDescription("An indication that the SAR C flag has been set and requires resolution.") private Object studentAidReportResolutionStudent Aid Report ResolutionAn indication that the SAR C flag has been set and requires resolution.
-
dependency
@JsonPropertyDescription("An indication of the applicant\'s dependency status.") private Object dependencyDependencyAn indication of the applicant's dependency status.
-
dependencyOverride
@JsonPropertyDescription("An indication that the applicant\'s dependency status has been overridden.") private Object dependencyOverrideDependency OverrideAn indication that the applicant's dependency status has been overridden.
-
expectedFamilyContribution
@JsonPropertyDescription("The expected contribution from the family.") private Object expectedFamilyContributionExpected Family ContributionThe expected contribution from the family.
-
expectedStudentContribution
@JsonPropertyDescription("The expected contribution from the student.") private Object expectedStudentContributionExpected Student ContributionThe expected contribution from the student.
-
expectedTotalParentContribution
@JsonPropertyDescription("The expected total contribution from the parent(s).") private Object expectedTotalParentContributionExpected Total Parent ContributionThe expected total contribution from the parent(s).
-
expectedNoncustodialParentContribution
@JsonPropertyDescription("The subset of the total parental contribution provided by a noncustodial parent.") private Object expectedNoncustodialParentContributionExpected Noncustodial Parent ContributionThe subset of the total parental contribution provided by a noncustodial parent.
-
applicantHomeEquity
@JsonPropertyDescription("The derived equity of the applicant\'s home.") private Object applicantHomeEquityApplicant Home EquityThe derived equity of the applicant's home.
-
custodialParentHomeEquity
@JsonPropertyDescription("The derived equity of the custodial parent\'s home.") private Object custodialParentHomeEquityCustodial Parent Home EquityThe derived equity of the custodial parent's home.
-
nonCustodialParentHomeEquity
@JsonPropertyDescription("The derived equity of the non custodial parent\'s home.") private Object nonCustodialParentHomeEquityNon Custodial Parent Home EquityThe derived equity of the non custodial parent's home.
-
totalIncome
@JsonPropertyDescription("The FISAP total income.") private Object totalIncomeTotal IncomeThe FISAP total income.
-
pellEligibility
@JsonPropertyDescription("An indication that the applicant may be eligible to receive a Pell grant.") private Object pellEligibilityPell EligibilityAn indication that the applicant may be eligible to receive a Pell grant.
-
automaticZeroContribution
@JsonPropertyDescription("An indication that automatic zero contribution has been applied.") private Object automaticZeroContributionAutomatic Zero ContributionAn indication that automatic zero contribution has been applied.
-
simplifiedNeedsTest
@JsonPropertyDescription("An indication that the requirements for the simplified needs test have been met.") private Object simplifiedNeedsTestSimplified Needs TestAn indication that the requirements for the simplified needs test have been met.
-
professionalJudgement
@JsonPropertyDescription("The response to a professional judgement request for the application.") private Object professionalJudgementProfessional JudgementThe response to a professional judgement request for the application.
-
verificationStatus
@JsonPropertyDescription("An indication if the application has been federally selected for information verification.") private Object verificationStatusVerification StatusAn indication if the application has been federally selected for information verification.
-
verificationCategory
@JsonPropertyDescription("The verification category applied to the application.") private String verificationCategoryVerification CategoryThe verification category applied to 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 FinancialAidApplicationOutcomes withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the financial aid application outcome. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the financial aid application outcome. (Required)
-
withId
public FinancialAidApplicationOutcomes withId(String id)
-
getApplicant
public Applicant getApplicant()
ApplicantThe person who applied for financial aid. (Required)
-
setApplicant
public void setApplicant(Applicant applicant)
ApplicantThe person who applied for financial aid. (Required)
-
withApplicant
public FinancialAidApplicationOutcomes withApplicant(Applicant applicant)
-
getAidYear
public AidYear getAidYear()
Aid YearThe financial aid year for which the applicant applied. (Required)
-
setAidYear
public void setAidYear(AidYear aidYear)
Aid YearThe financial aid year for which the applicant applied. (Required)
-
withAidYear
public FinancialAidApplicationOutcomes withAidYear(AidYear aidYear)
-
getMethodology
public FinancialAidApplicationOutcomes.Methodology getMethodology()
MethodologyThe methodology used to analyze the application. (Required)
-
setMethodology
public void setMethodology(FinancialAidApplicationOutcomes.Methodology methodology)
MethodologyThe methodology used to analyze the application. (Required)
-
withMethodology
public FinancialAidApplicationOutcomes withMethodology(FinancialAidApplicationOutcomes.Methodology methodology)
-
getApplication
public Application getApplication()
ApplicationThe application analyzed to generate the outcome. (Required)
-
setApplication
public void setApplication(Application application)
ApplicationThe application analyzed to generate the outcome. (Required)
-
withApplication
public FinancialAidApplicationOutcomes withApplication(Application application)
-
getRejectionStatus
public Object getRejectionStatus()
Rejection StatusAn indication if the financial aid application has been rejected.
-
setRejectionStatus
public void setRejectionStatus(Object rejectionStatus)
Rejection StatusAn indication if the financial aid application has been rejected.
-
withRejectionStatus
public FinancialAidApplicationOutcomes withRejectionStatus(Object rejectionStatus)
-
getStudentAidReportResolution
public Object getStudentAidReportResolution()
Student Aid Report ResolutionAn indication that the SAR C flag has been set and requires resolution.
-
setStudentAidReportResolution
public void setStudentAidReportResolution(Object studentAidReportResolution)
Student Aid Report ResolutionAn indication that the SAR C flag has been set and requires resolution.
-
withStudentAidReportResolution
public FinancialAidApplicationOutcomes withStudentAidReportResolution(Object studentAidReportResolution)
-
getDependency
public Object getDependency()
DependencyAn indication of the applicant's dependency status.
-
setDependency
public void setDependency(Object dependency)
DependencyAn indication of the applicant's dependency status.
-
withDependency
public FinancialAidApplicationOutcomes withDependency(Object dependency)
-
getDependencyOverride
public Object getDependencyOverride()
Dependency OverrideAn indication that the applicant's dependency status has been overridden.
-
setDependencyOverride
public void setDependencyOverride(Object dependencyOverride)
Dependency OverrideAn indication that the applicant's dependency status has been overridden.
-
withDependencyOverride
public FinancialAidApplicationOutcomes withDependencyOverride(Object dependencyOverride)
-
getExpectedFamilyContribution
public Object getExpectedFamilyContribution()
Expected Family ContributionThe expected contribution from the family.
-
setExpectedFamilyContribution
public void setExpectedFamilyContribution(Object expectedFamilyContribution)
Expected Family ContributionThe expected contribution from the family.
-
withExpectedFamilyContribution
public FinancialAidApplicationOutcomes withExpectedFamilyContribution(Object expectedFamilyContribution)
-
getExpectedStudentContribution
public Object getExpectedStudentContribution()
Expected Student ContributionThe expected contribution from the student.
-
setExpectedStudentContribution
public void setExpectedStudentContribution(Object expectedStudentContribution)
Expected Student ContributionThe expected contribution from the student.
-
withExpectedStudentContribution
public FinancialAidApplicationOutcomes withExpectedStudentContribution(Object expectedStudentContribution)
-
getExpectedTotalParentContribution
public Object getExpectedTotalParentContribution()
Expected Total Parent ContributionThe expected total contribution from the parent(s).
-
setExpectedTotalParentContribution
public void setExpectedTotalParentContribution(Object expectedTotalParentContribution)
Expected Total Parent ContributionThe expected total contribution from the parent(s).
-
withExpectedTotalParentContribution
public FinancialAidApplicationOutcomes withExpectedTotalParentContribution(Object expectedTotalParentContribution)
-
getExpectedNoncustodialParentContribution
public Object getExpectedNoncustodialParentContribution()
Expected Noncustodial Parent ContributionThe subset of the total parental contribution provided by a noncustodial parent.
-
setExpectedNoncustodialParentContribution
public void setExpectedNoncustodialParentContribution(Object expectedNoncustodialParentContribution)
Expected Noncustodial Parent ContributionThe subset of the total parental contribution provided by a noncustodial parent.
-
withExpectedNoncustodialParentContribution
public FinancialAidApplicationOutcomes withExpectedNoncustodialParentContribution(Object expectedNoncustodialParentContribution)
-
getApplicantHomeEquity
public Object getApplicantHomeEquity()
Applicant Home EquityThe derived equity of the applicant's home.
-
setApplicantHomeEquity
public void setApplicantHomeEquity(Object applicantHomeEquity)
Applicant Home EquityThe derived equity of the applicant's home.
-
withApplicantHomeEquity
public FinancialAidApplicationOutcomes withApplicantHomeEquity(Object applicantHomeEquity)
-
getCustodialParentHomeEquity
public Object getCustodialParentHomeEquity()
Custodial Parent Home EquityThe derived equity of the custodial parent's home.
-
setCustodialParentHomeEquity
public void setCustodialParentHomeEquity(Object custodialParentHomeEquity)
Custodial Parent Home EquityThe derived equity of the custodial parent's home.
-
withCustodialParentHomeEquity
public FinancialAidApplicationOutcomes withCustodialParentHomeEquity(Object custodialParentHomeEquity)
-
getNonCustodialParentHomeEquity
public Object getNonCustodialParentHomeEquity()
Non Custodial Parent Home EquityThe derived equity of the non custodial parent's home.
-
setNonCustodialParentHomeEquity
public void setNonCustodialParentHomeEquity(Object nonCustodialParentHomeEquity)
Non Custodial Parent Home EquityThe derived equity of the non custodial parent's home.
-
withNonCustodialParentHomeEquity
public FinancialAidApplicationOutcomes withNonCustodialParentHomeEquity(Object nonCustodialParentHomeEquity)
-
getTotalIncome
public Object getTotalIncome()
Total IncomeThe FISAP total income.
-
setTotalIncome
public void setTotalIncome(Object totalIncome)
Total IncomeThe FISAP total income.
-
withTotalIncome
public FinancialAidApplicationOutcomes withTotalIncome(Object totalIncome)
-
getPellEligibility
public Object getPellEligibility()
Pell EligibilityAn indication that the applicant may be eligible to receive a Pell grant.
-
setPellEligibility
public void setPellEligibility(Object pellEligibility)
Pell EligibilityAn indication that the applicant may be eligible to receive a Pell grant.
-
withPellEligibility
public FinancialAidApplicationOutcomes withPellEligibility(Object pellEligibility)
-
getAutomaticZeroContribution
public Object getAutomaticZeroContribution()
Automatic Zero ContributionAn indication that automatic zero contribution has been applied.
-
setAutomaticZeroContribution
public void setAutomaticZeroContribution(Object automaticZeroContribution)
Automatic Zero ContributionAn indication that automatic zero contribution has been applied.
-
withAutomaticZeroContribution
public FinancialAidApplicationOutcomes withAutomaticZeroContribution(Object automaticZeroContribution)
-
getSimplifiedNeedsTest
public Object getSimplifiedNeedsTest()
Simplified Needs TestAn indication that the requirements for the simplified needs test have been met.
-
setSimplifiedNeedsTest
public void setSimplifiedNeedsTest(Object simplifiedNeedsTest)
Simplified Needs TestAn indication that the requirements for the simplified needs test have been met.
-
withSimplifiedNeedsTest
public FinancialAidApplicationOutcomes withSimplifiedNeedsTest(Object simplifiedNeedsTest)
-
getProfessionalJudgement
public Object getProfessionalJudgement()
Professional JudgementThe response to a professional judgement request for the application.
-
setProfessionalJudgement
public void setProfessionalJudgement(Object professionalJudgement)
Professional JudgementThe response to a professional judgement request for the application.
-
withProfessionalJudgement
public FinancialAidApplicationOutcomes withProfessionalJudgement(Object professionalJudgement)
-
getVerificationStatus
public Object getVerificationStatus()
Verification StatusAn indication if the application has been federally selected for information verification.
-
setVerificationStatus
public void setVerificationStatus(Object verificationStatus)
Verification StatusAn indication if the application has been federally selected for information verification.
-
withVerificationStatus
public FinancialAidApplicationOutcomes withVerificationStatus(Object verificationStatus)
-
getVerificationCategory
public String getVerificationCategory()
Verification CategoryThe verification category applied to the application.
-
setVerificationCategory
public void setVerificationCategory(String verificationCategory)
Verification CategoryThe verification category applied to the application.
-
withVerificationCategory
public FinancialAidApplicationOutcomes withVerificationCategory(String verificationCategory)
-
-