/* Options: Date: 2025-12-06 08:03:03 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: AgentContractRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.*; import java.util.*; import java.io.InputStream; import net.servicestack.client.*; public class dtos { @Route(Path="/v1/AgentContract", Verbs="PUT,OPTIONS") // @Route(Path="/v1/AgentContract/{AgentId}", Verbs="GET") public static class AgentContractRequest implements IReturn { public ArrayList AgentContract = new ArrayList(); public Integer AgentId = null; public ArrayList getAgentContract() { return AgentContract; } public AgentContractRequest setAgentContract(ArrayList value) { this.AgentContract = value; return this; } public Integer getAgentId() { return AgentId; } public AgentContractRequest setAgentId(Integer value) { this.AgentId = value; return this; } private static Object responseType = AgentContractResponse.class; public Object getResponseType() { return responseType; } } public static class AgentContractResponse { public ResponseStatus ResponseStatus = null; public ArrayList AgentContract = new ArrayList(); public ResponseStatus getResponseStatus() { return ResponseStatus; } public AgentContractResponse setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; } public ArrayList getAgentContract() { return AgentContract; } public AgentContractResponse setAgentContract(ArrayList value) { this.AgentContract = value; return this; } } public static class AgentRegistrationTemp { public Integer AgentRegistrationTempId = null; public String ApplicationId = null; public String Company = null; public String EIN = null; public String FirstName = null; public String MiddleName = null; public String LastName = null; public String Address1 = null; public String Address2 = null; public String City = null; public String State = null; public String Zip = null; public String Email = null; public String HomePhone = null; public String CellPhone = null; public String WorkPhone = null; public Boolean AgreeToDisclosures = null; public Date AgreeToDate = null; public Date PaidDate = null; public String AgentNumber = null; public String Upline1Name = null; public Integer Upline1 = null; public String Upline2Name = null; public Integer Upline2 = null; public String RecruitedBy = null; public Date CreatedDate = null; public Date DOB = null; public String SSN = null; public String Password = null; public BigDecimal Upline1Percent = null; public BigDecimal Upline2Percent = null; public Integer AgentId = null; public String AccountName = null; public String AccountType = null; public String AccountNumber = null; public String AccountRouting = null; public String w9_1 = null; public String w9_2 = null; public String w9_3_1 = null; public String w9_3_2 = null; public String w9_3_3 = null; public String w9_3_4 = null; public String w9_3_5 = null; public String w9_3_6 = null; public String w9_3_7 = null; public String w9_3_8 = null; public String w9_4_1 = null; public String w9_4_2 = null; public String w9_5 = null; public String w9_6 = null; public String w9_7 = null; public Boolean IsSecurityLicensed = null; public String SecurityLicense = null; public String Position = null; public String School = null; public String District = null; public String StoreName = null; public Integer getAgentRegistrationTempId() { return AgentRegistrationTempId; } public AgentRegistrationTemp setAgentRegistrationTempId(Integer value) { this.AgentRegistrationTempId = value; return this; } public String getApplicationId() { return ApplicationId; } public AgentRegistrationTemp setApplicationId(String value) { this.ApplicationId = value; return this; } public String getCompany() { return Company; } public AgentRegistrationTemp setCompany(String value) { this.Company = value; return this; } public String getEin() { return EIN; } public AgentRegistrationTemp setEin(String value) { this.EIN = value; return this; } public String getFirstName() { return FirstName; } public AgentRegistrationTemp setFirstName(String value) { this.FirstName = value; return this; } public String getMiddleName() { return MiddleName; } public AgentRegistrationTemp setMiddleName(String value) { this.MiddleName = value; return this; } public String getLastName() { return LastName; } public AgentRegistrationTemp setLastName(String value) { this.LastName = value; return this; } public String getAddress1() { return Address1; } public AgentRegistrationTemp setAddress1(String value) { this.Address1 = value; return this; } public String getAddress2() { return Address2; } public AgentRegistrationTemp setAddress2(String value) { this.Address2 = value; return this; } public String getCity() { return City; } public AgentRegistrationTemp setCity(String value) { this.City = value; return this; } public String getState() { return State; } public AgentRegistrationTemp setState(String value) { this.State = value; return this; } public String getZip() { return Zip; } public AgentRegistrationTemp setZip(String value) { this.Zip = value; return this; } public String getEmail() { return Email; } public AgentRegistrationTemp setEmail(String value) { this.Email = value; return this; } public String getHomePhone() { return HomePhone; } public AgentRegistrationTemp setHomePhone(String value) { this.HomePhone = value; return this; } public String getCellPhone() { return CellPhone; } public AgentRegistrationTemp setCellPhone(String value) { this.CellPhone = value; return this; } public String getWorkPhone() { return WorkPhone; } public AgentRegistrationTemp setWorkPhone(String value) { this.WorkPhone = value; return this; } public Boolean isAgreeToDisclosures() { return AgreeToDisclosures; } public AgentRegistrationTemp setAgreeToDisclosures(Boolean value) { this.AgreeToDisclosures = value; return this; } public Date getAgreeToDate() { return AgreeToDate; } public AgentRegistrationTemp setAgreeToDate(Date value) { this.AgreeToDate = value; return this; } public Date getPaidDate() { return PaidDate; } public AgentRegistrationTemp setPaidDate(Date value) { this.PaidDate = value; return this; } public String getAgentNumber() { return AgentNumber; } public AgentRegistrationTemp setAgentNumber(String value) { this.AgentNumber = value; return this; } public String getUpline1Name() { return Upline1Name; } public AgentRegistrationTemp setUpline1Name(String value) { this.Upline1Name = value; return this; } public Integer getUpline1() { return Upline1; } public AgentRegistrationTemp setUpline1(Integer value) { this.Upline1 = value; return this; } public String getUpline2Name() { return Upline2Name; } public AgentRegistrationTemp setUpline2Name(String value) { this.Upline2Name = value; return this; } public Integer getUpline2() { return Upline2; } public AgentRegistrationTemp setUpline2(Integer value) { this.Upline2 = value; return this; } public String getRecruitedBy() { return RecruitedBy; } public AgentRegistrationTemp setRecruitedBy(String value) { this.RecruitedBy = value; return this; } public Date getCreatedDate() { return CreatedDate; } public AgentRegistrationTemp setCreatedDate(Date value) { this.CreatedDate = value; return this; } public Date getDob() { return DOB; } public AgentRegistrationTemp setDob(Date value) { this.DOB = value; return this; } public String getSsn() { return SSN; } public AgentRegistrationTemp setSsn(String value) { this.SSN = value; return this; } public String getPassword() { return Password; } public AgentRegistrationTemp setPassword(String value) { this.Password = value; return this; } public BigDecimal getUpline1Percent() { return Upline1Percent; } public AgentRegistrationTemp setUpline1Percent(BigDecimal value) { this.Upline1Percent = value; return this; } public BigDecimal getUpline2Percent() { return Upline2Percent; } public AgentRegistrationTemp setUpline2Percent(BigDecimal value) { this.Upline2Percent = value; return this; } public Integer getAgentId() { return AgentId; } public AgentRegistrationTemp setAgentId(Integer value) { this.AgentId = value; return this; } public String getAccountName() { return AccountName; } public AgentRegistrationTemp setAccountName(String value) { this.AccountName = value; return this; } public String getAccountType() { return AccountType; } public AgentRegistrationTemp setAccountType(String value) { this.AccountType = value; return this; } public String getAccountNumber() { return AccountNumber; } public AgentRegistrationTemp setAccountNumber(String value) { this.AccountNumber = value; return this; } public String getAccountRouting() { return AccountRouting; } public AgentRegistrationTemp setAccountRouting(String value) { this.AccountRouting = value; return this; } public String getW91() { return w9_1; } public AgentRegistrationTemp setW91(String value) { this.w9_1 = value; return this; } public String getW92() { return w9_2; } public AgentRegistrationTemp setW92(String value) { this.w9_2 = value; return this; } public String getW931() { return w9_3_1; } public AgentRegistrationTemp setW931(String value) { this.w9_3_1 = value; return this; } public String getW932() { return w9_3_2; } public AgentRegistrationTemp setW932(String value) { this.w9_3_2 = value; return this; } public String getW933() { return w9_3_3; } public AgentRegistrationTemp setW933(String value) { this.w9_3_3 = value; return this; } public String getW934() { return w9_3_4; } public AgentRegistrationTemp setW934(String value) { this.w9_3_4 = value; return this; } public String getW935() { return w9_3_5; } public AgentRegistrationTemp setW935(String value) { this.w9_3_5 = value; return this; } public String getW936() { return w9_3_6; } public AgentRegistrationTemp setW936(String value) { this.w9_3_6 = value; return this; } public String getW937() { return w9_3_7; } public AgentRegistrationTemp setW937(String value) { this.w9_3_7 = value; return this; } public String getW938() { return w9_3_8; } public AgentRegistrationTemp setW938(String value) { this.w9_3_8 = value; return this; } public String getW941() { return w9_4_1; } public AgentRegistrationTemp setW941(String value) { this.w9_4_1 = value; return this; } public String getW942() { return w9_4_2; } public AgentRegistrationTemp setW942(String value) { this.w9_4_2 = value; return this; } public String getW95() { return w9_5; } public AgentRegistrationTemp setW95(String value) { this.w9_5 = value; return this; } public String getW96() { return w9_6; } public AgentRegistrationTemp setW96(String value) { this.w9_6 = value; return this; } public String getW97() { return w9_7; } public AgentRegistrationTemp setW97(String value) { this.w9_7 = value; return this; } public Boolean getIsSecurityLicensed() { return IsSecurityLicensed; } public AgentRegistrationTemp setIsSecurityLicensed(Boolean value) { this.IsSecurityLicensed = value; return this; } public String getSecurityLicense() { return SecurityLicense; } public AgentRegistrationTemp setSecurityLicense(String value) { this.SecurityLicense = value; return this; } public String getPosition() { return Position; } public AgentRegistrationTemp setPosition(String value) { this.Position = value; return this; } public String getSchool() { return School; } public AgentRegistrationTemp setSchool(String value) { this.School = value; return this; } public String getDistrict() { return District; } public AgentRegistrationTemp setDistrict(String value) { this.District = value; return this; } public String getStoreName() { return StoreName; } public AgentRegistrationTemp setStoreName(String value) { this.StoreName = value; return this; } } public static class AgentRegistrationAnswer { public Integer AgentRegistrationTempId = null; public Integer QuestionId = null; public Boolean AnswerYN = null; public String AnswerText = null; public Date DateCreated = null; public Integer getAgentRegistrationTempId() { return AgentRegistrationTempId; } public AgentRegistrationAnswer setAgentRegistrationTempId(Integer value) { this.AgentRegistrationTempId = value; return this; } public Integer getQuestionId() { return QuestionId; } public AgentRegistrationAnswer setQuestionId(Integer value) { this.QuestionId = value; return this; } public Boolean isAnswerYN() { return AnswerYN; } public AgentRegistrationAnswer setAnswerYN(Boolean value) { this.AnswerYN = value; return this; } public String getAnswerText() { return AnswerText; } public AgentRegistrationAnswer setAnswerText(String value) { this.AnswerText = value; return this; } public Date getDateCreated() { return DateCreated; } public AgentRegistrationAnswer setDateCreated(Date value) { this.DateCreated = value; return this; } } public static class AgentStateLicense { public Integer AgentRegistrationTempId = null; public String State = null; public String LicenseNum = null; public Integer getAgentRegistrationTempId() { return AgentRegistrationTempId; } public AgentStateLicense setAgentRegistrationTempId(Integer value) { this.AgentRegistrationTempId = value; return this; } public String getState() { return State; } public AgentStateLicense setState(String value) { this.State = value; return this; } public String getLicenseNum() { return LicenseNum; } public AgentStateLicense setLicenseNum(String value) { this.LicenseNum = value; return this; } } public static class AgentContractExtended extends Agent { public Integer AgentContractId = null; public Date AFAgreementReceivedDate = null; public Date DirectDepositReceivedDate = null; public Date DotNETCompleteDate = null; public Date AssociateAppUploadedDate = null; public Date LSWContractLinkSentDate = null; public Date LSWContractDoneDate = null; public String LSWLifeAgentCode = null; public String LSWAnnuityAgentCode = null; public String LSWWebsiteUserId = null; public Date AMLCompletedDate = null; public Date StateAnnuityTrainingCompletedDate = null; public Date LSWProductTrainingCompletedDate = null; public Date EOExpirationDate = null; public Date SureLCLinkSentDate = null; public Date AEContractDoneDate = null; public String AEAgentCode = null; public Date MGANorthAmericanContractSentDate = null; public String MGANorthAmericanAgentCode = null; public Date AmericoContractDoneDate = null; public String AmericoAgentCode = null; public Date MidlandContractDoneDate = null; public String MidlandAgentCode = null; public Date JacksonContractDoneDate = null; public String JacksonAgentCode = null; public Date VoyaContractDoneDate = null; public String VoyaAgentCode = null; public Date HoraceMannContractDoneDate = null; public String HoraceMannAgentCode = null; public Date GreatAmericanContractDoneDate = null; public String GreatAmericanAgentCode = null; public Date MutualOfOmahaContractDoneDate = null; public String MutualOfOmahaAgentCode = null; public Date AllanzContractDoneDate = null; public String AllanzAgentCode = null; public Date FGContractDoneDate = null; public String FGAgentCode = null; public String ResidentLicenseState = null; public String ResidentLicenseNumber = null; public Date ResidentLicenseExpirationDate = null; public Date ContractingComplete = null; public Date PackageMailed = null; public String TrackingNum = null; public Date ProtectiveContractDoneDate = null; public String ProtectiveCode = null; public Date AtheneContractDoneDate = null; public String AtheneCode = null; public Date ForestersContractDoneDate = null; public String ForestersCode = null; public String ACHName = null; public String ACHNumber = null; public String ACHRouting = null; public String ACHAccountType = null; public String w9_1 = null; public String w9_2 = null; public String w9_3_1 = null; public String w9_3_2 = null; public String w9_3_3 = null; public String w9_3_4 = null; public String w9_3_5 = null; public String w9_3_6 = null; public String w9_3_7 = null; public String w9_3_8 = null; public String w9_4_1 = null; public String w9_4_2 = null; public String w9_5 = null; public String w9_6 = null; public String w9_7 = null; public AgentRegistrationTemp AgentRegistration = null; public ArrayList AgentRegistrationAnswers = new ArrayList(); public ArrayList AgentStateLicenses = new ArrayList(); public Integer ContactCount = null; public String PayChexId = null; public Boolean AgentLevelLocked = null; public String SecurityLicense = null; public Integer getAgentContractId() { return AgentContractId; } public AgentContractExtended setAgentContractId(Integer value) { this.AgentContractId = value; return this; } public Date getAfAgreementReceivedDate() { return AFAgreementReceivedDate; } public AgentContractExtended setAfAgreementReceivedDate(Date value) { this.AFAgreementReceivedDate = value; return this; } public Date getDirectDepositReceivedDate() { return DirectDepositReceivedDate; } public AgentContractExtended setDirectDepositReceivedDate(Date value) { this.DirectDepositReceivedDate = value; return this; } public Date getDotNETCompleteDate() { return DotNETCompleteDate; } public AgentContractExtended setDotNETCompleteDate(Date value) { this.DotNETCompleteDate = value; return this; } public Date getAssociateAppUploadedDate() { return AssociateAppUploadedDate; } public AgentContractExtended setAssociateAppUploadedDate(Date value) { this.AssociateAppUploadedDate = value; return this; } public Date getLswContractLinkSentDate() { return LSWContractLinkSentDate; } public AgentContractExtended setLswContractLinkSentDate(Date value) { this.LSWContractLinkSentDate = value; return this; } public Date getLswContractDoneDate() { return LSWContractDoneDate; } public AgentContractExtended setLswContractDoneDate(Date value) { this.LSWContractDoneDate = value; return this; } public String getLswLifeAgentCode() { return LSWLifeAgentCode; } public AgentContractExtended setLswLifeAgentCode(String value) { this.LSWLifeAgentCode = value; return this; } public String getLswAnnuityAgentCode() { return LSWAnnuityAgentCode; } public AgentContractExtended setLswAnnuityAgentCode(String value) { this.LSWAnnuityAgentCode = value; return this; } public String getLswWebsiteUserId() { return LSWWebsiteUserId; } public AgentContractExtended setLswWebsiteUserId(String value) { this.LSWWebsiteUserId = value; return this; } public Date getAmlCompletedDate() { return AMLCompletedDate; } public AgentContractExtended setAmlCompletedDate(Date value) { this.AMLCompletedDate = value; return this; } public Date getStateAnnuityTrainingCompletedDate() { return StateAnnuityTrainingCompletedDate; } public AgentContractExtended setStateAnnuityTrainingCompletedDate(Date value) { this.StateAnnuityTrainingCompletedDate = value; return this; } public Date getLswProductTrainingCompletedDate() { return LSWProductTrainingCompletedDate; } public AgentContractExtended setLswProductTrainingCompletedDate(Date value) { this.LSWProductTrainingCompletedDate = value; return this; } public Date getEoExpirationDate() { return EOExpirationDate; } public AgentContractExtended setEoExpirationDate(Date value) { this.EOExpirationDate = value; return this; } public Date getSureLCLinkSentDate() { return SureLCLinkSentDate; } public AgentContractExtended setSureLCLinkSentDate(Date value) { this.SureLCLinkSentDate = value; return this; } public Date getAeContractDoneDate() { return AEContractDoneDate; } public AgentContractExtended setAeContractDoneDate(Date value) { this.AEContractDoneDate = value; return this; } public String getAeAgentCode() { return AEAgentCode; } public AgentContractExtended setAeAgentCode(String value) { this.AEAgentCode = value; return this; } public Date getMgaNorthAmericanContractSentDate() { return MGANorthAmericanContractSentDate; } public AgentContractExtended setMgaNorthAmericanContractSentDate(Date value) { this.MGANorthAmericanContractSentDate = value; return this; } public String getMgaNorthAmericanAgentCode() { return MGANorthAmericanAgentCode; } public AgentContractExtended setMgaNorthAmericanAgentCode(String value) { this.MGANorthAmericanAgentCode = value; return this; } public Date getAmericoContractDoneDate() { return AmericoContractDoneDate; } public AgentContractExtended setAmericoContractDoneDate(Date value) { this.AmericoContractDoneDate = value; return this; } public String getAmericoAgentCode() { return AmericoAgentCode; } public AgentContractExtended setAmericoAgentCode(String value) { this.AmericoAgentCode = value; return this; } public Date getMidlandContractDoneDate() { return MidlandContractDoneDate; } public AgentContractExtended setMidlandContractDoneDate(Date value) { this.MidlandContractDoneDate = value; return this; } public String getMidlandAgentCode() { return MidlandAgentCode; } public AgentContractExtended setMidlandAgentCode(String value) { this.MidlandAgentCode = value; return this; } public Date getJacksonContractDoneDate() { return JacksonContractDoneDate; } public AgentContractExtended setJacksonContractDoneDate(Date value) { this.JacksonContractDoneDate = value; return this; } public String getJacksonAgentCode() { return JacksonAgentCode; } public AgentContractExtended setJacksonAgentCode(String value) { this.JacksonAgentCode = value; return this; } public Date getVoyaContractDoneDate() { return VoyaContractDoneDate; } public AgentContractExtended setVoyaContractDoneDate(Date value) { this.VoyaContractDoneDate = value; return this; } public String getVoyaAgentCode() { return VoyaAgentCode; } public AgentContractExtended setVoyaAgentCode(String value) { this.VoyaAgentCode = value; return this; } public Date getHoraceMannContractDoneDate() { return HoraceMannContractDoneDate; } public AgentContractExtended setHoraceMannContractDoneDate(Date value) { this.HoraceMannContractDoneDate = value; return this; } public String getHoraceMannAgentCode() { return HoraceMannAgentCode; } public AgentContractExtended setHoraceMannAgentCode(String value) { this.HoraceMannAgentCode = value; return this; } public Date getGreatAmericanContractDoneDate() { return GreatAmericanContractDoneDate; } public AgentContractExtended setGreatAmericanContractDoneDate(Date value) { this.GreatAmericanContractDoneDate = value; return this; } public String getGreatAmericanAgentCode() { return GreatAmericanAgentCode; } public AgentContractExtended setGreatAmericanAgentCode(String value) { this.GreatAmericanAgentCode = value; return this; } public Date getMutualOfOmahaContractDoneDate() { return MutualOfOmahaContractDoneDate; } public AgentContractExtended setMutualOfOmahaContractDoneDate(Date value) { this.MutualOfOmahaContractDoneDate = value; return this; } public String getMutualOfOmahaAgentCode() { return MutualOfOmahaAgentCode; } public AgentContractExtended setMutualOfOmahaAgentCode(String value) { this.MutualOfOmahaAgentCode = value; return this; } public Date getAllanzContractDoneDate() { return AllanzContractDoneDate; } public AgentContractExtended setAllanzContractDoneDate(Date value) { this.AllanzContractDoneDate = value; return this; } public String getAllanzAgentCode() { return AllanzAgentCode; } public AgentContractExtended setAllanzAgentCode(String value) { this.AllanzAgentCode = value; return this; } public Date getFgContractDoneDate() { return FGContractDoneDate; } public AgentContractExtended setFgContractDoneDate(Date value) { this.FGContractDoneDate = value; return this; } public String getFgAgentCode() { return FGAgentCode; } public AgentContractExtended setFgAgentCode(String value) { this.FGAgentCode = value; return this; } public String getResidentLicenseState() { return ResidentLicenseState; } public AgentContractExtended setResidentLicenseState(String value) { this.ResidentLicenseState = value; return this; } public String getResidentLicenseNumber() { return ResidentLicenseNumber; } public AgentContractExtended setResidentLicenseNumber(String value) { this.ResidentLicenseNumber = value; return this; } public Date getResidentLicenseExpirationDate() { return ResidentLicenseExpirationDate; } public AgentContractExtended setResidentLicenseExpirationDate(Date value) { this.ResidentLicenseExpirationDate = value; return this; } public Date getContractingComplete() { return ContractingComplete; } public AgentContractExtended setContractingComplete(Date value) { this.ContractingComplete = value; return this; } public Date getPackageMailed() { return PackageMailed; } public AgentContractExtended setPackageMailed(Date value) { this.PackageMailed = value; return this; } public String getTrackingNum() { return TrackingNum; } public AgentContractExtended setTrackingNum(String value) { this.TrackingNum = value; return this; } public Date getProtectiveContractDoneDate() { return ProtectiveContractDoneDate; } public AgentContractExtended setProtectiveContractDoneDate(Date value) { this.ProtectiveContractDoneDate = value; return this; } public String getProtectiveCode() { return ProtectiveCode; } public AgentContractExtended setProtectiveCode(String value) { this.ProtectiveCode = value; return this; } public Date getAtheneContractDoneDate() { return AtheneContractDoneDate; } public AgentContractExtended setAtheneContractDoneDate(Date value) { this.AtheneContractDoneDate = value; return this; } public String getAtheneCode() { return AtheneCode; } public AgentContractExtended setAtheneCode(String value) { this.AtheneCode = value; return this; } public Date getForestersContractDoneDate() { return ForestersContractDoneDate; } public AgentContractExtended setForestersContractDoneDate(Date value) { this.ForestersContractDoneDate = value; return this; } public String getForestersCode() { return ForestersCode; } public AgentContractExtended setForestersCode(String value) { this.ForestersCode = value; return this; } public String getAchName() { return ACHName; } public AgentContractExtended setAchName(String value) { this.ACHName = value; return this; } public String getAchNumber() { return ACHNumber; } public AgentContractExtended setAchNumber(String value) { this.ACHNumber = value; return this; } public String getAchRouting() { return ACHRouting; } public AgentContractExtended setAchRouting(String value) { this.ACHRouting = value; return this; } public String getAchAccountType() { return ACHAccountType; } public AgentContractExtended setAchAccountType(String value) { this.ACHAccountType = value; return this; } public String getW91() { return w9_1; } public AgentContractExtended setW91(String value) { this.w9_1 = value; return this; } public String getW92() { return w9_2; } public AgentContractExtended setW92(String value) { this.w9_2 = value; return this; } public String getW931() { return w9_3_1; } public AgentContractExtended setW931(String value) { this.w9_3_1 = value; return this; } public String getW932() { return w9_3_2; } public AgentContractExtended setW932(String value) { this.w9_3_2 = value; return this; } public String getW933() { return w9_3_3; } public AgentContractExtended setW933(String value) { this.w9_3_3 = value; return this; } public String getW934() { return w9_3_4; } public AgentContractExtended setW934(String value) { this.w9_3_4 = value; return this; } public String getW935() { return w9_3_5; } public AgentContractExtended setW935(String value) { this.w9_3_5 = value; return this; } public String getW936() { return w9_3_6; } public AgentContractExtended setW936(String value) { this.w9_3_6 = value; return this; } public String getW937() { return w9_3_7; } public AgentContractExtended setW937(String value) { this.w9_3_7 = value; return this; } public String getW938() { return w9_3_8; } public AgentContractExtended setW938(String value) { this.w9_3_8 = value; return this; } public String getW941() { return w9_4_1; } public AgentContractExtended setW941(String value) { this.w9_4_1 = value; return this; } public String getW942() { return w9_4_2; } public AgentContractExtended setW942(String value) { this.w9_4_2 = value; return this; } public String getW95() { return w9_5; } public AgentContractExtended setW95(String value) { this.w9_5 = value; return this; } public String getW96() { return w9_6; } public AgentContractExtended setW96(String value) { this.w9_6 = value; return this; } public String getW97() { return w9_7; } public AgentContractExtended setW97(String value) { this.w9_7 = value; return this; } public AgentRegistrationTemp getAgentRegistration() { return AgentRegistration; } public AgentContractExtended setAgentRegistration(AgentRegistrationTemp value) { this.AgentRegistration = value; return this; } public ArrayList getAgentRegistrationAnswers() { return AgentRegistrationAnswers; } public AgentContractExtended setAgentRegistrationAnswers(ArrayList value) { this.AgentRegistrationAnswers = value; return this; } public ArrayList getAgentStateLicenses() { return AgentStateLicenses; } public AgentContractExtended setAgentStateLicenses(ArrayList value) { this.AgentStateLicenses = value; return this; } public Integer getContactCount() { return ContactCount; } public AgentContractExtended setContactCount(Integer value) { this.ContactCount = value; return this; } public String getPayChexId() { return PayChexId; } public AgentContractExtended setPayChexId(String value) { this.PayChexId = value; return this; } public Boolean isAgentLevelLocked() { return AgentLevelLocked; } public AgentContractExtended setAgentLevelLocked(Boolean value) { this.AgentLevelLocked = value; return this; } public String getSecurityLicense() { return SecurityLicense; } public AgentContractExtended setSecurityLicense(String value) { this.SecurityLicense = value; return this; } } public static class Agent { public Integer AgentId = null; public String Company = null; public String AgentName = null; public String FirstName = null; public String LastName = null; public String MiddleInitial = null; public String Address1 = null; public String Address2 = null; public String City = null; public String State = null; public String Zip = null; public String Country = null; public String Email = null; public String EmailSignature = null; public String HomePhone = null; public String CellPhone = null; public String WorkPhone = null; public Boolean InsLicensed = null; public Boolean AgreeToDisclosures = null; public Date AgreeToDate = null; public Date PaidDate = null; public String AgentNumber = null; public String ReferringAgent = null; public String PlacementAgent = null; public Date CreatedDate = null; public UUID UserId = null; public Boolean IsAgent = null; public String Package = null; public String StoreName = null; public String Notes = null; public Integer Upline1 = null; public Integer Upline2 = null; public Integer Upline3 = null; public Integer Upline4 = null; public Integer MVPID = null; public Integer AVPID = null; public Integer RVPID = null; public BigDecimal AgentLevel = null; public Boolean IsMVP = null; public Boolean IsRVP = null; public Boolean IsAVP = null; public Boolean IsAdmin = null; public Boolean IsBusinessCardAdmin = null; public String TeamName = null; public UUID LocationId = null; public UUID CalendarId = null; public String Rank = null; public Boolean NBC = null; public BigDecimal Upline1Percent = null; public BigDecimal Upline2Percent = null; public BigDecimal Upline3Percent = null; public BigDecimal Upline4Percent = null; public String AgentStatus = null; public String Office = null; public Date DOB = null; public String SSN = null; public String Fax = null; public String BusinessEmail = null; public Date ModifiedDate = null; public String ModifiedBy = null; public String TimeZone = null; public Boolean LeaderLocked = null; public Date LastSubmittedBusinessDate = null; public Date GracePeriodDate = null; public Boolean Vested = null; public Date DirectPay = null; public String DirectPayApprBy = null; public BigDecimal FactFinderBilling = null; public String FullName = null; public String ByLastName = null; public Boolean IsSecurityLicensed = null; public Boolean IsEncompassAdmin = null; public UUID ApiKey = null; public String LastSessionId = null; public Date LastLogin = null; public Boolean MfaActive = null; public Boolean RequireMFA = null; public String SMSPhoneNumber = null; public Boolean VerifiedEmailStatus = null; public Boolean VerifiedCellPhoneStatus = null; public String SchedulerUrl = null; public QueueDefault QueueDefaults = null; public ArrayList Roles = new ArrayList(); public Boolean PasswordUpdated = null; public Boolean RestrictToSingleSession = null; public Integer getAgentId() { return AgentId; } public Agent setAgentId(Integer value) { this.AgentId = value; return this; } public String getCompany() { return Company; } public Agent setCompany(String value) { this.Company = value; return this; } public String getAgentName() { return AgentName; } public Agent setAgentName(String value) { this.AgentName = value; return this; } public String getFirstName() { return FirstName; } public Agent setFirstName(String value) { this.FirstName = value; return this; } public String getLastName() { return LastName; } public Agent setLastName(String value) { this.LastName = value; return this; } public String getMiddleInitial() { return MiddleInitial; } public Agent setMiddleInitial(String value) { this.MiddleInitial = value; return this; } public String getAddress1() { return Address1; } public Agent setAddress1(String value) { this.Address1 = value; return this; } public String getAddress2() { return Address2; } public Agent setAddress2(String value) { this.Address2 = value; return this; } public String getCity() { return City; } public Agent setCity(String value) { this.City = value; return this; } public String getState() { return State; } public Agent setState(String value) { this.State = value; return this; } public String getZip() { return Zip; } public Agent setZip(String value) { this.Zip = value; return this; } public String getCountry() { return Country; } public Agent setCountry(String value) { this.Country = value; return this; } public String getEmail() { return Email; } public Agent setEmail(String value) { this.Email = value; return this; } public String getEmailSignature() { return EmailSignature; } public Agent setEmailSignature(String value) { this.EmailSignature = value; return this; } public String getHomePhone() { return HomePhone; } public Agent setHomePhone(String value) { this.HomePhone = value; return this; } public String getCellPhone() { return CellPhone; } public Agent setCellPhone(String value) { this.CellPhone = value; return this; } public String getWorkPhone() { return WorkPhone; } public Agent setWorkPhone(String value) { this.WorkPhone = value; return this; } public Boolean isInsLicensed() { return InsLicensed; } public Agent setInsLicensed(Boolean value) { this.InsLicensed = value; return this; } public Boolean isAgreeToDisclosures() { return AgreeToDisclosures; } public Agent setAgreeToDisclosures(Boolean value) { this.AgreeToDisclosures = value; return this; } public Date getAgreeToDate() { return AgreeToDate; } public Agent setAgreeToDate(Date value) { this.AgreeToDate = value; return this; } public Date getPaidDate() { return PaidDate; } public Agent setPaidDate(Date value) { this.PaidDate = value; return this; } public String getAgentNumber() { return AgentNumber; } public Agent setAgentNumber(String value) { this.AgentNumber = value; return this; } public String getReferringAgent() { return ReferringAgent; } public Agent setReferringAgent(String value) { this.ReferringAgent = value; return this; } public String getPlacementAgent() { return PlacementAgent; } public Agent setPlacementAgent(String value) { this.PlacementAgent = value; return this; } public Date getCreatedDate() { return CreatedDate; } public Agent setCreatedDate(Date value) { this.CreatedDate = value; return this; } public UUID getUserId() { return UserId; } public Agent setUserId(UUID value) { this.UserId = value; return this; } public Boolean getIsAgent() { return IsAgent; } public Agent setIsAgent(Boolean value) { this.IsAgent = value; return this; } public String getPackage() { return Package; } public Agent setPackage(String value) { this.Package = value; return this; } public String getStoreName() { return StoreName; } public Agent setStoreName(String value) { this.StoreName = value; return this; } public String getNotes() { return Notes; } public Agent setNotes(String value) { this.Notes = value; return this; } public Integer getUpline1() { return Upline1; } public Agent setUpline1(Integer value) { this.Upline1 = value; return this; } public Integer getUpline2() { return Upline2; } public Agent setUpline2(Integer value) { this.Upline2 = value; return this; } public Integer getUpline3() { return Upline3; } public Agent setUpline3(Integer value) { this.Upline3 = value; return this; } public Integer getUpline4() { return Upline4; } public Agent setUpline4(Integer value) { this.Upline4 = value; return this; } public Integer getMvpid() { return MVPID; } public Agent setMvpid(Integer value) { this.MVPID = value; return this; } public Integer getAvpid() { return AVPID; } public Agent setAvpid(Integer value) { this.AVPID = value; return this; } public Integer getRvpid() { return RVPID; } public Agent setRvpid(Integer value) { this.RVPID = value; return this; } public BigDecimal getAgentLevel() { return AgentLevel; } public Agent setAgentLevel(BigDecimal value) { this.AgentLevel = value; return this; } public Boolean getIsMVP() { return IsMVP; } public Agent setIsMVP(Boolean value) { this.IsMVP = value; return this; } public Boolean getIsRVP() { return IsRVP; } public Agent setIsRVP(Boolean value) { this.IsRVP = value; return this; } public Boolean getIsAVP() { return IsAVP; } public Agent setIsAVP(Boolean value) { this.IsAVP = value; return this; } public Boolean getIsAdmin() { return IsAdmin; } public Agent setIsAdmin(Boolean value) { this.IsAdmin = value; return this; } public Boolean getIsBusinessCardAdmin() { return IsBusinessCardAdmin; } public Agent setIsBusinessCardAdmin(Boolean value) { this.IsBusinessCardAdmin = value; return this; } public String getTeamName() { return TeamName; } public Agent setTeamName(String value) { this.TeamName = value; return this; } public UUID getLocationId() { return LocationId; } public Agent setLocationId(UUID value) { this.LocationId = value; return this; } public UUID getCalendarId() { return CalendarId; } public Agent setCalendarId(UUID value) { this.CalendarId = value; return this; } public String getRank() { return Rank; } public Agent setRank(String value) { this.Rank = value; return this; } public Boolean isNbc() { return NBC; } public Agent setNbc(Boolean value) { this.NBC = value; return this; } public BigDecimal getUpline1Percent() { return Upline1Percent; } public Agent setUpline1Percent(BigDecimal value) { this.Upline1Percent = value; return this; } public BigDecimal getUpline2Percent() { return Upline2Percent; } public Agent setUpline2Percent(BigDecimal value) { this.Upline2Percent = value; return this; } public BigDecimal getUpline3Percent() { return Upline3Percent; } public Agent setUpline3Percent(BigDecimal value) { this.Upline3Percent = value; return this; } public BigDecimal getUpline4Percent() { return Upline4Percent; } public Agent setUpline4Percent(BigDecimal value) { this.Upline4Percent = value; return this; } public String getAgentStatus() { return AgentStatus; } public Agent setAgentStatus(String value) { this.AgentStatus = value; return this; } public String getOffice() { return Office; } public Agent setOffice(String value) { this.Office = value; return this; } public Date getDob() { return DOB; } public Agent setDob(Date value) { this.DOB = value; return this; } public String getSsn() { return SSN; } public Agent setSsn(String value) { this.SSN = value; return this; } public String getFax() { return Fax; } public Agent setFax(String value) { this.Fax = value; return this; } public String getBusinessEmail() { return BusinessEmail; } public Agent setBusinessEmail(String value) { this.BusinessEmail = value; return this; } public Date getModifiedDate() { return ModifiedDate; } public Agent setModifiedDate(Date value) { this.ModifiedDate = value; return this; } public String getModifiedBy() { return ModifiedBy; } public Agent setModifiedBy(String value) { this.ModifiedBy = value; return this; } public String getTimeZone() { return TimeZone; } public Agent setTimeZone(String value) { this.TimeZone = value; return this; } public Boolean isLeaderLocked() { return LeaderLocked; } public Agent setLeaderLocked(Boolean value) { this.LeaderLocked = value; return this; } public Date getLastSubmittedBusinessDate() { return LastSubmittedBusinessDate; } public Agent setLastSubmittedBusinessDate(Date value) { this.LastSubmittedBusinessDate = value; return this; } public Date getGracePeriodDate() { return GracePeriodDate; } public Agent setGracePeriodDate(Date value) { this.GracePeriodDate = value; return this; } public Boolean isVested() { return Vested; } public Agent setVested(Boolean value) { this.Vested = value; return this; } public Date getDirectPay() { return DirectPay; } public Agent setDirectPay(Date value) { this.DirectPay = value; return this; } public String getDirectPayApprBy() { return DirectPayApprBy; } public Agent setDirectPayApprBy(String value) { this.DirectPayApprBy = value; return this; } public BigDecimal getFactFinderBilling() { return FactFinderBilling; } public Agent setFactFinderBilling(BigDecimal value) { this.FactFinderBilling = value; return this; } public String getFullName() { return FullName; } public Agent setFullName(String value) { this.FullName = value; return this; } public String getByLastName() { return ByLastName; } public Agent setByLastName(String value) { this.ByLastName = value; return this; } public Boolean getIsSecurityLicensed() { return IsSecurityLicensed; } public Agent setIsSecurityLicensed(Boolean value) { this.IsSecurityLicensed = value; return this; } public Boolean getIsEncompassAdmin() { return IsEncompassAdmin; } public Agent setIsEncompassAdmin(Boolean value) { this.IsEncompassAdmin = value; return this; } public UUID getApiKey() { return ApiKey; } public Agent setApiKey(UUID value) { this.ApiKey = value; return this; } public String getLastSessionId() { return LastSessionId; } public Agent setLastSessionId(String value) { this.LastSessionId = value; return this; } public Date getLastLogin() { return LastLogin; } public Agent setLastLogin(Date value) { this.LastLogin = value; return this; } public Boolean isMfaActive() { return MfaActive; } public Agent setMfaActive(Boolean value) { this.MfaActive = value; return this; } public Boolean isRequireMFA() { return RequireMFA; } public Agent setRequireMFA(Boolean value) { this.RequireMFA = value; return this; } public String getSmsPhoneNumber() { return SMSPhoneNumber; } public Agent setSmsPhoneNumber(String value) { this.SMSPhoneNumber = value; return this; } public Boolean isVerifiedEmailStatus() { return VerifiedEmailStatus; } public Agent setVerifiedEmailStatus(Boolean value) { this.VerifiedEmailStatus = value; return this; } public Boolean isVerifiedCellPhoneStatus() { return VerifiedCellPhoneStatus; } public Agent setVerifiedCellPhoneStatus(Boolean value) { this.VerifiedCellPhoneStatus = value; return this; } public String getSchedulerUrl() { return SchedulerUrl; } public Agent setSchedulerUrl(String value) { this.SchedulerUrl = value; return this; } public QueueDefault getQueueDefaults() { return QueueDefaults; } public Agent setQueueDefaults(QueueDefault value) { this.QueueDefaults = value; return this; } public ArrayList getRoles() { return Roles; } public Agent setRoles(ArrayList value) { this.Roles = value; return this; } public Boolean isPasswordUpdated() { return PasswordUpdated; } public Agent setPasswordUpdated(Boolean value) { this.PasswordUpdated = value; return this; } public Boolean isRestrictToSingleSession() { return RestrictToSingleSession; } public Agent setRestrictToSingleSession(Boolean value) { this.RestrictToSingleSession = value; return this; } } public static class AgentRegistrationQuestionAnswer extends AgentRegistrationAnswer { public String Details = null; public String QuestionType = null; public String Group = null; public Integer IndexOrder = null; public String getDetails() { return Details; } public AgentRegistrationQuestionAnswer setDetails(String value) { this.Details = value; return this; } public String getQuestionType() { return QuestionType; } public AgentRegistrationQuestionAnswer setQuestionType(String value) { this.QuestionType = value; return this; } public String getGroup() { return Group; } public AgentRegistrationQuestionAnswer setGroup(String value) { this.Group = value; return this; } public Integer getIndexOrder() { return IndexOrder; } public AgentRegistrationQuestionAnswer setIndexOrder(Integer value) { this.IndexOrder = value; return this; } } public static class QueueDefault { public UUID LocationId = null; public ArrayList Services = new ArrayList(); public UUID getLocationId() { return LocationId; } public QueueDefault setLocationId(UUID value) { this.LocationId = value; return this; } public ArrayList getServices() { return Services; } public QueueDefault setServices(ArrayList value) { this.Services = value; return this; } } }