/* Options: Date: 2024-10-06 10:33:56 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://data.regent-college.edu //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: CRMApplicationUpsertMultipleRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/DynamicsCRM/Application/Upsert/Multiple", Verbs="POST") public static class CRMApplicationUpsertMultipleRequest implements IReturn { public ArrayList applications = null; public ArrayList getApplications() { return applications; } public CRMApplicationUpsertMultipleRequest setApplications(ArrayList value) { this.applications = value; return this; } private static Object responseType = ResponseStatus.class; public Object getResponseType() { return responseType; } } @Route(Path="/DynamicsCRM/Education/Upsert/{regent_id}", Verbs="POST") public static class CRMEducationUpsertRequest implements IReturn { public Integer regent_id = null; public Integer import_id = null; public Integer institution_regent_id = null; public String application_guid = null; public String degree_status = null; public String degree_type = null; public String unofficial_institution_name = null; public String unofficial_degree_name = null; public String degree_name = null; public String degree_code = null; public String description = null; public String major = null; public String second_major = null; public BigDecimal cumulative_gpa = null; public Boolean is_final = null; public Boolean is_regis_external_degree = null; public Integer start_year = null; public Integer end_year = null; public Integer month_graduated = null; public Integer year_graduated = null; public Date added_date = null; public Integer getRegentId() { return regent_id; } public CRMEducationUpsertRequest setRegentId(Integer value) { this.regent_id = value; return this; } public Integer getImportId() { return import_id; } public CRMEducationUpsertRequest setImportId(Integer value) { this.import_id = value; return this; } public Integer getInstitutionRegentId() { return institution_regent_id; } public CRMEducationUpsertRequest setInstitutionRegentId(Integer value) { this.institution_regent_id = value; return this; } public String getApplicationGuid() { return application_guid; } public CRMEducationUpsertRequest setApplicationGuid(String value) { this.application_guid = value; return this; } public String getDegreeStatus() { return degree_status; } public CRMEducationUpsertRequest setDegreeStatus(String value) { this.degree_status = value; return this; } public String getDegreeType() { return degree_type; } public CRMEducationUpsertRequest setDegreeType(String value) { this.degree_type = value; return this; } public String getUnofficialInstitutionName() { return unofficial_institution_name; } public CRMEducationUpsertRequest setUnofficialInstitutionName(String value) { this.unofficial_institution_name = value; return this; } public String getUnofficialDegreeName() { return unofficial_degree_name; } public CRMEducationUpsertRequest setUnofficialDegreeName(String value) { this.unofficial_degree_name = value; return this; } public String getDegreeName() { return degree_name; } public CRMEducationUpsertRequest setDegreeName(String value) { this.degree_name = value; return this; } public String getDegreeCode() { return degree_code; } public CRMEducationUpsertRequest setDegreeCode(String value) { this.degree_code = value; return this; } public String getDescription() { return description; } public CRMEducationUpsertRequest setDescription(String value) { this.description = value; return this; } public String getMajor() { return major; } public CRMEducationUpsertRequest setMajor(String value) { this.major = value; return this; } public String getSecondMajor() { return second_major; } public CRMEducationUpsertRequest setSecondMajor(String value) { this.second_major = value; return this; } public BigDecimal getCumulativeGpa() { return cumulative_gpa; } public CRMEducationUpsertRequest setCumulativeGpa(BigDecimal value) { this.cumulative_gpa = value; return this; } public Boolean getIsFinal() { return is_final; } public CRMEducationUpsertRequest setIsFinal(Boolean value) { this.is_final = value; return this; } public Boolean getIsRegisExternalDegree() { return is_regis_external_degree; } public CRMEducationUpsertRequest setIsRegisExternalDegree(Boolean value) { this.is_regis_external_degree = value; return this; } public Integer getStartYear() { return start_year; } public CRMEducationUpsertRequest setStartYear(Integer value) { this.start_year = value; return this; } public Integer getEndYear() { return end_year; } public CRMEducationUpsertRequest setEndYear(Integer value) { this.end_year = value; return this; } public Integer getMonthGraduated() { return month_graduated; } public CRMEducationUpsertRequest setMonthGraduated(Integer value) { this.month_graduated = value; return this; } public Integer getYearGraduated() { return year_graduated; } public CRMEducationUpsertRequest setYearGraduated(Integer value) { this.year_graduated = value; return this; } public Date getAddedDate() { return added_date; } public CRMEducationUpsertRequest setAddedDate(Date value) { this.added_date = value; return this; } private static Object responseType = ResponseStatus.class; public Object getResponseType() { return responseType; } } @DataContract public static class ResponseStatus { @DataMember(Order=1) public String errorCode = null; @DataMember(Order=2) public String message = null; @DataMember(Order=3) public String stackTrace = null; @DataMember(Order=4) public ArrayList errors = null; @DataMember(Order=5) public HashMap meta = null; public String getErrorCode() { return errorCode; } public ResponseStatus setErrorCode(String value) { this.errorCode = value; return this; } public String getMessage() { return message; } public ResponseStatus setMessage(String value) { this.message = value; return this; } public String getStackTrace() { return stackTrace; } public ResponseStatus setStackTrace(String value) { this.stackTrace = value; return this; } public ArrayList getErrors() { return errors; } public ResponseStatus setErrors(ArrayList value) { this.errors = value; return this; } public HashMap getMeta() { return meta; } public ResponseStatus setMeta(HashMap value) { this.meta = value; return this; } } public static class CRMApplicationCreateRequest { public Integer regent_id = null; public Integer import_id = null; public String application_name = null; public String academic_program = null; public String start_term = null; public String location = null; public String addr1 = null; public String addr2 = null; public String city = null; public String state = null; public String country = null; public String code = null; public String former_name = null; public String citizenship = null; public String citizenship_other = null; public String permanent_resident = null; public String spouse_name = null; public String children = null; public Boolean native_english_speaker = null; public String native_language = null; public String birth_place = null; public String residency_status = null; public Date language_test_exemption_request_date = null; public Date language_test_exemption_decision_date = null; public String language_test_exemption_decision = null; public String language_test_comment = null; public ArrayList language_tests = null; public ArrayList references = null; public ArrayList requirements = null; public ArrayList education = null; public String church_attended = null; public String pastor_first_name = null; public String pastor_last_name = null; public Boolean has_impairment = null; public String impairment_description = null; public Boolean apply_for_financial_aid = null; public String financial_description = null; public BigDecimal employment_years = null; public String employment_description = null; public BigDecimal church_volunteer_years = null; public String church_volunteer_description = null; public BigDecimal other_volunteer_years = null; public String other_volunteer_description = null; public String accomplishments_description = null; public String what_other_graduate_schools_are_you_apply = null; public String what_else_interests_you_about_regent = null; public String heard_about_regent_from_book = null; public String heard_about_regent_from_event = null; public String heard_about_regent_from_organization = null; public String heard_about_regent_from_person = null; public String heard_about_regent_from_website_pub = null; public ArrayList what_interests_you_about_regent = null; public String what_else_brought_you_to_regent = null; public Boolean start_via_distance_ed = null; public Boolean transfer_credits = null; public String applicant_comments = null; public BigDecimal cumulative_undergraduate_gpa = null; public BigDecimal cumulative_graduate_gpa = null; public Boolean conditional_admission = null; public ArrayList conditional_admission_reason = null; public String admission_notes = null; public String admission_decision_notes = null; public String withdrawn_reason = null; public Date submitted = null; public Date paid = null; public Date reviewed = null; public Date completed = null; public Date rejected = null; public Date admitted = null; public Date postponed = null; public Date withdrawn = null; public Date confirmed = null; public Date read_theological_position = null; public String current_status = null; public String image_base64 = null; public String promo_code = null; public Date added_date = null; public Date last_contacted_date = null; public String owning_username = null; public Integer getRegentId() { return regent_id; } public CRMApplicationCreateRequest setRegentId(Integer value) { this.regent_id = value; return this; } public Integer getImportId() { return import_id; } public CRMApplicationCreateRequest setImportId(Integer value) { this.import_id = value; return this; } public String getApplicationName() { return application_name; } public CRMApplicationCreateRequest setApplicationName(String value) { this.application_name = value; return this; } public String getAcademicProgram() { return academic_program; } public CRMApplicationCreateRequest setAcademicProgram(String value) { this.academic_program = value; return this; } public String getStartTerm() { return start_term; } public CRMApplicationCreateRequest setStartTerm(String value) { this.start_term = value; return this; } public String getLocation() { return location; } public CRMApplicationCreateRequest setLocation(String value) { this.location = value; return this; } public String getAddr1() { return addr1; } public CRMApplicationCreateRequest setAddr1(String value) { this.addr1 = value; return this; } public String getAddr2() { return addr2; } public CRMApplicationCreateRequest setAddr2(String value) { this.addr2 = value; return this; } public String getCity() { return city; } public CRMApplicationCreateRequest setCity(String value) { this.city = value; return this; } public String getState() { return state; } public CRMApplicationCreateRequest setState(String value) { this.state = value; return this; } public String getCountry() { return country; } public CRMApplicationCreateRequest setCountry(String value) { this.country = value; return this; } public String getCode() { return code; } public CRMApplicationCreateRequest setCode(String value) { this.code = value; return this; } public String getFormerName() { return former_name; } public CRMApplicationCreateRequest setFormerName(String value) { this.former_name = value; return this; } public String getCitizenship() { return citizenship; } public CRMApplicationCreateRequest setCitizenship(String value) { this.citizenship = value; return this; } public String getCitizenshipOther() { return citizenship_other; } public CRMApplicationCreateRequest setCitizenshipOther(String value) { this.citizenship_other = value; return this; } public String getPermanentResident() { return permanent_resident; } public CRMApplicationCreateRequest setPermanentResident(String value) { this.permanent_resident = value; return this; } public String getSpouseName() { return spouse_name; } public CRMApplicationCreateRequest setSpouseName(String value) { this.spouse_name = value; return this; } public String getChildren() { return children; } public CRMApplicationCreateRequest setChildren(String value) { this.children = value; return this; } public Boolean isNativeEnglishSpeaker() { return native_english_speaker; } public CRMApplicationCreateRequest setNativeEnglishSpeaker(Boolean value) { this.native_english_speaker = value; return this; } public String getNativeLanguage() { return native_language; } public CRMApplicationCreateRequest setNativeLanguage(String value) { this.native_language = value; return this; } public String getBirthPlace() { return birth_place; } public CRMApplicationCreateRequest setBirthPlace(String value) { this.birth_place = value; return this; } public String getResidencyStatus() { return residency_status; } public CRMApplicationCreateRequest setResidencyStatus(String value) { this.residency_status = value; return this; } public Date getLanguageTestExemptionRequestDate() { return language_test_exemption_request_date; } public CRMApplicationCreateRequest setLanguageTestExemptionRequestDate(Date value) { this.language_test_exemption_request_date = value; return this; } public Date getLanguageTestExemptionDecisionDate() { return language_test_exemption_decision_date; } public CRMApplicationCreateRequest setLanguageTestExemptionDecisionDate(Date value) { this.language_test_exemption_decision_date = value; return this; } public String getLanguageTestExemptionDecision() { return language_test_exemption_decision; } public CRMApplicationCreateRequest setLanguageTestExemptionDecision(String value) { this.language_test_exemption_decision = value; return this; } public String getLanguageTestComment() { return language_test_comment; } public CRMApplicationCreateRequest setLanguageTestComment(String value) { this.language_test_comment = value; return this; } public ArrayList getLanguageTests() { return language_tests; } public CRMApplicationCreateRequest setLanguageTests(ArrayList value) { this.language_tests = value; return this; } public ArrayList getReferences() { return references; } public CRMApplicationCreateRequest setReferences(ArrayList value) { this.references = value; return this; } public ArrayList getRequirements() { return requirements; } public CRMApplicationCreateRequest setRequirements(ArrayList value) { this.requirements = value; return this; } public ArrayList getEducation() { return education; } public CRMApplicationCreateRequest setEducation(ArrayList value) { this.education = value; return this; } public String getChurchAttended() { return church_attended; } public CRMApplicationCreateRequest setChurchAttended(String value) { this.church_attended = value; return this; } public String getPastorFirstName() { return pastor_first_name; } public CRMApplicationCreateRequest setPastorFirstName(String value) { this.pastor_first_name = value; return this; } public String getPastorLastName() { return pastor_last_name; } public CRMApplicationCreateRequest setPastorLastName(String value) { this.pastor_last_name = value; return this; } public Boolean isHasImpairment() { return has_impairment; } public CRMApplicationCreateRequest setHasImpairment(Boolean value) { this.has_impairment = value; return this; } public String getImpairmentDescription() { return impairment_description; } public CRMApplicationCreateRequest setImpairmentDescription(String value) { this.impairment_description = value; return this; } public Boolean isApplyForFinancialAid() { return apply_for_financial_aid; } public CRMApplicationCreateRequest setApplyForFinancialAid(Boolean value) { this.apply_for_financial_aid = value; return this; } public String getFinancialDescription() { return financial_description; } public CRMApplicationCreateRequest setFinancialDescription(String value) { this.financial_description = value; return this; } public BigDecimal getEmploymentYears() { return employment_years; } public CRMApplicationCreateRequest setEmploymentYears(BigDecimal value) { this.employment_years = value; return this; } public String getEmploymentDescription() { return employment_description; } public CRMApplicationCreateRequest setEmploymentDescription(String value) { this.employment_description = value; return this; } public BigDecimal getChurchVolunteerYears() { return church_volunteer_years; } public CRMApplicationCreateRequest setChurchVolunteerYears(BigDecimal value) { this.church_volunteer_years = value; return this; } public String getChurchVolunteerDescription() { return church_volunteer_description; } public CRMApplicationCreateRequest setChurchVolunteerDescription(String value) { this.church_volunteer_description = value; return this; } public BigDecimal getOtherVolunteerYears() { return other_volunteer_years; } public CRMApplicationCreateRequest setOtherVolunteerYears(BigDecimal value) { this.other_volunteer_years = value; return this; } public String getOtherVolunteerDescription() { return other_volunteer_description; } public CRMApplicationCreateRequest setOtherVolunteerDescription(String value) { this.other_volunteer_description = value; return this; } public String getAccomplishmentsDescription() { return accomplishments_description; } public CRMApplicationCreateRequest setAccomplishmentsDescription(String value) { this.accomplishments_description = value; return this; } public String getWhatOtherGraduateSchoolsAreYouApply() { return what_other_graduate_schools_are_you_apply; } public CRMApplicationCreateRequest setWhatOtherGraduateSchoolsAreYouApply(String value) { this.what_other_graduate_schools_are_you_apply = value; return this; } public String getWhatElseInterestsYouAboutRegent() { return what_else_interests_you_about_regent; } public CRMApplicationCreateRequest setWhatElseInterestsYouAboutRegent(String value) { this.what_else_interests_you_about_regent = value; return this; } public String getHeardAboutRegentFromBook() { return heard_about_regent_from_book; } public CRMApplicationCreateRequest setHeardAboutRegentFromBook(String value) { this.heard_about_regent_from_book = value; return this; } public String getHeardAboutRegentFromEvent() { return heard_about_regent_from_event; } public CRMApplicationCreateRequest setHeardAboutRegentFromEvent(String value) { this.heard_about_regent_from_event = value; return this; } public String getHeardAboutRegentFromOrganization() { return heard_about_regent_from_organization; } public CRMApplicationCreateRequest setHeardAboutRegentFromOrganization(String value) { this.heard_about_regent_from_organization = value; return this; } public String getHeardAboutRegentFromPerson() { return heard_about_regent_from_person; } public CRMApplicationCreateRequest setHeardAboutRegentFromPerson(String value) { this.heard_about_regent_from_person = value; return this; } public String getHeardAboutRegentFromWebsitePub() { return heard_about_regent_from_website_pub; } public CRMApplicationCreateRequest setHeardAboutRegentFromWebsitePub(String value) { this.heard_about_regent_from_website_pub = value; return this; } public ArrayList getWhatInterestsYouAboutRegent() { return what_interests_you_about_regent; } public CRMApplicationCreateRequest setWhatInterestsYouAboutRegent(ArrayList value) { this.what_interests_you_about_regent = value; return this; } public String getWhatElseBroughtYouToRegent() { return what_else_brought_you_to_regent; } public CRMApplicationCreateRequest setWhatElseBroughtYouToRegent(String value) { this.what_else_brought_you_to_regent = value; return this; } public Boolean isStartViaDistanceEd() { return start_via_distance_ed; } public CRMApplicationCreateRequest setStartViaDistanceEd(Boolean value) { this.start_via_distance_ed = value; return this; } public Boolean isTransferCredits() { return transfer_credits; } public CRMApplicationCreateRequest setTransferCredits(Boolean value) { this.transfer_credits = value; return this; } public String getApplicantComments() { return applicant_comments; } public CRMApplicationCreateRequest setApplicantComments(String value) { this.applicant_comments = value; return this; } public BigDecimal getCumulativeUndergraduateGpa() { return cumulative_undergraduate_gpa; } public CRMApplicationCreateRequest setCumulativeUndergraduateGpa(BigDecimal value) { this.cumulative_undergraduate_gpa = value; return this; } public BigDecimal getCumulativeGraduateGpa() { return cumulative_graduate_gpa; } public CRMApplicationCreateRequest setCumulativeGraduateGpa(BigDecimal value) { this.cumulative_graduate_gpa = value; return this; } public Boolean isConditionalAdmission() { return conditional_admission; } public CRMApplicationCreateRequest setConditionalAdmission(Boolean value) { this.conditional_admission = value; return this; } public ArrayList getConditionalAdmissionReason() { return conditional_admission_reason; } public CRMApplicationCreateRequest setConditionalAdmissionReason(ArrayList value) { this.conditional_admission_reason = value; return this; } public String getAdmissionNotes() { return admission_notes; } public CRMApplicationCreateRequest setAdmissionNotes(String value) { this.admission_notes = value; return this; } public String getAdmissionDecisionNotes() { return admission_decision_notes; } public CRMApplicationCreateRequest setAdmissionDecisionNotes(String value) { this.admission_decision_notes = value; return this; } public String getWithdrawnReason() { return withdrawn_reason; } public CRMApplicationCreateRequest setWithdrawnReason(String value) { this.withdrawn_reason = value; return this; } public Date getSubmitted() { return submitted; } public CRMApplicationCreateRequest setSubmitted(Date value) { this.submitted = value; return this; } public Date getPaid() { return paid; } public CRMApplicationCreateRequest setPaid(Date value) { this.paid = value; return this; } public Date getReviewed() { return reviewed; } public CRMApplicationCreateRequest setReviewed(Date value) { this.reviewed = value; return this; } public Date getCompleted() { return completed; } public CRMApplicationCreateRequest setCompleted(Date value) { this.completed = value; return this; } public Date getRejected() { return rejected; } public CRMApplicationCreateRequest setRejected(Date value) { this.rejected = value; return this; } public Date getAdmitted() { return admitted; } public CRMApplicationCreateRequest setAdmitted(Date value) { this.admitted = value; return this; } public Date getPostponed() { return postponed; } public CRMApplicationCreateRequest setPostponed(Date value) { this.postponed = value; return this; } public Date getWithdrawn() { return withdrawn; } public CRMApplicationCreateRequest setWithdrawn(Date value) { this.withdrawn = value; return this; } public Date getConfirmed() { return confirmed; } public CRMApplicationCreateRequest setConfirmed(Date value) { this.confirmed = value; return this; } public Date getReadTheologicalPosition() { return read_theological_position; } public CRMApplicationCreateRequest setReadTheologicalPosition(Date value) { this.read_theological_position = value; return this; } public String getCurrentStatus() { return current_status; } public CRMApplicationCreateRequest setCurrentStatus(String value) { this.current_status = value; return this; } public String getImageBase64() { return image_base64; } public CRMApplicationCreateRequest setImageBase64(String value) { this.image_base64 = value; return this; } public String getPromoCode() { return promo_code; } public CRMApplicationCreateRequest setPromoCode(String value) { this.promo_code = value; return this; } public Date getAddedDate() { return added_date; } public CRMApplicationCreateRequest setAddedDate(Date value) { this.added_date = value; return this; } public Date getLastContactedDate() { return last_contacted_date; } public CRMApplicationCreateRequest setLastContactedDate(Date value) { this.last_contacted_date = value; return this; } public String getOwningUsername() { return owning_username; } public CRMApplicationCreateRequest setOwningUsername(String value) { this.owning_username = value; return this; } } public static class CRMApplicationLanguageTestCreateRequest { public String type = null; public Date test_date = null; public BigDecimal score = null; public Boolean applicant_defined = null; public String status = null; public String getType() { return type; } public CRMApplicationLanguageTestCreateRequest setType(String value) { this.type = value; return this; } public Date getTestDate() { return test_date; } public CRMApplicationLanguageTestCreateRequest setTestDate(Date value) { this.test_date = value; return this; } public BigDecimal getScore() { return score; } public CRMApplicationLanguageTestCreateRequest setScore(BigDecimal value) { this.score = value; return this; } public Boolean isApplicantDefined() { return applicant_defined; } public CRMApplicationLanguageTestCreateRequest setApplicantDefined(Boolean value) { this.applicant_defined = value; return this; } public String getStatus() { return status; } public CRMApplicationLanguageTestCreateRequest setStatus(String value) { this.status = value; return this; } } public static class CRMApplicationRefereeCreateRequest { public Integer import_id = null; public String first_name = null; public String last_name = null; public String job_title = null; public String email = null; public String phone = null; public String type = null; public String full_name = null; public String position = null; public String organization = null; public String email_from_referee = null; public String relationship = null; public String relationship_details = null; public String personal_evaluation = null; public Integer ability_question_1 = null; public Integer ability_question_2 = null; public Integer ability_question_3 = null; public Integer ability_question_4 = null; public Integer ability_question_5 = null; public Integer ability_question_6 = null; public Integer ability_question_7 = null; public Integer ability_question_8 = null; public Integer ability_question_9 = null; public Integer ability_question_10 = null; public String qualify_assessment = null; public String recommendation = null; public String recommendation_details = null; public Boolean is_regent_alum = null; public Boolean is_complete = null; public Date email_sent = null; public Date submitted_date = null; public Integer getImportId() { return import_id; } public CRMApplicationRefereeCreateRequest setImportId(Integer value) { this.import_id = value; return this; } public String getFirstName() { return first_name; } public CRMApplicationRefereeCreateRequest setFirstName(String value) { this.first_name = value; return this; } public String getLastName() { return last_name; } public CRMApplicationRefereeCreateRequest setLastName(String value) { this.last_name = value; return this; } public String getJobTitle() { return job_title; } public CRMApplicationRefereeCreateRequest setJobTitle(String value) { this.job_title = value; return this; } public String getEmail() { return email; } public CRMApplicationRefereeCreateRequest setEmail(String value) { this.email = value; return this; } public String getPhone() { return phone; } public CRMApplicationRefereeCreateRequest setPhone(String value) { this.phone = value; return this; } public String getType() { return type; } public CRMApplicationRefereeCreateRequest setType(String value) { this.type = value; return this; } public String getFullName() { return full_name; } public CRMApplicationRefereeCreateRequest setFullName(String value) { this.full_name = value; return this; } public String getPosition() { return position; } public CRMApplicationRefereeCreateRequest setPosition(String value) { this.position = value; return this; } public String getOrganization() { return organization; } public CRMApplicationRefereeCreateRequest setOrganization(String value) { this.organization = value; return this; } public String getEmailFromReferee() { return email_from_referee; } public CRMApplicationRefereeCreateRequest setEmailFromReferee(String value) { this.email_from_referee = value; return this; } public String getRelationship() { return relationship; } public CRMApplicationRefereeCreateRequest setRelationship(String value) { this.relationship = value; return this; } public String getRelationshipDetails() { return relationship_details; } public CRMApplicationRefereeCreateRequest setRelationshipDetails(String value) { this.relationship_details = value; return this; } public String getPersonalEvaluation() { return personal_evaluation; } public CRMApplicationRefereeCreateRequest setPersonalEvaluation(String value) { this.personal_evaluation = value; return this; } public Integer getAbilityQuestion1() { return ability_question_1; } public CRMApplicationRefereeCreateRequest setAbilityQuestion1(Integer value) { this.ability_question_1 = value; return this; } public Integer getAbilityQuestion2() { return ability_question_2; } public CRMApplicationRefereeCreateRequest setAbilityQuestion2(Integer value) { this.ability_question_2 = value; return this; } public Integer getAbilityQuestion3() { return ability_question_3; } public CRMApplicationRefereeCreateRequest setAbilityQuestion3(Integer value) { this.ability_question_3 = value; return this; } public Integer getAbilityQuestion4() { return ability_question_4; } public CRMApplicationRefereeCreateRequest setAbilityQuestion4(Integer value) { this.ability_question_4 = value; return this; } public Integer getAbilityQuestion5() { return ability_question_5; } public CRMApplicationRefereeCreateRequest setAbilityQuestion5(Integer value) { this.ability_question_5 = value; return this; } public Integer getAbilityQuestion6() { return ability_question_6; } public CRMApplicationRefereeCreateRequest setAbilityQuestion6(Integer value) { this.ability_question_6 = value; return this; } public Integer getAbilityQuestion7() { return ability_question_7; } public CRMApplicationRefereeCreateRequest setAbilityQuestion7(Integer value) { this.ability_question_7 = value; return this; } public Integer getAbilityQuestion8() { return ability_question_8; } public CRMApplicationRefereeCreateRequest setAbilityQuestion8(Integer value) { this.ability_question_8 = value; return this; } public Integer getAbilityQuestion9() { return ability_question_9; } public CRMApplicationRefereeCreateRequest setAbilityQuestion9(Integer value) { this.ability_question_9 = value; return this; } public Integer getAbilityQuestion10() { return ability_question_10; } public CRMApplicationRefereeCreateRequest setAbilityQuestion10(Integer value) { this.ability_question_10 = value; return this; } public String getQualifyAssessment() { return qualify_assessment; } public CRMApplicationRefereeCreateRequest setQualifyAssessment(String value) { this.qualify_assessment = value; return this; } public String getRecommendation() { return recommendation; } public CRMApplicationRefereeCreateRequest setRecommendation(String value) { this.recommendation = value; return this; } public String getRecommendationDetails() { return recommendation_details; } public CRMApplicationRefereeCreateRequest setRecommendationDetails(String value) { this.recommendation_details = value; return this; } public Boolean getIsRegentAlum() { return is_regent_alum; } public CRMApplicationRefereeCreateRequest setIsRegentAlum(Boolean value) { this.is_regent_alum = value; return this; } public Boolean getIsComplete() { return is_complete; } public CRMApplicationRefereeCreateRequest setIsComplete(Boolean value) { this.is_complete = value; return this; } public Date getEmailSent() { return email_sent; } public CRMApplicationRefereeCreateRequest setEmailSent(Date value) { this.email_sent = value; return this; } public Date getSubmittedDate() { return submitted_date; } public CRMApplicationRefereeCreateRequest setSubmittedDate(Date value) { this.submitted_date = value; return this; } } public static class CRMApplicationRequirementCreateRequest { public String status = null; public String requirement_name = null; public Date requested_date = null; public Date received_date = null; public String getStatus() { return status; } public CRMApplicationRequirementCreateRequest setStatus(String value) { this.status = value; return this; } public String getRequirementName() { return requirement_name; } public CRMApplicationRequirementCreateRequest setRequirementName(String value) { this.requirement_name = value; return this; } public Date getRequestedDate() { return requested_date; } public CRMApplicationRequirementCreateRequest setRequestedDate(Date value) { this.requested_date = value; return this; } public Date getReceivedDate() { return received_date; } public CRMApplicationRequirementCreateRequest setReceivedDate(Date value) { this.received_date = value; return this; } } }