/* Options: Date: 2025-07-17 23:55:39 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: AppReq.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.*,com.google.gson.annotations.*,com.google.gson.reflect.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; import com.google.gson.annotations.*; import com.google.gson.reflect.*; public class dtos { @Route("/app") // @Route("/app/{UserAccessToken}") public static class AppReq implements IReturn { public Boolean isFromSwitch = null; public Boolean isHr = null; public Boolean isProxy = null; public Boolean isPreview = null; public Boolean isRegistered = null; public Boolean hasMultipleEmployment = null; public String employeeId = null; public String employeeGuid = null; public String empId = null; public String periodByEmployeeId = null; public String clientId = null; public String userAccessToken = null; public String countryIsoCode = null; public String languageIsoCode = null; public String source = null; public String loginId = null; public String pid = null; public String wtwUserName = null; public String cprNumber = null; public Boolean hasMemberData = null; public Boolean getIsFromSwitch() { return isFromSwitch; } public AppReq setIsFromSwitch(Boolean value) { this.isFromSwitch = value; return this; } public Boolean getIsHr() { return isHr; } public AppReq setIsHr(Boolean value) { this.isHr = value; return this; } public Boolean getIsProxy() { return isProxy; } public AppReq setIsProxy(Boolean value) { this.isProxy = value; return this; } public Boolean getIsPreview() { return isPreview; } public AppReq setIsPreview(Boolean value) { this.isPreview = value; return this; } public Boolean getIsRegistered() { return isRegistered; } public AppReq setIsRegistered(Boolean value) { this.isRegistered = value; return this; } public Boolean isHasMultipleEmployment() { return hasMultipleEmployment; } public AppReq setHasMultipleEmployment(Boolean value) { this.hasMultipleEmployment = value; return this; } public String getEmployeeId() { return employeeId; } public AppReq setEmployeeId(String value) { this.employeeId = value; return this; } public String getEmployeeGuid() { return employeeGuid; } public AppReq setEmployeeGuid(String value) { this.employeeGuid = value; return this; } public String getEmpId() { return empId; } public AppReq setEmpId(String value) { this.empId = value; return this; } public String getPeriodByEmployeeId() { return periodByEmployeeId; } public AppReq setPeriodByEmployeeId(String value) { this.periodByEmployeeId = value; return this; } public String getClientId() { return clientId; } public AppReq setClientId(String value) { this.clientId = value; return this; } public String getUserAccessToken() { return userAccessToken; } public AppReq setUserAccessToken(String value) { this.userAccessToken = value; return this; } public String getCountryIsoCode() { return countryIsoCode; } public AppReq setCountryIsoCode(String value) { this.countryIsoCode = value; return this; } public String getLanguageIsoCode() { return languageIsoCode; } public AppReq setLanguageIsoCode(String value) { this.languageIsoCode = value; return this; } public String getSource() { return source; } public AppReq setSource(String value) { this.source = value; return this; } public String getLoginId() { return loginId; } public AppReq setLoginId(String value) { this.loginId = value; return this; } public String getPid() { return pid; } public AppReq setPid(String value) { this.pid = value; return this; } public String getWtwUserName() { return wtwUserName; } public AppReq setWtwUserName(String value) { this.wtwUserName = value; return this; } public String getCprNumber() { return cprNumber; } public AppReq setCprNumber(String value) { this.cprNumber = value; return this; } public Boolean isHasMemberData() { return hasMemberData; } public AppReq setHasMemberData(Boolean value) { this.hasMemberData = value; return this; } private static Object responseType = AppData.class; public Object getResponseType() { return responseType; } } @Route(Path="/content", Verbs="POST,PUT") public static class Content extends Entity implements IReturn { public String section = null; public String itemId = null; public String itemCode = null; public String country = null; public String lang = null; public String app = null; public String companyId = null; public String company = null; public HashMap elements = null; public String getSection() { return section; } public Content setSection(String value) { this.section = value; return this; } public String getItemId() { return itemId; } public Content setItemId(String value) { this.itemId = value; return this; } public String getItemCode() { return itemCode; } public Content setItemCode(String value) { this.itemCode = value; return this; } public String getCountry() { return country; } public Content setCountry(String value) { this.country = value; return this; } public String getLang() { return lang; } public Content setLang(String value) { this.lang = value; return this; } public String getApp() { return app; } public Content setApp(String value) { this.app = value; return this; } public String getCompanyId() { return companyId; } public Content setCompanyId(String value) { this.companyId = value; return this; } public String getCompany() { return company; } public Content setCompany(String value) { this.company = value; return this; } public HashMap getElements() { return elements; } public Content setElements(HashMap value) { this.elements = value; return this; } private static Object responseType = Content.class; public Object getResponseType() { return responseType; } } @Route(Path="/faq", Verbs="POST,PUT,DELETE") public static class ListItem extends Entity implements IReturn { public String listId = null; public String country = null; public String relatedId = null; public String code = null; public String custom = null; public String getListId() { return listId; } public ListItem setListId(String value) { this.listId = value; return this; } public String getCountry() { return country; } public ListItem setCountry(String value) { this.country = value; return this; } public String getRelatedId() { return relatedId; } public ListItem setRelatedId(String value) { this.relatedId = value; return this; } public String getCode() { return code; } public ListItem setCode(String value) { this.code = value; return this; } public String getCustom() { return custom; } public ListItem setCustom(String value) { this.custom = value; return this; } private static Object responseType = ListItem.class; public Object getResponseType() { return responseType; } } @Route(Path="/members", Verbs="PUT") public static class Member extends Member implements IReturn { public String id = null; public String email = null; public String employeeGuidString = null; public Boolean ignoreGender = null; public String getId() { return id; } public Member setId(String value) { this.id = value; return this; } public String getEmail() { return email; } public Member setEmail(String value) { this.email = value; return this; } public String getEmployeeGuidString() { return employeeGuidString; } public Member setEmployeeGuidString(String value) { this.employeeGuidString = value; return this; } public Boolean isIgnoreGender() { return ignoreGender; } public Member setIgnoreGender(Boolean value) { this.ignoreGender = value; return this; } private static Object responseType = Member.class; public Object getResponseType() { return responseType; } } public static class AppData extends SiteContext { public HashMap siteStructure = null; public HashMap> sectionElements = null; public HashMap listRelationships = null; public ArrayList listItems = null; public HashMap countries = null; public ArrayList content = null; public Member albaMember = null; public HashMap> lookups = null; public ArrayList conversionTable = null; public ArrayList userList = null; public ArrayList clientLookup = null; public ArrayList userListAdminProxy = null; public ArrayList clientLookupAdminProxy = null; public String hrMemberDataListJson = null; public HashMap integrationKeys = null; public Boolean isHR = null; public Boolean isProxy = null; public ArrayList ptCurrentBalancesInfo = null; public ArrayList ptCurrentBalancesTotal = null; public ArrayList ptCurrentBalancesHistorical = null; public String powensWebviewUri = null; public String powensConnectionState = null; public String powensWebviewCurrentUri = null; public String powensWebviewPreviousUri = null; public String powensWebviewIndividualUri = null; public String powensErrorMessage = null; public String powensErrorState = null; public String powensAccountState = null; public ArrayList ptInvestmentInformation = null; public Date ptInvestmentInfoLatestDate = null; public Member hrMember = null; public Member proxyAdmin = null; public Boolean isUnauthorized = null; public HashMap getSiteStructure() { return siteStructure; } public AppData setSiteStructure(HashMap value) { this.siteStructure = value; return this; } public HashMap> getSectionElements() { return sectionElements; } public AppData setSectionElements(HashMap> value) { this.sectionElements = value; return this; } public HashMap getListRelationships() { return listRelationships; } public AppData setListRelationships(HashMap value) { this.listRelationships = value; return this; } public ArrayList getListItems() { return listItems; } public AppData setListItems(ArrayList value) { this.listItems = value; return this; } public HashMap getCountries() { return countries; } public AppData setCountries(HashMap value) { this.countries = value; return this; } public ArrayList getContent() { return content; } public AppData setContent(ArrayList value) { this.content = value; return this; } public Member getAlbaMember() { return albaMember; } public AppData setAlbaMember(Member value) { this.albaMember = value; return this; } public HashMap> getLookups() { return lookups; } public AppData setLookups(HashMap> value) { this.lookups = value; return this; } public ArrayList getConversionTable() { return conversionTable; } public AppData setConversionTable(ArrayList value) { this.conversionTable = value; return this; } public ArrayList getUserList() { return userList; } public AppData setUserList(ArrayList value) { this.userList = value; return this; } public ArrayList getClientLookup() { return clientLookup; } public AppData setClientLookup(ArrayList value) { this.clientLookup = value; return this; } public ArrayList getUserListAdminProxy() { return userListAdminProxy; } public AppData setUserListAdminProxy(ArrayList value) { this.userListAdminProxy = value; return this; } public ArrayList getClientLookupAdminProxy() { return clientLookupAdminProxy; } public AppData setClientLookupAdminProxy(ArrayList value) { this.clientLookupAdminProxy = value; return this; } public String getHrMemberDataListJson() { return hrMemberDataListJson; } public AppData setHrMemberDataListJson(String value) { this.hrMemberDataListJson = value; return this; } public HashMap getIntegrationKeys() { return integrationKeys; } public AppData setIntegrationKeys(HashMap value) { this.integrationKeys = value; return this; } public Boolean getIsHR() { return isHR; } public AppData setIsHR(Boolean value) { this.isHR = value; return this; } public Boolean getIsProxy() { return isProxy; } public AppData setIsProxy(Boolean value) { this.isProxy = value; return this; } public ArrayList getPtCurrentBalancesInfo() { return ptCurrentBalancesInfo; } public AppData setPtCurrentBalancesInfo(ArrayList value) { this.ptCurrentBalancesInfo = value; return this; } public ArrayList getPtCurrentBalancesTotal() { return ptCurrentBalancesTotal; } public AppData setPtCurrentBalancesTotal(ArrayList value) { this.ptCurrentBalancesTotal = value; return this; } public ArrayList getPtCurrentBalancesHistorical() { return ptCurrentBalancesHistorical; } public AppData setPtCurrentBalancesHistorical(ArrayList value) { this.ptCurrentBalancesHistorical = value; return this; } public String getPowensWebviewUri() { return powensWebviewUri; } public AppData setPowensWebviewUri(String value) { this.powensWebviewUri = value; return this; } public String getPowensConnectionState() { return powensConnectionState; } public AppData setPowensConnectionState(String value) { this.powensConnectionState = value; return this; } public String getPowensWebviewCurrentUri() { return powensWebviewCurrentUri; } public AppData setPowensWebviewCurrentUri(String value) { this.powensWebviewCurrentUri = value; return this; } public String getPowensWebviewPreviousUri() { return powensWebviewPreviousUri; } public AppData setPowensWebviewPreviousUri(String value) { this.powensWebviewPreviousUri = value; return this; } public String getPowensWebviewIndividualUri() { return powensWebviewIndividualUri; } public AppData setPowensWebviewIndividualUri(String value) { this.powensWebviewIndividualUri = value; return this; } public String getPowensErrorMessage() { return powensErrorMessage; } public AppData setPowensErrorMessage(String value) { this.powensErrorMessage = value; return this; } public String getPowensErrorState() { return powensErrorState; } public AppData setPowensErrorState(String value) { this.powensErrorState = value; return this; } public String getPowensAccountState() { return powensAccountState; } public AppData setPowensAccountState(String value) { this.powensAccountState = value; return this; } public ArrayList getPtInvestmentInformation() { return ptInvestmentInformation; } public AppData setPtInvestmentInformation(ArrayList value) { this.ptInvestmentInformation = value; return this; } public Date getPtInvestmentInfoLatestDate() { return ptInvestmentInfoLatestDate; } public AppData setPtInvestmentInfoLatestDate(Date value) { this.ptInvestmentInfoLatestDate = value; return this; } public Member getHrMember() { return hrMember; } public AppData setHrMember(Member value) { this.hrMember = value; return this; } public Member getProxyAdmin() { return proxyAdmin; } public AppData setProxyAdmin(Member value) { this.proxyAdmin = value; return this; } public Boolean getIsUnauthorized() { return isUnauthorized; } public AppData setIsUnauthorized(Boolean value) { this.isUnauthorized = value; return this; } } public static class Country { public String name = null; public HashMap languages = null; public String getName() { return name; } public Country setName(String value) { this.name = value; return this; } public HashMap getLanguages() { return languages; } public Country setLanguages(HashMap value) { this.languages = value; return this; } } public static class SiteSection { public String route = null; @SerializedName("public") public Boolean Public = null; public String parent = null; public Integer roles = null; public ArrayList hideFrom = null; public Integer order = null; public String getRoute() { return route; } public SiteSection setRoute(String value) { this.route = value; return this; } public Boolean isPublic() { return Public; } public SiteSection setPublic(Boolean value) { this.Public = value; return this; } public String getParent() { return parent; } public SiteSection setParent(String value) { this.parent = value; return this; } public Integer getRoles() { return roles; } public SiteSection setRoles(Integer value) { this.roles = value; return this; } public ArrayList getHideFrom() { return hideFrom; } public SiteSection setHideFrom(ArrayList value) { this.hideFrom = value; return this; } public Integer getOrder() { return order; } public SiteSection setOrder(Integer value) { this.order = value; return this; } } public static class Member extends Entity implements IProjectable { public String userId = null; public String systemId = null; public String schemeCode = null; public String sessionId = null; public String clientId = null; public String clientCode = null; public Boolean isDefault = null; public String groupId = null; public String groupNameUpper = null; public String appName = null; public String appNameUpper = null; public String key = null; public String keyUpper = null; public String country = null; public String locale = null; public String ccy = null; public String cdy = null; public String status = null; public String statusCode = null; public String category = null; public String scheme = null; public String primarySalary = null; public String email = null; public Employer employer = null; public Roles roles = null; public Date asAt = null; public Date calcDate = null; public Date nextEOFY = null; public Double periodToNextEOFY = null; public Integer year = null; public Boolean hasPartner = null; public Boolean includePartner = null; public Boolean includePartnerInCalc = null; public Boolean homeOwner = null; public Integer targetAge = null; public Integer targetTime = null; public Double targetIncomeR = null; public Double targetIncomeRFreq = null; public Double targetIncomeRAnnual = null; public Double targetP = null; public Boolean includeSS = null; public String firstName = null; public String lastName = null; public Gender gender = null; public Date dob = null; public Double salary = null; public ArrayList people = null; public ArrayList assets = null; public Boolean includeAnnuities = null; public ArrayList annuities = null; public Spending spending = null; public ArrayList investmentProperties = null; public HashMap> incomeVectors = null; public AssumptionsConfig config = null; public ArrayList indexation = null; public ArrayList annuityDisc = null; public HashMap> indexationRates = null; public HashMap> annuityDiscRates = null; public Double balance = null; public String planSomeValue = null; public Boolean flag1 = null; public Boolean flag2 = null; public Boolean isFriendly = null; public String financingOption = null; public Integer totalYears = null; public Integer totalLoopYears = null; public Double age = null; public Double ageR = null; public Integer intAge = null; public String indexType = null; public String indexTypePre = null; public String indexTypePost = null; public String deflationType = null; public HashMap custom = null; public CountryCalculatorConfiguration countryCalcConfig = null; public MemberSummary summary = null; public Date lastModified = null; public Boolean isReturningUser = null; public String clientCountryConfigCacheKey = null; public Double personalAssets = null; public Summary resultsSummary = null; public TotalContribution totalContribution = null; public String getUserId() { return userId; } public Member setUserId(String value) { this.userId = value; return this; } public String getSystemId() { return systemId; } public Member setSystemId(String value) { this.systemId = value; return this; } public String getSchemeCode() { return schemeCode; } public Member setSchemeCode(String value) { this.schemeCode = value; return this; } public String getSessionId() { return sessionId; } public Member setSessionId(String value) { this.sessionId = value; return this; } public String getClientId() { return clientId; } public Member setClientId(String value) { this.clientId = value; return this; } public String getClientCode() { return clientCode; } public Member setClientCode(String value) { this.clientCode = value; return this; } public Boolean getIsDefault() { return isDefault; } public Member setIsDefault(Boolean value) { this.isDefault = value; return this; } public String getGroupId() { return groupId; } public Member setGroupId(String value) { this.groupId = value; return this; } public String getGroupNameUpper() { return groupNameUpper; } public Member setGroupNameUpper(String value) { this.groupNameUpper = value; return this; } public String getAppName() { return appName; } public Member setAppName(String value) { this.appName = value; return this; } public String getAppNameUpper() { return appNameUpper; } public Member setAppNameUpper(String value) { this.appNameUpper = value; return this; } public String getKey() { return key; } public Member setKey(String value) { this.key = value; return this; } public String getKeyUpper() { return keyUpper; } public Member setKeyUpper(String value) { this.keyUpper = value; return this; } public String getCountry() { return country; } public Member setCountry(String value) { this.country = value; return this; } public String getLocale() { return locale; } public Member setLocale(String value) { this.locale = value; return this; } public String getCcy() { return ccy; } public Member setCcy(String value) { this.ccy = value; return this; } public String getCdy() { return cdy; } public Member setCdy(String value) { this.cdy = value; return this; } public String getStatus() { return status; } public Member setStatus(String value) { this.status = value; return this; } public String getStatusCode() { return statusCode; } public Member setStatusCode(String value) { this.statusCode = value; return this; } public String getCategory() { return category; } public Member setCategory(String value) { this.category = value; return this; } public String getScheme() { return scheme; } public Member setScheme(String value) { this.scheme = value; return this; } public String getPrimarySalary() { return primarySalary; } public Member setPrimarySalary(String value) { this.primarySalary = value; return this; } public String getEmail() { return email; } public Member setEmail(String value) { this.email = value; return this; } public Employer getEmployer() { return employer; } public Member setEmployer(Employer value) { this.employer = value; return this; } public Roles getRoles() { return roles; } public Member setRoles(Roles value) { this.roles = value; return this; } public Date getAsAt() { return asAt; } public Member setAsAt(Date value) { this.asAt = value; return this; } public Date getCalcDate() { return calcDate; } public Member setCalcDate(Date value) { this.calcDate = value; return this; } public Date getNextEOFY() { return nextEOFY; } public Member setNextEOFY(Date value) { this.nextEOFY = value; return this; } public Double getPeriodToNextEOFY() { return periodToNextEOFY; } public Member setPeriodToNextEOFY(Double value) { this.periodToNextEOFY = value; return this; } public Integer getYear() { return year; } public Member setYear(Integer value) { this.year = value; return this; } public Boolean isHasPartner() { return hasPartner; } public Member setHasPartner(Boolean value) { this.hasPartner = value; return this; } public Boolean isIncludePartner() { return includePartner; } public Member setIncludePartner(Boolean value) { this.includePartner = value; return this; } public Boolean isIncludePartnerInCalc() { return includePartnerInCalc; } public Member setIncludePartnerInCalc(Boolean value) { this.includePartnerInCalc = value; return this; } public Boolean isHomeOwner() { return homeOwner; } public Member setHomeOwner(Boolean value) { this.homeOwner = value; return this; } public Integer getTargetAge() { return targetAge; } public Member setTargetAge(Integer value) { this.targetAge = value; return this; } public Integer getTargetTime() { return targetTime; } public Member setTargetTime(Integer value) { this.targetTime = value; return this; } public Double getTargetIncomeR() { return targetIncomeR; } public Member setTargetIncomeR(Double value) { this.targetIncomeR = value; return this; } public Double getTargetIncomeRFreq() { return targetIncomeRFreq; } public Member setTargetIncomeRFreq(Double value) { this.targetIncomeRFreq = value; return this; } public Double getTargetIncomeRAnnual() { return targetIncomeRAnnual; } public Member setTargetIncomeRAnnual(Double value) { this.targetIncomeRAnnual = value; return this; } public Double getTargetP() { return targetP; } public Member setTargetP(Double value) { this.targetP = value; return this; } public Boolean isIncludeSS() { return includeSS; } public Member setIncludeSS(Boolean value) { this.includeSS = value; return this; } public String getFirstName() { return firstName; } public Member setFirstName(String value) { this.firstName = value; return this; } public String getLastName() { return lastName; } public Member setLastName(String value) { this.lastName = value; return this; } public Gender getGender() { return gender; } public Member setGender(Gender value) { this.gender = value; return this; } public Date getDob() { return dob; } public Member setDob(Date value) { this.dob = value; return this; } public Double getSalary() { return salary; } public Member setSalary(Double value) { this.salary = value; return this; } public ArrayList getPeople() { return people; } public Member setPeople(ArrayList value) { this.people = value; return this; } public ArrayList getAssets() { return assets; } public Member setAssets(ArrayList value) { this.assets = value; return this; } public Boolean isIncludeAnnuities() { return includeAnnuities; } public Member setIncludeAnnuities(Boolean value) { this.includeAnnuities = value; return this; } public ArrayList getAnnuities() { return annuities; } public Member setAnnuities(ArrayList value) { this.annuities = value; return this; } public Spending getSpending() { return spending; } public Member setSpending(Spending value) { this.spending = value; return this; } public ArrayList getInvestmentProperties() { return investmentProperties; } public Member setInvestmentProperties(ArrayList value) { this.investmentProperties = value; return this; } public HashMap> getIncomeVectors() { return incomeVectors; } public Member setIncomeVectors(HashMap> value) { this.incomeVectors = value; return this; } public AssumptionsConfig getConfig() { return config; } public Member setConfig(AssumptionsConfig value) { this.config = value; return this; } public ArrayList getIndexation() { return indexation; } public Member setIndexation(ArrayList value) { this.indexation = value; return this; } public ArrayList getAnnuityDisc() { return annuityDisc; } public Member setAnnuityDisc(ArrayList value) { this.annuityDisc = value; return this; } public HashMap> getIndexationRates() { return indexationRates; } public Member setIndexationRates(HashMap> value) { this.indexationRates = value; return this; } public HashMap> getAnnuityDiscRates() { return annuityDiscRates; } public Member setAnnuityDiscRates(HashMap> value) { this.annuityDiscRates = value; return this; } public Double getBalance() { return balance; } public Member setBalance(Double value) { this.balance = value; return this; } public String getPlanSomeValue() { return planSomeValue; } public Member setPlanSomeValue(String value) { this.planSomeValue = value; return this; } public Boolean isFlag1() { return flag1; } public Member setFlag1(Boolean value) { this.flag1 = value; return this; } public Boolean isFlag2() { return flag2; } public Member setFlag2(Boolean value) { this.flag2 = value; return this; } public Boolean getIsFriendly() { return isFriendly; } public Member setIsFriendly(Boolean value) { this.isFriendly = value; return this; } public String getFinancingOption() { return financingOption; } public Member setFinancingOption(String value) { this.financingOption = value; return this; } public Integer getTotalYears() { return totalYears; } public Member setTotalYears(Integer value) { this.totalYears = value; return this; } public Integer getTotalLoopYears() { return totalLoopYears; } public Member setTotalLoopYears(Integer value) { this.totalLoopYears = value; return this; } public Double getAge() { return age; } public Member setAge(Double value) { this.age = value; return this; } public Double getAgeR() { return ageR; } public Member setAgeR(Double value) { this.ageR = value; return this; } public Integer getIntAge() { return intAge; } public Member setIntAge(Integer value) { this.intAge = value; return this; } public String getIndexType() { return indexType; } public Member setIndexType(String value) { this.indexType = value; return this; } public String getIndexTypePre() { return indexTypePre; } public Member setIndexTypePre(String value) { this.indexTypePre = value; return this; } public String getIndexTypePost() { return indexTypePost; } public Member setIndexTypePost(String value) { this.indexTypePost = value; return this; } public String getDeflationType() { return deflationType; } public Member setDeflationType(String value) { this.deflationType = value; return this; } public HashMap getCustom() { return custom; } public Member setCustom(HashMap value) { this.custom = value; return this; } public CountryCalculatorConfiguration getCountryCalcConfig() { return countryCalcConfig; } public Member setCountryCalcConfig(CountryCalculatorConfiguration value) { this.countryCalcConfig = value; return this; } public MemberSummary getSummary() { return summary; } public Member setSummary(MemberSummary value) { this.summary = value; return this; } public Date getLastModified() { return lastModified; } public Member setLastModified(Date value) { this.lastModified = value; return this; } public Boolean getIsReturningUser() { return isReturningUser; } public Member setIsReturningUser(Boolean value) { this.isReturningUser = value; return this; } public String getClientCountryConfigCacheKey() { return clientCountryConfigCacheKey; } public Member setClientCountryConfigCacheKey(String value) { this.clientCountryConfigCacheKey = value; return this; } public Double getPersonalAssets() { return personalAssets; } public Member setPersonalAssets(Double value) { this.personalAssets = value; return this; } public Summary getResultsSummary() { return resultsSummary; } public Member setResultsSummary(Summary value) { this.resultsSummary = value; return this; } public TotalContribution getTotalContribution() { return totalContribution; } public Member setTotalContribution(TotalContribution value) { this.totalContribution = value; return this; } } public static class Member implements IId, ITimestamp { public Long id = null; public UUID employeeGuid = null; public String employeeId = null; public Integer clientId = null; public Integer configurationId = null; public String lastName = null; public String firstName = null; public String companyName = null; public String employeeGroup = null; public String title = null; public Date birthdate = null; public String emailAddress = null; public MaritalStatuses maritalStatus = null; public Date partnerBirthDate = null; public IsoGenders gender = null; public Short militaryMonthCount = null; public BigDecimal annualSalary = null; public BigDecimal monthlySalary = null; public Integer salaryFrequency = null; public GermanFederalStates deFederalState = null; public GermanTaxClasses deTaxClass = null; public Boolean deChurchTax = null; public BigDecimal dePrivNursingInsurance = null; public String pensionFinancingOption = null; public Boolean hasPrivHealthInsurance = null; public BigDecimal privHealthInsurance = null; public Short childrenCount = null; public Date child1BirthDate = null; public Date child2BirthDate = null; public Date child3BirthDate = null; public Date child4BirthDate = null; public Date child5BirthDate = null; public Date child6BirthDate = null; public Date child7BirthDate = null; public Date child8BirthDate = null; public Date child9BirthDate = null; public Date child10BirthDate = null; public String authId = null; public Date authRegistrationDate = null; public String activationCode = null; public Date activationExpiringDate = null; public Date planInfoDate = null; public String planInfoBag = null; public Boolean inactive = null; public Date dateCreated = null; public Date removeRequestDate = null; public byte[] timestamp = null; public Client client = null; public Date contributionDataDate = null; public String beneficiaryFirstName = null; public String beneficiaryLastName = null; public String beneficiaryTitle = null; public Date beneficiaryDateOfBirth = null; public String addressLine1 = null; public String addressLine2 = null; public String addressLine3 = null; public String phoneNumber = null; public String mobileNumber = null; public Date dateCommencedService = null; public Date calculatorDataDate = null; public String calculatorDataBag = null; public Date periodStart = null; public Date periodEnd = null; public Long memberId = null; public String infoBag = null; public String projectionInfoBag = null; public String companyPlanInfo = null; public String infoProviderReference = null; public Date dateOfHire = null; public String ssin = null; public Boolean isProxy = null; public Boolean isAllowedToVote = null; public String userId = null; public String participantStatus = null; public String investmentStrategy = null; public Boolean isAllowedToUpdatePlan = null; public BigDecimal pensionableSalary = null; public Date dateOfBirthSpouse = null; public Date dateOfBirthYoungestChild = null; public Date dateHiredOfPlan = null; public String contractType = null; public String investmentRiskProfile = null; public ArrayList documents = null; public ArrayList powensConnectionSyncs = null; public ArrayList members = null; public ArrayList groupMembers = null; public Member parent = null; public String pensionFundManager = null; public ArrayList proxyAccesses = null; public ArrayList beneficiaries = null; public ArrayList currentBalances = null; public ArrayList detailedBalances = null; public ArrayList votingPollAnswers = null; public ArrayList investmentAllocations = null; public ArrayList memberContributions = null; public ArrayList participantStatusFormAnswers = null; public Long getId() { return id; } public Member setId(Long value) { this.id = value; return this; } public UUID getEmployeeGuid() { return employeeGuid; } public Member setEmployeeGuid(UUID value) { this.employeeGuid = value; return this; } public String getEmployeeId() { return employeeId; } public Member setEmployeeId(String value) { this.employeeId = value; return this; } public Integer getClientId() { return clientId; } public Member setClientId(Integer value) { this.clientId = value; return this; } public Integer getConfigurationId() { return configurationId; } public Member setConfigurationId(Integer value) { this.configurationId = value; return this; } public String getLastName() { return lastName; } public Member setLastName(String value) { this.lastName = value; return this; } public String getFirstName() { return firstName; } public Member setFirstName(String value) { this.firstName = value; return this; } public String getCompanyName() { return companyName; } public Member setCompanyName(String value) { this.companyName = value; return this; } public String getEmployeeGroup() { return employeeGroup; } public Member setEmployeeGroup(String value) { this.employeeGroup = value; return this; } public String getTitle() { return title; } public Member setTitle(String value) { this.title = value; return this; } public Date getBirthdate() { return birthdate; } public Member setBirthdate(Date value) { this.birthdate = value; return this; } public String getEmailAddress() { return emailAddress; } public Member setEmailAddress(String value) { this.emailAddress = value; return this; } public MaritalStatuses getMaritalStatus() { return maritalStatus; } public Member setMaritalStatus(MaritalStatuses value) { this.maritalStatus = value; return this; } public Date getPartnerBirthDate() { return partnerBirthDate; } public Member setPartnerBirthDate(Date value) { this.partnerBirthDate = value; return this; } public IsoGenders getGender() { return gender; } public Member setGender(IsoGenders value) { this.gender = value; return this; } public Short getMilitaryMonthCount() { return militaryMonthCount; } public Member setMilitaryMonthCount(Short value) { this.militaryMonthCount = value; return this; } public BigDecimal getAnnualSalary() { return annualSalary; } public Member setAnnualSalary(BigDecimal value) { this.annualSalary = value; return this; } public BigDecimal getMonthlySalary() { return monthlySalary; } public Member setMonthlySalary(BigDecimal value) { this.monthlySalary = value; return this; } public Integer getSalaryFrequency() { return salaryFrequency; } public Member setSalaryFrequency(Integer value) { this.salaryFrequency = value; return this; } public GermanFederalStates getDeFederalState() { return deFederalState; } public Member setDeFederalState(GermanFederalStates value) { this.deFederalState = value; return this; } public GermanTaxClasses getDeTaxClass() { return deTaxClass; } public Member setDeTaxClass(GermanTaxClasses value) { this.deTaxClass = value; return this; } public Boolean isDeChurchTax() { return deChurchTax; } public Member setDeChurchTax(Boolean value) { this.deChurchTax = value; return this; } public BigDecimal getDePrivNursingInsurance() { return dePrivNursingInsurance; } public Member setDePrivNursingInsurance(BigDecimal value) { this.dePrivNursingInsurance = value; return this; } public String getPensionFinancingOption() { return pensionFinancingOption; } public Member setPensionFinancingOption(String value) { this.pensionFinancingOption = value; return this; } public Boolean isHasPrivHealthInsurance() { return hasPrivHealthInsurance; } public Member setHasPrivHealthInsurance(Boolean value) { this.hasPrivHealthInsurance = value; return this; } public BigDecimal getPrivHealthInsurance() { return privHealthInsurance; } public Member setPrivHealthInsurance(BigDecimal value) { this.privHealthInsurance = value; return this; } public Short getChildrenCount() { return childrenCount; } public Member setChildrenCount(Short value) { this.childrenCount = value; return this; } public Date getChild1BirthDate() { return child1BirthDate; } public Member setChild1BirthDate(Date value) { this.child1BirthDate = value; return this; } public Date getChild2BirthDate() { return child2BirthDate; } public Member setChild2BirthDate(Date value) { this.child2BirthDate = value; return this; } public Date getChild3BirthDate() { return child3BirthDate; } public Member setChild3BirthDate(Date value) { this.child3BirthDate = value; return this; } public Date getChild4BirthDate() { return child4BirthDate; } public Member setChild4BirthDate(Date value) { this.child4BirthDate = value; return this; } public Date getChild5BirthDate() { return child5BirthDate; } public Member setChild5BirthDate(Date value) { this.child5BirthDate = value; return this; } public Date getChild6BirthDate() { return child6BirthDate; } public Member setChild6BirthDate(Date value) { this.child6BirthDate = value; return this; } public Date getChild7BirthDate() { return child7BirthDate; } public Member setChild7BirthDate(Date value) { this.child7BirthDate = value; return this; } public Date getChild8BirthDate() { return child8BirthDate; } public Member setChild8BirthDate(Date value) { this.child8BirthDate = value; return this; } public Date getChild9BirthDate() { return child9BirthDate; } public Member setChild9BirthDate(Date value) { this.child9BirthDate = value; return this; } public Date getChild10BirthDate() { return child10BirthDate; } public Member setChild10BirthDate(Date value) { this.child10BirthDate = value; return this; } public String getAuthId() { return authId; } public Member setAuthId(String value) { this.authId = value; return this; } public Date getAuthRegistrationDate() { return authRegistrationDate; } public Member setAuthRegistrationDate(Date value) { this.authRegistrationDate = value; return this; } public String getActivationCode() { return activationCode; } public Member setActivationCode(String value) { this.activationCode = value; return this; } public Date getActivationExpiringDate() { return activationExpiringDate; } public Member setActivationExpiringDate(Date value) { this.activationExpiringDate = value; return this; } public Date getPlanInfoDate() { return planInfoDate; } public Member setPlanInfoDate(Date value) { this.planInfoDate = value; return this; } public String getPlanInfoBag() { return planInfoBag; } public Member setPlanInfoBag(String value) { this.planInfoBag = value; return this; } public Boolean isInactive() { return inactive; } public Member setInactive(Boolean value) { this.inactive = value; return this; } public Date getDateCreated() { return dateCreated; } public Member setDateCreated(Date value) { this.dateCreated = value; return this; } public Date getRemoveRequestDate() { return removeRequestDate; } public Member setRemoveRequestDate(Date value) { this.removeRequestDate = value; return this; } public byte[] getTimestamp() { return timestamp; } public Member setTimestamp(byte[] value) { this.timestamp = value; return this; } public Client getClient() { return client; } public Member setClient(Client value) { this.client = value; return this; } public Date getContributionDataDate() { return contributionDataDate; } public Member setContributionDataDate(Date value) { this.contributionDataDate = value; return this; } public String getBeneficiaryFirstName() { return beneficiaryFirstName; } public Member setBeneficiaryFirstName(String value) { this.beneficiaryFirstName = value; return this; } public String getBeneficiaryLastName() { return beneficiaryLastName; } public Member setBeneficiaryLastName(String value) { this.beneficiaryLastName = value; return this; } public String getBeneficiaryTitle() { return beneficiaryTitle; } public Member setBeneficiaryTitle(String value) { this.beneficiaryTitle = value; return this; } public Date getBeneficiaryDateOfBirth() { return beneficiaryDateOfBirth; } public Member setBeneficiaryDateOfBirth(Date value) { this.beneficiaryDateOfBirth = value; return this; } public String getAddressLine1() { return addressLine1; } public Member setAddressLine1(String value) { this.addressLine1 = value; return this; } public String getAddressLine2() { return addressLine2; } public Member setAddressLine2(String value) { this.addressLine2 = value; return this; } public String getAddressLine3() { return addressLine3; } public Member setAddressLine3(String value) { this.addressLine3 = value; return this; } public String getPhoneNumber() { return phoneNumber; } public Member setPhoneNumber(String value) { this.phoneNumber = value; return this; } public String getMobileNumber() { return mobileNumber; } public Member setMobileNumber(String value) { this.mobileNumber = value; return this; } public Date getDateCommencedService() { return dateCommencedService; } public Member setDateCommencedService(Date value) { this.dateCommencedService = value; return this; } public Date getCalculatorDataDate() { return calculatorDataDate; } public Member setCalculatorDataDate(Date value) { this.calculatorDataDate = value; return this; } public String getCalculatorDataBag() { return calculatorDataBag; } public Member setCalculatorDataBag(String value) { this.calculatorDataBag = value; return this; } public Date getPeriodStart() { return periodStart; } public Member setPeriodStart(Date value) { this.periodStart = value; return this; } public Date getPeriodEnd() { return periodEnd; } public Member setPeriodEnd(Date value) { this.periodEnd = value; return this; } public Long getMemberId() { return memberId; } public Member setMemberId(Long value) { this.memberId = value; return this; } public String getInfoBag() { return infoBag; } public Member setInfoBag(String value) { this.infoBag = value; return this; } public String getProjectionInfoBag() { return projectionInfoBag; } public Member setProjectionInfoBag(String value) { this.projectionInfoBag = value; return this; } public String getCompanyPlanInfo() { return companyPlanInfo; } public Member setCompanyPlanInfo(String value) { this.companyPlanInfo = value; return this; } public String getInfoProviderReference() { return infoProviderReference; } public Member setInfoProviderReference(String value) { this.infoProviderReference = value; return this; } public Date getDateOfHire() { return dateOfHire; } public Member setDateOfHire(Date value) { this.dateOfHire = value; return this; } public String getSsin() { return ssin; } public Member setSsin(String value) { this.ssin = value; return this; } public Boolean getIsProxy() { return isProxy; } public Member setIsProxy(Boolean value) { this.isProxy = value; return this; } public Boolean getIsAllowedToVote() { return isAllowedToVote; } public Member setIsAllowedToVote(Boolean value) { this.isAllowedToVote = value; return this; } public String getUserId() { return userId; } public Member setUserId(String value) { this.userId = value; return this; } public String getParticipantStatus() { return participantStatus; } public Member setParticipantStatus(String value) { this.participantStatus = value; return this; } public String getInvestmentStrategy() { return investmentStrategy; } public Member setInvestmentStrategy(String value) { this.investmentStrategy = value; return this; } public Boolean getIsAllowedToUpdatePlan() { return isAllowedToUpdatePlan; } public Member setIsAllowedToUpdatePlan(Boolean value) { this.isAllowedToUpdatePlan = value; return this; } public BigDecimal getPensionableSalary() { return pensionableSalary; } public Member setPensionableSalary(BigDecimal value) { this.pensionableSalary = value; return this; } public Date getDateOfBirthSpouse() { return dateOfBirthSpouse; } public Member setDateOfBirthSpouse(Date value) { this.dateOfBirthSpouse = value; return this; } public Date getDateOfBirthYoungestChild() { return dateOfBirthYoungestChild; } public Member setDateOfBirthYoungestChild(Date value) { this.dateOfBirthYoungestChild = value; return this; } public Date getDateHiredOfPlan() { return dateHiredOfPlan; } public Member setDateHiredOfPlan(Date value) { this.dateHiredOfPlan = value; return this; } public String getContractType() { return contractType; } public Member setContractType(String value) { this.contractType = value; return this; } public String getInvestmentRiskProfile() { return investmentRiskProfile; } public Member setInvestmentRiskProfile(String value) { this.investmentRiskProfile = value; return this; } public ArrayList getDocuments() { return documents; } public Member setDocuments(ArrayList value) { this.documents = value; return this; } public ArrayList getPowensConnectionSyncs() { return powensConnectionSyncs; } public Member setPowensConnectionSyncs(ArrayList value) { this.powensConnectionSyncs = value; return this; } public ArrayList getMembers() { return members; } public Member setMembers(ArrayList value) { this.members = value; return this; } public ArrayList getGroupMembers() { return groupMembers; } public Member setGroupMembers(ArrayList value) { this.groupMembers = value; return this; } public Member getParent() { return parent; } public Member setParent(Member value) { this.parent = value; return this; } public String getPensionFundManager() { return pensionFundManager; } public Member setPensionFundManager(String value) { this.pensionFundManager = value; return this; } public ArrayList getProxyAccesses() { return proxyAccesses; } public Member setProxyAccesses(ArrayList value) { this.proxyAccesses = value; return this; } public ArrayList getBeneficiaries() { return beneficiaries; } public Member setBeneficiaries(ArrayList value) { this.beneficiaries = value; return this; } public ArrayList getCurrentBalances() { return currentBalances; } public Member setCurrentBalances(ArrayList value) { this.currentBalances = value; return this; } public ArrayList getDetailedBalances() { return detailedBalances; } public Member setDetailedBalances(ArrayList value) { this.detailedBalances = value; return this; } public ArrayList getVotingPollAnswers() { return votingPollAnswers; } public Member setVotingPollAnswers(ArrayList value) { this.votingPollAnswers = value; return this; } public ArrayList getInvestmentAllocations() { return investmentAllocations; } public Member setInvestmentAllocations(ArrayList value) { this.investmentAllocations = value; return this; } public ArrayList getMemberContributions() { return memberContributions; } public Member setMemberContributions(ArrayList value) { this.memberContributions = value; return this; } public ArrayList getParticipantStatusFormAnswers() { return participantStatusFormAnswers; } public Member setParticipantStatusFormAnswers(ArrayList value) { this.participantStatusFormAnswers = value; return this; } } public static class ClientLookup { public Integer id = null; public String name = null; public Integer getId() { return id; } public ClientLookup setId(Integer value) { this.id = value; return this; } public String getName() { return name; } public ClientLookup setName(String value) { this.name = value; return this; } } public static class CurrentBalanceDetails { public Short month = null; public Short year = null; public BigDecimal balance = null; public BigDecimal contribution = null; public BigDecimal investment = null; public String type = null; public BigDecimal totalBalances = null; public BigDecimal totalContributions = null; public BigDecimal totalInvestments = null; public Short getMonth() { return month; } public CurrentBalanceDetails setMonth(Short value) { this.month = value; return this; } public Short getYear() { return year; } public CurrentBalanceDetails setYear(Short value) { this.year = value; return this; } public BigDecimal getBalance() { return balance; } public CurrentBalanceDetails setBalance(BigDecimal value) { this.balance = value; return this; } public BigDecimal getContribution() { return contribution; } public CurrentBalanceDetails setContribution(BigDecimal value) { this.contribution = value; return this; } public BigDecimal getInvestment() { return investment; } public CurrentBalanceDetails setInvestment(BigDecimal value) { this.investment = value; return this; } public String getType() { return type; } public CurrentBalanceDetails setType(String value) { this.type = value; return this; } public BigDecimal getTotalBalances() { return totalBalances; } public CurrentBalanceDetails setTotalBalances(BigDecimal value) { this.totalBalances = value; return this; } public BigDecimal getTotalContributions() { return totalContributions; } public CurrentBalanceDetails setTotalContributions(BigDecimal value) { this.totalContributions = value; return this; } public BigDecimal getTotalInvestments() { return totalInvestments; } public CurrentBalanceDetails setTotalInvestments(BigDecimal value) { this.totalInvestments = value; return this; } } public static class CurrentBalanceSummary { public String type = null; public BigDecimal balanceSummary = null; public BigDecimal contributionSummary = null; public BigDecimal investmentSummary = null; public String getType() { return type; } public CurrentBalanceSummary setType(String value) { this.type = value; return this; } public BigDecimal getBalanceSummary() { return balanceSummary; } public CurrentBalanceSummary setBalanceSummary(BigDecimal value) { this.balanceSummary = value; return this; } public BigDecimal getContributionSummary() { return contributionSummary; } public CurrentBalanceSummary setContributionSummary(BigDecimal value) { this.contributionSummary = value; return this; } public BigDecimal getInvestmentSummary() { return investmentSummary; } public CurrentBalanceSummary setInvestmentSummary(BigDecimal value) { this.investmentSummary = value; return this; } } public static class InvestmentInfo { public Long memberId = null; public String fundId = null; public String fundName = null; public BigDecimal currentAllocation = null; public Date informationDate = null; public BigDecimal investmentReturnTwelveMonths = null; public BigDecimal investmentReturnThreeYears = null; public BigDecimal investmentReturnFiveYears = null; public BigDecimal currentAnnualPensionFee = null; public Long getMemberId() { return memberId; } public InvestmentInfo setMemberId(Long value) { this.memberId = value; return this; } public String getFundId() { return fundId; } public InvestmentInfo setFundId(String value) { this.fundId = value; return this; } public String getFundName() { return fundName; } public InvestmentInfo setFundName(String value) { this.fundName = value; return this; } public BigDecimal getCurrentAllocation() { return currentAllocation; } public InvestmentInfo setCurrentAllocation(BigDecimal value) { this.currentAllocation = value; return this; } public Date getInformationDate() { return informationDate; } public InvestmentInfo setInformationDate(Date value) { this.informationDate = value; return this; } public BigDecimal getInvestmentReturnTwelveMonths() { return investmentReturnTwelveMonths; } public InvestmentInfo setInvestmentReturnTwelveMonths(BigDecimal value) { this.investmentReturnTwelveMonths = value; return this; } public BigDecimal getInvestmentReturnThreeYears() { return investmentReturnThreeYears; } public InvestmentInfo setInvestmentReturnThreeYears(BigDecimal value) { this.investmentReturnThreeYears = value; return this; } public BigDecimal getInvestmentReturnFiveYears() { return investmentReturnFiveYears; } public InvestmentInfo setInvestmentReturnFiveYears(BigDecimal value) { this.investmentReturnFiveYears = value; return this; } public BigDecimal getCurrentAnnualPensionFee() { return currentAnnualPensionFee; } public InvestmentInfo setCurrentAnnualPensionFee(BigDecimal value) { this.currentAnnualPensionFee = value; return this; } } public static class Member { public Long memberId = null; public String employeeId = null; public UUID employeeGuid = null; public String email = null; public String title = null; public String firstName = null; public String companyName = null; public String employeeGroup = null; public String lastName = null; public Date dateOfBirth = null; public IsoGenders gender = null; public MaritalStatuses maritalStatus = null; public Integer numberOfChildren = null; public Integer childrenCount = null; public BigDecimal monthlySalary = null; public BigDecimal annualSalary = null; public DkPensionTerms dkPensionTerms = null; public String dkPrivateEmailAddress = null; public String dkEmployerName = null; public Boolean dkContactConsent = null; public Boolean dkPersonalMandate = null; public GermanFederalStates deFederalState = null; public GermanTaxClasses deTaxClass = null; public Boolean deChurchTax = null; public Boolean hasPrivHealthInsurance = null; public BigDecimal privHealthInsurance = null; public BigDecimal dePrivNursingInsurance = null; public Date contributionDataDate = null; public String beneficiaryFirstName = null; public String beneficiaryLastName = null; public String beneficiaryTitle = null; public Date beneficiaryDateOfBirth = null; public String addressLine1 = null; public String addressLine2 = null; public String addressLine3 = null; public String phoneNumber = null; public String mobileNumber = null; public Date dateCommencedService = null; public Date partnerBirthDate = null; public Short militaryMonthCount = null; public Date child1BirthDate = null; public Date child2BirthDate = null; public Date child3BirthDate = null; public Date child4BirthDate = null; public Date child5BirthDate = null; public Date child6BirthDate = null; public Date child7BirthDate = null; public Date child8BirthDate = null; public Date child9BirthDate = null; public Date child10BirthDate = null; public String infoBag = null; public String projectionInfoBag = null; public Integer clientId = null; public String companyPlanInfo = null; public String pensionFundManager = null; public Date dateOfHire = null; public ArrayList powensConnections = null; public Boolean isPrivateClient = null; public Boolean isProxy = null; public ArrayList beneficiaries = null; public ArrayList currentBalances = null; public ArrayList detailedBalances = null; public Date beneficiariesLatestSubmittedDate = null; public String userId = null; public String participantStatus = null; public String investmentStrategy = null; public Boolean isAllowedToUpdatePlan = null; public BigDecimal pensionableSalary = null; public Date dateOfBirthSpouse = null; public Date dateOfBirthYoungestChild = null; public Date dateHiredOfPlan = null; public String contractType = null; public Boolean isAllowedToVote = null; public VotingPollAnswer votingPollAnswer = null; public Long getMemberId() { return memberId; } public Member setMemberId(Long value) { this.memberId = value; return this; } public String getEmployeeId() { return employeeId; } public Member setEmployeeId(String value) { this.employeeId = value; return this; } public UUID getEmployeeGuid() { return employeeGuid; } public Member setEmployeeGuid(UUID value) { this.employeeGuid = value; return this; } public String getEmail() { return email; } public Member setEmail(String value) { this.email = value; return this; } public String getTitle() { return title; } public Member setTitle(String value) { this.title = value; return this; } public String getFirstName() { return firstName; } public Member setFirstName(String value) { this.firstName = value; return this; } public String getCompanyName() { return companyName; } public Member setCompanyName(String value) { this.companyName = value; return this; } public String getEmployeeGroup() { return employeeGroup; } public Member setEmployeeGroup(String value) { this.employeeGroup = value; return this; } public String getLastName() { return lastName; } public Member setLastName(String value) { this.lastName = value; return this; } public Date getDateOfBirth() { return dateOfBirth; } public Member setDateOfBirth(Date value) { this.dateOfBirth = value; return this; } public IsoGenders getGender() { return gender; } public Member setGender(IsoGenders value) { this.gender = value; return this; } public MaritalStatuses getMaritalStatus() { return maritalStatus; } public Member setMaritalStatus(MaritalStatuses value) { this.maritalStatus = value; return this; } public Integer getNumberOfChildren() { return numberOfChildren; } public Member setNumberOfChildren(Integer value) { this.numberOfChildren = value; return this; } public Integer getChildrenCount() { return childrenCount; } public Member setChildrenCount(Integer value) { this.childrenCount = value; return this; } public BigDecimal getMonthlySalary() { return monthlySalary; } public Member setMonthlySalary(BigDecimal value) { this.monthlySalary = value; return this; } public BigDecimal getAnnualSalary() { return annualSalary; } public Member setAnnualSalary(BigDecimal value) { this.annualSalary = value; return this; } public DkPensionTerms getDkPensionTerms() { return dkPensionTerms; } public Member setDkPensionTerms(DkPensionTerms value) { this.dkPensionTerms = value; return this; } public String getDkPrivateEmailAddress() { return dkPrivateEmailAddress; } public Member setDkPrivateEmailAddress(String value) { this.dkPrivateEmailAddress = value; return this; } public String getDkEmployerName() { return dkEmployerName; } public Member setDkEmployerName(String value) { this.dkEmployerName = value; return this; } public Boolean isDkContactConsent() { return dkContactConsent; } public Member setDkContactConsent(Boolean value) { this.dkContactConsent = value; return this; } public Boolean isDkPersonalMandate() { return dkPersonalMandate; } public Member setDkPersonalMandate(Boolean value) { this.dkPersonalMandate = value; return this; } public GermanFederalStates getDeFederalState() { return deFederalState; } public Member setDeFederalState(GermanFederalStates value) { this.deFederalState = value; return this; } public GermanTaxClasses getDeTaxClass() { return deTaxClass; } public Member setDeTaxClass(GermanTaxClasses value) { this.deTaxClass = value; return this; } public Boolean isDeChurchTax() { return deChurchTax; } public Member setDeChurchTax(Boolean value) { this.deChurchTax = value; return this; } public Boolean isHasPrivHealthInsurance() { return hasPrivHealthInsurance; } public Member setHasPrivHealthInsurance(Boolean value) { this.hasPrivHealthInsurance = value; return this; } public BigDecimal getPrivHealthInsurance() { return privHealthInsurance; } public Member setPrivHealthInsurance(BigDecimal value) { this.privHealthInsurance = value; return this; } public BigDecimal getDePrivNursingInsurance() { return dePrivNursingInsurance; } public Member setDePrivNursingInsurance(BigDecimal value) { this.dePrivNursingInsurance = value; return this; } public Date getContributionDataDate() { return contributionDataDate; } public Member setContributionDataDate(Date value) { this.contributionDataDate = value; return this; } public String getBeneficiaryFirstName() { return beneficiaryFirstName; } public Member setBeneficiaryFirstName(String value) { this.beneficiaryFirstName = value; return this; } public String getBeneficiaryLastName() { return beneficiaryLastName; } public Member setBeneficiaryLastName(String value) { this.beneficiaryLastName = value; return this; } public String getBeneficiaryTitle() { return beneficiaryTitle; } public Member setBeneficiaryTitle(String value) { this.beneficiaryTitle = value; return this; } public Date getBeneficiaryDateOfBirth() { return beneficiaryDateOfBirth; } public Member setBeneficiaryDateOfBirth(Date value) { this.beneficiaryDateOfBirth = value; return this; } public String getAddressLine1() { return addressLine1; } public Member setAddressLine1(String value) { this.addressLine1 = value; return this; } public String getAddressLine2() { return addressLine2; } public Member setAddressLine2(String value) { this.addressLine2 = value; return this; } public String getAddressLine3() { return addressLine3; } public Member setAddressLine3(String value) { this.addressLine3 = value; return this; } public String getPhoneNumber() { return phoneNumber; } public Member setPhoneNumber(String value) { this.phoneNumber = value; return this; } public String getMobileNumber() { return mobileNumber; } public Member setMobileNumber(String value) { this.mobileNumber = value; return this; } public Date getDateCommencedService() { return dateCommencedService; } public Member setDateCommencedService(Date value) { this.dateCommencedService = value; return this; } public Date getPartnerBirthDate() { return partnerBirthDate; } public Member setPartnerBirthDate(Date value) { this.partnerBirthDate = value; return this; } public Short getMilitaryMonthCount() { return militaryMonthCount; } public Member setMilitaryMonthCount(Short value) { this.militaryMonthCount = value; return this; } public Date getChild1BirthDate() { return child1BirthDate; } public Member setChild1BirthDate(Date value) { this.child1BirthDate = value; return this; } public Date getChild2BirthDate() { return child2BirthDate; } public Member setChild2BirthDate(Date value) { this.child2BirthDate = value; return this; } public Date getChild3BirthDate() { return child3BirthDate; } public Member setChild3BirthDate(Date value) { this.child3BirthDate = value; return this; } public Date getChild4BirthDate() { return child4BirthDate; } public Member setChild4BirthDate(Date value) { this.child4BirthDate = value; return this; } public Date getChild5BirthDate() { return child5BirthDate; } public Member setChild5BirthDate(Date value) { this.child5BirthDate = value; return this; } public Date getChild6BirthDate() { return child6BirthDate; } public Member setChild6BirthDate(Date value) { this.child6BirthDate = value; return this; } public Date getChild7BirthDate() { return child7BirthDate; } public Member setChild7BirthDate(Date value) { this.child7BirthDate = value; return this; } public Date getChild8BirthDate() { return child8BirthDate; } public Member setChild8BirthDate(Date value) { this.child8BirthDate = value; return this; } public Date getChild9BirthDate() { return child9BirthDate; } public Member setChild9BirthDate(Date value) { this.child9BirthDate = value; return this; } public Date getChild10BirthDate() { return child10BirthDate; } public Member setChild10BirthDate(Date value) { this.child10BirthDate = value; return this; } public String getInfoBag() { return infoBag; } public Member setInfoBag(String value) { this.infoBag = value; return this; } public String getProjectionInfoBag() { return projectionInfoBag; } public Member setProjectionInfoBag(String value) { this.projectionInfoBag = value; return this; } public Integer getClientId() { return clientId; } public Member setClientId(Integer value) { this.clientId = value; return this; } public String getCompanyPlanInfo() { return companyPlanInfo; } public Member setCompanyPlanInfo(String value) { this.companyPlanInfo = value; return this; } public String getPensionFundManager() { return pensionFundManager; } public Member setPensionFundManager(String value) { this.pensionFundManager = value; return this; } public Date getDateOfHire() { return dateOfHire; } public Member setDateOfHire(Date value) { this.dateOfHire = value; return this; } public ArrayList getPowensConnections() { return powensConnections; } public Member setPowensConnections(ArrayList value) { this.powensConnections = value; return this; } public Boolean getIsPrivateClient() { return isPrivateClient; } public Member setIsPrivateClient(Boolean value) { this.isPrivateClient = value; return this; } public Boolean getIsProxy() { return isProxy; } public Member setIsProxy(Boolean value) { this.isProxy = value; return this; } public ArrayList getBeneficiaries() { return beneficiaries; } public Member setBeneficiaries(ArrayList value) { this.beneficiaries = value; return this; } public ArrayList getCurrentBalances() { return currentBalances; } public Member setCurrentBalances(ArrayList value) { this.currentBalances = value; return this; } public ArrayList getDetailedBalances() { return detailedBalances; } public Member setDetailedBalances(ArrayList value) { this.detailedBalances = value; return this; } public Date getBeneficiariesLatestSubmittedDate() { return beneficiariesLatestSubmittedDate; } public Member setBeneficiariesLatestSubmittedDate(Date value) { this.beneficiariesLatestSubmittedDate = value; return this; } public String getUserId() { return userId; } public Member setUserId(String value) { this.userId = value; return this; } public String getParticipantStatus() { return participantStatus; } public Member setParticipantStatus(String value) { this.participantStatus = value; return this; } public String getInvestmentStrategy() { return investmentStrategy; } public Member setInvestmentStrategy(String value) { this.investmentStrategy = value; return this; } public Boolean getIsAllowedToUpdatePlan() { return isAllowedToUpdatePlan; } public Member setIsAllowedToUpdatePlan(Boolean value) { this.isAllowedToUpdatePlan = value; return this; } public BigDecimal getPensionableSalary() { return pensionableSalary; } public Member setPensionableSalary(BigDecimal value) { this.pensionableSalary = value; return this; } public Date getDateOfBirthSpouse() { return dateOfBirthSpouse; } public Member setDateOfBirthSpouse(Date value) { this.dateOfBirthSpouse = value; return this; } public Date getDateOfBirthYoungestChild() { return dateOfBirthYoungestChild; } public Member setDateOfBirthYoungestChild(Date value) { this.dateOfBirthYoungestChild = value; return this; } public Date getDateHiredOfPlan() { return dateHiredOfPlan; } public Member setDateHiredOfPlan(Date value) { this.dateHiredOfPlan = value; return this; } public String getContractType() { return contractType; } public Member setContractType(String value) { this.contractType = value; return this; } public Boolean getIsAllowedToVote() { return isAllowedToVote; } public Member setIsAllowedToVote(Boolean value) { this.isAllowedToVote = value; return this; } public VotingPollAnswer getVotingPollAnswer() { return votingPollAnswer; } public Member setVotingPollAnswer(VotingPollAnswer value) { this.votingPollAnswer = value; return this; } } public static class Country implements IId, ITimestamp { public Integer id = null; public String name = null; public String isoCode = null; public Integer configurationId = null; public String cultureInfos = null; public String excelTemplateId = null; public String saClientId = null; public Boolean inactive = null; public byte[] timestamp = null; public Configuration configuration = null; public ArrayList clients = null; public ArrayList plans = null; public ArrayList documents = null; public ArrayList importJobs = null; public Integer getId() { return id; } public Country setId(Integer value) { this.id = value; return this; } public String getName() { return name; } public Country setName(String value) { this.name = value; return this; } public String getIsoCode() { return isoCode; } public Country setIsoCode(String value) { this.isoCode = value; return this; } public Integer getConfigurationId() { return configurationId; } public Country setConfigurationId(Integer value) { this.configurationId = value; return this; } public String getCultureInfos() { return cultureInfos; } public Country setCultureInfos(String value) { this.cultureInfos = value; return this; } public String getExcelTemplateId() { return excelTemplateId; } public Country setExcelTemplateId(String value) { this.excelTemplateId = value; return this; } public String getSaClientId() { return saClientId; } public Country setSaClientId(String value) { this.saClientId = value; return this; } public Boolean isInactive() { return inactive; } public Country setInactive(Boolean value) { this.inactive = value; return this; } public byte[] getTimestamp() { return timestamp; } public Country setTimestamp(byte[] value) { this.timestamp = value; return this; } public Configuration getConfiguration() { return configuration; } public Country setConfiguration(Configuration value) { this.configuration = value; return this; } public ArrayList getClients() { return clients; } public Country setClients(ArrayList value) { this.clients = value; return this; } public ArrayList getPlans() { return plans; } public Country setPlans(ArrayList value) { this.plans = value; return this; } public ArrayList getDocuments() { return documents; } public Country setDocuments(ArrayList value) { this.documents = value; return this; } public ArrayList getImportJobs() { return importJobs; } public Country setImportJobs(ArrayList value) { this.importJobs = value; return this; } } public static class SiteContext { public String echoUri = null; public Branding branding = null; public ArrayList modules = null; public ConditionalAccess conditionalAccess = null; public ColorScheme colorScheme = null; public ArrayList carriers = null; public String country = null; public String defaultLanguage = null; public ArrayList availableLanguages = null; public String currency = null; public Entity employer = null; public CarrierEntity carrier = null; public Entity consultant = null; public Member member = null; public CounsellingOptions counsellingOptions = null; public DkCalculatorConfiguration dkCalculatorConfiguration = null; public SecurityToken dkPensionsInfoSsoTicket = null; public DkPensionsInfo dkPensionsInfo = null; public DeCalculatorConfiguration deCalculatorConfiguration = null; public DisabilityInsurancePlan disabilityInsurancePlan = null; public CriticalIllnessInsurancePlan criticalIllnessInsurancePlan = null; public DeathInsurancePlan deathInsurancePlan = null; public HealthInsurancePlan healthInsurancePlan = null; public AccidentInsurancePlan accidentInsurancePlan = null; public DentalInsurancePlan dentalInsurancePlan = null; public SeniorCitizenConcept seniorCitizenConcept = null; public RetirementPlan retirementPlan = null; public DeRetirementPlans deRetirementPlans = null; public PreventiveTreatment preventiveTreatment = null; public Boolean isPensionScheme = null; public PathFinder pathFinder = null; public FinancialWellbeing financialWellBeing = null; public Boolean useInformalLanguage = null; public Boolean usesSSO = null; public AuthenticationMethod authenticationMethod = null; public Boolean cprNumberNeeded = null; public Boolean activationCodeRequired = null; public String employerEmailDomain = null; public String version = null; public String taxPseudocodeURL = null; public CalculatorData calculatorConfiguration = null; public ConfigurationIds configurationIds = null; public ArrayList documentList = null; public Integer newDocumentDaySpan = null; public Double sasTokenDurationInSeconds = null; public Integer dataRetentionPeriodInYears = null; public ArrayList periods = null; public ConfigurationVersionGroupConfig groupConfig = null; public ConfigurationVersionMemberDocumentConfig memberDocumentConfig = null; public PensionSightClient pensionSightClient = null; public ArrayList userResultConfiguration = null; public ArrayList userSearchConfiguration = null; public ArrayList userResultConfigurationAdminProxy = null; public ArrayList userSearchConfigurationAdminProxy = null; public FrCompanyPlans frCompanyPlans = null; public EsRetirementPlans esRetirementPlans = null; public FrCalculatorConfiguration frCalculatorConfiguration = null; public ArrayList frFundSetups = null; public ArrayList frPlanSetups = null; public ArrayList frPreviousPlansSetups = null; public ArrayList frIndividualPlanFunds = null; public ArrayList beRetirementPlans = null; public BeContributions beContributions = null; public ArrayList privateClientProducts = null; public ConfigurationVersionEmailSetting contactUs = null; public ArrayList emailSettings = null; public ArrayList formTypeFieldsConfiguration = null; public ArrayList formTypeLookupConfiguration = null; public ConfigurationVersionRecommendation recommendation = null; public ConfigurationVersionRecommendationProduct recommendationProduct = null; public ArrayList ptFundValues = null; public ArrayList ptFundsSetups = null; public PtContribution ptContributionData = null; public ArrayList ptInvestmentAllocations = null; public PtInvestmentSetup ptInvestmentSetup = null; public PtFundLifecycleList ptFundLifecycleList = null; public PtParticipantStatusSetup ptParticipantStatusSetup = null; public ArrayList ptMatchingContributionList = null; public ConfigurationVersionVotingPollSetup votingPollSetup = null; public ArrayList votingPollConfig = null; public PtCalculatorConfiguration ptCalculatorConfiguration = null; public DkBookingInfo bookingInfo = null; public ConfigurationVersionPublicContactUsSetup dkPublicContactUsSetup = null; public String getEchoUri() { return echoUri; } public SiteContext setEchoUri(String value) { this.echoUri = value; return this; } public Branding getBranding() { return branding; } public SiteContext setBranding(Branding value) { this.branding = value; return this; } public ArrayList getModules() { return modules; } public SiteContext setModules(ArrayList value) { this.modules = value; return this; } public ConditionalAccess getConditionalAccess() { return conditionalAccess; } public SiteContext setConditionalAccess(ConditionalAccess value) { this.conditionalAccess = value; return this; } public ColorScheme getColorScheme() { return colorScheme; } public SiteContext setColorScheme(ColorScheme value) { this.colorScheme = value; return this; } public ArrayList getCarriers() { return carriers; } public SiteContext setCarriers(ArrayList value) { this.carriers = value; return this; } public String getCountry() { return country; } public SiteContext setCountry(String value) { this.country = value; return this; } public String getDefaultLanguage() { return defaultLanguage; } public SiteContext setDefaultLanguage(String value) { this.defaultLanguage = value; return this; } public ArrayList getAvailableLanguages() { return availableLanguages; } public SiteContext setAvailableLanguages(ArrayList value) { this.availableLanguages = value; return this; } public String getCurrency() { return currency; } public SiteContext setCurrency(String value) { this.currency = value; return this; } public Entity getEmployer() { return employer; } public SiteContext setEmployer(Entity value) { this.employer = value; return this; } public CarrierEntity getCarrier() { return carrier; } public SiteContext setCarrier(CarrierEntity value) { this.carrier = value; return this; } public Entity getConsultant() { return consultant; } public SiteContext setConsultant(Entity value) { this.consultant = value; return this; } public Member getMember() { return member; } public SiteContext setMember(Member value) { this.member = value; return this; } public CounsellingOptions getCounsellingOptions() { return counsellingOptions; } public SiteContext setCounsellingOptions(CounsellingOptions value) { this.counsellingOptions = value; return this; } public DkCalculatorConfiguration getDkCalculatorConfiguration() { return dkCalculatorConfiguration; } public SiteContext setDkCalculatorConfiguration(DkCalculatorConfiguration value) { this.dkCalculatorConfiguration = value; return this; } public SecurityToken getDkPensionsInfoSsoTicket() { return dkPensionsInfoSsoTicket; } public SiteContext setDkPensionsInfoSsoTicket(SecurityToken value) { this.dkPensionsInfoSsoTicket = value; return this; } public DkPensionsInfo getDkPensionsInfo() { return dkPensionsInfo; } public SiteContext setDkPensionsInfo(DkPensionsInfo value) { this.dkPensionsInfo = value; return this; } public DeCalculatorConfiguration getDeCalculatorConfiguration() { return deCalculatorConfiguration; } public SiteContext setDeCalculatorConfiguration(DeCalculatorConfiguration value) { this.deCalculatorConfiguration = value; return this; } public DisabilityInsurancePlan getDisabilityInsurancePlan() { return disabilityInsurancePlan; } public SiteContext setDisabilityInsurancePlan(DisabilityInsurancePlan value) { this.disabilityInsurancePlan = value; return this; } public CriticalIllnessInsurancePlan getCriticalIllnessInsurancePlan() { return criticalIllnessInsurancePlan; } public SiteContext setCriticalIllnessInsurancePlan(CriticalIllnessInsurancePlan value) { this.criticalIllnessInsurancePlan = value; return this; } public DeathInsurancePlan getDeathInsurancePlan() { return deathInsurancePlan; } public SiteContext setDeathInsurancePlan(DeathInsurancePlan value) { this.deathInsurancePlan = value; return this; } public HealthInsurancePlan getHealthInsurancePlan() { return healthInsurancePlan; } public SiteContext setHealthInsurancePlan(HealthInsurancePlan value) { this.healthInsurancePlan = value; return this; } public AccidentInsurancePlan getAccidentInsurancePlan() { return accidentInsurancePlan; } public SiteContext setAccidentInsurancePlan(AccidentInsurancePlan value) { this.accidentInsurancePlan = value; return this; } public DentalInsurancePlan getDentalInsurancePlan() { return dentalInsurancePlan; } public SiteContext setDentalInsurancePlan(DentalInsurancePlan value) { this.dentalInsurancePlan = value; return this; } public SeniorCitizenConcept getSeniorCitizenConcept() { return seniorCitizenConcept; } public SiteContext setSeniorCitizenConcept(SeniorCitizenConcept value) { this.seniorCitizenConcept = value; return this; } public RetirementPlan getRetirementPlan() { return retirementPlan; } public SiteContext setRetirementPlan(RetirementPlan value) { this.retirementPlan = value; return this; } public DeRetirementPlans getDeRetirementPlans() { return deRetirementPlans; } public SiteContext setDeRetirementPlans(DeRetirementPlans value) { this.deRetirementPlans = value; return this; } public PreventiveTreatment getPreventiveTreatment() { return preventiveTreatment; } public SiteContext setPreventiveTreatment(PreventiveTreatment value) { this.preventiveTreatment = value; return this; } public Boolean getIsPensionScheme() { return isPensionScheme; } public SiteContext setIsPensionScheme(Boolean value) { this.isPensionScheme = value; return this; } public PathFinder getPathFinder() { return pathFinder; } public SiteContext setPathFinder(PathFinder value) { this.pathFinder = value; return this; } public FinancialWellbeing getFinancialWellBeing() { return financialWellBeing; } public SiteContext setFinancialWellBeing(FinancialWellbeing value) { this.financialWellBeing = value; return this; } public Boolean isUseInformalLanguage() { return useInformalLanguage; } public SiteContext setUseInformalLanguage(Boolean value) { this.useInformalLanguage = value; return this; } public Boolean isUsesSSO() { return usesSSO; } public SiteContext setUsesSSO(Boolean value) { this.usesSSO = value; return this; } public AuthenticationMethod getAuthenticationMethod() { return authenticationMethod; } public SiteContext setAuthenticationMethod(AuthenticationMethod value) { this.authenticationMethod = value; return this; } public Boolean isCprNumberNeeded() { return cprNumberNeeded; } public SiteContext setCprNumberNeeded(Boolean value) { this.cprNumberNeeded = value; return this; } public Boolean isActivationCodeRequired() { return activationCodeRequired; } public SiteContext setActivationCodeRequired(Boolean value) { this.activationCodeRequired = value; return this; } public String getEmployerEmailDomain() { return employerEmailDomain; } public SiteContext setEmployerEmailDomain(String value) { this.employerEmailDomain = value; return this; } public String getVersion() { return version; } public SiteContext setVersion(String value) { this.version = value; return this; } public String getTaxPseudocodeURL() { return taxPseudocodeURL; } public SiteContext setTaxPseudocodeURL(String value) { this.taxPseudocodeURL = value; return this; } public CalculatorData getCalculatorConfiguration() { return calculatorConfiguration; } public SiteContext setCalculatorConfiguration(CalculatorData value) { this.calculatorConfiguration = value; return this; } public ConfigurationIds getConfigurationIds() { return configurationIds; } public SiteContext setConfigurationIds(ConfigurationIds value) { this.configurationIds = value; return this; } public ArrayList getDocumentList() { return documentList; } public SiteContext setDocumentList(ArrayList value) { this.documentList = value; return this; } public Integer getNewDocumentDaySpan() { return newDocumentDaySpan; } public SiteContext setNewDocumentDaySpan(Integer value) { this.newDocumentDaySpan = value; return this; } public Double getSasTokenDurationInSeconds() { return sasTokenDurationInSeconds; } public SiteContext setSasTokenDurationInSeconds(Double value) { this.sasTokenDurationInSeconds = value; return this; } public Integer getDataRetentionPeriodInYears() { return dataRetentionPeriodInYears; } public SiteContext setDataRetentionPeriodInYears(Integer value) { this.dataRetentionPeriodInYears = value; return this; } public ArrayList getPeriods() { return periods; } public SiteContext setPeriods(ArrayList value) { this.periods = value; return this; } public ConfigurationVersionGroupConfig getGroupConfig() { return groupConfig; } public SiteContext setGroupConfig(ConfigurationVersionGroupConfig value) { this.groupConfig = value; return this; } public ConfigurationVersionMemberDocumentConfig getMemberDocumentConfig() { return memberDocumentConfig; } public SiteContext setMemberDocumentConfig(ConfigurationVersionMemberDocumentConfig value) { this.memberDocumentConfig = value; return this; } public PensionSightClient getPensionSightClient() { return pensionSightClient; } public SiteContext setPensionSightClient(PensionSightClient value) { this.pensionSightClient = value; return this; } public ArrayList getUserResultConfiguration() { return userResultConfiguration; } public SiteContext setUserResultConfiguration(ArrayList value) { this.userResultConfiguration = value; return this; } public ArrayList getUserSearchConfiguration() { return userSearchConfiguration; } public SiteContext setUserSearchConfiguration(ArrayList value) { this.userSearchConfiguration = value; return this; } public ArrayList getUserResultConfigurationAdminProxy() { return userResultConfigurationAdminProxy; } public SiteContext setUserResultConfigurationAdminProxy(ArrayList value) { this.userResultConfigurationAdminProxy = value; return this; } public ArrayList getUserSearchConfigurationAdminProxy() { return userSearchConfigurationAdminProxy; } public SiteContext setUserSearchConfigurationAdminProxy(ArrayList value) { this.userSearchConfigurationAdminProxy = value; return this; } public FrCompanyPlans getFrCompanyPlans() { return frCompanyPlans; } public SiteContext setFrCompanyPlans(FrCompanyPlans value) { this.frCompanyPlans = value; return this; } public EsRetirementPlans getEsRetirementPlans() { return esRetirementPlans; } public SiteContext setEsRetirementPlans(EsRetirementPlans value) { this.esRetirementPlans = value; return this; } public FrCalculatorConfiguration getFrCalculatorConfiguration() { return frCalculatorConfiguration; } public SiteContext setFrCalculatorConfiguration(FrCalculatorConfiguration value) { this.frCalculatorConfiguration = value; return this; } public ArrayList getFrFundSetups() { return frFundSetups; } public SiteContext setFrFundSetups(ArrayList value) { this.frFundSetups = value; return this; } public ArrayList getFrPlanSetups() { return frPlanSetups; } public SiteContext setFrPlanSetups(ArrayList value) { this.frPlanSetups = value; return this; } public ArrayList getFrPreviousPlansSetups() { return frPreviousPlansSetups; } public SiteContext setFrPreviousPlansSetups(ArrayList value) { this.frPreviousPlansSetups = value; return this; } public ArrayList getFrIndividualPlanFunds() { return frIndividualPlanFunds; } public SiteContext setFrIndividualPlanFunds(ArrayList value) { this.frIndividualPlanFunds = value; return this; } public ArrayList getBeRetirementPlans() { return beRetirementPlans; } public SiteContext setBeRetirementPlans(ArrayList value) { this.beRetirementPlans = value; return this; } public BeContributions getBeContributions() { return beContributions; } public SiteContext setBeContributions(BeContributions value) { this.beContributions = value; return this; } public ArrayList getPrivateClientProducts() { return privateClientProducts; } public SiteContext setPrivateClientProducts(ArrayList value) { this.privateClientProducts = value; return this; } public ConfigurationVersionEmailSetting getContactUs() { return contactUs; } public SiteContext setContactUs(ConfigurationVersionEmailSetting value) { this.contactUs = value; return this; } public ArrayList getEmailSettings() { return emailSettings; } public SiteContext setEmailSettings(ArrayList value) { this.emailSettings = value; return this; } public ArrayList getFormTypeFieldsConfiguration() { return formTypeFieldsConfiguration; } public SiteContext setFormTypeFieldsConfiguration(ArrayList value) { this.formTypeFieldsConfiguration = value; return this; } public ArrayList getFormTypeLookupConfiguration() { return formTypeLookupConfiguration; } public SiteContext setFormTypeLookupConfiguration(ArrayList value) { this.formTypeLookupConfiguration = value; return this; } public ConfigurationVersionRecommendation getRecommendation() { return recommendation; } public SiteContext setRecommendation(ConfigurationVersionRecommendation value) { this.recommendation = value; return this; } public ConfigurationVersionRecommendationProduct getRecommendationProduct() { return recommendationProduct; } public SiteContext setRecommendationProduct(ConfigurationVersionRecommendationProduct value) { this.recommendationProduct = value; return this; } public ArrayList getPtFundValues() { return ptFundValues; } public SiteContext setPtFundValues(ArrayList value) { this.ptFundValues = value; return this; } public ArrayList getPtFundsSetups() { return ptFundsSetups; } public SiteContext setPtFundsSetups(ArrayList value) { this.ptFundsSetups = value; return this; } public PtContribution getPtContributionData() { return ptContributionData; } public SiteContext setPtContributionData(PtContribution value) { this.ptContributionData = value; return this; } public ArrayList getPtInvestmentAllocations() { return ptInvestmentAllocations; } public SiteContext setPtInvestmentAllocations(ArrayList value) { this.ptInvestmentAllocations = value; return this; } public PtInvestmentSetup getPtInvestmentSetup() { return ptInvestmentSetup; } public SiteContext setPtInvestmentSetup(PtInvestmentSetup value) { this.ptInvestmentSetup = value; return this; } public PtFundLifecycleList getPtFundLifecycleList() { return ptFundLifecycleList; } public SiteContext setPtFundLifecycleList(PtFundLifecycleList value) { this.ptFundLifecycleList = value; return this; } public PtParticipantStatusSetup getPtParticipantStatusSetup() { return ptParticipantStatusSetup; } public SiteContext setPtParticipantStatusSetup(PtParticipantStatusSetup value) { this.ptParticipantStatusSetup = value; return this; } public ArrayList getPtMatchingContributionList() { return ptMatchingContributionList; } public SiteContext setPtMatchingContributionList(ArrayList value) { this.ptMatchingContributionList = value; return this; } public ConfigurationVersionVotingPollSetup getVotingPollSetup() { return votingPollSetup; } public SiteContext setVotingPollSetup(ConfigurationVersionVotingPollSetup value) { this.votingPollSetup = value; return this; } public ArrayList getVotingPollConfig() { return votingPollConfig; } public SiteContext setVotingPollConfig(ArrayList value) { this.votingPollConfig = value; return this; } public PtCalculatorConfiguration getPtCalculatorConfiguration() { return ptCalculatorConfiguration; } public SiteContext setPtCalculatorConfiguration(PtCalculatorConfiguration value) { this.ptCalculatorConfiguration = value; return this; } public DkBookingInfo getBookingInfo() { return bookingInfo; } public SiteContext setBookingInfo(DkBookingInfo value) { this.bookingInfo = value; return this; } public ConfigurationVersionPublicContactUsSetup getDkPublicContactUsSetup() { return dkPublicContactUsSetup; } public SiteContext setDkPublicContactUsSetup(ConfigurationVersionPublicContactUsSetup value) { this.dkPublicContactUsSetup = value; return this; } } }