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 class
FinancialAidApplicationOutcomes.Methodology
Methodology
-
Field Summary
Fields Modifier and Type Field Description private AidYear
aidYear
Aid Yearprivate Applicant
applicant
Applicantprivate Object
applicantHomeEquity
Applicant Home Equityprivate Application
application
Applicationprivate Object
automaticZeroContribution
Automatic Zero Contributionprivate Object
custodialParentHomeEquity
Custodial Parent Home Equityprivate Object
dependency
Dependencyprivate Object
dependencyOverride
Dependency Overrideprivate Object
expectedFamilyContribution
Expected Family Contributionprivate Object
expectedNoncustodialParentContribution
Expected Noncustodial Parent Contributionprivate Object
expectedStudentContribution
Expected Student Contributionprivate Object
expectedTotalParentContribution
Expected Total Parent Contributionprivate String
id
IDprivate Metadata
metadata
Metadataprivate FinancialAidApplicationOutcomes.Methodology
methodology
Methodologyprivate Object
nonCustodialParentHomeEquity
Non Custodial Parent Home Equityprivate Object
pellEligibility
Pell Eligibilityprivate Object
professionalJudgement
Professional Judgementprivate Object
rejectionStatus
Rejection Statusprivate Object
simplifiedNeedsTest
Simplified Needs Testprivate Object
studentAidReportResolution
Student Aid Report Resolutionprivate Object
totalIncome
Total Incomeprivate String
verificationCategory
Verification Categoryprivate Object
verificationStatus
Verification Status
-
Constructor Summary
Constructors Constructor Description FinancialAidApplicationOutcomes()
-
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 financial aid application outcome.") private String id
IDThe global identifier of the financial aid application outcome. (Required)
-
applicant
@JsonPropertyDescription("The person who applied for financial aid.") private Applicant applicant
ApplicantThe person who applied for financial aid. (Required)
-
aidYear
@JsonPropertyDescription("The financial aid year for which the applicant applied.") private AidYear aidYear
Aid YearThe financial aid year for which the applicant applied. (Required)
-
methodology
@JsonPropertyDescription("The methodology used to analyze the application.") private FinancialAidApplicationOutcomes.Methodology methodology
MethodologyThe methodology used to analyze the application. (Required)
-
application
@JsonPropertyDescription("The application analyzed to generate the outcome.") private Application application
ApplicationThe application analyzed to generate the outcome. (Required)
-
rejectionStatus
@JsonPropertyDescription("An indication if the financial aid application has been rejected.") private Object rejectionStatus
Rejection 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 studentAidReportResolution
Student 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 dependency
DependencyAn indication of the applicant's dependency status.
-
dependencyOverride
@JsonPropertyDescription("An indication that the applicant\'s dependency status has been overridden.") private Object dependencyOverride
Dependency OverrideAn indication that the applicant's dependency status has been overridden.
-
expectedFamilyContribution
@JsonPropertyDescription("The expected contribution from the family.") private Object expectedFamilyContribution
Expected Family ContributionThe expected contribution from the family.
-
expectedStudentContribution
@JsonPropertyDescription("The expected contribution from the student.") private Object expectedStudentContribution
Expected Student ContributionThe expected contribution from the student.
-
expectedTotalParentContribution
@JsonPropertyDescription("The expected total contribution from the parent(s).") private Object expectedTotalParentContribution
Expected 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 expectedNoncustodialParentContribution
Expected 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 applicantHomeEquity
Applicant Home EquityThe derived equity of the applicant's home.
-
custodialParentHomeEquity
@JsonPropertyDescription("The derived equity of the custodial parent\'s home.") private Object custodialParentHomeEquity
Custodial 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 nonCustodialParentHomeEquity
Non Custodial Parent Home EquityThe derived equity of the non custodial parent's home.
-
totalIncome
@JsonPropertyDescription("The FISAP total income.") private Object totalIncome
Total IncomeThe FISAP total income.
-
pellEligibility
@JsonPropertyDescription("An indication that the applicant may be eligible to receive a Pell grant.") private Object pellEligibility
Pell 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 automaticZeroContribution
Automatic 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 simplifiedNeedsTest
Simplified 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 professionalJudgement
Professional 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 verificationStatus
Verification StatusAn indication if the application has been federally selected for information verification.
-
verificationCategory
@JsonPropertyDescription("The verification category applied to the application.") private String verificationCategory
Verification 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)
-
-