Produced by Araxis Merge on 4/26/2017 7:30:56 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\AraxisMergeCompare\Pri_un\BTSSS_CIF_04102017\BTSSS_code_build3_Sprint11\BTSSS_1_build2_Sprint11_CRM\Integration\VIMT.Integrations\DataStubs\IMSDataStubService\Service References\EnrollmentServiceWSDL | Reference.cs | Mon Apr 10 20:11:00 2017 UTC |
| 2 | C:\AraxisMergeCompare\Pri_re\BTSSS_CIF_04102017\BTSSS_code_build3_Sprint11\BTSSS_1_build2_Sprint11_CRM\Integration\VIMT.Integrations\DataStubs\IMSDataStubService\Service References\EnrollmentServiceWSDL | Reference.cs | Tue Apr 25 13:18:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 118 | 24588 |
| Changed | 117 | 234 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | //-------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- | |
| 2 | // <auto-g enerated> | |
| 3 | // Thi s code was generated by a tool . | |
| 4 | // Run time Versi on:4.0.303 19.42000 | |
| 5 | // | |
| 6 | // Cha nges to th is file ma y cause in correct be havior and will be l ost if | |
| 7 | // the code is r egenerated . | |
| 8 | // </auto- generated> | |
| 9 | //-------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- | |
| 10 | ||
| 11 | namespace IMSDataStu b.Services .Enrollmen tServiceWS DL { | |
| 12 | ||
| 13 | ||
| 14 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 15 | [System.Se rviceModel .ServiceCo ntractAttr ibute(Name space="htt p://jaxws. webservice s.esr. URL /schemas", Configura tionName=" Enrollment ServiceWSD L.eeSummar yPort")] | |
| 16 | public interface eeSummary Port { | |
| 17 | ||
| 18 | // CODEGEN: Generating message c ontract si nce the op eration ge tDeliveryP reference is neither RPC nor d ocument wr apped. | |
| 19 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 20 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 21 | IM SDataStub. Services.E nrollmentS erviceWSDL .getDelive ryPreferen ceResponse 1 getDeliv eryPrefere nce(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.get DeliveryPr eferenceRe quest1 req uest); | |
| 22 | ||
| 23 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 24 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etDelivery Preference Response1> getDelive ryPreferen ceAsync(IM SDataStub. Services.E nrollmentS erviceWSDL .getDelive ryPreferen ceRequest1 request); | |
| 25 | ||
| 26 | // CODEGEN: Generating message c ontract si nce the op eration up dateDelive ryPreferen ce is neit her RPC no r document wrapped. | |
| 27 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 28 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 29 | IM SDataStub. Services.E nrollmentS erviceWSDL .updateDel iveryPrefe renceRespo nse1 updat eDeliveryP reference( IMSDataStu b.Services .Enrollmen tServiceWS DL.updateD eliveryPre ferenceReq uest1 requ est); | |
| 30 | ||
| 31 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 32 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.u pdateDeliv eryPrefere nceRespons e1> update DeliveryPr eferenceAs ync(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.upd ateDeliver yPreferenc eRequest1 request); | |
| 33 | ||
| 34 | // CODEGEN: Generating message c ontract si nce the op eration se ndIVMUpdat es is neit her RPC no r document wrapped. | |
| 35 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 36 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 37 | IM SDataStub. Services.E nrollmentS erviceWSDL .sendIVMUp datesRespo nse1 sendI VMUpdates( IMSDataStu b.Services .Enrollmen tServiceWS DL.sendIVM UpdatesReq uest1 requ est); | |
| 38 | ||
| 39 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 40 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.s endIVMUpda tesRespons e1> sendIV MUpdatesAs ync(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.sen dIVMUpdate sRequest1 request); | |
| 41 | ||
| 42 | // CODEGEN: Generating message c ontract si nce the op eration ge tEligibili tyDetermin ation is n either RPC nor docum ent wrappe d. | |
| 43 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 44 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 45 | IM SDataStub. Services.E nrollmentS erviceWSDL .getEligib ilityDeter minationRe sponse1 ge tEligibili tyDetermin ation(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEligibil ityDetermi nationRequ est1 reque st); | |
| 46 | ||
| 47 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 48 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEligibil ityDetermi nationResp onse1> get Eligibilit yDetermina tionAsync( IMSDataStu b.Services .Enrollmen tServiceWS DL.getElig ibilityDet ermination Request1 r equest); | |
| 49 | ||
| 50 | // CODEGEN: Generating message c ontract si nce the op eration ge tEESummary is neithe r RPC nor document w rapped. | |
| 51 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 52 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 53 | IM SDataStub. Services.E nrollmentS erviceWSDL .getEESumm aryRespons e1 getEESu mmary(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yRequest1 request); | |
| 54 | ||
| 55 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 56 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yResponse1 > getEESum maryAsync( IMSDataStu b.Services .Enrollmen tServiceWS DL.getEESu mmaryReque st1 reques t); | |
| 57 | ||
| 58 | // CODEGEN: Generating message c ontract si nce the op eration ge tPersonNot ification is neither RPC nor d ocument wr apped. | |
| 59 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 60 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 61 | IM SDataStub. Services.E nrollmentS erviceWSDL .getPerson Notificati onResponse 1 getPerso nNotificat ion(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.get PersonNoti ficationRe quest1 req uest); | |
| 62 | ||
| 63 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 64 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etPersonNo tification Response1> getPerson Notificati onAsync(IM SDataStub. Services.E nrollmentS erviceWSDL .getPerson Notificati onRequest1 request); | |
| 65 | ||
| 66 | // CODEGEN: Generating message c ontract si nce the op eration up dateIVMRec ordStatus is neither RPC nor d ocument wr apped. | |
| 67 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 68 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 69 | IM SDataStub. Services.E nrollmentS erviceWSDL .updateIVM RecordStat usResponse 1 updateIV MRecordSta tus(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.upd ateIVMReco rdStatusRe quest1 req uest); | |
| 70 | ||
| 71 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 72 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.u pdateIVMRe cordStatus Response1> updateIVM RecordStat usAsync(IM SDataStub. Services.E nrollmentS erviceWSDL .updateIVM RecordStat usRequest1 request); | |
| 73 | ||
| 74 | // CODEGEN: Generating message c ontract si nce the op eration ge tIVMLetter Statuses i s neither RPC nor do cument wra pped. | |
| 75 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 76 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 77 | IM SDataStub. Services.E nrollmentS erviceWSDL .getIVMLet terStatuse sResponse1 getIVMLet terStatuse s(IMSDataS tub.Servic es.Enrollm entService WSDL.getIV MLetterSta tusesReque st1 reques t); | |
| 78 | ||
| 79 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 80 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etIVMLette rStatusesR esponse1> getIVMLett erStatuses Async(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etIVMLette rStatusesR equest1 re quest); | |
| 81 | ||
| 82 | // CODEGEN: Generating message c ontract si nce the op eration ge tEESummary History is neither R PC nor doc ument wrap ped. | |
| 83 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 84 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 85 | IM SDataStub. Services.E nrollmentS erviceWSDL .getEESumm aryHistory Response1 getEESumma ryHistory( IMSDataStu b.Services .Enrollmen tServiceWS DL.getEESu mmaryHisto ryRequest1 request); | |
| 86 | ||
| 87 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 88 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yHistoryRe sponse1> g etEESummar yHistoryAs ync(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.get EESummaryH istoryRequ est1 reque st); | |
| 89 | ||
| 90 | // CODEGEN: Generating message c ontract si nce the op eration re trieveIVMC andidates is neither RPC nor d ocument wr apped. | |
| 91 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 92 | [S ystem.Serv iceModel.X mlSerializ erFormatAt tribute(Su pportFault s=true)] | |
| 93 | IM SDataStub. Services.E nrollmentS erviceWSDL .retrieveI VMCandidat esResponse 1 retrieve IVMCandida tes(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.ret rieveIVMCa ndidatesRe quest1 req uest); | |
| 94 | ||
| 95 | [S ystem.Serv iceModel.O perationCo ntractAttr ibute(Acti on="", Rep lyAction=" *")] | |
| 96 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.r etrieveIVM Candidates Response1> retrieveI VMCandidat esAsync(IM SDataStub. Services.E nrollmentS erviceWSDL .retrieveI VMCandidat esRequest1 request); | |
| 97 | } | |
| 98 | ||
| 99 | /// <r emarks/> | |
| 100 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 101 | [Syste m.Serializ ableAttrib ute()] | |
| 102 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 103 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 104 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 105 | public partial c lass getDe liveryPref erenceRequ est : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 106 | ||
| 107 | pr ivate stri ng keyFiel d; | |
| 108 | ||
| 109 | pr ivate stri ng keyType Field; | |
| 110 | ||
| 111 | // / <remarks /> | |
| 112 | pu blic strin g key { | |
| 113 | get { | |
| 114 | retu rn this.ke yField; | |
| 115 | } | |
| 116 | set { | |
| 117 | this .keyField = value; | |
| 118 | this .RaiseProp ertyChange d("key"); | |
| 119 | } | |
| 120 | } | |
| 121 | ||
| 122 | // / <remarks /> | |
| 123 | pu blic strin g keyType { | |
| 124 | get { | |
| 125 | retu rn this.ke yTypeField ; | |
| 126 | } | |
| 127 | set { | |
| 128 | this .keyTypeFi eld = valu e; | |
| 129 | this .RaiseProp ertyChange d("keyType "); | |
| 130 | } | |
| 131 | } | |
| 132 | ||
| 133 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 134 | ||
| 135 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 136 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 137 | if ((pro pertyChang ed != null )) { | |
| 138 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 139 | } | |
| 140 | } | |
| 141 | } | |
| 142 | ||
| 143 | /// <r emarks/> | |
| 144 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 145 | [Syste m.Serializ ableAttrib ute()] | |
| 146 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 147 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 148 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 149 | public partial c lass ivmCa ndidateInf o : object , System.C omponentMo del.INotif yPropertyC hanged { | |
| 150 | ||
| 151 | pr ivate stri ng vpidFie ld; | |
| 152 | ||
| 153 | pr ivate stri ng transac tionIdFiel d; | |
| 154 | ||
| 155 | pr ivate int incomeYear Field; | |
| 156 | ||
| 157 | // / <remarks /> | |
| 158 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 159 | pu blic strin g vpid { | |
| 160 | get { | |
| 161 | retu rn this.vp idField; | |
| 162 | } | |
| 163 | set { | |
| 164 | this .vpidField = value; | |
| 165 | this .RaiseProp ertyChange d("vpid"); | |
| 166 | } | |
| 167 | } | |
| 168 | ||
| 169 | // / <remarks /> | |
| 170 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 171 | pu blic strin g transact ionId { | |
| 172 | get { | |
| 173 | retu rn this.tr ansactionI dField; | |
| 174 | } | |
| 175 | set { | |
| 176 | this .transacti onIdField = value; | |
| 177 | this .RaiseProp ertyChange d("transac tionId"); | |
| 178 | } | |
| 179 | } | |
| 180 | ||
| 181 | // / <remarks /> | |
| 182 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 183 | pu blic int i ncomeYear { | |
| 184 | get { | |
| 185 | retu rn this.in comeYearFi eld; | |
| 186 | } | |
| 187 | set { | |
| 188 | this .incomeYea rField = v alue; | |
| 189 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 190 | } | |
| 191 | } | |
| 192 | ||
| 193 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 194 | ||
| 195 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 196 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 197 | if ((pro pertyChang ed != null )) { | |
| 198 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 199 | } | |
| 200 | } | |
| 201 | } | |
| 202 | ||
| 203 | /// <r emarks/> | |
| 204 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 205 | [Syste m.Serializ ableAttrib ute()] | |
| 206 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 207 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 208 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 209 | public partial c lass getEE SummaryHis toryRespon se : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 210 | ||
| 211 | pr ivate eeSu mmary summ aryField; | |
| 212 | ||
| 213 | pr ivate stri ng eesVers ionField; | |
| 214 | ||
| 215 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 216 | ||
| 217 | pr ivate bool invocatio nDateField Specified; | |
| 218 | ||
| 219 | pr ivate stri ng noDataM essageFiel d; | |
| 220 | ||
| 221 | // / <remarks /> | |
| 222 | pu blic eeSum mary summa ry { | |
| 223 | get { | |
| 224 | retu rn this.su mmaryField ; | |
| 225 | } | |
| 226 | set { | |
| 227 | this .summaryFi eld = valu e; | |
| 228 | this .RaiseProp ertyChange d("summary "); | |
| 229 | } | |
| 230 | } | |
| 231 | ||
| 232 | // / <remarks /> | |
| 233 | pu blic strin g eesVersi on { | |
| 234 | get { | |
| 235 | retu rn this.ee sVersionFi eld; | |
| 236 | } | |
| 237 | set { | |
| 238 | this .eesVersio nField = v alue; | |
| 239 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 240 | } | |
| 241 | } | |
| 242 | ||
| 243 | // / <remarks /> | |
| 244 | pu blic Syste m.DateTime invocatio nDate { | |
| 245 | get { | |
| 246 | retu rn this.in vocationDa teField; | |
| 247 | } | |
| 248 | set { | |
| 249 | this .invocatio nDateField = value; | |
| 250 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 251 | } | |
| 252 | } | |
| 253 | ||
| 254 | // / <remarks /> | |
| 255 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 256 | pu blic bool invocation DateSpecif ied { | |
| 257 | get { | |
| 258 | retu rn this.in vocationDa teFieldSpe cified; | |
| 259 | } | |
| 260 | set { | |
| 261 | this .invocatio nDateField Specified = value; | |
| 262 | this .RaiseProp ertyChange d("invocat ionDateSpe cified"); | |
| 263 | } | |
| 264 | } | |
| 265 | ||
| 266 | // / <remarks /> | |
| 267 | pu blic strin g noDataMe ssage { | |
| 268 | get { | |
| 269 | retu rn this.no DataMessag eField; | |
| 270 | } | |
| 271 | set { | |
| 272 | this .noDataMes sageField = value; | |
| 273 | this .RaiseProp ertyChange d("noDataM essage"); | |
| 274 | } | |
| 275 | } | |
| 276 | ||
| 277 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 278 | ||
| 279 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 280 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 281 | if ((pro pertyChang ed != null )) { | |
| 282 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 283 | } | |
| 284 | } | |
| 285 | } | |
| 286 | ||
| 287 | /// <r emarks/> | |
| 288 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 289 | [Syste m.Serializ ableAttrib ute()] | |
| 290 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 291 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 292 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 293 | public partial c lass eeSum mary : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 294 | ||
| 295 | pr ivate asso ciationInf o[] associ ationsFiel d; | |
| 296 | ||
| 297 | pr ivate deat hRecondInf o deathRec ondField; | |
| 298 | ||
| 299 | pr ivate demo graphicInf o demograp hicsField; | |
| 300 | ||
| 301 | pr ivate elig ibilityVer ificationI nfo eligib ilityVerif icationInf oField; | |
| 302 | ||
| 303 | pr ivate empl oymentInfo employmen tInfoField ; | |
| 304 | ||
| 305 | pr ivate enro llmentDete rminationI nfo enroll mentDeterm inationInf oField; | |
| 306 | ||
| 307 | pr ivate feeB asisInfo[] feeBasisL istField; | |
| 308 | ||
| 309 | pr ivate fina ncialsInfo financial sInfoField ; | |
| 310 | ||
| 311 | pr ivate inco mpetenceRu lingInfo i ncompetenc eRulingInf oField; | |
| 312 | ||
| 313 | pr ivate insu ranceInfo[ ] insuranc eListField ; | |
| 314 | ||
| 315 | pr ivate mili taryServic eInfo mili taryServic eInfoField ; | |
| 316 | ||
| 317 | pr ivate pris onerOfWarI nfo prison erOfWarInf oField; | |
| 318 | ||
| 319 | pr ivate purp leHeartInf o purpleHe artField; | |
| 320 | ||
| 321 | pr ivate rela tionInfo[] relations Field; | |
| 322 | ||
| 323 | pr ivate sens itivityInf o sensitiv ityInfoFie ld; | |
| 324 | ||
| 325 | pr ivate spin alCordInju ryInfo spi nalCordInj uryInfoFie ld; | |
| 326 | ||
| 327 | pr ivate pers onInfo per sonInfoFie ld; | |
| 328 | ||
| 329 | pr ivate cons entInfo co nsentInfoF ield; | |
| 330 | ||
| 331 | // / <remarks /> | |
| 332 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass ociation") ] | |
| 333 | pu blic assoc iationInfo [] associa tions { | |
| 334 | get { | |
| 335 | retu rn this.as sociations Field; | |
| 336 | } | |
| 337 | set { | |
| 338 | this .associati onsField = value; | |
| 339 | this .RaiseProp ertyChange d("associa tions"); | |
| 340 | } | |
| 341 | } | |
| 342 | ||
| 343 | // / <remarks /> | |
| 344 | pu blic death RecondInfo deathReco nd { | |
| 345 | get { | |
| 346 | retu rn this.de athRecondF ield; | |
| 347 | } | |
| 348 | set { | |
| 349 | this .deathReco ndField = value; | |
| 350 | this .RaiseProp ertyChange d("deathRe cond"); | |
| 351 | } | |
| 352 | } | |
| 353 | ||
| 354 | // / <remarks /> | |
| 355 | pu blic demog raphicInfo demograph ics { | |
| 356 | get { | |
| 357 | retu rn this.de mographics Field; | |
| 358 | } | |
| 359 | set { | |
| 360 | this .demograph icsField = value; | |
| 361 | this .RaiseProp ertyChange d("demogra phics"); | |
| 362 | } | |
| 363 | } | |
| 364 | ||
| 365 | // / <remarks /> | |
| 366 | pu blic eligi bilityVeri ficationIn fo eligibi lityVerifi cationInfo { | |
| 367 | get { | |
| 368 | retu rn this.el igibilityV erificatio nInfoField ; | |
| 369 | } | |
| 370 | set { | |
| 371 | this .eligibili tyVerifica tionInfoFi eld = valu e; | |
| 372 | this .RaiseProp ertyChange d("eligibi lityVerifi cationInfo "); | |
| 373 | } | |
| 374 | } | |
| 375 | ||
| 376 | // / <remarks /> | |
| 377 | pu blic emplo ymentInfo employment Info { | |
| 378 | get { | |
| 379 | retu rn this.em ploymentIn foField; | |
| 380 | } | |
| 381 | set { | |
| 382 | this .employmen tInfoField = value; | |
| 383 | this .RaiseProp ertyChange d("employm entInfo"); | |
| 384 | } | |
| 385 | } | |
| 386 | ||
| 387 | // / <remarks /> | |
| 388 | pu blic enrol lmentDeter minationIn fo enrollm entDetermi nationInfo { | |
| 389 | get { | |
| 390 | retu rn this.en rollmentDe terminatio nInfoField ; | |
| 391 | } | |
| 392 | set { | |
| 393 | this .enrollmen tDetermina tionInfoFi eld = valu e; | |
| 394 | this .RaiseProp ertyChange d("enrollm entDetermi nationInfo "); | |
| 395 | } | |
| 396 | } | |
| 397 | ||
| 398 | // / <remarks /> | |
| 399 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("fee Basis")] | |
| 400 | pu blic feeBa sisInfo[] feeBasisLi st { | |
| 401 | get { | |
| 402 | retu rn this.fe eBasisList Field; | |
| 403 | } | |
| 404 | set { | |
| 405 | this .feeBasisL istField = value; | |
| 406 | this .RaiseProp ertyChange d("feeBasi sList"); | |
| 407 | } | |
| 408 | } | |
| 409 | ||
| 410 | // / <remarks /> | |
| 411 | pu blic finan cialsInfo financials Info { | |
| 412 | get { | |
| 413 | retu rn this.fi nancialsIn foField; | |
| 414 | } | |
| 415 | set { | |
| 416 | this .financial sInfoField = value; | |
| 417 | this .RaiseProp ertyChange d("financi alsInfo"); | |
| 418 | } | |
| 419 | } | |
| 420 | ||
| 421 | // / <remarks /> | |
| 422 | pu blic incom petenceRul ingInfo in competence RulingInfo { | |
| 423 | get { | |
| 424 | retu rn this.in competence RulingInfo Field; | |
| 425 | } | |
| 426 | set { | |
| 427 | this .incompete nceRulingI nfoField = value; | |
| 428 | this .RaiseProp ertyChange d("incompe tenceRulin gInfo"); | |
| 429 | } | |
| 430 | } | |
| 431 | ||
| 432 | // / <remarks /> | |
| 433 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ins urance")] | |
| 434 | pu blic insur anceInfo[] insurance List { | |
| 435 | get { | |
| 436 | retu rn this.in suranceLis tField; | |
| 437 | } | |
| 438 | set { | |
| 439 | this .insurance ListField = value; | |
| 440 | this .RaiseProp ertyChange d("insuran ceList"); | |
| 441 | } | |
| 442 | } | |
| 443 | ||
| 444 | // / <remarks /> | |
| 445 | pu blic milit aryService Info milit aryService Info { | |
| 446 | get { | |
| 447 | retu rn this.mi litaryServ iceInfoFie ld; | |
| 448 | } | |
| 449 | set { | |
| 450 | this .militaryS erviceInfo Field = va lue; | |
| 451 | this .RaiseProp ertyChange d("militar yServiceIn fo"); | |
| 452 | } | |
| 453 | } | |
| 454 | ||
| 455 | // / <remarks /> | |
| 456 | pu blic priso nerOfWarIn fo prisone rOfWarInfo { | |
| 457 | get { | |
| 458 | retu rn this.pr isonerOfWa rInfoField ; | |
| 459 | } | |
| 460 | set { | |
| 461 | this .prisonerO fWarInfoFi eld = valu e; | |
| 462 | this .RaiseProp ertyChange d("prisone rOfWarInfo "); | |
| 463 | } | |
| 464 | } | |
| 465 | ||
| 466 | // / <remarks /> | |
| 467 | pu blic purpl eHeartInfo purpleHea rt { | |
| 468 | get { | |
| 469 | retu rn this.pu rpleHeartF ield; | |
| 470 | } | |
| 471 | set { | |
| 472 | this .purpleHea rtField = value; | |
| 473 | this .RaiseProp ertyChange d("purpleH eart"); | |
| 474 | } | |
| 475 | } | |
| 476 | ||
| 477 | // / <remarks /> | |
| 478 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("rel ation")] | |
| 479 | pu blic relat ionInfo[] relations { | |
| 480 | get { | |
| 481 | retu rn this.re lationsFie ld; | |
| 482 | } | |
| 483 | set { | |
| 484 | this .relations Field = va lue; | |
| 485 | this .RaiseProp ertyChange d("relatio ns"); | |
| 486 | } | |
| 487 | } | |
| 488 | ||
| 489 | // / <remarks /> | |
| 490 | pu blic sensi tivityInfo sensitivi tyInfo { | |
| 491 | get { | |
| 492 | retu rn this.se nsitivityI nfoField; | |
| 493 | } | |
| 494 | set { | |
| 495 | this .sensitivi tyInfoFiel d = value; | |
| 496 | this .RaiseProp ertyChange d("sensiti vityInfo") ; | |
| 497 | } | |
| 498 | } | |
| 499 | ||
| 500 | // / <remarks /> | |
| 501 | pu blic spina lCordInjur yInfo spin alCordInju ryInfo { | |
| 502 | get { | |
| 503 | retu rn this.sp inalCordIn juryInfoFi eld; | |
| 504 | } | |
| 505 | set { | |
| 506 | this .spinalCor dInjuryInf oField = v alue; | |
| 507 | this .RaiseProp ertyChange d("spinalC ordInjuryI nfo"); | |
| 508 | } | |
| 509 | } | |
| 510 | ||
| 511 | // / <remarks /> | |
| 512 | pu blic perso nInfo pers onInfo { | |
| 513 | get { | |
| 514 | retu rn this.pe rsonInfoFi eld; | |
| 515 | } | |
| 516 | set { | |
| 517 | this .personInf oField = v alue; | |
| 518 | this .RaiseProp ertyChange d("personI nfo"); | |
| 519 | } | |
| 520 | } | |
| 521 | ||
| 522 | // / <remarks /> | |
| 523 | pu blic conse ntInfo con sentInfo { | |
| 524 | get { | |
| 525 | retu rn this.co nsentInfoF ield; | |
| 526 | } | |
| 527 | set { | |
| 528 | this .consentIn foField = value; | |
| 529 | this .RaiseProp ertyChange d("consent Info"); | |
| 530 | } | |
| 531 | } | |
| 532 | ||
| 533 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 534 | ||
| 535 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 536 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 537 | if ((pro pertyChang ed != null )) { | |
| 538 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 539 | } | |
| 540 | } | |
| 541 | } | |
| 542 | ||
| 543 | /// <r emarks/> | |
| 544 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 545 | [Syste m.Serializ ableAttrib ute()] | |
| 546 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 547 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 548 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 549 | public partial c lass assoc iationInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 550 | ||
| 551 | pr ivate base AddressInf o addressF ield; | |
| 552 | ||
| 553 | pr ivate stri ng alterna tePhoneFie ld; | |
| 554 | ||
| 555 | pr ivate stri ng contact TypeField; | |
| 556 | ||
| 557 | pr ivate stri ng familyN ameField; | |
| 558 | ||
| 559 | pr ivate stri ng givenNa meField; | |
| 560 | ||
| 561 | pr ivate Syst em.DateTim e lastUpda teDateFiel d; | |
| 562 | ||
| 563 | pr ivate bool lastUpdat eDateField Specified; | |
| 564 | ||
| 565 | pr ivate stri ng middleN ameField; | |
| 566 | ||
| 567 | pr ivate stri ng organiz ationNameF ield; | |
| 568 | ||
| 569 | pr ivate stri ng prefixF ield; | |
| 570 | ||
| 571 | pr ivate stri ng primary PhoneField ; | |
| 572 | ||
| 573 | pr ivate stri ng relatio nshipField ; | |
| 574 | ||
| 575 | pr ivate stri ng suffixF ield; | |
| 576 | ||
| 577 | // / <remarks /> | |
| 578 | pu blic baseA ddressInfo address { | |
| 579 | get { | |
| 580 | retu rn this.ad dressField ; | |
| 581 | } | |
| 582 | set { | |
| 583 | this .addressFi eld = valu e; | |
| 584 | this .RaiseProp ertyChange d("address "); | |
| 585 | } | |
| 586 | } | |
| 587 | ||
| 588 | // / <remarks /> | |
| 589 | pu blic strin g alternat ePhone { | |
| 590 | get { | |
| 591 | retu rn this.al ternatePho neField; | |
| 592 | } | |
| 593 | set { | |
| 594 | this .alternate PhoneField = value; | |
| 595 | this .RaiseProp ertyChange d("alterna tePhone"); | |
| 596 | } | |
| 597 | } | |
| 598 | ||
| 599 | // / <remarks /> | |
| 600 | pu blic strin g contactT ype { | |
| 601 | get { | |
| 602 | retu rn this.co ntactTypeF ield; | |
| 603 | } | |
| 604 | set { | |
| 605 | this .contactTy peField = value; | |
| 606 | this .RaiseProp ertyChange d("contact Type"); | |
| 607 | } | |
| 608 | } | |
| 609 | ||
| 610 | // / <remarks /> | |
| 611 | pu blic strin g familyNa me { | |
| 612 | get { | |
| 613 | retu rn this.fa milyNameFi eld; | |
| 614 | } | |
| 615 | set { | |
| 616 | this .familyNam eField = v alue; | |
| 617 | this .RaiseProp ertyChange d("familyN ame"); | |
| 618 | } | |
| 619 | } | |
| 620 | ||
| 621 | // / <remarks /> | |
| 622 | pu blic strin g givenNam e { | |
| 623 | get { | |
| 624 | retu rn this.gi venNameFie ld; | |
| 625 | } | |
| 626 | set { | |
| 627 | this .givenName Field = va lue; | |
| 628 | this .RaiseProp ertyChange d("givenNa me"); | |
| 629 | } | |
| 630 | } | |
| 631 | ||
| 632 | // / <remarks /> | |
| 633 | pu blic Syste m.DateTime lastUpdat eDate { | |
| 634 | get { | |
| 635 | retu rn this.la stUpdateDa teField; | |
| 636 | } | |
| 637 | set { | |
| 638 | this .lastUpdat eDateField = value; | |
| 639 | this .RaiseProp ertyChange d("lastUpd ateDate"); | |
| 640 | } | |
| 641 | } | |
| 642 | ||
| 643 | // / <remarks /> | |
| 644 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 645 | pu blic bool lastUpdate DateSpecif ied { | |
| 646 | get { | |
| 647 | retu rn this.la stUpdateDa teFieldSpe cified; | |
| 648 | } | |
| 649 | set { | |
| 650 | this .lastUpdat eDateField Specified = value; | |
| 651 | this .RaiseProp ertyChange d("lastUpd ateDateSpe cified"); | |
| 652 | } | |
| 653 | } | |
| 654 | ||
| 655 | // / <remarks /> | |
| 656 | pu blic strin g middleNa me { | |
| 657 | get { | |
| 658 | retu rn this.mi ddleNameFi eld; | |
| 659 | } | |
| 660 | set { | |
| 661 | this .middleNam eField = v alue; | |
| 662 | this .RaiseProp ertyChange d("middleN ame"); | |
| 663 | } | |
| 664 | } | |
| 665 | ||
| 666 | // / <remarks /> | |
| 667 | pu blic strin g organiza tionName { | |
| 668 | get { | |
| 669 | retu rn this.or ganization NameField; | |
| 670 | } | |
| 671 | set { | |
| 672 | this .organizat ionNameFie ld = value ; | |
| 673 | this .RaiseProp ertyChange d("organiz ationName" ); | |
| 674 | } | |
| 675 | } | |
| 676 | ||
| 677 | // / <remarks /> | |
| 678 | pu blic strin g prefix { | |
| 679 | get { | |
| 680 | retu rn this.pr efixField; | |
| 681 | } | |
| 682 | set { | |
| 683 | this .prefixFie ld = value ; | |
| 684 | this .RaiseProp ertyChange d("prefix" ); | |
| 685 | } | |
| 686 | } | |
| 687 | ||
| 688 | // / <remarks /> | |
| 689 | pu blic strin g primaryP hone { | |
| 690 | get { | |
| 691 | retu rn this.pr imaryPhone Field; | |
| 692 | } | |
| 693 | set { | |
| 694 | this .primaryPh oneField = value; | |
| 695 | this .RaiseProp ertyChange d("primary Phone"); | |
| 696 | } | |
| 697 | } | |
| 698 | ||
| 699 | // / <remarks /> | |
| 700 | pu blic strin g relation ship { | |
| 701 | get { | |
| 702 | retu rn this.re lationship Field; | |
| 703 | } | |
| 704 | set { | |
| 705 | this .relations hipField = value; | |
| 706 | this .RaiseProp ertyChange d("relatio nship"); | |
| 707 | } | |
| 708 | } | |
| 709 | ||
| 710 | // / <remarks /> | |
| 711 | pu blic strin g suffix { | |
| 712 | get { | |
| 713 | retu rn this.su ffixField; | |
| 714 | } | |
| 715 | set { | |
| 716 | this .suffixFie ld = value ; | |
| 717 | this .RaiseProp ertyChange d("suffix" ); | |
| 718 | } | |
| 719 | } | |
| 720 | ||
| 721 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 722 | ||
| 723 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 724 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 725 | if ((pro pertyChang ed != null )) { | |
| 726 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 727 | } | |
| 728 | } | |
| 729 | } | |
| 730 | ||
| 731 | /// <r emarks/> | |
| 732 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 733 | [Syste m.Serializ ableAttrib ute()] | |
| 734 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 735 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 736 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 737 | public partial c lass baseA ddressInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 738 | ||
| 739 | pr ivate stri ng cityFie ld; | |
| 740 | ||
| 741 | pr ivate stri ng country Field; | |
| 742 | ||
| 743 | pr ivate stri ng countyF ield; | |
| 744 | ||
| 745 | pr ivate stri ng line1Fi eld; | |
| 746 | ||
| 747 | pr ivate stri ng line2Fi eld; | |
| 748 | ||
| 749 | pr ivate stri ng line3Fi eld; | |
| 750 | ||
| 751 | pr ivate stri ng postalC odeField; | |
| 752 | ||
| 753 | pr ivate stri ng provinc eCodeField ; | |
| 754 | ||
| 755 | pr ivate stri ng stateFi eld; | |
| 756 | ||
| 757 | pr ivate stri ng zipCode Field; | |
| 758 | ||
| 759 | pr ivate stri ng zipPlus 4Field; | |
| 760 | ||
| 761 | // / <remarks /> | |
| 762 | pu blic strin g city { | |
| 763 | get { | |
| 764 | retu rn this.ci tyField; | |
| 765 | } | |
| 766 | set { | |
| 767 | this .cityField = value; | |
| 768 | this .RaiseProp ertyChange d("city"); | |
| 769 | } | |
| 770 | } | |
| 771 | ||
| 772 | // / <remarks /> | |
| 773 | pu blic strin g country { | |
| 774 | get { | |
| 775 | retu rn this.co untryField ; | |
| 776 | } | |
| 777 | set { | |
| 778 | this .countryFi eld = valu e; | |
| 779 | this .RaiseProp ertyChange d("country "); | |
| 780 | } | |
| 781 | } | |
| 782 | ||
| 783 | // / <remarks /> | |
| 784 | pu blic strin g county { | |
| 785 | get { | |
| 786 | retu rn this.co untyField; | |
| 787 | } | |
| 788 | set { | |
| 789 | this .countyFie ld = value ; | |
| 790 | this .RaiseProp ertyChange d("county" ); | |
| 791 | } | |
| 792 | } | |
| 793 | ||
| 794 | // / <remarks /> | |
| 795 | pu blic strin g line1 { | |
| 796 | get { | |
| 797 | retu rn this.li ne1Field; | |
| 798 | } | |
| 799 | set { | |
| 800 | this .line1Fiel d = value; | |
| 801 | this .RaiseProp ertyChange d("line1") ; | |
| 802 | } | |
| 803 | } | |
| 804 | ||
| 805 | // / <remarks /> | |
| 806 | pu blic strin g line2 { | |
| 807 | get { | |
| 808 | retu rn this.li ne2Field; | |
| 809 | } | |
| 810 | set { | |
| 811 | this .line2Fiel d = value; | |
| 812 | this .RaiseProp ertyChange d("line2") ; | |
| 813 | } | |
| 814 | } | |
| 815 | ||
| 816 | // / <remarks /> | |
| 817 | pu blic strin g line3 { | |
| 818 | get { | |
| 819 | retu rn this.li ne3Field; | |
| 820 | } | |
| 821 | set { | |
| 822 | this .line3Fiel d = value; | |
| 823 | this .RaiseProp ertyChange d("line3") ; | |
| 824 | } | |
| 825 | } | |
| 826 | ||
| 827 | // / <remarks /> | |
| 828 | pu blic strin g postalCo de { | |
| 829 | get { | |
| 830 | retu rn this.po stalCodeFi eld; | |
| 831 | } | |
| 832 | set { | |
| 833 | this .postalCod eField = v alue; | |
| 834 | this .RaiseProp ertyChange d("postalC ode"); | |
| 835 | } | |
| 836 | } | |
| 837 | ||
| 838 | // / <remarks /> | |
| 839 | pu blic strin g province Code { | |
| 840 | get { | |
| 841 | retu rn this.pr ovinceCode Field; | |
| 842 | } | |
| 843 | set { | |
| 844 | this .provinceC odeField = value; | |
| 845 | this .RaiseProp ertyChange d("provinc eCode"); | |
| 846 | } | |
| 847 | } | |
| 848 | ||
| 849 | // / <remarks /> | |
| 850 | pu blic strin g state { | |
| 851 | get { | |
| 852 | retu rn this.st ateField; | |
| 853 | } | |
| 854 | set { | |
| 855 | this .stateFiel d = value; | |
| 856 | this .RaiseProp ertyChange d("state") ; | |
| 857 | } | |
| 858 | } | |
| 859 | ||
| 860 | // / <remarks /> | |
| 861 | pu blic strin g zipCode { | |
| 862 | get { | |
| 863 | retu rn this.zi pCodeField ; | |
| 864 | } | |
| 865 | set { | |
| 866 | this .zipCodeFi eld = valu e; | |
| 867 | this .RaiseProp ertyChange d("zipCode "); | |
| 868 | } | |
| 869 | } | |
| 870 | ||
| 871 | // / <remarks /> | |
| 872 | pu blic strin g zipPlus4 { | |
| 873 | get { | |
| 874 | retu rn this.zi pPlus4Fiel d; | |
| 875 | } | |
| 876 | set { | |
| 877 | this .zipPlus4F ield = val ue; | |
| 878 | this .RaiseProp ertyChange d("zipPlus 4"); | |
| 879 | } | |
| 880 | } | |
| 881 | ||
| 882 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 883 | ||
| 884 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 885 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 886 | if ((pro pertyChang ed != null )) { | |
| 887 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 888 | } | |
| 889 | } | |
| 890 | } | |
| 891 | ||
| 892 | /// <r emarks/> | |
| 893 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 894 | [Syste m.Serializ ableAttrib ute()] | |
| 895 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 896 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 897 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 898 | public partial c lass death RecondInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 899 | ||
| 900 | pr ivate stri ng dataSou rceField; | |
| 901 | ||
| 902 | pr ivate stri ng deathDa teField; | |
| 903 | ||
| 904 | pr ivate Syst em.DateTim e deathLas tModifiedF ield; | |
| 905 | ||
| 906 | pr ivate bool deathLast ModifiedFi eldSpecifi ed; | |
| 907 | ||
| 908 | pr ivate Syst em.DateTim e deathRep ortDateFie ld; | |
| 909 | ||
| 910 | pr ivate bool deathRepo rtDateFiel dSpecified ; | |
| 911 | ||
| 912 | pr ivate stri ng facilit yReceivedF ield; | |
| 913 | ||
| 914 | // / <remarks /> | |
| 915 | pu blic strin g dataSour ce { | |
| 916 | get { | |
| 917 | retu rn this.da taSourceFi eld; | |
| 918 | } | |
| 919 | set { | |
| 920 | this .dataSourc eField = v alue; | |
| 921 | this .RaiseProp ertyChange d("dataSou rce"); | |
| 922 | } | |
| 923 | } | |
| 924 | ||
| 925 | // / <remarks /> | |
| 926 | pu blic strin g deathDat e { | |
| 927 | get { | |
| 928 | retu rn this.de athDateFie ld; | |
| 929 | } | |
| 930 | set { | |
| 931 | this .deathDate Field = va lue; | |
| 932 | this .RaiseProp ertyChange d("deathDa te"); | |
| 933 | } | |
| 934 | } | |
| 935 | ||
| 936 | // / <remarks /> | |
| 937 | pu blic Syste m.DateTime deathLast Modified { | |
| 938 | get { | |
| 939 | retu rn this.de athLastMod ifiedField ; | |
| 940 | } | |
| 941 | set { | |
| 942 | this .deathLast ModifiedFi eld = valu e; | |
| 943 | this .RaiseProp ertyChange d("deathLa stModified "); | |
| 944 | } | |
| 945 | } | |
| 946 | ||
| 947 | // / <remarks /> | |
| 948 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 949 | pu blic bool deathLastM odifiedSpe cified { | |
| 950 | get { | |
| 951 | retu rn this.de athLastMod ifiedField Specified; | |
| 952 | } | |
| 953 | set { | |
| 954 | this .deathLast ModifiedFi eldSpecifi ed = value ; | |
| 955 | this .RaiseProp ertyChange d("deathLa stModified Specified" ); | |
| 956 | } | |
| 957 | } | |
| 958 | ||
| 959 | // / <remarks /> | |
| 960 | pu blic Syste m.DateTime deathRepo rtDate { | |
| 961 | get { | |
| 962 | retu rn this.de athReportD ateField; | |
| 963 | } | |
| 964 | set { | |
| 965 | this .deathRepo rtDateFiel d = value; | |
| 966 | this .RaiseProp ertyChange d("deathRe portDate") ; | |
| 967 | } | |
| 968 | } | |
| 969 | ||
| 970 | // / <remarks /> | |
| 971 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 972 | pu blic bool deathRepor tDateSpeci fied { | |
| 973 | get { | |
| 974 | retu rn this.de athReportD ateFieldSp ecified; | |
| 975 | } | |
| 976 | set { | |
| 977 | this .deathRepo rtDateFiel dSpecified = value; | |
| 978 | this .RaiseProp ertyChange d("deathRe portDateSp ecified"); | |
| 979 | } | |
| 980 | } | |
| 981 | ||
| 982 | // / <remarks /> | |
| 983 | pu blic strin g facility Received { | |
| 984 | get { | |
| 985 | retu rn this.fa cilityRece ivedField; | |
| 986 | } | |
| 987 | set { | |
| 988 | this .facilityR eceivedFie ld = value ; | |
| 989 | this .RaiseProp ertyChange d("facilit yReceived" ); | |
| 990 | } | |
| 991 | } | |
| 992 | ||
| 993 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 994 | ||
| 995 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 996 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 997 | if ((pro pertyChang ed != null )) { | |
| 998 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 999 | } | |
| 1000 | } | |
| 1001 | } | |
| 1002 | ||
| 1003 | /// <r emarks/> | |
| 1004 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1005 | [Syste m.Serializ ableAttrib ute()] | |
| 1006 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1007 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1008 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1009 | public partial c lass demog raphicInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 1010 | ||
| 1011 | pr ivate Syst em.DateTim e appointm entRequest DateField; | |
| 1012 | ||
| 1013 | pr ivate bool appointme ntRequestD ateFieldSp ecified; | |
| 1014 | ||
| 1015 | pr ivate bool appointme ntRequestR esponseFie ld; | |
| 1016 | ||
| 1017 | pr ivate bool appointme ntRequestR esponseFie ldSpecifie d; | |
| 1018 | ||
| 1019 | pr ivate stri ng claimFo lderLocati onField; | |
| 1020 | ||
| 1021 | pr ivate stri ng claimFo lderNumber Field; | |
| 1022 | ||
| 1023 | pr ivate cont actInfo co ntactInfoF ield; | |
| 1024 | ||
| 1025 | pr ivate stri ng ethnici tyField; | |
| 1026 | ||
| 1027 | pr ivate stri ng marital StatusFiel d; | |
| 1028 | ||
| 1029 | pr ivate stri ng preferr edFacility Field; | |
| 1030 | ||
| 1031 | pr ivate Syst em.DateTim e assignme ntDateFiel d; | |
| 1032 | ||
| 1033 | pr ivate bool assignmen tDateField Specified; | |
| 1034 | ||
| 1035 | pr ivate Syst em.DateTim e unassign mentDateFi eld; | |
| 1036 | ||
| 1037 | pr ivate bool unassignm entDateFie ldSpecifie d; | |
| 1038 | ||
| 1039 | pr ivate stri ng[] races Field; | |
| 1040 | ||
| 1041 | pr ivate stri ng religio nField; | |
| 1042 | ||
| 1043 | pr ivate pref erredFacil ityInfo[] preferredF acilitiesF ield; | |
| 1044 | ||
| 1045 | pr ivate bool acaIndica torField; | |
| 1046 | ||
| 1047 | pr ivate bool acaIndica torFieldSp ecified; | |
| 1048 | ||
| 1049 | pr ivate stri ng preferr edLanguage Field; | |
| 1050 | ||
| 1051 | pr ivate Syst em.DateTim e preferre dLanguageE ntryDateFi eld; | |
| 1052 | ||
| 1053 | pr ivate bool preferred LanguageEn tryDateFie ldSpecifie d; | |
| 1054 | ||
| 1055 | // / <remarks /> | |
| 1056 | pu blic Syste m.DateTime appointme ntRequestD ate { | |
| 1057 | get { | |
| 1058 | retu rn this.ap pointmentR equestDate Field; | |
| 1059 | } | |
| 1060 | set { | |
| 1061 | this .appointme ntRequestD ateField = value; | |
| 1062 | this .RaiseProp ertyChange d("appoint mentReques tDate"); | |
| 1063 | } | |
| 1064 | } | |
| 1065 | ||
| 1066 | // / <remarks /> | |
| 1067 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1068 | pu blic bool appointmen tRequestDa teSpecifie d { | |
| 1069 | get { | |
| 1070 | retu rn this.ap pointmentR equestDate FieldSpeci fied; | |
| 1071 | } | |
| 1072 | set { | |
| 1073 | this .appointme ntRequestD ateFieldSp ecified = value; | |
| 1074 | this .RaiseProp ertyChange d("appoint mentReques tDateSpeci fied"); | |
| 1075 | } | |
| 1076 | } | |
| 1077 | ||
| 1078 | // / <remarks /> | |
| 1079 | pu blic bool appointmen tRequestRe sponse { | |
| 1080 | get { | |
| 1081 | retu rn this.ap pointmentR equestResp onseField; | |
| 1082 | } | |
| 1083 | set { | |
| 1084 | this .appointme ntRequestR esponseFie ld = value ; | |
| 1085 | this .RaiseProp ertyChange d("appoint mentReques tResponse" ); | |
| 1086 | } | |
| 1087 | } | |
| 1088 | ||
| 1089 | // / <remarks /> | |
| 1090 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1091 | pu blic bool appointmen tRequestRe sponseSpec ified { | |
| 1092 | get { | |
| 1093 | retu rn this.ap pointmentR equestResp onseFieldS pecified; | |
| 1094 | } | |
| 1095 | set { | |
| 1096 | this .appointme ntRequestR esponseFie ldSpecifie d = value; | |
| 1097 | this .RaiseProp ertyChange d("appoint mentReques tResponseS pecified") ; | |
| 1098 | } | |
| 1099 | } | |
| 1100 | ||
| 1101 | // / <remarks /> | |
| 1102 | pu blic strin g claimFol derLocatio n { | |
| 1103 | get { | |
| 1104 | retu rn this.cl aimFolderL ocationFie ld; | |
| 1105 | } | |
| 1106 | set { | |
| 1107 | this .claimFold erLocation Field = va lue; | |
| 1108 | this .RaiseProp ertyChange d("claimFo lderLocati on"); | |
| 1109 | } | |
| 1110 | } | |
| 1111 | ||
| 1112 | // / <remarks /> | |
| 1113 | pu blic strin g claimFol derNumber { | |
| 1114 | get { | |
| 1115 | retu rn this.cl aimFolderN umberField ; | |
| 1116 | } | |
| 1117 | set { | |
| 1118 | this .claimFold erNumberFi eld = valu e; | |
| 1119 | this .RaiseProp ertyChange d("claimFo lderNumber "); | |
| 1120 | } | |
| 1121 | } | |
| 1122 | ||
| 1123 | // / <remarks /> | |
| 1124 | pu blic conta ctInfo con tactInfo { | |
| 1125 | get { | |
| 1126 | retu rn this.co ntactInfoF ield; | |
| 1127 | } | |
| 1128 | set { | |
| 1129 | this .contactIn foField = value; | |
| 1130 | this .RaiseProp ertyChange d("contact Info"); | |
| 1131 | } | |
| 1132 | } | |
| 1133 | ||
| 1134 | // / <remarks /> | |
| 1135 | pu blic strin g ethnicit y { | |
| 1136 | get { | |
| 1137 | retu rn this.et hnicityFie ld; | |
| 1138 | } | |
| 1139 | set { | |
| 1140 | this .ethnicity Field = va lue; | |
| 1141 | this .RaiseProp ertyChange d("ethnici ty"); | |
| 1142 | } | |
| 1143 | } | |
| 1144 | ||
| 1145 | // / <remarks /> | |
| 1146 | pu blic strin g maritalS tatus { | |
| 1147 | get { | |
| 1148 | retu rn this.ma ritalStatu sField; | |
| 1149 | } | |
| 1150 | set { | |
| 1151 | this .maritalSt atusField = value; | |
| 1152 | this .RaiseProp ertyChange d("marital Status"); | |
| 1153 | } | |
| 1154 | } | |
| 1155 | ||
| 1156 | // / <remarks /> | |
| 1157 | pu blic strin g preferre dFacility { | |
| 1158 | get { | |
| 1159 | retu rn this.pr eferredFac ilityField ; | |
| 1160 | } | |
| 1161 | set { | |
| 1162 | this .preferred FacilityFi eld = valu e; | |
| 1163 | this .RaiseProp ertyChange d("preferr edFacility "); | |
| 1164 | } | |
| 1165 | } | |
| 1166 | ||
| 1167 | // / <remarks /> | |
| 1168 | pu blic Syste m.DateTime assignmen tDate { | |
| 1169 | get { | |
| 1170 | retu rn this.as signmentDa teField; | |
| 1171 | } | |
| 1172 | set { | |
| 1173 | this .assignmen tDateField = value; | |
| 1174 | this .RaiseProp ertyChange d("assignm entDate"); | |
| 1175 | } | |
| 1176 | } | |
| 1177 | ||
| 1178 | // / <remarks /> | |
| 1179 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1180 | pu blic bool assignment DateSpecif ied { | |
| 1181 | get { | |
| 1182 | retu rn this.as signmentDa teFieldSpe cified; | |
| 1183 | } | |
| 1184 | set { | |
| 1185 | this .assignmen tDateField Specified = value; | |
| 1186 | this .RaiseProp ertyChange d("assignm entDateSpe cified"); | |
| 1187 | } | |
| 1188 | } | |
| 1189 | ||
| 1190 | // / <remarks /> | |
| 1191 | pu blic Syste m.DateTime unassignm entDate { | |
| 1192 | get { | |
| 1193 | retu rn this.un assignment DateField; | |
| 1194 | } | |
| 1195 | set { | |
| 1196 | this .unassignm entDateFie ld = value ; | |
| 1197 | this .RaiseProp ertyChange d("unassig nmentDate" ); | |
| 1198 | } | |
| 1199 | } | |
| 1200 | ||
| 1201 | // / <remarks /> | |
| 1202 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1203 | pu blic bool unassignme ntDateSpec ified { | |
| 1204 | get { | |
| 1205 | retu rn this.un assignment DateFieldS pecified; | |
| 1206 | } | |
| 1207 | set { | |
| 1208 | this .unassignm entDateFie ldSpecifie d = value; | |
| 1209 | this .RaiseProp ertyChange d("unassig nmentDateS pecified") ; | |
| 1210 | } | |
| 1211 | } | |
| 1212 | ||
| 1213 | // / <remarks /> | |
| 1214 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("rac e")] | |
| 1215 | pu blic strin g[] races { | |
| 1216 | get { | |
| 1217 | retu rn this.ra cesField; | |
| 1218 | } | |
| 1219 | set { | |
| 1220 | this .racesFiel d = value; | |
| 1221 | this .RaiseProp ertyChange d("races") ; | |
| 1222 | } | |
| 1223 | } | |
| 1224 | ||
| 1225 | // / <remarks /> | |
| 1226 | pu blic strin g religion { | |
| 1227 | get { | |
| 1228 | retu rn this.re ligionFiel d; | |
| 1229 | } | |
| 1230 | set { | |
| 1231 | this .religionF ield = val ue; | |
| 1232 | this .RaiseProp ertyChange d("religio n"); | |
| 1233 | } | |
| 1234 | } | |
| 1235 | ||
| 1236 | // / <remarks /> | |
| 1237 | pu blic prefe rredFacili tyInfo[] p referredFa cilities { | |
| 1238 | get { | |
| 1239 | retu rn this.pr eferredFac ilitiesFie ld; | |
| 1240 | } | |
| 1241 | set { | |
| 1242 | this .preferred Facilities Field = va lue; | |
| 1243 | this .RaiseProp ertyChange d("preferr edFaciliti es"); | |
| 1244 | } | |
| 1245 | } | |
| 1246 | ||
| 1247 | // / <remarks /> | |
| 1248 | pu blic bool acaIndicat or { | |
| 1249 | get { | |
| 1250 | retu rn this.ac aIndicator Field; | |
| 1251 | } | |
| 1252 | set { | |
| 1253 | this .acaIndica torField = value; | |
| 1254 | this .RaiseProp ertyChange d("acaIndi cator"); | |
| 1255 | } | |
| 1256 | } | |
| 1257 | ||
| 1258 | // / <remarks /> | |
| 1259 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1260 | pu blic bool acaIndicat orSpecifie d { | |
| 1261 | get { | |
| 1262 | retu rn this.ac aIndicator FieldSpeci fied; | |
| 1263 | } | |
| 1264 | set { | |
| 1265 | this .acaIndica torFieldSp ecified = value; | |
| 1266 | this .RaiseProp ertyChange d("acaIndi catorSpeci fied"); | |
| 1267 | } | |
| 1268 | } | |
| 1269 | ||
| 1270 | // / <remarks /> | |
| 1271 | pu blic strin g preferre dLanguage { | |
| 1272 | get { | |
| 1273 | retu rn this.pr eferredLan guageField ; | |
| 1274 | } | |
| 1275 | set { | |
| 1276 | this .preferred LanguageFi eld = valu e; | |
| 1277 | this .RaiseProp ertyChange d("preferr edLanguage "); | |
| 1278 | } | |
| 1279 | } | |
| 1280 | ||
| 1281 | // / <remarks /> | |
| 1282 | pu blic Syste m.DateTime preferred LanguageEn tryDate { | |
| 1283 | get { | |
| 1284 | retu rn this.pr eferredLan guageEntry DateField; | |
| 1285 | } | |
| 1286 | set { | |
| 1287 | this .preferred LanguageEn tryDateFie ld = value ; | |
| 1288 | this .RaiseProp ertyChange d("preferr edLanguage EntryDate" ); | |
| 1289 | } | |
| 1290 | } | |
| 1291 | ||
| 1292 | // / <remarks /> | |
| 1293 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1294 | pu blic bool preferredL anguageEnt ryDateSpec ified { | |
| 1295 | get { | |
| 1296 | retu rn this.pr eferredLan guageEntry DateFieldS pecified; | |
| 1297 | } | |
| 1298 | set { | |
| 1299 | this .preferred LanguageEn tryDateFie ldSpecifie d = value; | |
| 1300 | this .RaiseProp ertyChange d("preferr edLanguage EntryDateS pecified") ; | |
| 1301 | } | |
| 1302 | } | |
| 1303 | ||
| 1304 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 1305 | ||
| 1306 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 1307 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 1308 | if ((pro pertyChang ed != null )) { | |
| 1309 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 1310 | } | |
| 1311 | } | |
| 1312 | } | |
| 1313 | ||
| 1314 | /// <r emarks/> | |
| 1315 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1316 | [Syste m.Serializ ableAttrib ute()] | |
| 1317 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1318 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1319 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1320 | public partial c lass conta ctInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 1321 | ||
| 1322 | pr ivate addr essInfo[] addressesF ield; | |
| 1323 | ||
| 1324 | pr ivate emai lInfo[] em ailsField; | |
| 1325 | ||
| 1326 | pr ivate phon eInfo[] ph onesField; | |
| 1327 | ||
| 1328 | // / <remarks /> | |
| 1329 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("add ress")] | |
| 1330 | pu blic addre ssInfo[] a ddresses { | |
| 1331 | get { | |
| 1332 | retu rn this.ad dressesFie ld; | |
| 1333 | } | |
| 1334 | set { | |
| 1335 | this .addresses Field = va lue; | |
| 1336 | this .RaiseProp ertyChange d("address es"); | |
| 1337 | } | |
| 1338 | } | |
| 1339 | ||
| 1340 | // / <remarks /> | |
| 1341 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ema il")] | |
| 1342 | pu blic email Info[] ema ils { | |
| 1343 | get { | |
| 1344 | retu rn this.em ailsField; | |
| 1345 | } | |
| 1346 | set { | |
| 1347 | this .emailsFie ld = value ; | |
| 1348 | this .RaiseProp ertyChange d("emails" ); | |
| 1349 | } | |
| 1350 | } | |
| 1351 | ||
| 1352 | // / <remarks /> | |
| 1353 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("pho ne")] | |
| 1354 | pu blic phone Info[] pho nes { | |
| 1355 | get { | |
| 1356 | retu rn this.ph onesField; | |
| 1357 | } | |
| 1358 | set { | |
| 1359 | this .phonesFie ld = value ; | |
| 1360 | this .RaiseProp ertyChange d("phones" ); | |
| 1361 | } | |
| 1362 | } | |
| 1363 | ||
| 1364 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 1365 | ||
| 1366 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 1367 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 1368 | if ((pro pertyChang ed != null )) { | |
| 1369 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 1370 | } | |
| 1371 | } | |
| 1372 | } | |
| 1373 | ||
| 1374 | /// <r emarks/> | |
| 1375 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1376 | [Syste m.Serializ ableAttrib ute()] | |
| 1377 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1378 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1379 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1380 | public partial c lass addre ssInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 1381 | ||
| 1382 | pr ivate stri ng cityFie ld; | |
| 1383 | ||
| 1384 | pr ivate stri ng country Field; | |
| 1385 | ||
| 1386 | pr ivate stri ng countyF ield; | |
| 1387 | ||
| 1388 | pr ivate stri ng line1Fi eld; | |
| 1389 | ||
| 1390 | pr ivate stri ng line2Fi eld; | |
| 1391 | ||
| 1392 | pr ivate stri ng line3Fi eld; | |
| 1393 | ||
| 1394 | pr ivate stri ng postalC odeField; | |
| 1395 | ||
| 1396 | pr ivate stri ng provinc eCodeField ; | |
| 1397 | ||
| 1398 | pr ivate stri ng stateFi eld; | |
| 1399 | ||
| 1400 | pr ivate stri ng zipCode Field; | |
| 1401 | ||
| 1402 | pr ivate stri ng zipcode Field; | |
| 1403 | ||
| 1404 | pr ivate stri ng zipPlus 4Field; | |
| 1405 | ||
| 1406 | pr ivate Syst em.DateTim e addressC hangeDateT imeField; | |
| 1407 | ||
| 1408 | pr ivate bool addressCh angeDateTi meFieldSpe cified; | |
| 1409 | ||
| 1410 | pr ivate stri ng address ChangeEffe ctiveDateF ield; | |
| 1411 | ||
| 1412 | pr ivate stri ng address ChangeSite Field; | |
| 1413 | ||
| 1414 | pr ivate stri ng address ChangeSour ceField; | |
| 1415 | ||
| 1416 | pr ivate stri ng address TypeCodeFi eld; | |
| 1417 | ||
| 1418 | pr ivate stri ng badAddr essReasonF ield; | |
| 1419 | ||
| 1420 | pr ivate stri ng[] confi dentialAdd ressCatego riesField; | |
| 1421 | ||
| 1422 | pr ivate stri ng endDate Field; | |
| 1423 | ||
| 1424 | pr ivate stri ng phoneNu mberField; | |
| 1425 | ||
| 1426 | pr ivate stri ng contact MethodType Field; | |
| 1427 | ||
| 1428 | pr ivate Syst em.DateTim e contactM ethodRepor tDateField ; | |
| 1429 | ||
| 1430 | pr ivate bool contactMe thodReport DateFieldS pecified; | |
| 1431 | ||
| 1432 | // / <remarks /> | |
| 1433 | pu blic strin g city { | |
| 1434 | get { | |
| 1435 | retu rn this.ci tyField; | |
| 1436 | } | |
| 1437 | set { | |
| 1438 | this .cityField = value; | |
| 1439 | this .RaiseProp ertyChange d("city"); | |
| 1440 | } | |
| 1441 | } | |
| 1442 | ||
| 1443 | // / <remarks /> | |
| 1444 | pu blic strin g country { | |
| 1445 | get { | |
| 1446 | retu rn this.co untryField ; | |
| 1447 | } | |
| 1448 | set { | |
| 1449 | this .countryFi eld = valu e; | |
| 1450 | this .RaiseProp ertyChange d("country "); | |
| 1451 | } | |
| 1452 | } | |
| 1453 | ||
| 1454 | // / <remarks /> | |
| 1455 | pu blic strin g county { | |
| 1456 | get { | |
| 1457 | retu rn this.co untyField; | |
| 1458 | } | |
| 1459 | set { | |
| 1460 | this .countyFie ld = value ; | |
| 1461 | this .RaiseProp ertyChange d("county" ); | |
| 1462 | } | |
| 1463 | } | |
| 1464 | ||
| 1465 | // / <remarks /> | |
| 1466 | pu blic strin g line1 { | |
| 1467 | get { | |
| 1468 | retu rn this.li ne1Field; | |
| 1469 | } | |
| 1470 | set { | |
| 1471 | this .line1Fiel d = value; | |
| 1472 | this .RaiseProp ertyChange d("line1") ; | |
| 1473 | } | |
| 1474 | } | |
| 1475 | ||
| 1476 | // / <remarks /> | |
| 1477 | pu blic strin g line2 { | |
| 1478 | get { | |
| 1479 | retu rn this.li ne2Field; | |
| 1480 | } | |
| 1481 | set { | |
| 1482 | this .line2Fiel d = value; | |
| 1483 | this .RaiseProp ertyChange d("line2") ; | |
| 1484 | } | |
| 1485 | } | |
| 1486 | ||
| 1487 | // / <remarks /> | |
| 1488 | pu blic strin g line3 { | |
| 1489 | get { | |
| 1490 | retu rn this.li ne3Field; | |
| 1491 | } | |
| 1492 | set { | |
| 1493 | this .line3Fiel d = value; | |
| 1494 | this .RaiseProp ertyChange d("line3") ; | |
| 1495 | } | |
| 1496 | } | |
| 1497 | ||
| 1498 | // / <remarks /> | |
| 1499 | pu blic strin g postalCo de { | |
| 1500 | get { | |
| 1501 | retu rn this.po stalCodeFi eld; | |
| 1502 | } | |
| 1503 | set { | |
| 1504 | this .postalCod eField = v alue; | |
| 1505 | this .RaiseProp ertyChange d("postalC ode"); | |
| 1506 | } | |
| 1507 | } | |
| 1508 | ||
| 1509 | // / <remarks /> | |
| 1510 | pu blic strin g province Code { | |
| 1511 | get { | |
| 1512 | retu rn this.pr ovinceCode Field; | |
| 1513 | } | |
| 1514 | set { | |
| 1515 | this .provinceC odeField = value; | |
| 1516 | this .RaiseProp ertyChange d("provinc eCode"); | |
| 1517 | } | |
| 1518 | } | |
| 1519 | ||
| 1520 | // / <remarks /> | |
| 1521 | pu blic strin g state { | |
| 1522 | get { | |
| 1523 | retu rn this.st ateField; | |
| 1524 | } | |
| 1525 | set { | |
| 1526 | this .stateFiel d = value; | |
| 1527 | this .RaiseProp ertyChange d("state") ; | |
| 1528 | } | |
| 1529 | } | |
| 1530 | ||
| 1531 | // / <remarks /> | |
| 1532 | pu blic strin g zipCode { | |
| 1533 | get { | |
| 1534 | retu rn this.zi pCodeField ; | |
| 1535 | } | |
| 1536 | set { | |
| 1537 | this .zipCodeFi eld = valu e; | |
| 1538 | this .RaiseProp ertyChange d("zipCode "); | |
| 1539 | } | |
| 1540 | } | |
| 1541 | ||
| 1542 | // / <remarks /> | |
| 1543 | pu blic strin g zipcode { | |
| 1544 | get { | |
| 1545 | retu rn this.zi pcodeField ; | |
| 1546 | } | |
| 1547 | set { | |
| 1548 | this .zipcodeFi eld = valu e; | |
| 1549 | this .RaiseProp ertyChange d("zipcode "); | |
| 1550 | } | |
| 1551 | } | |
| 1552 | ||
| 1553 | // / <remarks /> | |
| 1554 | pu blic strin g zipPlus4 { | |
| 1555 | get { | |
| 1556 | retu rn this.zi pPlus4Fiel d; | |
| 1557 | } | |
| 1558 | set { | |
| 1559 | this .zipPlus4F ield = val ue; | |
| 1560 | this .RaiseProp ertyChange d("zipPlus 4"); | |
| 1561 | } | |
| 1562 | } | |
| 1563 | ||
| 1564 | // / <remarks /> | |
| 1565 | pu blic Syste m.DateTime addressCh angeDateTi me { | |
| 1566 | get { | |
| 1567 | retu rn this.ad dressChang eDateTimeF ield; | |
| 1568 | } | |
| 1569 | set { | |
| 1570 | this .addressCh angeDateTi meField = value; | |
| 1571 | this .RaiseProp ertyChange d("address ChangeDate Time"); | |
| 1572 | } | |
| 1573 | } | |
| 1574 | ||
| 1575 | // / <remarks /> | |
| 1576 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1577 | pu blic bool addressCha ngeDateTim eSpecified { | |
| 1578 | get { | |
| 1579 | retu rn this.ad dressChang eDateTimeF ieldSpecif ied; | |
| 1580 | } | |
| 1581 | set { | |
| 1582 | this .addressCh angeDateTi meFieldSpe cified = v alue; | |
| 1583 | this .RaiseProp ertyChange d("address ChangeDate TimeSpecif ied"); | |
| 1584 | } | |
| 1585 | } | |
| 1586 | ||
| 1587 | // / <remarks /> | |
| 1588 | pu blic strin g addressC hangeEffec tiveDate { | |
| 1589 | get { | |
| 1590 | retu rn this.ad dressChang eEffective DateField; | |
| 1591 | } | |
| 1592 | set { | |
| 1593 | this .addressCh angeEffect iveDateFie ld = value ; | |
| 1594 | this .RaiseProp ertyChange d("address ChangeEffe ctiveDate" ); | |
| 1595 | } | |
| 1596 | } | |
| 1597 | ||
| 1598 | // / <remarks /> | |
| 1599 | pu blic strin g addressC hangeSite { | |
| 1600 | get { | |
| 1601 | retu rn this.ad dressChang eSiteField ; | |
| 1602 | } | |
| 1603 | set { | |
| 1604 | this .addressCh angeSiteFi eld = valu e; | |
| 1605 | this .RaiseProp ertyChange d("address ChangeSite "); | |
| 1606 | } | |
| 1607 | } | |
| 1608 | ||
| 1609 | // / <remarks /> | |
| 1610 | pu blic strin g addressC hangeSourc e { | |
| 1611 | get { | |
| 1612 | retu rn this.ad dressChang eSourceFie ld; | |
| 1613 | } | |
| 1614 | set { | |
| 1615 | this .addressCh angeSource Field = va lue; | |
| 1616 | this .RaiseProp ertyChange d("address ChangeSour ce"); | |
| 1617 | } | |
| 1618 | } | |
| 1619 | ||
| 1620 | // / <remarks /> | |
| 1621 | pu blic strin g addressT ypeCode { | |
| 1622 | get { | |
| 1623 | retu rn this.ad dressTypeC odeField; | |
| 1624 | } | |
| 1625 | set { | |
| 1626 | this .addressTy peCodeFiel d = value; | |
| 1627 | this .RaiseProp ertyChange d("address TypeCode") ; | |
| 1628 | } | |
| 1629 | } | |
| 1630 | ||
| 1631 | // / <remarks /> | |
| 1632 | pu blic strin g badAddre ssReason { | |
| 1633 | get { | |
| 1634 | retu rn this.ba dAddressRe asonField; | |
| 1635 | } | |
| 1636 | set { | |
| 1637 | this .badAddres sReasonFie ld = value ; | |
| 1638 | this .RaiseProp ertyChange d("badAddr essReason" ); | |
| 1639 | } | |
| 1640 | } | |
| 1641 | ||
| 1642 | // / <remarks /> | |
| 1643 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("con fidentialA ddressCate goryType") ] | |
| 1644 | pu blic strin g[] confid entialAddr essCategor ies { | |
| 1645 | get { | |
| 1646 | retu rn this.co nfidential AddressCat egoriesFie ld; | |
| 1647 | } | |
| 1648 | set { | |
| 1649 | this .confident ialAddress Categories Field = va lue; | |
| 1650 | this .RaiseProp ertyChange d("confide ntialAddre ssCategori es"); | |
| 1651 | } | |
| 1652 | } | |
| 1653 | ||
| 1654 | // / <remarks /> | |
| 1655 | pu blic strin g endDate { | |
| 1656 | get { | |
| 1657 | retu rn this.en dDateField ; | |
| 1658 | } | |
| 1659 | set { | |
| 1660 | this .endDateFi eld = valu e; | |
| 1661 | this .RaiseProp ertyChange d("endDate "); | |
| 1662 | } | |
| 1663 | } | |
| 1664 | ||
| 1665 | // / <remarks /> | |
| 1666 | pu blic strin g phoneNum ber { | |
| 1667 | get { | |
| 1668 | retu rn this.ph oneNumberF ield; | |
| 1669 | } | |
| 1670 | set { | |
| 1671 | this .phoneNumb erField = value; | |
| 1672 | this .RaiseProp ertyChange d("phoneNu mber"); | |
| 1673 | } | |
| 1674 | } | |
| 1675 | ||
| 1676 | // / <remarks /> | |
| 1677 | pu blic strin g contactM ethodType { | |
| 1678 | get { | |
| 1679 | retu rn this.co ntactMetho dTypeField ; | |
| 1680 | } | |
| 1681 | set { | |
| 1682 | this .contactMe thodTypeFi eld = valu e; | |
| 1683 | this .RaiseProp ertyChange d("contact MethodType "); | |
| 1684 | } | |
| 1685 | } | |
| 1686 | ||
| 1687 | // / <remarks /> | |
| 1688 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 1689 | pu blic Syste m.DateTime contactMe thodReport Date { | |
| 1690 | get { | |
| 1691 | retu rn this.co ntactMetho dReportDat eField; | |
| 1692 | } | |
| 1693 | set { | |
| 1694 | this .contactMe thodReport DateField = value; | |
| 1695 | this .RaiseProp ertyChange d("contact MethodRepo rtDate"); | |
| 1696 | } | |
| 1697 | } | |
| 1698 | ||
| 1699 | // / <remarks /> | |
| 1700 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1701 | pu blic bool contactMet hodReportD ateSpecifi ed { | |
| 1702 | get { | |
| 1703 | retu rn this.co ntactMetho dReportDat eFieldSpec ified; | |
| 1704 | } | |
| 1705 | set { | |
| 1706 | this .contactMe thodReport DateFieldS pecified = value; | |
| 1707 | this .RaiseProp ertyChange d("contact MethodRepo rtDateSpec ified"); | |
| 1708 | } | |
| 1709 | } | |
| 1710 | ||
| 1711 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 1712 | ||
| 1713 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 1714 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 1715 | if ((pro pertyChang ed != null )) { | |
| 1716 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 1717 | } | |
| 1718 | } | |
| 1719 | } | |
| 1720 | ||
| 1721 | /// <r emarks/> | |
| 1722 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1723 | [Syste m.Serializ ableAttrib ute()] | |
| 1724 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1725 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1726 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1727 | public partial c lass email Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 1728 | ||
| 1729 | pr ivate stri ng address Field; | |
| 1730 | ||
| 1731 | pr ivate Syst em.DateTim e changeDa teField; | |
| 1732 | ||
| 1733 | pr ivate bool changeDat eFieldSpec ified; | |
| 1734 | ||
| 1735 | pr ivate stri ng siteOfC hangeField ; | |
| 1736 | ||
| 1737 | pr ivate stri ng sourceO fChangeFie ld; | |
| 1738 | ||
| 1739 | pr ivate stri ng typeFie ld; | |
| 1740 | ||
| 1741 | // / <remarks /> | |
| 1742 | pu blic strin g address { | |
| 1743 | get { | |
| 1744 | retu rn this.ad dressField ; | |
| 1745 | } | |
| 1746 | set { | |
| 1747 | this .addressFi eld = valu e; | |
| 1748 | this .RaiseProp ertyChange d("address "); | |
| 1749 | } | |
| 1750 | } | |
| 1751 | ||
| 1752 | // / <remarks /> | |
| 1753 | pu blic Syste m.DateTime changeDat e { | |
| 1754 | get { | |
| 1755 | retu rn this.ch angeDateFi eld; | |
| 1756 | } | |
| 1757 | set { | |
| 1758 | this .changeDat eField = v alue; | |
| 1759 | this .RaiseProp ertyChange d("changeD ate"); | |
| 1760 | } | |
| 1761 | } | |
| 1762 | ||
| 1763 | // / <remarks /> | |
| 1764 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1765 | pu blic bool changeDate Specified { | |
| 1766 | get { | |
| 1767 | retu rn this.ch angeDateFi eldSpecifi ed; | |
| 1768 | } | |
| 1769 | set { | |
| 1770 | this .changeDat eFieldSpec ified = va lue; | |
| 1771 | this .RaiseProp ertyChange d("changeD ateSpecifi ed"); | |
| 1772 | } | |
| 1773 | } | |
| 1774 | ||
| 1775 | // / <remarks /> | |
| 1776 | pu blic strin g siteOfCh ange { | |
| 1777 | get { | |
| 1778 | retu rn this.si teOfChange Field; | |
| 1779 | } | |
| 1780 | set { | |
| 1781 | this .siteOfCha ngeField = value; | |
| 1782 | this .RaiseProp ertyChange d("siteOfC hange"); | |
| 1783 | } | |
| 1784 | } | |
| 1785 | ||
| 1786 | // / <remarks /> | |
| 1787 | pu blic strin g sourceOf Change { | |
| 1788 | get { | |
| 1789 | retu rn this.so urceOfChan geField; | |
| 1790 | } | |
| 1791 | set { | |
| 1792 | this .sourceOfC hangeField = value; | |
| 1793 | this .RaiseProp ertyChange d("sourceO fChange"); | |
| 1794 | } | |
| 1795 | } | |
| 1796 | ||
| 1797 | // / <remarks /> | |
| 1798 | pu blic strin g type { | |
| 1799 | get { | |
| 1800 | retu rn this.ty peField; | |
| 1801 | } | |
| 1802 | set { | |
| 1803 | this .typeField = value; | |
| 1804 | this .RaiseProp ertyChange d("type"); | |
| 1805 | } | |
| 1806 | } | |
| 1807 | ||
| 1808 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 1809 | ||
| 1810 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 1811 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 1812 | if ((pro pertyChang ed != null )) { | |
| 1813 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 1814 | } | |
| 1815 | } | |
| 1816 | } | |
| 1817 | ||
| 1818 | /// <r emarks/> | |
| 1819 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1820 | [Syste m.Serializ ableAttrib ute()] | |
| 1821 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1822 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1823 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1824 | public partial c lass phone Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 1825 | ||
| 1826 | pr ivate stri ng phoneNu mberField; | |
| 1827 | ||
| 1828 | pr ivate stri ng typeFie ld; | |
| 1829 | ||
| 1830 | pr ivate Syst em.DateTim e phoneNum berReportD ateField; | |
| 1831 | ||
| 1832 | pr ivate bool phoneNumb erReportDa teFieldSpe cified; | |
| 1833 | ||
| 1834 | // / <remarks /> | |
| 1835 | pu blic strin g phoneNum ber { | |
| 1836 | get { | |
| 1837 | retu rn this.ph oneNumberF ield; | |
| 1838 | } | |
| 1839 | set { | |
| 1840 | this .phoneNumb erField = value; | |
| 1841 | this .RaiseProp ertyChange d("phoneNu mber"); | |
| 1842 | } | |
| 1843 | } | |
| 1844 | ||
| 1845 | // / <remarks /> | |
| 1846 | pu blic strin g type { | |
| 1847 | get { | |
| 1848 | retu rn this.ty peField; | |
| 1849 | } | |
| 1850 | set { | |
| 1851 | this .typeField = value; | |
| 1852 | this .RaiseProp ertyChange d("type"); | |
| 1853 | } | |
| 1854 | } | |
| 1855 | ||
| 1856 | // / <remarks /> | |
| 1857 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 1858 | pu blic Syste m.DateTime phoneNumb erReportDa te { | |
| 1859 | get { | |
| 1860 | retu rn this.ph oneNumberR eportDateF ield; | |
| 1861 | } | |
| 1862 | set { | |
| 1863 | this .phoneNumb erReportDa teField = value; | |
| 1864 | this .RaiseProp ertyChange d("phoneNu mberReport Date"); | |
| 1865 | } | |
| 1866 | } | |
| 1867 | ||
| 1868 | // / <remarks /> | |
| 1869 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1870 | pu blic bool phoneNumbe rReportDat eSpecified { | |
| 1871 | get { | |
| 1872 | retu rn this.ph oneNumberR eportDateF ieldSpecif ied; | |
| 1873 | } | |
| 1874 | set { | |
| 1875 | this .phoneNumb erReportDa teFieldSpe cified = v alue; | |
| 1876 | this .RaiseProp ertyChange d("phoneNu mberReport DateSpecif ied"); | |
| 1877 | } | |
| 1878 | } | |
| 1879 | ||
| 1880 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 1881 | ||
| 1882 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 1883 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 1884 | if ((pro pertyChang ed != null )) { | |
| 1885 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 1886 | } | |
| 1887 | } | |
| 1888 | } | |
| 1889 | ||
| 1890 | /// <r emarks/> | |
| 1891 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1892 | [Syste m.Serializ ableAttrib ute()] | |
| 1893 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1894 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1895 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1896 | public partial c lass prefe rredFacili tyInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 1897 | ||
| 1898 | pr ivate stri ng preferr edFacility Field; | |
| 1899 | ||
| 1900 | pr ivate Syst em.DateTim e assignme ntDateFiel d; | |
| 1901 | ||
| 1902 | pr ivate bool assignmen tDateField Specified; | |
| 1903 | ||
| 1904 | pr ivate Syst em.DateTim e unassign mentDateFi eld; | |
| 1905 | ||
| 1906 | pr ivate bool unassignm entDateFie ldSpecifie d; | |
| 1907 | ||
| 1908 | // / <remarks /> | |
| 1909 | pu blic strin g preferre dFacility { | |
| 1910 | get { | |
| 1911 | retu rn this.pr eferredFac ilityField ; | |
| 1912 | } | |
| 1913 | set { | |
| 1914 | this .preferred FacilityFi eld = valu e; | |
| 1915 | this .RaiseProp ertyChange d("preferr edFacility "); | |
| 1916 | } | |
| 1917 | } | |
| 1918 | ||
| 1919 | // / <remarks /> | |
| 1920 | pu blic Syste m.DateTime assignmen tDate { | |
| 1921 | get { | |
| 1922 | retu rn this.as signmentDa teField; | |
| 1923 | } | |
| 1924 | set { | |
| 1925 | this .assignmen tDateField = value; | |
| 1926 | this .RaiseProp ertyChange d("assignm entDate"); | |
| 1927 | } | |
| 1928 | } | |
| 1929 | ||
| 1930 | // / <remarks /> | |
| 1931 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1932 | pu blic bool assignment DateSpecif ied { | |
| 1933 | get { | |
| 1934 | retu rn this.as signmentDa teFieldSpe cified; | |
| 1935 | } | |
| 1936 | set { | |
| 1937 | this .assignmen tDateField Specified = value; | |
| 1938 | this .RaiseProp ertyChange d("assignm entDateSpe cified"); | |
| 1939 | } | |
| 1940 | } | |
| 1941 | ||
| 1942 | // / <remarks /> | |
| 1943 | pu blic Syste m.DateTime unassignm entDate { | |
| 1944 | get { | |
| 1945 | retu rn this.un assignment DateField; | |
| 1946 | } | |
| 1947 | set { | |
| 1948 | this .unassignm entDateFie ld = value ; | |
| 1949 | this .RaiseProp ertyChange d("unassig nmentDate" ); | |
| 1950 | } | |
| 1951 | } | |
| 1952 | ||
| 1953 | // / <remarks /> | |
| 1954 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 1955 | pu blic bool unassignme ntDateSpec ified { | |
| 1956 | get { | |
| 1957 | retu rn this.un assignment DateFieldS pecified; | |
| 1958 | } | |
| 1959 | set { | |
| 1960 | this .unassignm entDateFie ldSpecifie d = value; | |
| 1961 | this .RaiseProp ertyChange d("unassig nmentDateS pecified") ; | |
| 1962 | } | |
| 1963 | } | |
| 1964 | ||
| 1965 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 1966 | ||
| 1967 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 1968 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 1969 | if ((pro pertyChang ed != null )) { | |
| 1970 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 1971 | } | |
| 1972 | } | |
| 1973 | } | |
| 1974 | ||
| 1975 | /// <r emarks/> | |
| 1976 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 1977 | [Syste m.Serializ ableAttrib ute()] | |
| 1978 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 1979 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 1980 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 1981 | public partial c lass eligi bilityVeri ficationIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 1982 | ||
| 1983 | pr ivate stri ng eligibi lityStatus Field; | |
| 1984 | ||
| 1985 | pr ivate stri ng eligibi lityStatus DateField; | |
| 1986 | ||
| 1987 | pr ivate stri ng verific ationMetho dField; | |
| 1988 | ||
| 1989 | // / <remarks /> | |
| 1990 | pu blic strin g eligibil ityStatus { | |
| 1991 | get { | |
| 1992 | retu rn this.el igibilityS tatusField ; | |
| 1993 | } | |
| 1994 | set { | |
| 1995 | this .eligibili tyStatusFi eld = valu e; | |
| 1996 | this .RaiseProp ertyChange d("eligibi lityStatus "); | |
| 1997 | } | |
| 1998 | } | |
| 1999 | ||
| 2000 | // / <remarks /> | |
| 2001 | pu blic strin g eligibil ityStatusD ate { | |
| 2002 | get { | |
| 2003 | retu rn this.el igibilityS tatusDateF ield; | |
| 2004 | } | |
| 2005 | set { | |
| 2006 | this .eligibili tyStatusDa teField = value; | |
| 2007 | this .RaiseProp ertyChange d("eligibi lityStatus Date"); | |
| 2008 | } | |
| 2009 | } | |
| 2010 | ||
| 2011 | // / <remarks /> | |
| 2012 | pu blic strin g verifica tionMethod { | |
| 2013 | get { | |
| 2014 | retu rn this.ve rification MethodFiel d; | |
| 2015 | } | |
| 2016 | set { | |
| 2017 | this .verificat ionMethodF ield = val ue; | |
| 2018 | this .RaiseProp ertyChange d("verific ationMetho d"); | |
| 2019 | } | |
| 2020 | } | |
| 2021 | ||
| 2022 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 2023 | ||
| 2024 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 2025 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 2026 | if ((pro pertyChang ed != null )) { | |
| 2027 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 2028 | } | |
| 2029 | } | |
| 2030 | } | |
| 2031 | ||
| 2032 | /// <r emarks/> | |
| 2033 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 2034 | [Syste m.Serializ ableAttrib ute()] | |
| 2035 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 2036 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 2037 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 2038 | public partial c lass emplo ymentInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 2039 | ||
| 2040 | pr ivate addr essInfo em ployerAddr essField; | |
| 2041 | ||
| 2042 | pr ivate stri ng employe rNameField ; | |
| 2043 | ||
| 2044 | pr ivate stri ng employe rPhoneFiel d; | |
| 2045 | ||
| 2046 | pr ivate stri ng employm entStatusF ield; | |
| 2047 | ||
| 2048 | pr ivate stri ng occupat ionField; | |
| 2049 | ||
| 2050 | pr ivate stri ng retirem entDateFie ld; | |
| 2051 | ||
| 2052 | // / <remarks /> | |
| 2053 | pu blic addre ssInfo emp loyerAddre ss { | |
| 2054 | get { | |
| 2055 | retu rn this.em ployerAddr essField; | |
| 2056 | } | |
| 2057 | set { | |
| 2058 | this .employerA ddressFiel d = value; | |
| 2059 | this .RaiseProp ertyChange d("employe rAddress") ; | |
| 2060 | } | |
| 2061 | } | |
| 2062 | ||
| 2063 | // / <remarks /> | |
| 2064 | pu blic strin g employer Name { | |
| 2065 | get { | |
| 2066 | retu rn this.em ployerName Field; | |
| 2067 | } | |
| 2068 | set { | |
| 2069 | this .employerN ameField = value; | |
| 2070 | this .RaiseProp ertyChange d("employe rName"); | |
| 2071 | } | |
| 2072 | } | |
| 2073 | ||
| 2074 | // / <remarks /> | |
| 2075 | pu blic strin g employer Phone { | |
| 2076 | get { | |
| 2077 | retu rn this.em ployerPhon eField; | |
| 2078 | } | |
| 2079 | set { | |
| 2080 | this .employerP honeField = value; | |
| 2081 | this .RaiseProp ertyChange d("employe rPhone"); | |
| 2082 | } | |
| 2083 | } | |
| 2084 | ||
| 2085 | // / <remarks /> | |
| 2086 | pu blic strin g employme ntStatus { | |
| 2087 | get { | |
| 2088 | retu rn this.em ploymentSt atusField; | |
| 2089 | } | |
| 2090 | set { | |
| 2091 | this .employmen tStatusFie ld = value ; | |
| 2092 | this .RaiseProp ertyChange d("employm entStatus" ); | |
| 2093 | } | |
| 2094 | } | |
| 2095 | ||
| 2096 | // / <remarks /> | |
| 2097 | pu blic strin g occupati on { | |
| 2098 | get { | |
| 2099 | retu rn this.oc cupationFi eld; | |
| 2100 | } | |
| 2101 | set { | |
| 2102 | this .occupatio nField = v alue; | |
| 2103 | this .RaiseProp ertyChange d("occupat ion"); | |
| 2104 | } | |
| 2105 | } | |
| 2106 | ||
| 2107 | // / <remarks /> | |
| 2108 | pu blic strin g retireme ntDate { | |
| 2109 | get { | |
| 2110 | retu rn this.re tirementDa teField; | |
| 2111 | } | |
| 2112 | set { | |
| 2113 | this .retiremen tDateField = value; | |
| 2114 | this .RaiseProp ertyChange d("retirem entDate"); | |
| 2115 | } | |
| 2116 | } | |
| 2117 | ||
| 2118 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 2119 | ||
| 2120 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 2121 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 2122 | if ((pro pertyChang ed != null )) { | |
| 2123 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 2124 | } | |
| 2125 | } | |
| 2126 | } | |
| 2127 | ||
| 2128 | /// <r emarks/> | |
| 2129 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 2130 | [Syste m.Serializ ableAttrib ute()] | |
| 2131 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 2132 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 2133 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 2134 | public partial c lass enrol lmentDeter minationIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 2135 | ||
| 2136 | pr ivate Syst em.DateTim e applicat ionDateFie ld; | |
| 2137 | ||
| 2138 | pr ivate bool applicati onDateFiel dSpecified ; | |
| 2139 | ||
| 2140 | pr ivate stri ng calcula tionSource Field; | |
| 2141 | ||
| 2142 | pr ivate canc elDeclineI nfo cancel DeclineInf oField; | |
| 2143 | ||
| 2144 | pr ivate cata strophicDi sabilityIn fo catastr ophicDisab ilityInfoF ield; | |
| 2145 | ||
| 2146 | pr ivate Syst em.DateTim e effectiv eDateField ; | |
| 2147 | ||
| 2148 | pr ivate bool effective DateFieldS pecified; | |
| 2149 | ||
| 2150 | pr ivate bool eligibleF orMedicaid Field; | |
| 2151 | ||
| 2152 | pr ivate bool eligibleF orMedicaid FieldSpeci fied; | |
| 2153 | ||
| 2154 | pr ivate Syst em.DateTim e medicaid LastModifi edDateFiel d; | |
| 2155 | ||
| 2156 | pr ivate bool medicaidL astModifie dDateField Specified; | |
| 2157 | ||
| 2158 | pr ivate Syst em.DateTim e endDateF ield; | |
| 2159 | ||
| 2160 | pr ivate bool endDateFi eldSpecifi ed; | |
| 2161 | ||
| 2162 | pr ivate Syst em.DateTim e enrollme ntDateFiel d; | |
| 2163 | ||
| 2164 | pr ivate bool enrollmen tDateField Specified; | |
| 2165 | ||
| 2166 | pr ivate stri ng enrollm entStatusF ield; | |
| 2167 | ||
| 2168 | pr ivate stri ng facilit yReceivedF ield; | |
| 2169 | ||
| 2170 | pr ivate stri ng enrollm entCategor yNameField ; | |
| 2171 | ||
| 2172 | pr ivate inel igibilityF actorInfo ineligibil ityFactorF ield; | |
| 2173 | ||
| 2174 | pr ivate mili tarySexual TraumaInfo militaryS exualTraum aInfoField ; | |
| 2175 | ||
| 2176 | pr ivate mone taryBenefi tAwardInfo monetaryB enefitAwar dInfoField ; | |
| 2177 | ||
| 2178 | pr ivate nose ThroatRadi umInfo nos eThroatRad iumInfoFie ld; | |
| 2179 | ||
| 2180 | pr ivate elig ibilityInf o[] otherE ligibiliti esField; | |
| 2181 | ||
| 2182 | pr ivate elig ibilityInf o primaryE ligibility Field; | |
| 2183 | ||
| 2184 | pr ivate stri ng priorit yGroupFiel d; | |
| 2185 | ||
| 2186 | pr ivate stri ng priorit ySubGroupF ield; | |
| 2187 | ||
| 2188 | pr ivate elig ibilityInf o[] second aryEligibi litiesFiel d; | |
| 2189 | ||
| 2190 | pr ivate serv iceConnect ionAwardIn fo service Connection AwardField ; | |
| 2191 | ||
| 2192 | pr ivate spec ialFactors Info speci alFactorsF ield; | |
| 2193 | ||
| 2194 | pr ivate stri ng userEnr olleeSiteF ield; | |
| 2195 | ||
| 2196 | pr ivate int userEnroll eeValidThr oughField; | |
| 2197 | ||
| 2198 | pr ivate bool userEnrol leeValidTh roughField Specified; | |
| 2199 | ||
| 2200 | pr ivate bool veteranFi eld; | |
| 2201 | ||
| 2202 | pr ivate bool veteranFi eldSpecifi ed; | |
| 2203 | ||
| 2204 | pr ivate Syst em.DateTim e recordCr eatedDateF ield; | |
| 2205 | ||
| 2206 | pr ivate bool recordCre atedDateFi eldSpecifi ed; | |
| 2207 | ||
| 2208 | pr ivate Syst em.DateTim e recordMo difiedDate Field; | |
| 2209 | ||
| 2210 | pr ivate bool recordMod ifiedDateF ieldSpecif ied; | |
| 2211 | ||
| 2212 | // / <remarks /> | |
| 2213 | pu blic Syste m.DateTime applicati onDate { | |
| 2214 | get { | |
| 2215 | retu rn this.ap plicationD ateField; | |
| 2216 | } | |
| 2217 | set { | |
| 2218 | this .applicati onDateFiel d = value; | |
| 2219 | this .RaiseProp ertyChange d("applica tionDate") ; | |
| 2220 | } | |
| 2221 | } | |
| 2222 | ||
| 2223 | // / <remarks /> | |
| 2224 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2225 | pu blic bool applicatio nDateSpeci fied { | |
| 2226 | get { | |
| 2227 | retu rn this.ap plicationD ateFieldSp ecified; | |
| 2228 | } | |
| 2229 | set { | |
| 2230 | this .applicati onDateFiel dSpecified = value; | |
| 2231 | this .RaiseProp ertyChange d("applica tionDateSp ecified"); | |
| 2232 | } | |
| 2233 | } | |
| 2234 | ||
| 2235 | // / <remarks /> | |
| 2236 | pu blic strin g calculat ionSource { | |
| 2237 | get { | |
| 2238 | retu rn this.ca lculationS ourceField ; | |
| 2239 | } | |
| 2240 | set { | |
| 2241 | this .calculati onSourceFi eld = valu e; | |
| 2242 | this .RaiseProp ertyChange d("calcula tionSource "); | |
| 2243 | } | |
| 2244 | } | |
| 2245 | ||
| 2246 | // / <remarks /> | |
| 2247 | pu blic cance lDeclineIn fo cancelD eclineInfo { | |
| 2248 | get { | |
| 2249 | retu rn this.ca ncelDeclin eInfoField ; | |
| 2250 | } | |
| 2251 | set { | |
| 2252 | this .cancelDec lineInfoFi eld = valu e; | |
| 2253 | this .RaiseProp ertyChange d("cancelD eclineInfo "); | |
| 2254 | } | |
| 2255 | } | |
| 2256 | ||
| 2257 | // / <remarks /> | |
| 2258 | pu blic catas trophicDis abilityInf o catastro phicDisabi lityInfo { | |
| 2259 | get { | |
| 2260 | retu rn this.ca tastrophic Disability InfoField; | |
| 2261 | } | |
| 2262 | set { | |
| 2263 | this .catastrop hicDisabil ityInfoFie ld = value ; | |
| 2264 | this .RaiseProp ertyChange d("catastr ophicDisab ilityInfo" ); | |
| 2265 | } | |
| 2266 | } | |
| 2267 | ||
| 2268 | // / <remarks /> | |
| 2269 | pu blic Syste m.DateTime effective Date { | |
| 2270 | get { | |
| 2271 | retu rn this.ef fectiveDat eField; | |
| 2272 | } | |
| 2273 | set { | |
| 2274 | this .effective DateField = value; | |
| 2275 | this .RaiseProp ertyChange d("effecti veDate"); | |
| 2276 | } | |
| 2277 | } | |
| 2278 | ||
| 2279 | // / <remarks /> | |
| 2280 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2281 | pu blic bool effectiveD ateSpecifi ed { | |
| 2282 | get { | |
| 2283 | retu rn this.ef fectiveDat eFieldSpec ified; | |
| 2284 | } | |
| 2285 | set { | |
| 2286 | this .effective DateFieldS pecified = value; | |
| 2287 | this .RaiseProp ertyChange d("effecti veDateSpec ified"); | |
| 2288 | } | |
| 2289 | } | |
| 2290 | ||
| 2291 | // / <remarks /> | |
| 2292 | pu blic bool eligibleFo rMedicaid { | |
| 2293 | get { | |
| 2294 | retu rn this.el igibleForM edicaidFie ld; | |
| 2295 | } | |
| 2296 | set { | |
| 2297 | this .eligibleF orMedicaid Field = va lue; | |
| 2298 | this .RaiseProp ertyChange d("eligibl eForMedica id"); | |
| 2299 | } | |
| 2300 | } | |
| 2301 | ||
| 2302 | // / <remarks /> | |
| 2303 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2304 | pu blic bool eligibleFo rMedicaidS pecified { | |
| 2305 | get { | |
| 2306 | retu rn this.el igibleForM edicaidFie ldSpecifie d; | |
| 2307 | } | |
| 2308 | set { | |
| 2309 | this .eligibleF orMedicaid FieldSpeci fied = val ue; | |
| 2310 | this .RaiseProp ertyChange d("eligibl eForMedica idSpecifie d"); | |
| 2311 | } | |
| 2312 | } | |
| 2313 | ||
| 2314 | // / <remarks /> | |
| 2315 | pu blic Syste m.DateTime medicaidL astModifie dDate { | |
| 2316 | get { | |
| 2317 | retu rn this.me dicaidLast ModifiedDa teField; | |
| 2318 | } | |
| 2319 | set { | |
| 2320 | this .medicaidL astModifie dDateField = value; | |
| 2321 | this .RaiseProp ertyChange d("medicai dLastModif iedDate"); | |
| 2322 | } | |
| 2323 | } | |
| 2324 | ||
| 2325 | // / <remarks /> | |
| 2326 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2327 | pu blic bool medicaidLa stModified DateSpecif ied { | |
| 2328 | get { | |
| 2329 | retu rn this.me dicaidLast ModifiedDa teFieldSpe cified; | |
| 2330 | } | |
| 2331 | set { | |
| 2332 | this .medicaidL astModifie dDateField Specified = value; | |
| 2333 | this .RaiseProp ertyChange d("medicai dLastModif iedDateSpe cified"); | |
| 2334 | } | |
| 2335 | } | |
| 2336 | ||
| 2337 | // / <remarks /> | |
| 2338 | pu blic Syste m.DateTime endDate { | |
| 2339 | get { | |
| 2340 | retu rn this.en dDateField ; | |
| 2341 | } | |
| 2342 | set { | |
| 2343 | this .endDateFi eld = valu e; | |
| 2344 | this .RaiseProp ertyChange d("endDate "); | |
| 2345 | } | |
| 2346 | } | |
| 2347 | ||
| 2348 | // / <remarks /> | |
| 2349 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2350 | pu blic bool endDateSpe cified { | |
| 2351 | get { | |
| 2352 | retu rn this.en dDateField Specified; | |
| 2353 | } | |
| 2354 | set { | |
| 2355 | this .endDateFi eldSpecifi ed = value ; | |
| 2356 | this .RaiseProp ertyChange d("endDate Specified" ); | |
| 2357 | } | |
| 2358 | } | |
| 2359 | ||
| 2360 | // / <remarks /> | |
| 2361 | pu blic Syste m.DateTime enrollmen tDate { | |
| 2362 | get { | |
| 2363 | retu rn this.en rollmentDa teField; | |
| 2364 | } | |
| 2365 | set { | |
| 2366 | this .enrollmen tDateField = value; | |
| 2367 | this .RaiseProp ertyChange d("enrollm entDate"); | |
| 2368 | } | |
| 2369 | } | |
| 2370 | ||
| 2371 | // / <remarks /> | |
| 2372 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2373 | pu blic bool enrollment DateSpecif ied { | |
| 2374 | get { | |
| 2375 | retu rn this.en rollmentDa teFieldSpe cified; | |
| 2376 | } | |
| 2377 | set { | |
| 2378 | this .enrollmen tDateField Specified = value; | |
| 2379 | this .RaiseProp ertyChange d("enrollm entDateSpe cified"); | |
| 2380 | } | |
| 2381 | } | |
| 2382 | ||
| 2383 | // / <remarks /> | |
| 2384 | pu blic strin g enrollme ntStatus { | |
| 2385 | get { | |
| 2386 | retu rn this.en rollmentSt atusField; | |
| 2387 | } | |
| 2388 | set { | |
| 2389 | this .enrollmen tStatusFie ld = value ; | |
| 2390 | this .RaiseProp ertyChange d("enrollm entStatus" ); | |
| 2391 | } | |
| 2392 | } | |
| 2393 | ||
| 2394 | // / <remarks /> | |
| 2395 | pu blic strin g facility Received { | |
| 2396 | get { | |
| 2397 | retu rn this.fa cilityRece ivedField; | |
| 2398 | } | |
| 2399 | set { | |
| 2400 | this .facilityR eceivedFie ld = value ; | |
| 2401 | this .RaiseProp ertyChange d("facilit yReceived" ); | |
| 2402 | } | |
| 2403 | } | |
| 2404 | ||
| 2405 | // / <remarks /> | |
| 2406 | pu blic strin g enrollme ntCategory Name { | |
| 2407 | get { | |
| 2408 | retu rn this.en rollmentCa tegoryName Field; | |
| 2409 | } | |
| 2410 | set { | |
| 2411 | this .enrollmen tCategoryN ameField = value; | |
| 2412 | this .RaiseProp ertyChange d("enrollm entCategor yName"); | |
| 2413 | } | |
| 2414 | } | |
| 2415 | ||
| 2416 | // / <remarks /> | |
| 2417 | pu blic ineli gibilityFa ctorInfo i neligibili tyFactor { | |
| 2418 | get { | |
| 2419 | retu rn this.in eligibilit yFactorFie ld; | |
| 2420 | } | |
| 2421 | set { | |
| 2422 | this .ineligibi lityFactor Field = va lue; | |
| 2423 | this .RaiseProp ertyChange d("ineligi bilityFact or"); | |
| 2424 | } | |
| 2425 | } | |
| 2426 | ||
| 2427 | // / <remarks /> | |
| 2428 | pu blic milit arySexualT raumaInfo militarySe xualTrauma Info { | |
| 2429 | get { | |
| 2430 | retu rn this.mi litarySexu alTraumaIn foField; | |
| 2431 | } | |
| 2432 | set { | |
| 2433 | this .militaryS exualTraum aInfoField = value; | |
| 2434 | this .RaiseProp ertyChange d("militar ySexualTra umaInfo"); | |
| 2435 | } | |
| 2436 | } | |
| 2437 | ||
| 2438 | // / <remarks /> | |
| 2439 | pu blic monet aryBenefit AwardInfo monetaryBe nefitAward Info { | |
| 2440 | get { | |
| 2441 | retu rn this.mo netaryBene fitAwardIn foField; | |
| 2442 | } | |
| 2443 | set { | |
| 2444 | this .monetaryB enefitAwar dInfoField = value; | |
| 2445 | this .RaiseProp ertyChange d("monetar yBenefitAw ardInfo"); | |
| 2446 | } | |
| 2447 | } | |
| 2448 | ||
| 2449 | // / <remarks /> | |
| 2450 | pu blic noseT hroatRadiu mInfo nose ThroatRadi umInfo { | |
| 2451 | get { | |
| 2452 | retu rn this.no seThroatRa diumInfoFi eld; | |
| 2453 | } | |
| 2454 | set { | |
| 2455 | this .noseThroa tRadiumInf oField = v alue; | |
| 2456 | this .RaiseProp ertyChange d("noseThr oatRadiumI nfo"); | |
| 2457 | } | |
| 2458 | } | |
| 2459 | ||
| 2460 | // / <remarks /> | |
| 2461 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("eli gibility") ] | |
| 2462 | pu blic eligi bilityInfo [] otherEl igibilitie s { | |
| 2463 | get { | |
| 2464 | retu rn this.ot herEligibi litiesFiel d; | |
| 2465 | } | |
| 2466 | set { | |
| 2467 | this .otherElig ibilitiesF ield = val ue; | |
| 2468 | this .RaiseProp ertyChange d("otherEl igibilitie s"); | |
| 2469 | } | |
| 2470 | } | |
| 2471 | ||
| 2472 | // / <remarks /> | |
| 2473 | pu blic eligi bilityInfo primaryEl igibility { | |
| 2474 | get { | |
| 2475 | retu rn this.pr imaryEligi bilityFiel d; | |
| 2476 | } | |
| 2477 | set { | |
| 2478 | this .primaryEl igibilityF ield = val ue; | |
| 2479 | this .RaiseProp ertyChange d("primary Eligibilit y"); | |
| 2480 | } | |
| 2481 | } | |
| 2482 | ||
| 2483 | // / <remarks /> | |
| 2484 | pu blic strin g priority Group { | |
| 2485 | get { | |
| 2486 | retu rn this.pr iorityGrou pField; | |
| 2487 | } | |
| 2488 | set { | |
| 2489 | this .priorityG roupField = value; | |
| 2490 | this .RaiseProp ertyChange d("priorit yGroup"); | |
| 2491 | } | |
| 2492 | } | |
| 2493 | ||
| 2494 | // / <remarks /> | |
| 2495 | pu blic strin g priority SubGroup { | |
| 2496 | get { | |
| 2497 | retu rn this.pr ioritySubG roupField; | |
| 2498 | } | |
| 2499 | set { | |
| 2500 | this .priorityS ubGroupFie ld = value ; | |
| 2501 | this .RaiseProp ertyChange d("priorit ySubGroup" ); | |
| 2502 | } | |
| 2503 | } | |
| 2504 | ||
| 2505 | // / <remarks /> | |
| 2506 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("eli gibility") ] | |
| 2507 | pu blic eligi bilityInfo [] seconda ryEligibil ities { | |
| 2508 | get { | |
| 2509 | retu rn this.se condaryEli gibilities Field; | |
| 2510 | } | |
| 2511 | set { | |
| 2512 | this .secondary Eligibilit iesField = value; | |
| 2513 | this .RaiseProp ertyChange d("seconda ryEligibil ities"); | |
| 2514 | } | |
| 2515 | } | |
| 2516 | ||
| 2517 | // / <remarks /> | |
| 2518 | pu blic servi ceConnecti onAwardInf o serviceC onnectionA ward { | |
| 2519 | get { | |
| 2520 | retu rn this.se rviceConne ctionAward Field; | |
| 2521 | } | |
| 2522 | set { | |
| 2523 | this .serviceCo nnectionAw ardField = value; | |
| 2524 | this .RaiseProp ertyChange d("service Connection Award"); | |
| 2525 | } | |
| 2526 | } | |
| 2527 | ||
| 2528 | // / <remarks /> | |
| 2529 | pu blic speci alFactorsI nfo specia lFactors { | |
| 2530 | get { | |
| 2531 | retu rn this.sp ecialFacto rsField; | |
| 2532 | } | |
| 2533 | set { | |
| 2534 | this .specialFa ctorsField = value; | |
| 2535 | this .RaiseProp ertyChange d("special Factors"); | |
| 2536 | } | |
| 2537 | } | |
| 2538 | ||
| 2539 | // / <remarks /> | |
| 2540 | pu blic strin g userEnro lleeSite { | |
| 2541 | get { | |
| 2542 | retu rn this.us erEnrollee SiteField; | |
| 2543 | } | |
| 2544 | set { | |
| 2545 | this .userEnrol leeSiteFie ld = value ; | |
| 2546 | this .RaiseProp ertyChange d("userEnr olleeSite" ); | |
| 2547 | } | |
| 2548 | } | |
| 2549 | ||
| 2550 | // / <remarks /> | |
| 2551 | pu blic int u serEnrolle eValidThro ugh { | |
| 2552 | get { | |
| 2553 | retu rn this.us erEnrollee ValidThrou ghField; | |
| 2554 | } | |
| 2555 | set { | |
| 2556 | this .userEnrol leeValidTh roughField = value; | |
| 2557 | this .RaiseProp ertyChange d("userEnr olleeValid Through"); | |
| 2558 | } | |
| 2559 | } | |
| 2560 | ||
| 2561 | // / <remarks /> | |
| 2562 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2563 | pu blic bool userEnroll eeValidThr oughSpecif ied { | |
| 2564 | get { | |
| 2565 | retu rn this.us erEnrollee ValidThrou ghFieldSpe cified; | |
| 2566 | } | |
| 2567 | set { | |
| 2568 | this .userEnrol leeValidTh roughField Specified = value; | |
| 2569 | this .RaiseProp ertyChange d("userEnr olleeValid ThroughSpe cified"); | |
| 2570 | } | |
| 2571 | } | |
| 2572 | ||
| 2573 | // / <remarks /> | |
| 2574 | pu blic bool veteran { | |
| 2575 | get { | |
| 2576 | retu rn this.ve teranField ; | |
| 2577 | } | |
| 2578 | set { | |
| 2579 | this .veteranFi eld = valu e; | |
| 2580 | this .RaiseProp ertyChange d("veteran "); | |
| 2581 | } | |
| 2582 | } | |
| 2583 | ||
| 2584 | // / <remarks /> | |
| 2585 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2586 | pu blic bool veteranSpe cified { | |
| 2587 | get { | |
| 2588 | retu rn this.ve teranField Specified; | |
| 2589 | } | |
| 2590 | set { | |
| 2591 | this .veteranFi eldSpecifi ed = value ; | |
| 2592 | this .RaiseProp ertyChange d("veteran Specified" ); | |
| 2593 | } | |
| 2594 | } | |
| 2595 | ||
| 2596 | // / <remarks /> | |
| 2597 | pu blic Syste m.DateTime recordCre atedDate { | |
| 2598 | get { | |
| 2599 | retu rn this.re cordCreate dDateField ; | |
| 2600 | } | |
| 2601 | set { | |
| 2602 | this .recordCre atedDateFi eld = valu e; | |
| 2603 | this .RaiseProp ertyChange d("recordC reatedDate "); | |
| 2604 | } | |
| 2605 | } | |
| 2606 | ||
| 2607 | // / <remarks /> | |
| 2608 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2609 | pu blic bool recordCrea tedDateSpe cified { | |
| 2610 | get { | |
| 2611 | retu rn this.re cordCreate dDateField Specified; | |
| 2612 | } | |
| 2613 | set { | |
| 2614 | this .recordCre atedDateFi eldSpecifi ed = value ; | |
| 2615 | this .RaiseProp ertyChange d("recordC reatedDate Specified" ); | |
| 2616 | } | |
| 2617 | } | |
| 2618 | ||
| 2619 | // / <remarks /> | |
| 2620 | pu blic Syste m.DateTime recordMod ifiedDate { | |
| 2621 | get { | |
| 2622 | retu rn this.re cordModifi edDateFiel d; | |
| 2623 | } | |
| 2624 | set { | |
| 2625 | this .recordMod ifiedDateF ield = val ue; | |
| 2626 | this .RaiseProp ertyChange d("recordM odifiedDat e"); | |
| 2627 | } | |
| 2628 | } | |
| 2629 | ||
| 2630 | // / <remarks /> | |
| 2631 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2632 | pu blic bool recordModi fiedDateSp ecified { | |
| 2633 | get { | |
| 2634 | retu rn this.re cordModifi edDateFiel dSpecified ; | |
| 2635 | } | |
| 2636 | set { | |
| 2637 | this .recordMod ifiedDateF ieldSpecif ied = valu e; | |
| 2638 | this .RaiseProp ertyChange d("recordM odifiedDat eSpecified "); | |
| 2639 | } | |
| 2640 | } | |
| 2641 | ||
| 2642 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 2643 | ||
| 2644 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 2645 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 2646 | if ((pro pertyChang ed != null )) { | |
| 2647 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 2648 | } | |
| 2649 | } | |
| 2650 | } | |
| 2651 | ||
| 2652 | /// <r emarks/> | |
| 2653 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 2654 | [Syste m.Serializ ableAttrib ute()] | |
| 2655 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 2656 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 2657 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 2658 | public partial c lass cance lDeclineIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 2659 | ||
| 2660 | pr ivate bool cancelDec lineIndica torField; | |
| 2661 | ||
| 2662 | pr ivate bool cancelDec lineIndica torFieldSp ecified; | |
| 2663 | ||
| 2664 | pr ivate stri ng reasonF ield; | |
| 2665 | ||
| 2666 | pr ivate stri ng remarks Field; | |
| 2667 | ||
| 2668 | // / <remarks /> | |
| 2669 | pu blic bool cancelDecl ineIndicat or { | |
| 2670 | get { | |
| 2671 | retu rn this.ca ncelDeclin eIndicator Field; | |
| 2672 | } | |
| 2673 | set { | |
| 2674 | this .cancelDec lineIndica torField = value; | |
| 2675 | this .RaiseProp ertyChange d("cancelD eclineIndi cator"); | |
| 2676 | } | |
| 2677 | } | |
| 2678 | ||
| 2679 | // / <remarks /> | |
| 2680 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2681 | pu blic bool cancelDecl ineIndicat orSpecifie d { | |
| 2682 | get { | |
| 2683 | retu rn this.ca ncelDeclin eIndicator FieldSpeci fied; | |
| 2684 | } | |
| 2685 | set { | |
| 2686 | this .cancelDec lineIndica torFieldSp ecified = value; | |
| 2687 | this .RaiseProp ertyChange d("cancelD eclineIndi catorSpeci fied"); | |
| 2688 | } | |
| 2689 | } | |
| 2690 | ||
| 2691 | // / <remarks /> | |
| 2692 | pu blic strin g reason { | |
| 2693 | get { | |
| 2694 | retu rn this.re asonField; | |
| 2695 | } | |
| 2696 | set { | |
| 2697 | this .reasonFie ld = value ; | |
| 2698 | this .RaiseProp ertyChange d("reason" ); | |
| 2699 | } | |
| 2700 | } | |
| 2701 | ||
| 2702 | // / <remarks /> | |
| 2703 | pu blic strin g remarks { | |
| 2704 | get { | |
| 2705 | retu rn this.re marksField ; | |
| 2706 | } | |
| 2707 | set { | |
| 2708 | this .remarksFi eld = valu e; | |
| 2709 | this .RaiseProp ertyChange d("remarks "); | |
| 2710 | } | |
| 2711 | } | |
| 2712 | ||
| 2713 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 2714 | ||
| 2715 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 2716 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 2717 | if ((pro pertyChang ed != null )) { | |
| 2718 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 2719 | } | |
| 2720 | } | |
| 2721 | } | |
| 2722 | ||
| 2723 | /// <r emarks/> | |
| 2724 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 2725 | [Syste m.Serializ ableAttrib ute()] | |
| 2726 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 2727 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 2728 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 2729 | public partial c lass catas trophicDis abilityInf o : object , System.C omponentMo del.INotif yPropertyC hanged { | |
| 2730 | ||
| 2731 | pr ivate bool catastrop hicallyDis abledField ; | |
| 2732 | ||
| 2733 | pr ivate bool catastrop hicallyDis abledField Specified; | |
| 2734 | ||
| 2735 | pr ivate cdCo nditionInf o[] cdCond itionsFiel d; | |
| 2736 | ||
| 2737 | pr ivate cdPr ocedureInf o[] cdProc eduresFiel d; | |
| 2738 | ||
| 2739 | pr ivate Syst em.DateTim e decision DateField; | |
| 2740 | ||
| 2741 | pr ivate bool decisionD ateFieldSp ecified; | |
| 2742 | ||
| 2743 | pr ivate stri ng determi nationFaci lityField; | |
| 2744 | ||
| 2745 | pr ivate stri ng determi nationMeth odField; | |
| 2746 | ||
| 2747 | pr ivate stri ng determi nedByField ; | |
| 2748 | ||
| 2749 | pr ivate stri ng[] diagn osesField; | |
| 2750 | ||
| 2751 | pr ivate Syst em.DateTim e facility InitiatedC DReviewDat eField; | |
| 2752 | ||
| 2753 | pr ivate bool facilityI nitiatedCD ReviewDate FieldSpeci fied; | |
| 2754 | ||
| 2755 | pr ivate Syst em.DateTim e reviewDa teField; | |
| 2756 | ||
| 2757 | pr ivate bool reviewDat eFieldSpec ified; | |
| 2758 | ||
| 2759 | pr ivate Syst em.DateTim e veteranR equestedCD ReviewDate Field; | |
| 2760 | ||
| 2761 | pr ivate bool veteranRe questedCDR eviewDateF ieldSpecif ied; | |
| 2762 | ||
| 2763 | pr ivate Syst em.DateTim e veteranW asNotified CDDateFiel d; | |
| 2764 | ||
| 2765 | pr ivate bool veteranWa sNotifiedC DDateField Specified; | |
| 2766 | ||
| 2767 | // / <remarks /> | |
| 2768 | pu blic bool catastroph icallyDisa bled { | |
| 2769 | get { | |
| 2770 | retu rn this.ca tastrophic allyDisabl edField; | |
| 2771 | } | |
| 2772 | set { | |
| 2773 | this .catastrop hicallyDis abledField = value; | |
| 2774 | this .RaiseProp ertyChange d("catastr ophicallyD isabled"); | |
| 2775 | } | |
| 2776 | } | |
| 2777 | ||
| 2778 | // / <remarks /> | |
| 2779 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2780 | pu blic bool catastroph icallyDisa bledSpecif ied { | |
| 2781 | get { | |
| 2782 | retu rn this.ca tastrophic allyDisabl edFieldSpe cified; | |
| 2783 | } | |
| 2784 | set { | |
| 2785 | this .catastrop hicallyDis abledField Specified = value; | |
| 2786 | this .RaiseProp ertyChange d("catastr ophicallyD isabledSpe cified"); | |
| 2787 | } | |
| 2788 | } | |
| 2789 | ||
| 2790 | // / <remarks /> | |
| 2791 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("cdC ondition") ] | |
| 2792 | pu blic cdCon ditionInfo [] cdCondi tions { | |
| 2793 | get { | |
| 2794 | retu rn this.cd Conditions Field; | |
| 2795 | } | |
| 2796 | set { | |
| 2797 | this .cdConditi onsField = value; | |
| 2798 | this .RaiseProp ertyChange d("cdCondi tions"); | |
| 2799 | } | |
| 2800 | } | |
| 2801 | ||
| 2802 | // / <remarks /> | |
| 2803 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("cdP rocedure") ] | |
| 2804 | pu blic cdPro cedureInfo [] cdProce dures { | |
| 2805 | get { | |
| 2806 | retu rn this.cd Procedures Field; | |
| 2807 | } | |
| 2808 | set { | |
| 2809 | this .cdProcedu resField = value; | |
| 2810 | this .RaiseProp ertyChange d("cdProce dures"); | |
| 2811 | } | |
| 2812 | } | |
| 2813 | ||
| 2814 | // / <remarks /> | |
| 2815 | pu blic Syste m.DateTime decisionD ate { | |
| 2816 | get { | |
| 2817 | retu rn this.de cisionDate Field; | |
| 2818 | } | |
| 2819 | set { | |
| 2820 | this .decisionD ateField = value; | |
| 2821 | this .RaiseProp ertyChange d("decisio nDate"); | |
| 2822 | } | |
| 2823 | } | |
| 2824 | ||
| 2825 | // / <remarks /> | |
| 2826 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2827 | pu blic bool decisionDa teSpecifie d { | |
| 2828 | get { | |
| 2829 | retu rn this.de cisionDate FieldSpeci fied; | |
| 2830 | } | |
| 2831 | set { | |
| 2832 | this .decisionD ateFieldSp ecified = value; | |
| 2833 | this .RaiseProp ertyChange d("decisio nDateSpeci fied"); | |
| 2834 | } | |
| 2835 | } | |
| 2836 | ||
| 2837 | // / <remarks /> | |
| 2838 | pu blic strin g determin ationFacil ity { | |
| 2839 | get { | |
| 2840 | retu rn this.de terminatio nFacilityF ield; | |
| 2841 | } | |
| 2842 | set { | |
| 2843 | this .determina tionFacili tyField = value; | |
| 2844 | this .RaiseProp ertyChange d("determi nationFaci lity"); | |
| 2845 | } | |
| 2846 | } | |
| 2847 | ||
| 2848 | // / <remarks /> | |
| 2849 | pu blic strin g determin ationMetho d { | |
| 2850 | get { | |
| 2851 | retu rn this.de terminatio nMethodFie ld; | |
| 2852 | } | |
| 2853 | set { | |
| 2854 | this .determina tionMethod Field = va lue; | |
| 2855 | this .RaiseProp ertyChange d("determi nationMeth od"); | |
| 2856 | } | |
| 2857 | } | |
| 2858 | ||
| 2859 | // / <remarks /> | |
| 2860 | pu blic strin g determin edBy { | |
| 2861 | get { | |
| 2862 | retu rn this.de terminedBy Field; | |
| 2863 | } | |
| 2864 | set { | |
| 2865 | this .determine dByField = value; | |
| 2866 | this .RaiseProp ertyChange d("determi nedBy"); | |
| 2867 | } | |
| 2868 | } | |
| 2869 | ||
| 2870 | // / <remarks /> | |
| 2871 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("dia gnosis")] | |
| 2872 | pu blic strin g[] diagno ses { | |
| 2873 | get { | |
| 2874 | retu rn this.di agnosesFie ld; | |
| 2875 | } | |
| 2876 | set { | |
| 2877 | this .diagnoses Field = va lue; | |
| 2878 | this .RaiseProp ertyChange d("diagnos es"); | |
| 2879 | } | |
| 2880 | } | |
| 2881 | ||
| 2882 | // / <remarks /> | |
| 2883 | pu blic Syste m.DateTime facilityI nitiatedCD ReviewDate { | |
| 2884 | get { | |
| 2885 | retu rn this.fa cilityInit iatedCDRev iewDateFie ld; | |
| 2886 | } | |
| 2887 | set { | |
| 2888 | this .facilityI nitiatedCD ReviewDate Field = va lue; | |
| 2889 | this .RaiseProp ertyChange d("facilit yInitiated CDReviewDa te"); | |
| 2890 | } | |
| 2891 | } | |
| 2892 | ||
| 2893 | // / <remarks /> | |
| 2894 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2895 | pu blic bool facilityIn itiatedCDR eviewDateS pecified { | |
| 2896 | get { | |
| 2897 | retu rn this.fa cilityInit iatedCDRev iewDateFie ldSpecifie d; | |
| 2898 | } | |
| 2899 | set { | |
| 2900 | this .facilityI nitiatedCD ReviewDate FieldSpeci fied = val ue; | |
| 2901 | this .RaiseProp ertyChange d("facilit yInitiated CDReviewDa teSpecifie d"); | |
| 2902 | } | |
| 2903 | } | |
| 2904 | ||
| 2905 | // / <remarks /> | |
| 2906 | pu blic Syste m.DateTime reviewDat e { | |
| 2907 | get { | |
| 2908 | retu rn this.re viewDateFi eld; | |
| 2909 | } | |
| 2910 | set { | |
| 2911 | this .reviewDat eField = v alue; | |
| 2912 | this .RaiseProp ertyChange d("reviewD ate"); | |
| 2913 | } | |
| 2914 | } | |
| 2915 | ||
| 2916 | // / <remarks /> | |
| 2917 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2918 | pu blic bool reviewDate Specified { | |
| 2919 | get { | |
| 2920 | retu rn this.re viewDateFi eldSpecifi ed; | |
| 2921 | } | |
| 2922 | set { | |
| 2923 | this .reviewDat eFieldSpec ified = va lue; | |
| 2924 | this .RaiseProp ertyChange d("reviewD ateSpecifi ed"); | |
| 2925 | } | |
| 2926 | } | |
| 2927 | ||
| 2928 | // / <remarks /> | |
| 2929 | pu blic Syste m.DateTime veteranRe questedCDR eviewDate { | |
| 2930 | get { | |
| 2931 | retu rn this.ve teranReque stedCDRevi ewDateFiel d; | |
| 2932 | } | |
| 2933 | set { | |
| 2934 | this .veteranRe questedCDR eviewDateF ield = val ue; | |
| 2935 | this .RaiseProp ertyChange d("veteran RequestedC DReviewDat e"); | |
| 2936 | } | |
| 2937 | } | |
| 2938 | ||
| 2939 | // / <remarks /> | |
| 2940 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2941 | pu blic bool veteranReq uestedCDRe viewDateSp ecified { | |
| 2942 | get { | |
| 2943 | retu rn this.ve teranReque stedCDRevi ewDateFiel dSpecified ; | |
| 2944 | } | |
| 2945 | set { | |
| 2946 | this .veteranRe questedCDR eviewDateF ieldSpecif ied = valu e; | |
| 2947 | this .RaiseProp ertyChange d("veteran RequestedC DReviewDat eSpecified "); | |
| 2948 | } | |
| 2949 | } | |
| 2950 | ||
| 2951 | // / <remarks /> | |
| 2952 | pu blic Syste m.DateTime veteranWa sNotifiedC DDate { | |
| 2953 | get { | |
| 2954 | retu rn this.ve teranWasNo tifiedCDDa teField; | |
| 2955 | } | |
| 2956 | set { | |
| 2957 | this .veteranWa sNotifiedC DDateField = value; | |
| 2958 | this .RaiseProp ertyChange d("veteran WasNotifie dCDDate"); | |
| 2959 | } | |
| 2960 | } | |
| 2961 | ||
| 2962 | // / <remarks /> | |
| 2963 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 2964 | pu blic bool veteranWas NotifiedCD DateSpecif ied { | |
| 2965 | get { | |
| 2966 | retu rn this.ve teranWasNo tifiedCDDa teFieldSpe cified; | |
| 2967 | } | |
| 2968 | set { | |
| 2969 | this .veteranWa sNotifiedC DDateField Specified = value; | |
| 2970 | this .RaiseProp ertyChange d("veteran WasNotifie dCDDateSpe cified"); | |
| 2971 | } | |
| 2972 | } | |
| 2973 | ||
| 2974 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 2975 | ||
| 2976 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 2977 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 2978 | if ((pro pertyChang ed != null )) { | |
| 2979 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 2980 | } | |
| 2981 | } | |
| 2982 | } | |
| 2983 | ||
| 2984 | /// <r emarks/> | |
| 2985 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 2986 | [Syste m.Serializ ableAttrib ute()] | |
| 2987 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 2988 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 2989 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 2990 | public partial c lass cdCon ditionInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 2991 | ||
| 2992 | pr ivate stri ng conditi onField; | |
| 2993 | ||
| 2994 | pr ivate bool permanent IndicatorF ield; | |
| 2995 | ||
| 2996 | pr ivate bool permanent IndicatorF ieldSpecif ied; | |
| 2997 | ||
| 2998 | pr ivate int scoreField ; | |
| 2999 | ||
| 3000 | pr ivate bool scoreFiel dSpecified ; | |
| 3001 | ||
| 3002 | // / <remarks /> | |
| 3003 | pu blic strin g conditio n { | |
| 3004 | get { | |
| 3005 | retu rn this.co nditionFie ld; | |
| 3006 | } | |
| 3007 | set { | |
| 3008 | this .condition Field = va lue; | |
| 3009 | this .RaiseProp ertyChange d("conditi on"); | |
| 3010 | } | |
| 3011 | } | |
| 3012 | ||
| 3013 | // / <remarks /> | |
| 3014 | pu blic bool permanentI ndicator { | |
| 3015 | get { | |
| 3016 | retu rn this.pe rmanentInd icatorFiel d; | |
| 3017 | } | |
| 3018 | set { | |
| 3019 | this .permanent IndicatorF ield = val ue; | |
| 3020 | this .RaiseProp ertyChange d("permane ntIndicato r"); | |
| 3021 | } | |
| 3022 | } | |
| 3023 | ||
| 3024 | // / <remarks /> | |
| 3025 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3026 | pu blic bool permanentI ndicatorSp ecified { | |
| 3027 | get { | |
| 3028 | retu rn this.pe rmanentInd icatorFiel dSpecified ; | |
| 3029 | } | |
| 3030 | set { | |
| 3031 | this .permanent IndicatorF ieldSpecif ied = valu e; | |
| 3032 | this .RaiseProp ertyChange d("permane ntIndicato rSpecified "); | |
| 3033 | } | |
| 3034 | } | |
| 3035 | ||
| 3036 | // / <remarks /> | |
| 3037 | pu blic int s core { | |
| 3038 | get { | |
| 3039 | retu rn this.sc oreField; | |
| 3040 | } | |
| 3041 | set { | |
| 3042 | this .scoreFiel d = value; | |
| 3043 | this .RaiseProp ertyChange d("score") ; | |
| 3044 | } | |
| 3045 | } | |
| 3046 | ||
| 3047 | // / <remarks /> | |
| 3048 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3049 | pu blic bool scoreSpeci fied { | |
| 3050 | get { | |
| 3051 | retu rn this.sc oreFieldSp ecified; | |
| 3052 | } | |
| 3053 | set { | |
| 3054 | this .scoreFiel dSpecified = value; | |
| 3055 | this .RaiseProp ertyChange d("scoreSp ecified"); | |
| 3056 | } | |
| 3057 | } | |
| 3058 | ||
| 3059 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3060 | ||
| 3061 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3062 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3063 | if ((pro pertyChang ed != null )) { | |
| 3064 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3065 | } | |
| 3066 | } | |
| 3067 | } | |
| 3068 | ||
| 3069 | /// <r emarks/> | |
| 3070 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3071 | [Syste m.Serializ ableAttrib ute()] | |
| 3072 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3073 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3074 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3075 | public partial c lass cdPro cedureInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 3076 | ||
| 3077 | pr ivate stri ng affecte dExtremity Field; | |
| 3078 | ||
| 3079 | pr ivate stri ng procedu reField; | |
| 3080 | ||
| 3081 | // / <remarks /> | |
| 3082 | pu blic strin g affected Extremity { | |
| 3083 | get { | |
| 3084 | retu rn this.af fectedExtr emityField ; | |
| 3085 | } | |
| 3086 | set { | |
| 3087 | this .affectedE xtremityFi eld = valu e; | |
| 3088 | this .RaiseProp ertyChange d("affecte dExtremity "); | |
| 3089 | } | |
| 3090 | } | |
| 3091 | ||
| 3092 | // / <remarks /> | |
| 3093 | pu blic strin g procedur e { | |
| 3094 | get { | |
| 3095 | retu rn this.pr ocedureFie ld; | |
| 3096 | } | |
| 3097 | set { | |
| 3098 | this .procedure Field = va lue; | |
| 3099 | this .RaiseProp ertyChange d("procedu re"); | |
| 3100 | } | |
| 3101 | } | |
| 3102 | ||
| 3103 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3104 | ||
| 3105 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3106 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3107 | if ((pro pertyChang ed != null )) { | |
| 3108 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3109 | } | |
| 3110 | } | |
| 3111 | } | |
| 3112 | ||
| 3113 | /// <r emarks/> | |
| 3114 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3115 | [Syste m.Serializ ableAttrib ute()] | |
| 3116 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3117 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3118 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3119 | public partial c lass ineli gibilityFa ctorInfo : object, S ystem.Comp onentModel .INotifyPr opertyChan ged { | |
| 3120 | ||
| 3121 | pr ivate stri ng facilit yReceivedF ield; | |
| 3122 | ||
| 3123 | pr ivate Syst em.DateTim e ineligib leDateFiel d; | |
| 3124 | ||
| 3125 | pr ivate bool ineligibl eDateField Specified; | |
| 3126 | ||
| 3127 | pr ivate stri ng reasonF ield; | |
| 3128 | ||
| 3129 | pr ivate stri ng varoDec isionField ; | |
| 3130 | ||
| 3131 | pr ivate Syst em.DateTim e recordCr eatedDateF ield; | |
| 3132 | ||
| 3133 | pr ivate bool recordCre atedDateFi eldSpecifi ed; | |
| 3134 | ||
| 3135 | // / <remarks /> | |
| 3136 | pu blic strin g facility Received { | |
| 3137 | get { | |
| 3138 | retu rn this.fa cilityRece ivedField; | |
| 3139 | } | |
| 3140 | set { | |
| 3141 | this .facilityR eceivedFie ld = value ; | |
| 3142 | this .RaiseProp ertyChange d("facilit yReceived" ); | |
| 3143 | } | |
| 3144 | } | |
| 3145 | ||
| 3146 | // / <remarks /> | |
| 3147 | pu blic Syste m.DateTime ineligibl eDate { | |
| 3148 | get { | |
| 3149 | retu rn this.in eligibleDa teField; | |
| 3150 | } | |
| 3151 | set { | |
| 3152 | this .ineligibl eDateField = value; | |
| 3153 | this .RaiseProp ertyChange d("ineligi bleDate"); | |
| 3154 | } | |
| 3155 | } | |
| 3156 | ||
| 3157 | // / <remarks /> | |
| 3158 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3159 | pu blic bool ineligible DateSpecif ied { | |
| 3160 | get { | |
| 3161 | retu rn this.in eligibleDa teFieldSpe cified; | |
| 3162 | } | |
| 3163 | set { | |
| 3164 | this .ineligibl eDateField Specified = value; | |
| 3165 | this .RaiseProp ertyChange d("ineligi bleDateSpe cified"); | |
| 3166 | } | |
| 3167 | } | |
| 3168 | ||
| 3169 | // / <remarks /> | |
| 3170 | pu blic strin g reason { | |
| 3171 | get { | |
| 3172 | retu rn this.re asonField; | |
| 3173 | } | |
| 3174 | set { | |
| 3175 | this .reasonFie ld = value ; | |
| 3176 | this .RaiseProp ertyChange d("reason" ); | |
| 3177 | } | |
| 3178 | } | |
| 3179 | ||
| 3180 | // / <remarks /> | |
| 3181 | pu blic strin g varoDeci sion { | |
| 3182 | get { | |
| 3183 | retu rn this.va roDecision Field; | |
| 3184 | } | |
| 3185 | set { | |
| 3186 | this .varoDecis ionField = value; | |
| 3187 | this .RaiseProp ertyChange d("varoDec ision"); | |
| 3188 | } | |
| 3189 | } | |
| 3190 | ||
| 3191 | // / <remarks /> | |
| 3192 | pu blic Syste m.DateTime recordCre atedDate { | |
| 3193 | get { | |
| 3194 | retu rn this.re cordCreate dDateField ; | |
| 3195 | } | |
| 3196 | set { | |
| 3197 | this .recordCre atedDateFi eld = valu e; | |
| 3198 | this .RaiseProp ertyChange d("recordC reatedDate "); | |
| 3199 | } | |
| 3200 | } | |
| 3201 | ||
| 3202 | // / <remarks /> | |
| 3203 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3204 | pu blic bool recordCrea tedDateSpe cified { | |
| 3205 | get { | |
| 3206 | retu rn this.re cordCreate dDateField Specified; | |
| 3207 | } | |
| 3208 | set { | |
| 3209 | this .recordCre atedDateFi eldSpecifi ed = value ; | |
| 3210 | this .RaiseProp ertyChange d("recordC reatedDate Specified" ); | |
| 3211 | } | |
| 3212 | } | |
| 3213 | ||
| 3214 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3215 | ||
| 3216 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3217 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3218 | if ((pro pertyChang ed != null )) { | |
| 3219 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3220 | } | |
| 3221 | } | |
| 3222 | } | |
| 3223 | ||
| 3224 | /// <r emarks/> | |
| 3225 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3226 | [Syste m.Serializ ableAttrib ute()] | |
| 3227 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3228 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3229 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3230 | public partial c lass milit arySexualT raumaInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 3231 | ||
| 3232 | pr ivate stri ng determi nationFaci lityField; | |
| 3233 | ||
| 3234 | pr ivate stri ng statusF ield; | |
| 3235 | ||
| 3236 | pr ivate Syst em.DateTim e statusCh angeDateFi eld; | |
| 3237 | ||
| 3238 | pr ivate bool statusCha ngeDateFie ldSpecifie d; | |
| 3239 | ||
| 3240 | // / <remarks /> | |
| 3241 | pu blic strin g determin ationFacil ity { | |
| 3242 | get { | |
| 3243 | retu rn this.de terminatio nFacilityF ield; | |
| 3244 | } | |
| 3245 | set { | |
| 3246 | this .determina tionFacili tyField = value; | |
| 3247 | this .RaiseProp ertyChange d("determi nationFaci lity"); | |
| 3248 | } | |
| 3249 | } | |
| 3250 | ||
| 3251 | // / <remarks /> | |
| 3252 | pu blic strin g status { | |
| 3253 | get { | |
| 3254 | retu rn this.st atusField; | |
| 3255 | } | |
| 3256 | set { | |
| 3257 | this .statusFie ld = value ; | |
| 3258 | this .RaiseProp ertyChange d("status" ); | |
| 3259 | } | |
| 3260 | } | |
| 3261 | ||
| 3262 | // / <remarks /> | |
| 3263 | pu blic Syste m.DateTime statusCha ngeDate { | |
| 3264 | get { | |
| 3265 | retu rn this.st atusChange DateField; | |
| 3266 | } | |
| 3267 | set { | |
| 3268 | this .statusCha ngeDateFie ld = value ; | |
| 3269 | this .RaiseProp ertyChange d("statusC hangeDate" ); | |
| 3270 | } | |
| 3271 | } | |
| 3272 | ||
| 3273 | // / <remarks /> | |
| 3274 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3275 | pu blic bool statusChan geDateSpec ified { | |
| 3276 | get { | |
| 3277 | retu rn this.st atusChange DateFieldS pecified; | |
| 3278 | } | |
| 3279 | set { | |
| 3280 | this .statusCha ngeDateFie ldSpecifie d = value; | |
| 3281 | this .RaiseProp ertyChange d("statusC hangeDateS pecified") ; | |
| 3282 | } | |
| 3283 | } | |
| 3284 | ||
| 3285 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3286 | ||
| 3287 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3288 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3289 | if ((pro pertyChang ed != null )) { | |
| 3290 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3291 | } | |
| 3292 | } | |
| 3293 | } | |
| 3294 | ||
| 3295 | /// <r emarks/> | |
| 3296 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3297 | [Syste m.Serializ ableAttrib ute()] | |
| 3298 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3299 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3300 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3301 | public partial c lass monet aryBenefit AwardInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 3302 | ||
| 3303 | pr ivate deci mal checkA mountField ; | |
| 3304 | ||
| 3305 | pr ivate bool checkAmou ntFieldSpe cified; | |
| 3306 | ||
| 3307 | pr ivate mone taryBenefi tInfo[] mo netaryBene fitsField; | |
| 3308 | ||
| 3309 | // / <remarks /> | |
| 3310 | pu blic decim al checkAm ount { | |
| 3311 | get { | |
| 3312 | retu rn this.ch eckAmountF ield; | |
| 3313 | } | |
| 3314 | set { | |
| 3315 | this .checkAmou ntField = value; | |
| 3316 | this .RaiseProp ertyChange d("checkAm ount"); | |
| 3317 | } | |
| 3318 | } | |
| 3319 | ||
| 3320 | // / <remarks /> | |
| 3321 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3322 | pu blic bool checkAmoun tSpecified { | |
| 3323 | get { | |
| 3324 | retu rn this.ch eckAmountF ieldSpecif ied; | |
| 3325 | } | |
| 3326 | set { | |
| 3327 | this .checkAmou ntFieldSpe cified = v alue; | |
| 3328 | this .RaiseProp ertyChange d("checkAm ountSpecif ied"); | |
| 3329 | } | |
| 3330 | } | |
| 3331 | ||
| 3332 | // / <remarks /> | |
| 3333 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("mon etaryBenef it")] | |
| 3334 | pu blic monet aryBenefit Info[] mon etaryBenef its { | |
| 3335 | get { | |
| 3336 | retu rn this.mo netaryBene fitsField; | |
| 3337 | } | |
| 3338 | set { | |
| 3339 | this .monetaryB enefitsFie ld = value ; | |
| 3340 | this .RaiseProp ertyChange d("monetar yBenefits" ); | |
| 3341 | } | |
| 3342 | } | |
| 3343 | ||
| 3344 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3345 | ||
| 3346 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3347 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3348 | if ((pro pertyChang ed != null )) { | |
| 3349 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3350 | } | |
| 3351 | } | |
| 3352 | } | |
| 3353 | ||
| 3354 | /// <r emarks/> | |
| 3355 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3356 | [Syste m.Serializ ableAttrib ute()] | |
| 3357 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3358 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3359 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3360 | public partial c lass monet aryBenefit Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 3361 | ||
| 3362 | pr ivate bool monetaryB enefitIndi catorField ; | |
| 3363 | ||
| 3364 | pr ivate bool monetaryB enefitIndi catorField Specified; | |
| 3365 | ||
| 3366 | pr ivate stri ng typeFie ld; | |
| 3367 | ||
| 3368 | pr ivate Syst em.DateTim e monetary BenefitRep ortDateFie ld; | |
| 3369 | ||
| 3370 | pr ivate bool monetaryB enefitRepo rtDateFiel dSpecified ; | |
| 3371 | ||
| 3372 | // / <remarks /> | |
| 3373 | pu blic bool monetaryBe nefitIndic ator { | |
| 3374 | get { | |
| 3375 | retu rn this.mo netaryBene fitIndicat orField; | |
| 3376 | } | |
| 3377 | set { | |
| 3378 | this .monetaryB enefitIndi catorField = value; | |
| 3379 | this .RaiseProp ertyChange d("monetar yBenefitIn dicator"); | |
| 3380 | } | |
| 3381 | } | |
| 3382 | ||
| 3383 | // / <remarks /> | |
| 3384 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3385 | pu blic bool monetaryBe nefitIndic atorSpecif ied { | |
| 3386 | get { | |
| 3387 | retu rn this.mo netaryBene fitIndicat orFieldSpe cified; | |
| 3388 | } | |
| 3389 | set { | |
| 3390 | this .monetaryB enefitIndi catorField Specified = value; | |
| 3391 | this .RaiseProp ertyChange d("monetar yBenefitIn dicatorSpe cified"); | |
| 3392 | } | |
| 3393 | } | |
| 3394 | ||
| 3395 | // / <remarks /> | |
| 3396 | pu blic strin g type { | |
| 3397 | get { | |
| 3398 | retu rn this.ty peField; | |
| 3399 | } | |
| 3400 | set { | |
| 3401 | this .typeField = value; | |
| 3402 | this .RaiseProp ertyChange d("type"); | |
| 3403 | } | |
| 3404 | } | |
| 3405 | ||
| 3406 | // / <remarks /> | |
| 3407 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 3408 | pu blic Syste m.DateTime monetaryB enefitRepo rtDate { | |
| 3409 | get { | |
| 3410 | retu rn this.mo netaryBene fitReportD ateField; | |
| 3411 | } | |
| 3412 | set { | |
| 3413 | this .monetaryB enefitRepo rtDateFiel d = value; | |
| 3414 | this .RaiseProp ertyChange d("monetar yBenefitRe portDate") ; | |
| 3415 | } | |
| 3416 | } | |
| 3417 | ||
| 3418 | // / <remarks /> | |
| 3419 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3420 | pu blic bool monetaryBe nefitRepor tDateSpeci fied { | |
| 3421 | get { | |
| 3422 | retu rn this.mo netaryBene fitReportD ateFieldSp ecified; | |
| 3423 | } | |
| 3424 | set { | |
| 3425 | this .monetaryB enefitRepo rtDateFiel dSpecified = value; | |
| 3426 | this .RaiseProp ertyChange d("monetar yBenefitRe portDateSp ecified"); | |
| 3427 | } | |
| 3428 | } | |
| 3429 | ||
| 3430 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3431 | ||
| 3432 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3433 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3434 | if ((pro pertyChang ed != null )) { | |
| 3435 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3436 | } | |
| 3437 | } | |
| 3438 | } | |
| 3439 | ||
| 3440 | /// <r emarks/> | |
| 3441 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3442 | [Syste m.Serializ ableAttrib ute()] | |
| 3443 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3444 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3445 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3446 | public partial c lass noseT hroatRadiu mInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 3447 | ||
| 3448 | pr ivate stri ng determi nationFaci lityField; | |
| 3449 | ||
| 3450 | pr ivate bool diagnosed WithCancer Field; | |
| 3451 | ||
| 3452 | pr ivate bool diagnosed WithCancer FieldSpeci fied; | |
| 3453 | ||
| 3454 | pr ivate Syst em.DateTim e diagnosi sVerifiedD ateField; | |
| 3455 | ||
| 3456 | pr ivate bool diagnosis VerifiedDa teFieldSpe cified; | |
| 3457 | ||
| 3458 | pr ivate bool fromAviat orServiceB efore1955F ield; | |
| 3459 | ||
| 3460 | pr ivate bool fromAviat orServiceB efore1955F ieldSpecif ied; | |
| 3461 | ||
| 3462 | pr ivate bool fromSubma rinerServi ceBefore19 65Field; | |
| 3463 | ||
| 3464 | pr ivate bool fromSubma rinerServi ceBefore19 65FieldSpe cified; | |
| 3465 | ||
| 3466 | pr ivate stri ng receivi ngTreatmen tField; | |
| 3467 | ||
| 3468 | pr ivate Syst em.DateTim e verifica tionDateFi eld; | |
| 3469 | ||
| 3470 | pr ivate bool verificat ionDateFie ldSpecifie d; | |
| 3471 | ||
| 3472 | pr ivate stri ng verific ationFacil ityField; | |
| 3473 | ||
| 3474 | pr ivate stri ng verific ationMetho dField; | |
| 3475 | ||
| 3476 | // / <remarks /> | |
| 3477 | pu blic strin g determin ationFacil ity { | |
| 3478 | get { | |
| 3479 | retu rn this.de terminatio nFacilityF ield; | |
| 3480 | } | |
| 3481 | set { | |
| 3482 | this .determina tionFacili tyField = value; | |
| 3483 | this .RaiseProp ertyChange d("determi nationFaci lity"); | |
| 3484 | } | |
| 3485 | } | |
| 3486 | ||
| 3487 | // / <remarks /> | |
| 3488 | pu blic bool diagnosedW ithCancer { | |
| 3489 | get { | |
| 3490 | retu rn this.di agnosedWit hCancerFie ld; | |
| 3491 | } | |
| 3492 | set { | |
| 3493 | this .diagnosed WithCancer Field = va lue; | |
| 3494 | this .RaiseProp ertyChange d("diagnos edWithCanc er"); | |
| 3495 | } | |
| 3496 | } | |
| 3497 | ||
| 3498 | // / <remarks /> | |
| 3499 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3500 | pu blic bool diagnosedW ithCancerS pecified { | |
| 3501 | get { | |
| 3502 | retu rn this.di agnosedWit hCancerFie ldSpecifie d; | |
| 3503 | } | |
| 3504 | set { | |
| 3505 | this .diagnosed WithCancer FieldSpeci fied = val ue; | |
| 3506 | this .RaiseProp ertyChange d("diagnos edWithCanc erSpecifie d"); | |
| 3507 | } | |
| 3508 | } | |
| 3509 | ||
| 3510 | // / <remarks /> | |
| 3511 | pu blic Syste m.DateTime diagnosis VerifiedDa te { | |
| 3512 | get { | |
| 3513 | retu rn this.di agnosisVer ifiedDateF ield; | |
| 3514 | } | |
| 3515 | set { | |
| 3516 | this .diagnosis VerifiedDa teField = value; | |
| 3517 | this .RaiseProp ertyChange d("diagnos isVerified Date"); | |
| 3518 | } | |
| 3519 | } | |
| 3520 | ||
| 3521 | // / <remarks /> | |
| 3522 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3523 | pu blic bool diagnosisV erifiedDat eSpecified { | |
| 3524 | get { | |
| 3525 | retu rn this.di agnosisVer ifiedDateF ieldSpecif ied; | |
| 3526 | } | |
| 3527 | set { | |
| 3528 | this .diagnosis VerifiedDa teFieldSpe cified = v alue; | |
| 3529 | this .RaiseProp ertyChange d("diagnos isVerified DateSpecif ied"); | |
| 3530 | } | |
| 3531 | } | |
| 3532 | ||
| 3533 | // / <remarks /> | |
| 3534 | pu blic bool fromAviato rServiceBe fore1955 { | |
| 3535 | get { | |
| 3536 | retu rn this.fr omAviatorS erviceBefo re1955Fiel d; | |
| 3537 | } | |
| 3538 | set { | |
| 3539 | this .fromAviat orServiceB efore1955F ield = val ue; | |
| 3540 | this .RaiseProp ertyChange d("fromAvi atorServic eBefore195 5"); | |
| 3541 | } | |
| 3542 | } | |
| 3543 | ||
| 3544 | // / <remarks /> | |
| 3545 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3546 | pu blic bool fromAviato rServiceBe fore1955Sp ecified { | |
| 3547 | get { | |
| 3548 | retu rn this.fr omAviatorS erviceBefo re1955Fiel dSpecified ; | |
| 3549 | } | |
| 3550 | set { | |
| 3551 | this .fromAviat orServiceB efore1955F ieldSpecif ied = valu e; | |
| 3552 | this .RaiseProp ertyChange d("fromAvi atorServic eBefore195 5Specified "); | |
| 3553 | } | |
| 3554 | } | |
| 3555 | ||
| 3556 | // / <remarks /> | |
| 3557 | pu blic bool fromSubmar inerServic eBefore196 5 { | |
| 3558 | get { | |
| 3559 | retu rn this.fr omSubmarin erServiceB efore1965F ield; | |
| 3560 | } | |
| 3561 | set { | |
| 3562 | this .fromSubma rinerServi ceBefore19 65Field = value; | |
| 3563 | this .RaiseProp ertyChange d("fromSub marinerSer viceBefore 1965"); | |
| 3564 | } | |
| 3565 | } | |
| 3566 | ||
| 3567 | // / <remarks /> | |
| 3568 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3569 | pu blic bool fromSubmar inerServic eBefore196 5Specified { | |
| 3570 | get { | |
| 3571 | retu rn this.fr omSubmarin erServiceB efore1965F ieldSpecif ied; | |
| 3572 | } | |
| 3573 | set { | |
| 3574 | this .fromSubma rinerServi ceBefore19 65FieldSpe cified = v alue; | |
| 3575 | this .RaiseProp ertyChange d("fromSub marinerSer viceBefore 1965Specif ied"); | |
| 3576 | } | |
| 3577 | } | |
| 3578 | ||
| 3579 | // / <remarks /> | |
| 3580 | pu blic strin g receivin gTreatment { | |
| 3581 | get { | |
| 3582 | retu rn this.re ceivingTre atmentFiel d; | |
| 3583 | } | |
| 3584 | set { | |
| 3585 | this .receiving TreatmentF ield = val ue; | |
| 3586 | this .RaiseProp ertyChange d("receivi ngTreatmen t"); | |
| 3587 | } | |
| 3588 | } | |
| 3589 | ||
| 3590 | // / <remarks /> | |
| 3591 | pu blic Syste m.DateTime verificat ionDate { | |
| 3592 | get { | |
| 3593 | retu rn this.ve rification DateField; | |
| 3594 | } | |
| 3595 | set { | |
| 3596 | this .verificat ionDateFie ld = value ; | |
| 3597 | this .RaiseProp ertyChange d("verific ationDate" ); | |
| 3598 | } | |
| 3599 | } | |
| 3600 | ||
| 3601 | // / <remarks /> | |
| 3602 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3603 | pu blic bool verificati onDateSpec ified { | |
| 3604 | get { | |
| 3605 | retu rn this.ve rification DateFieldS pecified; | |
| 3606 | } | |
| 3607 | set { | |
| 3608 | this .verificat ionDateFie ldSpecifie d = value; | |
| 3609 | this .RaiseProp ertyChange d("verific ationDateS pecified") ; | |
| 3610 | } | |
| 3611 | } | |
| 3612 | ||
| 3613 | // / <remarks /> | |
| 3614 | pu blic strin g verifica tionFacili ty { | |
| 3615 | get { | |
| 3616 | retu rn this.ve rification FacilityFi eld; | |
| 3617 | } | |
| 3618 | set { | |
| 3619 | this .verificat ionFacilit yField = v alue; | |
| 3620 | this .RaiseProp ertyChange d("verific ationFacil ity"); | |
| 3621 | } | |
| 3622 | } | |
| 3623 | ||
| 3624 | // / <remarks /> | |
| 3625 | pu blic strin g verifica tionMethod { | |
| 3626 | get { | |
| 3627 | retu rn this.ve rification MethodFiel d; | |
| 3628 | } | |
| 3629 | set { | |
| 3630 | this .verificat ionMethodF ield = val ue; | |
| 3631 | this .RaiseProp ertyChange d("verific ationMetho d"); | |
| 3632 | } | |
| 3633 | } | |
| 3634 | ||
| 3635 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3636 | ||
| 3637 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3638 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3639 | if ((pro pertyChang ed != null )) { | |
| 3640 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3641 | } | |
| 3642 | } | |
| 3643 | } | |
| 3644 | ||
| 3645 | /// <r emarks/> | |
| 3646 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3647 | [Syste m.Serializ ableAttrib ute()] | |
| 3648 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3649 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3650 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3651 | public partial c lass eligi bilityInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 3652 | ||
| 3653 | pr ivate stri ng indicat orField; | |
| 3654 | ||
| 3655 | pr ivate stri ng typeFie ld; | |
| 3656 | ||
| 3657 | pr ivate Syst em.DateTim e eligibil ityReportD ateField; | |
| 3658 | ||
| 3659 | pr ivate bool eligibili tyReportDa teFieldSpe cified; | |
| 3660 | ||
| 3661 | // / <remarks /> | |
| 3662 | pu blic strin g indicato r { | |
| 3663 | get { | |
| 3664 | retu rn this.in dicatorFie ld; | |
| 3665 | } | |
| 3666 | set { | |
| 3667 | this .indicator Field = va lue; | |
| 3668 | this .RaiseProp ertyChange d("indicat or"); | |
| 3669 | } | |
| 3670 | } | |
| 3671 | ||
| 3672 | // / <remarks /> | |
| 3673 | pu blic strin g type { | |
| 3674 | get { | |
| 3675 | retu rn this.ty peField; | |
| 3676 | } | |
| 3677 | set { | |
| 3678 | this .typeField = value; | |
| 3679 | this .RaiseProp ertyChange d("type"); | |
| 3680 | } | |
| 3681 | } | |
| 3682 | ||
| 3683 | // / <remarks /> | |
| 3684 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 3685 | pu blic Syste m.DateTime eligibili tyReportDa te { | |
| 3686 | get { | |
| 3687 | retu rn this.el igibilityR eportDateF ield; | |
| 3688 | } | |
| 3689 | set { | |
| 3690 | this .eligibili tyReportDa teField = value; | |
| 3691 | this .RaiseProp ertyChange d("eligibi lityReport Date"); | |
| 3692 | } | |
| 3693 | } | |
| 3694 | ||
| 3695 | // / <remarks /> | |
| 3696 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3697 | pu blic bool eligibilit yReportDat eSpecified { | |
| 3698 | get { | |
| 3699 | retu rn this.el igibilityR eportDateF ieldSpecif ied; | |
| 3700 | } | |
| 3701 | set { | |
| 3702 | this .eligibili tyReportDa teFieldSpe cified = v alue; | |
| 3703 | this .RaiseProp ertyChange d("eligibi lityReport DateSpecif ied"); | |
| 3704 | } | |
| 3705 | } | |
| 3706 | ||
| 3707 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3708 | ||
| 3709 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3710 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3711 | if ((pro pertyChang ed != null )) { | |
| 3712 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3713 | } | |
| 3714 | } | |
| 3715 | } | |
| 3716 | ||
| 3717 | /// <r emarks/> | |
| 3718 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3719 | [Syste m.Serializ ableAttrib ute()] | |
| 3720 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3721 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3722 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3723 | public partial c lass servi ceConnecti onAwardInf o : object , System.C omponentMo del.INotif yPropertyC hanged { | |
| 3724 | ||
| 3725 | pr ivate stri ng awardDa teField; | |
| 3726 | ||
| 3727 | pr ivate stri ng combine dServiceCo nnectedPer centageEff ectiveDate Field; | |
| 3728 | ||
| 3729 | pr ivate bool permanent AndTotalFi eld; | |
| 3730 | ||
| 3731 | pr ivate bool permanent AndTotalFi eldSpecifi ed; | |
| 3732 | ||
| 3733 | pr ivate Syst em.DateTim e permanen tAndTotalE ffectiveDa teField; | |
| 3734 | ||
| 3735 | pr ivate bool permanent AndTotalEf fectiveDat eFieldSpec ified; | |
| 3736 | ||
| 3737 | pr ivate rate dDisabilit yInfo[] ra tedDisabil itiesField ; | |
| 3738 | ||
| 3739 | pr ivate bool serviceCo nnectedInd icatorFiel d; | |
| 3740 | ||
| 3741 | pr ivate bool serviceCo nnectedInd icatorFiel dSpecified ; | |
| 3742 | ||
| 3743 | pr ivate int serviceCon nectedPerc entageFiel d; | |
| 3744 | ||
| 3745 | pr ivate bool serviceCo nnectedPer centageFie ldSpecifie d; | |
| 3746 | ||
| 3747 | pr ivate bool unemploya bleField; | |
| 3748 | ||
| 3749 | pr ivate bool unemploya bleFieldSp ecified; | |
| 3750 | ||
| 3751 | pr ivate Syst em.DateTim e scReport DateField; | |
| 3752 | ||
| 3753 | pr ivate bool scReportD ateFieldSp ecified; | |
| 3754 | ||
| 3755 | // / <remarks /> | |
| 3756 | pu blic strin g awardDat e { | |
| 3757 | get { | |
| 3758 | retu rn this.aw ardDateFie ld; | |
| 3759 | } | |
| 3760 | set { | |
| 3761 | this .awardDate Field = va lue; | |
| 3762 | this .RaiseProp ertyChange d("awardDa te"); | |
| 3763 | } | |
| 3764 | } | |
| 3765 | ||
| 3766 | // / <remarks /> | |
| 3767 | pu blic strin g combined ServiceCon nectedPerc entageEffe ctiveDate { | |
| 3768 | get { | |
| 3769 | retu rn this.co mbinedServ iceConnect edPercenta geEffectiv eDateField ; | |
| 3770 | } | |
| 3771 | set { | |
| 3772 | this .combinedS erviceConn ectedPerce ntageEffec tiveDateFi eld = valu e; | |
| 3773 | this .RaiseProp ertyChange d("combine dServiceCo nnectedPer centageEff ectiveDate "); | |
| 3774 | } | |
| 3775 | } | |
| 3776 | ||
| 3777 | // / <remarks /> | |
| 3778 | pu blic bool permanentA ndTotal { | |
| 3779 | get { | |
| 3780 | retu rn this.pe rmanentAnd TotalField ; | |
| 3781 | } | |
| 3782 | set { | |
| 3783 | this .permanent AndTotalFi eld = valu e; | |
| 3784 | this .RaiseProp ertyChange d("permane ntAndTotal "); | |
| 3785 | } | |
| 3786 | } | |
| 3787 | ||
| 3788 | // / <remarks /> | |
| 3789 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3790 | pu blic bool permanentA ndTotalSpe cified { | |
| 3791 | get { | |
| 3792 | retu rn this.pe rmanentAnd TotalField Specified; | |
| 3793 | } | |
| 3794 | set { | |
| 3795 | this .permanent AndTotalFi eldSpecifi ed = value ; | |
| 3796 | this .RaiseProp ertyChange d("permane ntAndTotal Specified" ); | |
| 3797 | } | |
| 3798 | } | |
| 3799 | ||
| 3800 | // / <remarks /> | |
| 3801 | pu blic Syste m.DateTime permanent AndTotalEf fectiveDat e { | |
| 3802 | get { | |
| 3803 | retu rn this.pe rmanentAnd TotalEffec tiveDateFi eld; | |
| 3804 | } | |
| 3805 | set { | |
| 3806 | this .permanent AndTotalEf fectiveDat eField = v alue; | |
| 3807 | this .RaiseProp ertyChange d("permane ntAndTotal EffectiveD ate"); | |
| 3808 | } | |
| 3809 | } | |
| 3810 | ||
| 3811 | // / <remarks /> | |
| 3812 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3813 | pu blic bool permanentA ndTotalEff ectiveDate Specified { | |
| 3814 | get { | |
| 3815 | retu rn this.pe rmanentAnd TotalEffec tiveDateFi eldSpecifi ed; | |
| 3816 | } | |
| 3817 | set { | |
| 3818 | this .permanent AndTotalEf fectiveDat eFieldSpec ified = va lue; | |
| 3819 | this .RaiseProp ertyChange d("permane ntAndTotal EffectiveD ateSpecifi ed"); | |
| 3820 | } | |
| 3821 | } | |
| 3822 | ||
| 3823 | // / <remarks /> | |
| 3824 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("rat edDisabili ty")] | |
| 3825 | pu blic rated Disability Info[] rat edDisabili ties { | |
| 3826 | get { | |
| 3827 | retu rn this.ra tedDisabil itiesField ; | |
| 3828 | } | |
| 3829 | set { | |
| 3830 | this .ratedDisa bilitiesFi eld = valu e; | |
| 3831 | this .RaiseProp ertyChange d("ratedDi sabilities "); | |
| 3832 | } | |
| 3833 | } | |
| 3834 | ||
| 3835 | // / <remarks /> | |
| 3836 | pu blic bool serviceCon nectedIndi cator { | |
| 3837 | get { | |
| 3838 | retu rn this.se rviceConne ctedIndica torField; | |
| 3839 | } | |
| 3840 | set { | |
| 3841 | this .serviceCo nnectedInd icatorFiel d = value; | |
| 3842 | this .RaiseProp ertyChange d("service ConnectedI ndicator") ; | |
| 3843 | } | |
| 3844 | } | |
| 3845 | ||
| 3846 | // / <remarks /> | |
| 3847 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3848 | pu blic bool serviceCon nectedIndi catorSpeci fied { | |
| 3849 | get { | |
| 3850 | retu rn this.se rviceConne ctedIndica torFieldSp ecified; | |
| 3851 | } | |
| 3852 | set { | |
| 3853 | this .serviceCo nnectedInd icatorFiel dSpecified = value; | |
| 3854 | this .RaiseProp ertyChange d("service ConnectedI ndicatorSp ecified"); | |
| 3855 | } | |
| 3856 | } | |
| 3857 | ||
| 3858 | // / <remarks /> | |
| 3859 | pu blic int s erviceConn ectedPerce ntage { | |
| 3860 | get { | |
| 3861 | retu rn this.se rviceConne ctedPercen tageField; | |
| 3862 | } | |
| 3863 | set { | |
| 3864 | this .serviceCo nnectedPer centageFie ld = value ; | |
| 3865 | this .RaiseProp ertyChange d("service ConnectedP ercentage" ); | |
| 3866 | } | |
| 3867 | } | |
| 3868 | ||
| 3869 | // / <remarks /> | |
| 3870 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3871 | pu blic bool serviceCon nectedPerc entageSpec ified { | |
| 3872 | get { | |
| 3873 | retu rn this.se rviceConne ctedPercen tageFieldS pecified; | |
| 3874 | } | |
| 3875 | set { | |
| 3876 | this .serviceCo nnectedPer centageFie ldSpecifie d = value; | |
| 3877 | this .RaiseProp ertyChange d("service ConnectedP ercentageS pecified") ; | |
| 3878 | } | |
| 3879 | } | |
| 3880 | ||
| 3881 | // / <remarks /> | |
| 3882 | pu blic bool unemployab le { | |
| 3883 | get { | |
| 3884 | retu rn this.un employable Field; | |
| 3885 | } | |
| 3886 | set { | |
| 3887 | this .unemploya bleField = value; | |
| 3888 | this .RaiseProp ertyChange d("unemplo yable"); | |
| 3889 | } | |
| 3890 | } | |
| 3891 | ||
| 3892 | // / <remarks /> | |
| 3893 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3894 | pu blic bool unemployab leSpecifie d { | |
| 3895 | get { | |
| 3896 | retu rn this.un employable FieldSpeci fied; | |
| 3897 | } | |
| 3898 | set { | |
| 3899 | this .unemploya bleFieldSp ecified = value; | |
| 3900 | this .RaiseProp ertyChange d("unemplo yableSpeci fied"); | |
| 3901 | } | |
| 3902 | } | |
| 3903 | ||
| 3904 | // / <remarks /> | |
| 3905 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 3906 | pu blic Syste m.DateTime scReportD ate { | |
| 3907 | get { | |
| 3908 | retu rn this.sc ReportDate Field; | |
| 3909 | } | |
| 3910 | set { | |
| 3911 | this .scReportD ateField = value; | |
| 3912 | this .RaiseProp ertyChange d("scRepor tDate"); | |
| 3913 | } | |
| 3914 | } | |
| 3915 | ||
| 3916 | // / <remarks /> | |
| 3917 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 3918 | pu blic bool scReportDa teSpecifie d { | |
| 3919 | get { | |
| 3920 | retu rn this.sc ReportDate FieldSpeci fied; | |
| 3921 | } | |
| 3922 | set { | |
| 3923 | this .scReportD ateFieldSp ecified = value; | |
| 3924 | this .RaiseProp ertyChange d("scRepor tDateSpeci fied"); | |
| 3925 | } | |
| 3926 | } | |
| 3927 | ||
| 3928 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 3929 | ||
| 3930 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 3931 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 3932 | if ((pro pertyChang ed != null )) { | |
| 3933 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 3934 | } | |
| 3935 | } | |
| 3936 | } | |
| 3937 | ||
| 3938 | /// <r emarks/> | |
| 3939 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 3940 | [Syste m.Serializ ableAttrib ute()] | |
| 3941 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 3942 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 3943 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 3944 | public partial c lass rated Disability Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 3945 | ||
| 3946 | pr ivate stri ng diagnos ticExtremi tyField; | |
| 3947 | ||
| 3948 | pr ivate stri ng disabil ityField; | |
| 3949 | ||
| 3950 | pr ivate stri ng disabil ityCodeFie ld; | |
| 3951 | ||
| 3952 | pr ivate stri ng origina lEffective RatingDate Field; | |
| 3953 | ||
| 3954 | pr ivate int percentage Field; | |
| 3955 | ||
| 3956 | pr ivate bool percentag eFieldSpec ified; | |
| 3957 | ||
| 3958 | pr ivate stri ng ratingD ateField; | |
| 3959 | ||
| 3960 | pr ivate bool serviceCo nnectedFie ld; | |
| 3961 | ||
| 3962 | pr ivate bool serviceCo nnectedFie ldSpecifie d; | |
| 3963 | ||
| 3964 | pr ivate Syst em.DateTim e recordMo difiedDate Field; | |
| 3965 | ||
| 3966 | pr ivate bool recordMod ifiedDateF ieldSpecif ied; | |
| 3967 | ||
| 3968 | // / <remarks /> | |
| 3969 | pu blic strin g diagnost icExtremit y { | |
| 3970 | get { | |
| 3971 | retu rn this.di agnosticEx tremityFie ld; | |
| 3972 | } | |
| 3973 | set { | |
| 3974 | this .diagnosti cExtremity Field = va lue; | |
| 3975 | this .RaiseProp ertyChange d("diagnos ticExtremi ty"); | |
| 3976 | } | |
| 3977 | } | |
| 3978 | ||
| 3979 | // / <remarks /> | |
| 3980 | pu blic strin g disabili ty { | |
| 3981 | get { | |
| 3982 | retu rn this.di sabilityFi eld; | |
| 3983 | } | |
| 3984 | set { | |
| 3985 | this .disabilit yField = v alue; | |
| 3986 | this .RaiseProp ertyChange d("disabil ity"); | |
| 3987 | } | |
| 3988 | } | |
| 3989 | ||
| 3990 | // / <remarks /> | |
| 3991 | pu blic strin g disabili tyCode { | |
| 3992 | get { | |
| 3993 | retu rn this.di sabilityCo deField; | |
| 3994 | } | |
| 3995 | set { | |
| 3996 | this .disabilit yCodeField = value; | |
| 3997 | this .RaiseProp ertyChange d("disabil ityCode"); | |
| 3998 | } | |
| 3999 | } | |
| 4000 | ||
| 4001 | // / <remarks /> | |
| 4002 | pu blic strin g original EffectiveR atingDate { | |
| 4003 | get { | |
| 4004 | retu rn this.or iginalEffe ctiveRatin gDateField ; | |
| 4005 | } | |
| 4006 | set { | |
| 4007 | this .originalE ffectiveRa tingDateFi eld = valu e; | |
| 4008 | this .RaiseProp ertyChange d("origina lEffective RatingDate "); | |
| 4009 | } | |
| 4010 | } | |
| 4011 | ||
| 4012 | // / <remarks /> | |
| 4013 | pu blic int p ercentage { | |
| 4014 | get { | |
| 4015 | retu rn this.pe rcentageFi eld; | |
| 4016 | } | |
| 4017 | set { | |
| 4018 | this .percentag eField = v alue; | |
| 4019 | this .RaiseProp ertyChange d("percent age"); | |
| 4020 | } | |
| 4021 | } | |
| 4022 | ||
| 4023 | // / <remarks /> | |
| 4024 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4025 | pu blic bool percentage Specified { | |
| 4026 | get { | |
| 4027 | retu rn this.pe rcentageFi eldSpecifi ed; | |
| 4028 | } | |
| 4029 | set { | |
| 4030 | this .percentag eFieldSpec ified = va lue; | |
| 4031 | this .RaiseProp ertyChange d("percent ageSpecifi ed"); | |
| 4032 | } | |
| 4033 | } | |
| 4034 | ||
| 4035 | // / <remarks /> | |
| 4036 | pu blic strin g ratingDa te { | |
| 4037 | get { | |
| 4038 | retu rn this.ra tingDateFi eld; | |
| 4039 | } | |
| 4040 | set { | |
| 4041 | this .ratingDat eField = v alue; | |
| 4042 | this .RaiseProp ertyChange d("ratingD ate"); | |
| 4043 | } | |
| 4044 | } | |
| 4045 | ||
| 4046 | // / <remarks /> | |
| 4047 | pu blic bool serviceCon nected { | |
| 4048 | get { | |
| 4049 | retu rn this.se rviceConne ctedField; | |
| 4050 | } | |
| 4051 | set { | |
| 4052 | this .serviceCo nnectedFie ld = value ; | |
| 4053 | this .RaiseProp ertyChange d("service Connected" ); | |
| 4054 | } | |
| 4055 | } | |
| 4056 | ||
| 4057 | // / <remarks /> | |
| 4058 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4059 | pu blic bool serviceCon nectedSpec ified { | |
| 4060 | get { | |
| 4061 | retu rn this.se rviceConne ctedFieldS pecified; | |
| 4062 | } | |
| 4063 | set { | |
| 4064 | this .serviceCo nnectedFie ldSpecifie d = value; | |
| 4065 | this .RaiseProp ertyChange d("service ConnectedS pecified") ; | |
| 4066 | } | |
| 4067 | } | |
| 4068 | ||
| 4069 | // / <remarks /> | |
| 4070 | pu blic Syste m.DateTime recordMod ifiedDate { | |
| 4071 | get { | |
| 4072 | retu rn this.re cordModifi edDateFiel d; | |
| 4073 | } | |
| 4074 | set { | |
| 4075 | this .recordMod ifiedDateF ield = val ue; | |
| 4076 | this .RaiseProp ertyChange d("recordM odifiedDat e"); | |
| 4077 | } | |
| 4078 | } | |
| 4079 | ||
| 4080 | // / <remarks /> | |
| 4081 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4082 | pu blic bool recordModi fiedDateSp ecified { | |
| 4083 | get { | |
| 4084 | retu rn this.re cordModifi edDateFiel dSpecified ; | |
| 4085 | } | |
| 4086 | set { | |
| 4087 | this .recordMod ifiedDateF ieldSpecif ied = valu e; | |
| 4088 | this .RaiseProp ertyChange d("recordM odifiedDat eSpecified "); | |
| 4089 | } | |
| 4090 | } | |
| 4091 | ||
| 4092 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4093 | ||
| 4094 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4095 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4096 | if ((pro pertyChang ed != null )) { | |
| 4097 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4098 | } | |
| 4099 | } | |
| 4100 | } | |
| 4101 | ||
| 4102 | /// <r emarks/> | |
| 4103 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4104 | [Syste m.Serializ ableAttrib ute()] | |
| 4105 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4106 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4107 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4108 | public partial c lass speci alFactorsI nfo : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 4109 | ||
| 4110 | pr ivate bool agentOran geIndField ; | |
| 4111 | ||
| 4112 | pr ivate bool agentOran geIndField Specified; | |
| 4113 | ||
| 4114 | pr ivate stri ng agentOr angeLocati onField; | |
| 4115 | ||
| 4116 | pr ivate bool envContam inantsIndF ield; | |
| 4117 | ||
| 4118 | pr ivate bool envContam inantsIndF ieldSpecif ied; | |
| 4119 | ||
| 4120 | pr ivate bool campLejeu neIndField ; | |
| 4121 | ||
| 4122 | pr ivate bool campLejeu neIndField Specified; | |
| 4123 | ||
| 4124 | pr ivate bool radiation ExposureIn dField; | |
| 4125 | ||
| 4126 | pr ivate bool radiation ExposureIn dFieldSpec ified; | |
| 4127 | ||
| 4128 | pr ivate stri ng radiati onExposure MethodFiel d; | |
| 4129 | ||
| 4130 | // / <remarks /> | |
| 4131 | pu blic bool agentOrang eInd { | |
| 4132 | get { | |
| 4133 | retu rn this.ag entOrangeI ndField; | |
| 4134 | } | |
| 4135 | set { | |
| 4136 | this .agentOran geIndField = value; | |
| 4137 | this .RaiseProp ertyChange d("agentOr angeInd"); | |
| 4138 | } | |
| 4139 | } | |
| 4140 | ||
| 4141 | // / <remarks /> | |
| 4142 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4143 | pu blic bool agentOrang eIndSpecif ied { | |
| 4144 | get { | |
| 4145 | retu rn this.ag entOrangeI ndFieldSpe cified; | |
| 4146 | } | |
| 4147 | set { | |
| 4148 | this .agentOran geIndField Specified = value; | |
| 4149 | this .RaiseProp ertyChange d("agentOr angeIndSpe cified"); | |
| 4150 | } | |
| 4151 | } | |
| 4152 | ||
| 4153 | // / <remarks /> | |
| 4154 | pu blic strin g agentOra ngeLocatio n { | |
| 4155 | get { | |
| 4156 | retu rn this.ag entOrangeL ocationFie ld; | |
| 4157 | } | |
| 4158 | set { | |
| 4159 | this .agentOran geLocation Field = va lue; | |
| 4160 | this .RaiseProp ertyChange d("agentOr angeLocati on"); | |
| 4161 | } | |
| 4162 | } | |
| 4163 | ||
| 4164 | // / <remarks /> | |
| 4165 | pu blic bool envContami nantsInd { | |
| 4166 | get { | |
| 4167 | retu rn this.en vContamina ntsIndFiel d; | |
| 4168 | } | |
| 4169 | set { | |
| 4170 | this .envContam inantsIndF ield = val ue; | |
| 4171 | this .RaiseProp ertyChange d("envCont aminantsIn d"); | |
| 4172 | } | |
| 4173 | } | |
| 4174 | ||
| 4175 | // / <remarks /> | |
| 4176 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4177 | pu blic bool envContami nantsIndSp ecified { | |
| 4178 | get { | |
| 4179 | retu rn this.en vContamina ntsIndFiel dSpecified ; | |
| 4180 | } | |
| 4181 | set { | |
| 4182 | this .envContam inantsIndF ieldSpecif ied = valu e; | |
| 4183 | this .RaiseProp ertyChange d("envCont aminantsIn dSpecified "); | |
| 4184 | } | |
| 4185 | } | |
| 4186 | ||
| 4187 | // / <remarks /> | |
| 4188 | pu blic bool campLejeun eInd { | |
| 4189 | get { | |
| 4190 | retu rn this.ca mpLejeuneI ndField; | |
| 4191 | } | |
| 4192 | set { | |
| 4193 | this .campLejeu neIndField = value; | |
| 4194 | this .RaiseProp ertyChange d("campLej euneInd"); | |
| 4195 | } | |
| 4196 | } | |
| 4197 | ||
| 4198 | // / <remarks /> | |
| 4199 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4200 | pu blic bool campLejeun eIndSpecif ied { | |
| 4201 | get { | |
| 4202 | retu rn this.ca mpLejeuneI ndFieldSpe cified; | |
| 4203 | } | |
| 4204 | set { | |
| 4205 | this .campLejeu neIndField Specified = value; | |
| 4206 | this .RaiseProp ertyChange d("campLej euneIndSpe cified"); | |
| 4207 | } | |
| 4208 | } | |
| 4209 | ||
| 4210 | // / <remarks /> | |
| 4211 | pu blic bool radiationE xposureInd { | |
| 4212 | get { | |
| 4213 | retu rn this.ra diationExp osureIndFi eld; | |
| 4214 | } | |
| 4215 | set { | |
| 4216 | this .radiation ExposureIn dField = v alue; | |
| 4217 | this .RaiseProp ertyChange d("radiati onExposure Ind"); | |
| 4218 | } | |
| 4219 | } | |
| 4220 | ||
| 4221 | // / <remarks /> | |
| 4222 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4223 | pu blic bool radiationE xposureInd Specified { | |
| 4224 | get { | |
| 4225 | retu rn this.ra diationExp osureIndFi eldSpecifi ed; | |
| 4226 | } | |
| 4227 | set { | |
| 4228 | this .radiation ExposureIn dFieldSpec ified = va lue; | |
| 4229 | this .RaiseProp ertyChange d("radiati onExposure IndSpecifi ed"); | |
| 4230 | } | |
| 4231 | } | |
| 4232 | ||
| 4233 | // / <remarks /> | |
| 4234 | pu blic strin g radiatio nExposureM ethod { | |
| 4235 | get { | |
| 4236 | retu rn this.ra diationExp osureMetho dField; | |
| 4237 | } | |
| 4238 | set { | |
| 4239 | this .radiation ExposureMe thodField = value; | |
| 4240 | this .RaiseProp ertyChange d("radiati onExposure Method"); | |
| 4241 | } | |
| 4242 | } | |
| 4243 | ||
| 4244 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4245 | ||
| 4246 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4247 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4248 | if ((pro pertyChang ed != null )) { | |
| 4249 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4250 | } | |
| 4251 | } | |
| 4252 | } | |
| 4253 | ||
| 4254 | /// <r emarks/> | |
| 4255 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4256 | [Syste m.Serializ ableAttrib ute()] | |
| 4257 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4258 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4259 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4260 | public partial c lass feeBa sisInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 4261 | ||
| 4262 | pr ivate Syst em.DateTim e authoriz ationFromD ateField; | |
| 4263 | ||
| 4264 | pr ivate bool authoriza tionFromDa teFieldSpe cified; | |
| 4265 | ||
| 4266 | pr ivate Syst em.DateTim e authoriz ationToDat eField; | |
| 4267 | ||
| 4268 | pr ivate bool authoriza tionToDate FieldSpeci fied; | |
| 4269 | ||
| 4270 | pr ivate stri ng program Field; | |
| 4271 | ||
| 4272 | pr ivate Syst em.DateTim e reportDa teField; | |
| 4273 | ||
| 4274 | pr ivate bool reportDat eFieldSpec ified; | |
| 4275 | ||
| 4276 | pr ivate stri ng reportS iteField; | |
| 4277 | ||
| 4278 | pr ivate stri ng treatme ntTypeFiel d; | |
| 4279 | ||
| 4280 | // / <remarks /> | |
| 4281 | pu blic Syste m.DateTime authoriza tionFromDa te { | |
| 4282 | get { | |
| 4283 | retu rn this.au thorizatio nFromDateF ield; | |
| 4284 | } | |
| 4285 | set { | |
| 4286 | this .authoriza tionFromDa teField = value; | |
| 4287 | this .RaiseProp ertyChange d("authori zationFrom Date"); | |
| 4288 | } | |
| 4289 | } | |
| 4290 | ||
| 4291 | // / <remarks /> | |
| 4292 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4293 | pu blic bool authorizat ionFromDat eSpecified { | |
| 4294 | get { | |
| 4295 | retu rn this.au thorizatio nFromDateF ieldSpecif ied; | |
| 4296 | } | |
| 4297 | set { | |
| 4298 | this .authoriza tionFromDa teFieldSpe cified = v alue; | |
| 4299 | this .RaiseProp ertyChange d("authori zationFrom DateSpecif ied"); | |
| 4300 | } | |
| 4301 | } | |
| 4302 | ||
| 4303 | // / <remarks /> | |
| 4304 | pu blic Syste m.DateTime authoriza tionToDate { | |
| 4305 | get { | |
| 4306 | retu rn this.au thorizatio nToDateFie ld; | |
| 4307 | } | |
| 4308 | set { | |
| 4309 | this .authoriza tionToDate Field = va lue; | |
| 4310 | this .RaiseProp ertyChange d("authori zationToDa te"); | |
| 4311 | } | |
| 4312 | } | |
| 4313 | ||
| 4314 | // / <remarks /> | |
| 4315 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4316 | pu blic bool authorizat ionToDateS pecified { | |
| 4317 | get { | |
| 4318 | retu rn this.au thorizatio nToDateFie ldSpecifie d; | |
| 4319 | } | |
| 4320 | set { | |
| 4321 | this .authoriza tionToDate FieldSpeci fied = val ue; | |
| 4322 | this .RaiseProp ertyChange d("authori zationToDa teSpecifie d"); | |
| 4323 | } | |
| 4324 | } | |
| 4325 | ||
| 4326 | // / <remarks /> | |
| 4327 | pu blic strin g program { | |
| 4328 | get { | |
| 4329 | retu rn this.pr ogramField ; | |
| 4330 | } | |
| 4331 | set { | |
| 4332 | this .programFi eld = valu e; | |
| 4333 | this .RaiseProp ertyChange d("program "); | |
| 4334 | } | |
| 4335 | } | |
| 4336 | ||
| 4337 | // / <remarks /> | |
| 4338 | pu blic Syste m.DateTime reportDat e { | |
| 4339 | get { | |
| 4340 | retu rn this.re portDateFi eld; | |
| 4341 | } | |
| 4342 | set { | |
| 4343 | this .reportDat eField = v alue; | |
| 4344 | this .RaiseProp ertyChange d("reportD ate"); | |
| 4345 | } | |
| 4346 | } | |
| 4347 | ||
| 4348 | // / <remarks /> | |
| 4349 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4350 | pu blic bool reportDate Specified { | |
| 4351 | get { | |
| 4352 | retu rn this.re portDateFi eldSpecifi ed; | |
| 4353 | } | |
| 4354 | set { | |
| 4355 | this .reportDat eFieldSpec ified = va lue; | |
| 4356 | this .RaiseProp ertyChange d("reportD ateSpecifi ed"); | |
| 4357 | } | |
| 4358 | } | |
| 4359 | ||
| 4360 | // / <remarks /> | |
| 4361 | pu blic strin g reportSi te { | |
| 4362 | get { | |
| 4363 | retu rn this.re portSiteFi eld; | |
| 4364 | } | |
| 4365 | set { | |
| 4366 | this .reportSit eField = v alue; | |
| 4367 | this .RaiseProp ertyChange d("reportS ite"); | |
| 4368 | } | |
| 4369 | } | |
| 4370 | ||
| 4371 | // / <remarks /> | |
| 4372 | pu blic strin g treatmen tType { | |
| 4373 | get { | |
| 4374 | retu rn this.tr eatmentTyp eField; | |
| 4375 | } | |
| 4376 | set { | |
| 4377 | this .treatment TypeField = value; | |
| 4378 | this .RaiseProp ertyChange d("treatme ntType"); | |
| 4379 | } | |
| 4380 | } | |
| 4381 | ||
| 4382 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4383 | ||
| 4384 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4385 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4386 | if ((pro pertyChang ed != null )) { | |
| 4387 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4388 | } | |
| 4389 | } | |
| 4390 | } | |
| 4391 | ||
| 4392 | /// <r emarks/> | |
| 4393 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4394 | [Syste m.Serializ ableAttrib ute()] | |
| 4395 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4396 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4397 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4398 | public partial c lass finan cialsInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 4399 | ||
| 4400 | pr ivate bene ficiaryTra velInfo[] beneficiar yTravelsFi eld; | |
| 4401 | ||
| 4402 | pr ivate fina ncialState mentInfo f inancialSt atementFie ld; | |
| 4403 | ||
| 4404 | pr ivate inco meTestInfo incomeTes tField; | |
| 4405 | ||
| 4406 | pr ivate nonP rimaryFina ncialState mentInfo[] nonPrimar yFinancial sInfoField ; | |
| 4407 | ||
| 4408 | pr ivate stri ng reportS iteField; | |
| 4409 | ||
| 4410 | // / <remarks /> | |
| 4411 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ben eficiaryTr avel")] | |
| 4412 | pu blic benef iciaryTrav elInfo[] b eneficiary Travels { | |
| 4413 | get { | |
| 4414 | retu rn this.be neficiaryT ravelsFiel d; | |
| 4415 | } | |
| 4416 | set { | |
| 4417 | this .beneficia ryTravelsF ield = val ue; | |
| 4418 | this .RaiseProp ertyChange d("benefic iaryTravel s"); | |
| 4419 | } | |
| 4420 | } | |
| 4421 | ||
| 4422 | // / <remarks /> | |
| 4423 | pu blic finan cialStatem entInfo fi nancialSta tement { | |
| 4424 | get { | |
| 4425 | retu rn this.fi nancialSta tementFiel d; | |
| 4426 | } | |
| 4427 | set { | |
| 4428 | this .financial StatementF ield = val ue; | |
| 4429 | this .RaiseProp ertyChange d("financi alStatemen t"); | |
| 4430 | } | |
| 4431 | } | |
| 4432 | ||
| 4433 | // / <remarks /> | |
| 4434 | pu blic incom eTestInfo incomeTest { | |
| 4435 | get { | |
| 4436 | retu rn this.in comeTestFi eld; | |
| 4437 | } | |
| 4438 | set { | |
| 4439 | this .incomeTes tField = v alue; | |
| 4440 | this .RaiseProp ertyChange d("incomeT est"); | |
| 4441 | } | |
| 4442 | } | |
| 4443 | ||
| 4444 | // / <remarks /> | |
| 4445 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("non PrimaryFin ancialStat ement", Is Nullable=f alse)] | |
| 4446 | pu blic nonPr imaryFinan cialStatem entInfo[] nonPrimary Financials Info { | |
| 4447 | get { | |
| 4448 | retu rn this.no nPrimaryFi nancialsIn foField; | |
| 4449 | } | |
| 4450 | set { | |
| 4451 | this .nonPrimar yFinancial sInfoField = value; | |
| 4452 | this .RaiseProp ertyChange d("nonPrim aryFinanci alsInfo"); | |
| 4453 | } | |
| 4454 | } | |
| 4455 | ||
| 4456 | // / <remarks /> | |
| 4457 | pu blic strin g reportSi te { | |
| 4458 | get { | |
| 4459 | retu rn this.re portSiteFi eld; | |
| 4460 | } | |
| 4461 | set { | |
| 4462 | this .reportSit eField = v alue; | |
| 4463 | this .RaiseProp ertyChange d("reportS ite"); | |
| 4464 | } | |
| 4465 | } | |
| 4466 | ||
| 4467 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4468 | ||
| 4469 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4470 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4471 | if ((pro pertyChang ed != null )) { | |
| 4472 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4473 | } | |
| 4474 | } | |
| 4475 | } | |
| 4476 | ||
| 4477 | /// <r emarks/> | |
| 4478 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4479 | [Syste m.Serializ ableAttrib ute()] | |
| 4480 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4481 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4482 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4483 | public partial c lass benef iciaryTrav elInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 4484 | ||
| 4485 | pr ivate deci mal amount CertifiedF ield; | |
| 4486 | ||
| 4487 | pr ivate bool amountCer tifiedFiel dSpecified ; | |
| 4488 | ||
| 4489 | pr ivate Syst em.DateTim e dateCert ifiedField ; | |
| 4490 | ||
| 4491 | pr ivate bool dateCerti fiedFieldS pecified; | |
| 4492 | ||
| 4493 | pr ivate bool eligibleF ield; | |
| 4494 | ||
| 4495 | pr ivate bool eligibleF ieldSpecif ied; | |
| 4496 | ||
| 4497 | // / <remarks /> | |
| 4498 | pu blic decim al amountC ertified { | |
| 4499 | get { | |
| 4500 | retu rn this.am ountCertif iedField; | |
| 4501 | } | |
| 4502 | set { | |
| 4503 | this .amountCer tifiedFiel d = value; | |
| 4504 | this .RaiseProp ertyChange d("amountC ertified") ; | |
| 4505 | } | |
| 4506 | } | |
| 4507 | ||
| 4508 | // / <remarks /> | |
| 4509 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4510 | pu blic bool amountCert ifiedSpeci fied { | |
| 4511 | get { | |
| 4512 | retu rn this.am ountCertif iedFieldSp ecified; | |
| 4513 | } | |
| 4514 | set { | |
| 4515 | this .amountCer tifiedFiel dSpecified = value; | |
| 4516 | this .RaiseProp ertyChange d("amountC ertifiedSp ecified"); | |
| 4517 | } | |
| 4518 | } | |
| 4519 | ||
| 4520 | // / <remarks /> | |
| 4521 | pu blic Syste m.DateTime dateCerti fied { | |
| 4522 | get { | |
| 4523 | retu rn this.da teCertifie dField; | |
| 4524 | } | |
| 4525 | set { | |
| 4526 | this .dateCerti fiedField = value; | |
| 4527 | this .RaiseProp ertyChange d("dateCer tified"); | |
| 4528 | } | |
| 4529 | } | |
| 4530 | ||
| 4531 | // / <remarks /> | |
| 4532 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4533 | pu blic bool dateCertif iedSpecifi ed { | |
| 4534 | get { | |
| 4535 | retu rn this.da teCertifie dFieldSpec ified; | |
| 4536 | } | |
| 4537 | set { | |
| 4538 | this .dateCerti fiedFieldS pecified = value; | |
| 4539 | this .RaiseProp ertyChange d("dateCer tifiedSpec ified"); | |
| 4540 | } | |
| 4541 | } | |
| 4542 | ||
| 4543 | // / <remarks /> | |
| 4544 | pu blic bool eligible { | |
| 4545 | get { | |
| 4546 | retu rn this.el igibleFiel d; | |
| 4547 | } | |
| 4548 | set { | |
| 4549 | this .eligibleF ield = val ue; | |
| 4550 | this .RaiseProp ertyChange d("eligibl e"); | |
| 4551 | } | |
| 4552 | } | |
| 4553 | ||
| 4554 | // / <remarks /> | |
| 4555 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4556 | pu blic bool eligibleSp ecified { | |
| 4557 | get { | |
| 4558 | retu rn this.el igibleFiel dSpecified ; | |
| 4559 | } | |
| 4560 | set { | |
| 4561 | this .eligibleF ieldSpecif ied = valu e; | |
| 4562 | this .RaiseProp ertyChange d("eligibl eSpecified "); | |
| 4563 | } | |
| 4564 | } | |
| 4565 | ||
| 4566 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4567 | ||
| 4568 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4569 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4570 | if ((pro pertyChang ed != null )) { | |
| 4571 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4572 | } | |
| 4573 | } | |
| 4574 | } | |
| 4575 | ||
| 4576 | /// <r emarks/> | |
| 4577 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4578 | [Syste m.Serializ ableAttrib ute()] | |
| 4579 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4580 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4581 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4582 | public partial c lass finan cialStatem entInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 4583 | ||
| 4584 | pr ivate asse tInfo[] as setsField; | |
| 4585 | ||
| 4586 | pr ivate debi tInfo debi tsField; | |
| 4587 | ||
| 4588 | pr ivate expe nseInfo[] expensesFi eld; | |
| 4589 | ||
| 4590 | pr ivate int incomeYear Field; | |
| 4591 | ||
| 4592 | pr ivate bool incomeYea rFieldSpec ified; | |
| 4593 | ||
| 4594 | pr ivate inco meInfo[] i ncomesFiel d; | |
| 4595 | ||
| 4596 | pr ivate deci mal contri butionToSp ouseField; | |
| 4597 | ||
| 4598 | pr ivate bool contribut ionToSpous eFieldSpec ified; | |
| 4599 | ||
| 4600 | pr ivate depe ndentFinan cialsInfo[ ] dependen tFinancial sListField ; | |
| 4601 | ||
| 4602 | pr ivate bool marriedLa stCalendar YearField; | |
| 4603 | ||
| 4604 | pr ivate bool marriedLa stCalendar YearFieldS pecified; | |
| 4605 | ||
| 4606 | pr ivate int numberOfDe pendentChi ldrenField ; | |
| 4607 | ||
| 4608 | pr ivate bool numberOfD ependentCh ildrenFiel dSpecified ; | |
| 4609 | ||
| 4610 | pr ivate spou seFinancia lsInfo[] s pouseFinan cialsListF ield; | |
| 4611 | ||
| 4612 | pr ivate int inpatientD aysField; | |
| 4613 | ||
| 4614 | pr ivate bool inpatient DaysFieldS pecified; | |
| 4615 | ||
| 4616 | pr ivate int outpatient DaysField; | |
| 4617 | ||
| 4618 | pr ivate bool outpatien tDaysField Specified; | |
| 4619 | ||
| 4620 | pr ivate Syst em.DateTim e lastVisi tDateField ; | |
| 4621 | ||
| 4622 | pr ivate bool lastVisit DateFieldS pecified; | |
| 4623 | ||
| 4624 | pr ivate Syst em.DateTim e vamcRepo rtDateFiel d; | |
| 4625 | ||
| 4626 | pr ivate bool vamcRepor tDateField Specified; | |
| 4627 | ||
| 4628 | // / <remarks /> | |
| 4629 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass et")] | |
| 4630 | pu blic asset Info[] ass ets { | |
| 4631 | get { | |
| 4632 | retu rn this.as setsField; | |
| 4633 | } | |
| 4634 | set { | |
| 4635 | this .assetsFie ld = value ; | |
| 4636 | this .RaiseProp ertyChange d("assets" ); | |
| 4637 | } | |
| 4638 | } | |
| 4639 | ||
| 4640 | // / <remarks /> | |
| 4641 | pu blic debit Info debit s { | |
| 4642 | get { | |
| 4643 | retu rn this.de bitsField; | |
| 4644 | } | |
| 4645 | set { | |
| 4646 | this .debitsFie ld = value ; | |
| 4647 | this .RaiseProp ertyChange d("debits" ); | |
| 4648 | } | |
| 4649 | } | |
| 4650 | ||
| 4651 | // / <remarks /> | |
| 4652 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("exp ense")] | |
| 4653 | pu blic expen seInfo[] e xpenses { | |
| 4654 | get { | |
| 4655 | retu rn this.ex pensesFiel d; | |
| 4656 | } | |
| 4657 | set { | |
| 4658 | this .expensesF ield = val ue; | |
| 4659 | this .RaiseProp ertyChange d("expense s"); | |
| 4660 | } | |
| 4661 | } | |
| 4662 | ||
| 4663 | // / <remarks /> | |
| 4664 | pu blic int i ncomeYear { | |
| 4665 | get { | |
| 4666 | retu rn this.in comeYearFi eld; | |
| 4667 | } | |
| 4668 | set { | |
| 4669 | this .incomeYea rField = v alue; | |
| 4670 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 4671 | } | |
| 4672 | } | |
| 4673 | ||
| 4674 | // / <remarks /> | |
| 4675 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4676 | pu blic bool incomeYear Specified { | |
| 4677 | get { | |
| 4678 | retu rn this.in comeYearFi eldSpecifi ed; | |
| 4679 | } | |
| 4680 | set { | |
| 4681 | this .incomeYea rFieldSpec ified = va lue; | |
| 4682 | this .RaiseProp ertyChange d("incomeY earSpecifi ed"); | |
| 4683 | } | |
| 4684 | } | |
| 4685 | ||
| 4686 | // / <remarks /> | |
| 4687 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("inc ome")] | |
| 4688 | pu blic incom eInfo[] in comes { | |
| 4689 | get { | |
| 4690 | retu rn this.in comesField ; | |
| 4691 | } | |
| 4692 | set { | |
| 4693 | this .incomesFi eld = valu e; | |
| 4694 | this .RaiseProp ertyChange d("incomes "); | |
| 4695 | } | |
| 4696 | } | |
| 4697 | ||
| 4698 | // / <remarks /> | |
| 4699 | pu blic decim al contrib utionToSpo use { | |
| 4700 | get { | |
| 4701 | retu rn this.co ntribution ToSpouseFi eld; | |
| 4702 | } | |
| 4703 | set { | |
| 4704 | this .contribut ionToSpous eField = v alue; | |
| 4705 | this .RaiseProp ertyChange d("contrib utionToSpo use"); | |
| 4706 | } | |
| 4707 | } | |
| 4708 | ||
| 4709 | // / <remarks /> | |
| 4710 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4711 | pu blic bool contributi onToSpouse Specified { | |
| 4712 | get { | |
| 4713 | retu rn this.co ntribution ToSpouseFi eldSpecifi ed; | |
| 4714 | } | |
| 4715 | set { | |
| 4716 | this .contribut ionToSpous eFieldSpec ified = va lue; | |
| 4717 | this .RaiseProp ertyChange d("contrib utionToSpo useSpecifi ed"); | |
| 4718 | } | |
| 4719 | } | |
| 4720 | ||
| 4721 | // / <remarks /> | |
| 4722 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("dep endentFina ncials")] | |
| 4723 | pu blic depen dentFinanc ialsInfo[] dependent Financials List { | |
| 4724 | get { | |
| 4725 | retu rn this.de pendentFin ancialsLis tField; | |
| 4726 | } | |
| 4727 | set { | |
| 4728 | this .dependent Financials ListField = value; | |
| 4729 | this .RaiseProp ertyChange d("depende ntFinancia lsList"); | |
| 4730 | } | |
| 4731 | } | |
| 4732 | ||
| 4733 | // / <remarks /> | |
| 4734 | pu blic bool marriedLas tCalendarY ear { | |
| 4735 | get { | |
| 4736 | retu rn this.ma rriedLastC alendarYea rField; | |
| 4737 | } | |
| 4738 | set { | |
| 4739 | this .marriedLa stCalendar YearField = value; | |
| 4740 | this .RaiseProp ertyChange d("married LastCalend arYear"); | |
| 4741 | } | |
| 4742 | } | |
| 4743 | ||
| 4744 | // / <remarks /> | |
| 4745 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4746 | pu blic bool marriedLas tCalendarY earSpecifi ed { | |
| 4747 | get { | |
| 4748 | retu rn this.ma rriedLastC alendarYea rFieldSpec ified; | |
| 4749 | } | |
| 4750 | set { | |
| 4751 | this .marriedLa stCalendar YearFieldS pecified = value; | |
| 4752 | this .RaiseProp ertyChange d("married LastCalend arYearSpec ified"); | |
| 4753 | } | |
| 4754 | } | |
| 4755 | ||
| 4756 | // / <remarks /> | |
| 4757 | pu blic int n umberOfDep endentChil dren { | |
| 4758 | get { | |
| 4759 | retu rn this.nu mberOfDepe ndentChild renField; | |
| 4760 | } | |
| 4761 | set { | |
| 4762 | this .numberOfD ependentCh ildrenFiel d = value; | |
| 4763 | this .RaiseProp ertyChange d("numberO fDependent Children") ; | |
| 4764 | } | |
| 4765 | } | |
| 4766 | ||
| 4767 | // / <remarks /> | |
| 4768 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4769 | pu blic bool numberOfDe pendentChi ldrenSpeci fied { | |
| 4770 | get { | |
| 4771 | retu rn this.nu mberOfDepe ndentChild renFieldSp ecified; | |
| 4772 | } | |
| 4773 | set { | |
| 4774 | this .numberOfD ependentCh ildrenFiel dSpecified = value; | |
| 4775 | this .RaiseProp ertyChange d("numberO fDependent ChildrenSp ecified"); | |
| 4776 | } | |
| 4777 | } | |
| 4778 | ||
| 4779 | // / <remarks /> | |
| 4780 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("spo useFinanci als")] | |
| 4781 | pu blic spous eFinancial sInfo[] sp ouseFinanc ialsList { | |
| 4782 | get { | |
| 4783 | retu rn this.sp ouseFinanc ialsListFi eld; | |
| 4784 | } | |
| 4785 | set { | |
| 4786 | this .spouseFin ancialsLis tField = v alue; | |
| 4787 | this .RaiseProp ertyChange d("spouseF inancialsL ist"); | |
| 4788 | } | |
| 4789 | } | |
| 4790 | ||
| 4791 | // / <remarks /> | |
| 4792 | pu blic int i npatientDa ys { | |
| 4793 | get { | |
| 4794 | retu rn this.in patientDay sField; | |
| 4795 | } | |
| 4796 | set { | |
| 4797 | this .inpatient DaysField = value; | |
| 4798 | this .RaiseProp ertyChange d("inpatie ntDays"); | |
| 4799 | } | |
| 4800 | } | |
| 4801 | ||
| 4802 | // / <remarks /> | |
| 4803 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4804 | pu blic bool inpatientD aysSpecifi ed { | |
| 4805 | get { | |
| 4806 | retu rn this.in patientDay sFieldSpec ified; | |
| 4807 | } | |
| 4808 | set { | |
| 4809 | this .inpatient DaysFieldS pecified = value; | |
| 4810 | this .RaiseProp ertyChange d("inpatie ntDaysSpec ified"); | |
| 4811 | } | |
| 4812 | } | |
| 4813 | ||
| 4814 | // / <remarks /> | |
| 4815 | pu blic int o utpatientD ays { | |
| 4816 | get { | |
| 4817 | retu rn this.ou tpatientDa ysField; | |
| 4818 | } | |
| 4819 | set { | |
| 4820 | this .outpatien tDaysField = value; | |
| 4821 | this .RaiseProp ertyChange d("outpati entDays"); | |
| 4822 | } | |
| 4823 | } | |
| 4824 | ||
| 4825 | // / <remarks /> | |
| 4826 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4827 | pu blic bool outpatient DaysSpecif ied { | |
| 4828 | get { | |
| 4829 | retu rn this.ou tpatientDa ysFieldSpe cified; | |
| 4830 | } | |
| 4831 | set { | |
| 4832 | this .outpatien tDaysField Specified = value; | |
| 4833 | this .RaiseProp ertyChange d("outpati entDaysSpe cified"); | |
| 4834 | } | |
| 4835 | } | |
| 4836 | ||
| 4837 | // / <remarks /> | |
| 4838 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 4839 | pu blic Syste m.DateTime lastVisit Date { | |
| 4840 | get { | |
| 4841 | retu rn this.la stVisitDat eField; | |
| 4842 | } | |
| 4843 | set { | |
| 4844 | this .lastVisit DateField = value; | |
| 4845 | this .RaiseProp ertyChange d("lastVis itDate"); | |
| 4846 | } | |
| 4847 | } | |
| 4848 | ||
| 4849 | // / <remarks /> | |
| 4850 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4851 | pu blic bool lastVisitD ateSpecifi ed { | |
| 4852 | get { | |
| 4853 | retu rn this.la stVisitDat eFieldSpec ified; | |
| 4854 | } | |
| 4855 | set { | |
| 4856 | this .lastVisit DateFieldS pecified = value; | |
| 4857 | this .RaiseProp ertyChange d("lastVis itDateSpec ified"); | |
| 4858 | } | |
| 4859 | } | |
| 4860 | ||
| 4861 | // / <remarks /> | |
| 4862 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 4863 | pu blic Syste m.DateTime vamcRepor tDate { | |
| 4864 | get { | |
| 4865 | retu rn this.va mcReportDa teField; | |
| 4866 | } | |
| 4867 | set { | |
| 4868 | this .vamcRepor tDateField = value; | |
| 4869 | this .RaiseProp ertyChange d("vamcRep ortDate"); | |
| 4870 | } | |
| 4871 | } | |
| 4872 | ||
| 4873 | // / <remarks /> | |
| 4874 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4875 | pu blic bool vamcReport DateSpecif ied { | |
| 4876 | get { | |
| 4877 | retu rn this.va mcReportDa teFieldSpe cified; | |
| 4878 | } | |
| 4879 | set { | |
| 4880 | this .vamcRepor tDateField Specified = value; | |
| 4881 | this .RaiseProp ertyChange d("vamcRep ortDateSpe cified"); | |
| 4882 | } | |
| 4883 | } | |
| 4884 | ||
| 4885 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4886 | ||
| 4887 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4888 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4889 | if ((pro pertyChang ed != null )) { | |
| 4890 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4891 | } | |
| 4892 | } | |
| 4893 | } | |
| 4894 | ||
| 4895 | /// <r emarks/> | |
| 4896 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4897 | [Syste m.Serializ ableAttrib ute()] | |
| 4898 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4899 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4900 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4901 | public partial c lass asset Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 4902 | ||
| 4903 | pr ivate deci mal amount Field; | |
| 4904 | ||
| 4905 | pr ivate bool amountFie ldSpecifie d; | |
| 4906 | ||
| 4907 | pr ivate stri ng assetTy peField; | |
| 4908 | ||
| 4909 | pr ivate Syst em.DateTim e assetRep ortDateFie ld; | |
| 4910 | ||
| 4911 | pr ivate bool assetRepo rtDateFiel dSpecified ; | |
| 4912 | ||
| 4913 | // / <remarks /> | |
| 4914 | pu blic decim al amount { | |
| 4915 | get { | |
| 4916 | retu rn this.am ountField; | |
| 4917 | } | |
| 4918 | set { | |
| 4919 | this .amountFie ld = value ; | |
| 4920 | this .RaiseProp ertyChange d("amount" ); | |
| 4921 | } | |
| 4922 | } | |
| 4923 | ||
| 4924 | // / <remarks /> | |
| 4925 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4926 | pu blic bool amountSpec ified { | |
| 4927 | get { | |
| 4928 | retu rn this.am ountFieldS pecified; | |
| 4929 | } | |
| 4930 | set { | |
| 4931 | this .amountFie ldSpecifie d = value; | |
| 4932 | this .RaiseProp ertyChange d("amountS pecified") ; | |
| 4933 | } | |
| 4934 | } | |
| 4935 | ||
| 4936 | // / <remarks /> | |
| 4937 | pu blic strin g assetTyp e { | |
| 4938 | get { | |
| 4939 | retu rn this.as setTypeFie ld; | |
| 4940 | } | |
| 4941 | set { | |
| 4942 | this .assetType Field = va lue; | |
| 4943 | this .RaiseProp ertyChange d("assetTy pe"); | |
| 4944 | } | |
| 4945 | } | |
| 4946 | ||
| 4947 | // / <remarks /> | |
| 4948 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 4949 | pu blic Syste m.DateTime assetRepo rtDate { | |
| 4950 | get { | |
| 4951 | retu rn this.as setReportD ateField; | |
| 4952 | } | |
| 4953 | set { | |
| 4954 | this .assetRepo rtDateFiel d = value; | |
| 4955 | this .RaiseProp ertyChange d("assetRe portDate") ; | |
| 4956 | } | |
| 4957 | } | |
| 4958 | ||
| 4959 | // / <remarks /> | |
| 4960 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 4961 | pu blic bool assetRepor tDateSpeci fied { | |
| 4962 | get { | |
| 4963 | retu rn this.as setReportD ateFieldSp ecified; | |
| 4964 | } | |
| 4965 | set { | |
| 4966 | this .assetRepo rtDateFiel dSpecified = value; | |
| 4967 | this .RaiseProp ertyChange d("assetRe portDateSp ecified"); | |
| 4968 | } | |
| 4969 | } | |
| 4970 | ||
| 4971 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 4972 | ||
| 4973 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 4974 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 4975 | if ((pro pertyChang ed != null )) { | |
| 4976 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 4977 | } | |
| 4978 | } | |
| 4979 | } | |
| 4980 | ||
| 4981 | /// <r emarks/> | |
| 4982 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 4983 | [Syste m.Serializ ableAttrib ute()] | |
| 4984 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 4985 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 4986 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 4987 | public partial c lass debit Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 4988 | ||
| 4989 | pr ivate deci mal amount Field; | |
| 4990 | ||
| 4991 | pr ivate bool amountFie ldSpecifie d; | |
| 4992 | ||
| 4993 | // / <remarks /> | |
| 4994 | pu blic decim al amount { | |
| 4995 | get { | |
| 4996 | retu rn this.am ountField; | |
| 4997 | } | |
| 4998 | set { | |
| 4999 | this .amountFie ld = value ; | |
| 5000 | this .RaiseProp ertyChange d("amount" ); | |
| 5001 | } | |
| 5002 | } | |
| 5003 | ||
| 5004 | // / <remarks /> | |
| 5005 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5006 | pu blic bool amountSpec ified { | |
| 5007 | get { | |
| 5008 | retu rn this.am ountFieldS pecified; | |
| 5009 | } | |
| 5010 | set { | |
| 5011 | this .amountFie ldSpecifie d = value; | |
| 5012 | this .RaiseProp ertyChange d("amountS pecified") ; | |
| 5013 | } | |
| 5014 | } | |
| 5015 | ||
| 5016 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 5017 | ||
| 5018 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 5019 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 5020 | if ((pro pertyChang ed != null )) { | |
| 5021 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 5022 | } | |
| 5023 | } | |
| 5024 | } | |
| 5025 | ||
| 5026 | /// <r emarks/> | |
| 5027 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 5028 | [Syste m.Serializ ableAttrib ute()] | |
| 5029 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 5030 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 5031 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 5032 | public partial c lass expen seInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 5033 | ||
| 5034 | pr ivate deci mal amount Field; | |
| 5035 | ||
| 5036 | pr ivate bool amountFie ldSpecifie d; | |
| 5037 | ||
| 5038 | pr ivate stri ng expense TypeField; | |
| 5039 | ||
| 5040 | pr ivate Syst em.DateTim e expenseR eportDateF ield; | |
| 5041 | ||
| 5042 | pr ivate bool expenseRe portDateFi eldSpecifi ed; | |
| 5043 | ||
| 5044 | // / <remarks /> | |
| 5045 | pu blic decim al amount { | |
| 5046 | get { | |
| 5047 | retu rn this.am ountField; | |
| 5048 | } | |
| 5049 | set { | |
| 5050 | this .amountFie ld = value ; | |
| 5051 | this .RaiseProp ertyChange d("amount" ); | |
| 5052 | } | |
| 5053 | } | |
| 5054 | ||
| 5055 | // / <remarks /> | |
| 5056 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5057 | pu blic bool amountSpec ified { | |
| 5058 | get { | |
| 5059 | retu rn this.am ountFieldS pecified; | |
| 5060 | } | |
| 5061 | set { | |
| 5062 | this .amountFie ldSpecifie d = value; | |
| 5063 | this .RaiseProp ertyChange d("amountS pecified") ; | |
| 5064 | } | |
| 5065 | } | |
| 5066 | ||
| 5067 | // / <remarks /> | |
| 5068 | pu blic strin g expenseT ype { | |
| 5069 | get { | |
| 5070 | retu rn this.ex penseTypeF ield; | |
| 5071 | } | |
| 5072 | set { | |
| 5073 | this .expenseTy peField = value; | |
| 5074 | this .RaiseProp ertyChange d("expense Type"); | |
| 5075 | } | |
| 5076 | } | |
| 5077 | ||
| 5078 | // / <remarks /> | |
| 5079 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 5080 | pu blic Syste m.DateTime expenseRe portDate { | |
| 5081 | get { | |
| 5082 | retu rn this.ex penseRepor tDateField ; | |
| 5083 | } | |
| 5084 | set { | |
| 5085 | this .expenseRe portDateFi eld = valu e; | |
| 5086 | this .RaiseProp ertyChange d("expense ReportDate "); | |
| 5087 | } | |
| 5088 | } | |
| 5089 | ||
| 5090 | // / <remarks /> | |
| 5091 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5092 | pu blic bool expenseRep ortDateSpe cified { | |
| 5093 | get { | |
| 5094 | retu rn this.ex penseRepor tDateField Specified; | |
| 5095 | } | |
| 5096 | set { | |
| 5097 | this .expenseRe portDateFi eldSpecifi ed = value ; | |
| 5098 | this .RaiseProp ertyChange d("expense ReportDate Specified" ); | |
| 5099 | } | |
| 5100 | } | |
| 5101 | ||
| 5102 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 5103 | ||
| 5104 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 5105 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 5106 | if ((pro pertyChang ed != null )) { | |
| 5107 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 5108 | } | |
| 5109 | } | |
| 5110 | } | |
| 5111 | ||
| 5112 | /// <r emarks/> | |
| 5113 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 5114 | [Syste m.Serializ ableAttrib ute()] | |
| 5115 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 5116 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 5117 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 5118 | public partial c lass incom eInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 5119 | ||
| 5120 | pr ivate deci mal amount Field; | |
| 5121 | ||
| 5122 | pr ivate bool amountFie ldSpecifie d; | |
| 5123 | ||
| 5124 | pr ivate stri ng typeFie ld; | |
| 5125 | ||
| 5126 | pr ivate Syst em.DateTim e incomeRe portDateFi eld; | |
| 5127 | ||
| 5128 | pr ivate bool incomeRep ortDateFie ldSpecifie d; | |
| 5129 | ||
| 5130 | // / <remarks /> | |
| 5131 | pu blic decim al amount { | |
| 5132 | get { | |
| 5133 | retu rn this.am ountField; | |
| 5134 | } | |
| 5135 | set { | |
| 5136 | this .amountFie ld = value ; | |
| 5137 | this .RaiseProp ertyChange d("amount" ); | |
| 5138 | } | |
| 5139 | } | |
| 5140 | ||
| 5141 | // / <remarks /> | |
| 5142 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5143 | pu blic bool amountSpec ified { | |
| 5144 | get { | |
| 5145 | retu rn this.am ountFieldS pecified; | |
| 5146 | } | |
| 5147 | set { | |
| 5148 | this .amountFie ldSpecifie d = value; | |
| 5149 | this .RaiseProp ertyChange d("amountS pecified") ; | |
| 5150 | } | |
| 5151 | } | |
| 5152 | ||
| 5153 | // / <remarks /> | |
| 5154 | pu blic strin g type { | |
| 5155 | get { | |
| 5156 | retu rn this.ty peField; | |
| 5157 | } | |
| 5158 | set { | |
| 5159 | this .typeField = value; | |
| 5160 | this .RaiseProp ertyChange d("type"); | |
| 5161 | } | |
| 5162 | } | |
| 5163 | ||
| 5164 | // / <remarks /> | |
| 5165 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 5166 | pu blic Syste m.DateTime incomeRep ortDate { | |
| 5167 | get { | |
| 5168 | retu rn this.in comeReport DateField; | |
| 5169 | } | |
| 5170 | set { | |
| 5171 | this .incomeRep ortDateFie ld = value ; | |
| 5172 | this .RaiseProp ertyChange d("incomeR eportDate" ); | |
| 5173 | } | |
| 5174 | } | |
| 5175 | ||
| 5176 | // / <remarks /> | |
| 5177 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5178 | pu blic bool incomeRepo rtDateSpec ified { | |
| 5179 | get { | |
| 5180 | retu rn this.in comeReport DateFieldS pecified; | |
| 5181 | } | |
| 5182 | set { | |
| 5183 | this .incomeRep ortDateFie ldSpecifie d = value; | |
| 5184 | this .RaiseProp ertyChange d("incomeR eportDateS pecified") ; | |
| 5185 | } | |
| 5186 | } | |
| 5187 | ||
| 5188 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 5189 | ||
| 5190 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 5191 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 5192 | if ((pro pertyChang ed != null )) { | |
| 5193 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 5194 | } | |
| 5195 | } | |
| 5196 | } | |
| 5197 | ||
| 5198 | /// <r emarks/> | |
| 5199 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 5200 | [Syste m.Serializ ableAttrib ute()] | |
| 5201 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 5202 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 5203 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 5204 | public partial c lass depen dentFinanc ialsInfo : object, S ystem.Comp onentModel .INotifyPr opertyChan ged { | |
| 5205 | ||
| 5206 | pr ivate asse tInfo[] as setsField; | |
| 5207 | ||
| 5208 | pr ivate debi tInfo debi tsField; | |
| 5209 | ||
| 5210 | pr ivate expe nseInfo[] expensesFi eld; | |
| 5211 | ||
| 5212 | pr ivate int incomeYear Field; | |
| 5213 | ||
| 5214 | pr ivate bool incomeYea rFieldSpec ified; | |
| 5215 | ||
| 5216 | pr ivate inco meInfo[] i ncomesFiel d; | |
| 5217 | ||
| 5218 | pr ivate bool livedWith PatientFie ld; | |
| 5219 | ||
| 5220 | pr ivate bool livedWith PatientFie ldSpecifie d; | |
| 5221 | ||
| 5222 | pr ivate int inpatientD aysField; | |
| 5223 | ||
| 5224 | pr ivate bool inpatient DaysFieldS pecified; | |
| 5225 | ||
| 5226 | pr ivate int outpatient DaysField; | |
| 5227 | ||
| 5228 | pr ivate bool outpatien tDaysField Specified; | |
| 5229 | ||
| 5230 | pr ivate bool validDepe ndentField ; | |
| 5231 | ||
| 5232 | pr ivate bool validDepe ndentField Specified; | |
| 5233 | ||
| 5234 | pr ivate deci mal amount Contribute dToSupport Field; | |
| 5235 | ||
| 5236 | pr ivate bool amountCon tributedTo SupportFie ldSpecifie d; | |
| 5237 | ||
| 5238 | pr ivate bool attendedS choolField ; | |
| 5239 | ||
| 5240 | pr ivate bool attendedS choolField Specified; | |
| 5241 | ||
| 5242 | pr ivate bool contribut edToSuppor tField; | |
| 5243 | ||
| 5244 | pr ivate bool contribut edToSuppor tFieldSpec ified; | |
| 5245 | ||
| 5246 | pr ivate depe ndentInfo dependentI nfoField; | |
| 5247 | ||
| 5248 | pr ivate bool hasIncome Field; | |
| 5249 | ||
| 5250 | pr ivate bool hasIncome FieldSpeci fied; | |
| 5251 | ||
| 5252 | pr ivate bool incapable OfSelfSupp ortField; | |
| 5253 | ||
| 5254 | pr ivate bool incapable OfSelfSupp ortFieldSp ecified; | |
| 5255 | ||
| 5256 | pr ivate bool incomeAva ilableToPa tientField ; | |
| 5257 | ||
| 5258 | pr ivate bool incomeAva ilableToPa tientField Specified; | |
| 5259 | ||
| 5260 | // / <remarks /> | |
| 5261 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass et")] | |
| 5262 | pu blic asset Info[] ass ets { | |
| 5263 | get { | |
| 5264 | retu rn this.as setsField; | |
| 5265 | } | |
| 5266 | set { | |
| 5267 | this .assetsFie ld = value ; | |
| 5268 | this .RaiseProp ertyChange d("assets" ); | |
| 5269 | } | |
| 5270 | } | |
| 5271 | ||
| 5272 | // / <remarks /> | |
| 5273 | pu blic debit Info debit s { | |
| 5274 | get { | |
| 5275 | retu rn this.de bitsField; | |
| 5276 | } | |
| 5277 | set { | |
| 5278 | this .debitsFie ld = value ; | |
| 5279 | this .RaiseProp ertyChange d("debits" ); | |
| 5280 | } | |
| 5281 | } | |
| 5282 | ||
| 5283 | // / <remarks /> | |
| 5284 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("exp ense")] | |
| 5285 | pu blic expen seInfo[] e xpenses { | |
| 5286 | get { | |
| 5287 | retu rn this.ex pensesFiel d; | |
| 5288 | } | |
| 5289 | set { | |
| 5290 | this .expensesF ield = val ue; | |
| 5291 | this .RaiseProp ertyChange d("expense s"); | |
| 5292 | } | |
| 5293 | } | |
| 5294 | ||
| 5295 | // / <remarks /> | |
| 5296 | pu blic int i ncomeYear { | |
| 5297 | get { | |
| 5298 | retu rn this.in comeYearFi eld; | |
| 5299 | } | |
| 5300 | set { | |
| 5301 | this .incomeYea rField = v alue; | |
| 5302 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 5303 | } | |
| 5304 | } | |
| 5305 | ||
| 5306 | // / <remarks /> | |
| 5307 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5308 | pu blic bool incomeYear Specified { | |
| 5309 | get { | |
| 5310 | retu rn this.in comeYearFi eldSpecifi ed; | |
| 5311 | } | |
| 5312 | set { | |
| 5313 | this .incomeYea rFieldSpec ified = va lue; | |
| 5314 | this .RaiseProp ertyChange d("incomeY earSpecifi ed"); | |
| 5315 | } | |
| 5316 | } | |
| 5317 | ||
| 5318 | // / <remarks /> | |
| 5319 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("inc ome")] | |
| 5320 | pu blic incom eInfo[] in comes { | |
| 5321 | get { | |
| 5322 | retu rn this.in comesField ; | |
| 5323 | } | |
| 5324 | set { | |
| 5325 | this .incomesFi eld = valu e; | |
| 5326 | this .RaiseProp ertyChange d("incomes "); | |
| 5327 | } | |
| 5328 | } | |
| 5329 | ||
| 5330 | // / <remarks /> | |
| 5331 | pu blic bool livedWithP atient { | |
| 5332 | get { | |
| 5333 | retu rn this.li vedWithPat ientField; | |
| 5334 | } | |
| 5335 | set { | |
| 5336 | this .livedWith PatientFie ld = value ; | |
| 5337 | this .RaiseProp ertyChange d("livedWi thPatient" ); | |
| 5338 | } | |
| 5339 | } | |
| 5340 | ||
| 5341 | // / <remarks /> | |
| 5342 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5343 | pu blic bool livedWithP atientSpec ified { | |
| 5344 | get { | |
| 5345 | retu rn this.li vedWithPat ientFieldS pecified; | |
| 5346 | } | |
| 5347 | set { | |
| 5348 | this .livedWith PatientFie ldSpecifie d = value; | |
| 5349 | this .RaiseProp ertyChange d("livedWi thPatientS pecified") ; | |
| 5350 | } | |
| 5351 | } | |
| 5352 | ||
| 5353 | // / <remarks /> | |
| 5354 | pu blic int i npatientDa ys { | |
| 5355 | get { | |
| 5356 | retu rn this.in patientDay sField; | |
| 5357 | } | |
| 5358 | set { | |
| 5359 | this .inpatient DaysField = value; | |
| 5360 | this .RaiseProp ertyChange d("inpatie ntDays"); | |
| 5361 | } | |
| 5362 | } | |
| 5363 | ||
| 5364 | // / <remarks /> | |
| 5365 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5366 | pu blic bool inpatientD aysSpecifi ed { | |
| 5367 | get { | |
| 5368 | retu rn this.in patientDay sFieldSpec ified; | |
| 5369 | } | |
| 5370 | set { | |
| 5371 | this .inpatient DaysFieldS pecified = value; | |
| 5372 | this .RaiseProp ertyChange d("inpatie ntDaysSpec ified"); | |
| 5373 | } | |
| 5374 | } | |
| 5375 | ||
| 5376 | // / <remarks /> | |
| 5377 | pu blic int o utpatientD ays { | |
| 5378 | get { | |
| 5379 | retu rn this.ou tpatientDa ysField; | |
| 5380 | } | |
| 5381 | set { | |
| 5382 | this .outpatien tDaysField = value; | |
| 5383 | this .RaiseProp ertyChange d("outpati entDays"); | |
| 5384 | } | |
| 5385 | } | |
| 5386 | ||
| 5387 | // / <remarks /> | |
| 5388 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5389 | pu blic bool outpatient DaysSpecif ied { | |
| 5390 | get { | |
| 5391 | retu rn this.ou tpatientDa ysFieldSpe cified; | |
| 5392 | } | |
| 5393 | set { | |
| 5394 | this .outpatien tDaysField Specified = value; | |
| 5395 | this .RaiseProp ertyChange d("outpati entDaysSpe cified"); | |
| 5396 | } | |
| 5397 | } | |
| 5398 | ||
| 5399 | // / <remarks /> | |
| 5400 | pu blic bool validDepen dent { | |
| 5401 | get { | |
| 5402 | retu rn this.va lidDepende ntField; | |
| 5403 | } | |
| 5404 | set { | |
| 5405 | this .validDepe ndentField = value; | |
| 5406 | this .RaiseProp ertyChange d("validDe pendent"); | |
| 5407 | } | |
| 5408 | } | |
| 5409 | ||
| 5410 | // / <remarks /> | |
| 5411 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5412 | pu blic bool validDepen dentSpecif ied { | |
| 5413 | get { | |
| 5414 | retu rn this.va lidDepende ntFieldSpe cified; | |
| 5415 | } | |
| 5416 | set { | |
| 5417 | this .validDepe ndentField Specified = value; | |
| 5418 | this .RaiseProp ertyChange d("validDe pendentSpe cified"); | |
| 5419 | } | |
| 5420 | } | |
| 5421 | ||
| 5422 | // / <remarks /> | |
| 5423 | pu blic decim al amountC ontributed ToSupport { | |
| 5424 | get { | |
| 5425 | retu rn this.am ountContri butedToSup portField; | |
| 5426 | } | |
| 5427 | set { | |
| 5428 | this .amountCon tributedTo SupportFie ld = value ; | |
| 5429 | this .RaiseProp ertyChange d("amountC ontributed ToSupport" ); | |
| 5430 | } | |
| 5431 | } | |
| 5432 | ||
| 5433 | // / <remarks /> | |
| 5434 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5435 | pu blic bool amountCont ributedToS upportSpec ified { | |
| 5436 | get { | |
| 5437 | retu rn this.am ountContri butedToSup portFieldS pecified; | |
| 5438 | } | |
| 5439 | set { | |
| 5440 | this .amountCon tributedTo SupportFie ldSpecifie d = value; | |
| 5441 | this .RaiseProp ertyChange d("amountC ontributed ToSupportS pecified") ; | |
| 5442 | } | |
| 5443 | } | |
| 5444 | ||
| 5445 | // / <remarks /> | |
| 5446 | pu blic bool attendedSc hool { | |
| 5447 | get { | |
| 5448 | retu rn this.at tendedScho olField; | |
| 5449 | } | |
| 5450 | set { | |
| 5451 | this .attendedS choolField = value; | |
| 5452 | this .RaiseProp ertyChange d("attende dSchool"); | |
| 5453 | } | |
| 5454 | } | |
| 5455 | ||
| 5456 | // / <remarks /> | |
| 5457 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5458 | pu blic bool attendedSc hoolSpecif ied { | |
| 5459 | get { | |
| 5460 | retu rn this.at tendedScho olFieldSpe cified; | |
| 5461 | } | |
| 5462 | set { | |
| 5463 | this .attendedS choolField Specified = value; | |
| 5464 | this .RaiseProp ertyChange d("attende dSchoolSpe cified"); | |
| 5465 | } | |
| 5466 | } | |
| 5467 | ||
| 5468 | // / <remarks /> | |
| 5469 | pu blic bool contribute dToSupport { | |
| 5470 | get { | |
| 5471 | retu rn this.co ntributedT oSupportFi eld; | |
| 5472 | } | |
| 5473 | set { | |
| 5474 | this .contribut edToSuppor tField = v alue; | |
| 5475 | this .RaiseProp ertyChange d("contrib utedToSupp ort"); | |
| 5476 | } | |
| 5477 | } | |
| 5478 | ||
| 5479 | // / <remarks /> | |
| 5480 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5481 | pu blic bool contribute dToSupport Specified { | |
| 5482 | get { | |
| 5483 | retu rn this.co ntributedT oSupportFi eldSpecifi ed; | |
| 5484 | } | |
| 5485 | set { | |
| 5486 | this .contribut edToSuppor tFieldSpec ified = va lue; | |
| 5487 | this .RaiseProp ertyChange d("contrib utedToSupp ortSpecifi ed"); | |
| 5488 | } | |
| 5489 | } | |
| 5490 | ||
| 5491 | // / <remarks /> | |
| 5492 | pu blic depen dentInfo d ependentIn fo { | |
| 5493 | get { | |
| 5494 | retu rn this.de pendentInf oField; | |
| 5495 | } | |
| 5496 | set { | |
| 5497 | this .dependent InfoField = value; | |
| 5498 | this .RaiseProp ertyChange d("depende ntInfo"); | |
| 5499 | } | |
| 5500 | } | |
| 5501 | ||
| 5502 | // / <remarks /> | |
| 5503 | pu blic bool hasIncome { | |
| 5504 | get { | |
| 5505 | retu rn this.ha sIncomeFie ld; | |
| 5506 | } | |
| 5507 | set { | |
| 5508 | this .hasIncome Field = va lue; | |
| 5509 | this .RaiseProp ertyChange d("hasInco me"); | |
| 5510 | } | |
| 5511 | } | |
| 5512 | ||
| 5513 | // / <remarks /> | |
| 5514 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5515 | pu blic bool hasIncomeS pecified { | |
| 5516 | get { | |
| 5517 | retu rn this.ha sIncomeFie ldSpecifie d; | |
| 5518 | } | |
| 5519 | set { | |
| 5520 | this .hasIncome FieldSpeci fied = val ue; | |
| 5521 | this .RaiseProp ertyChange d("hasInco meSpecifie d"); | |
| 5522 | } | |
| 5523 | } | |
| 5524 | ||
| 5525 | // / <remarks /> | |
| 5526 | pu blic bool incapableO fSelfSuppo rt { | |
| 5527 | get { | |
| 5528 | retu rn this.in capableOfS elfSupport Field; | |
| 5529 | } | |
| 5530 | set { | |
| 5531 | this .incapable OfSelfSupp ortField = value; | |
| 5532 | this .RaiseProp ertyChange d("incapab leOfSelfSu pport"); | |
| 5533 | } | |
| 5534 | } | |
| 5535 | ||
| 5536 | // / <remarks /> | |
| 5537 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5538 | pu blic bool incapableO fSelfSuppo rtSpecifie d { | |
| 5539 | get { | |
| 5540 | retu rn this.in capableOfS elfSupport FieldSpeci fied; | |
| 5541 | } | |
| 5542 | set { | |
| 5543 | this .incapable OfSelfSupp ortFieldSp ecified = value; | |
| 5544 | this .RaiseProp ertyChange d("incapab leOfSelfSu pportSpeci fied"); | |
| 5545 | } | |
| 5546 | } | |
| 5547 | ||
| 5548 | // / <remarks /> | |
| 5549 | pu blic bool incomeAvai lableToPat ient { | |
| 5550 | get { | |
| 5551 | retu rn this.in comeAvaila bleToPatie ntField; | |
| 5552 | } | |
| 5553 | set { | |
| 5554 | this .incomeAva ilableToPa tientField = value; | |
| 5555 | this .RaiseProp ertyChange d("incomeA vailableTo Patient"); | |
| 5556 | } | |
| 5557 | } | |
| 5558 | ||
| 5559 | // / <remarks /> | |
| 5560 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5561 | pu blic bool incomeAvai lableToPat ientSpecif ied { | |
| 5562 | get { | |
| 5563 | retu rn this.in comeAvaila bleToPatie ntFieldSpe cified; | |
| 5564 | } | |
| 5565 | set { | |
| 5566 | this .incomeAva ilableToPa tientField Specified = value; | |
| 5567 | this .RaiseProp ertyChange d("incomeA vailableTo PatientSpe cified"); | |
| 5568 | } | |
| 5569 | } | |
| 5570 | ||
| 5571 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 5572 | ||
| 5573 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 5574 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 5575 | if ((pro pertyChang ed != null )) { | |
| 5576 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 5577 | } | |
| 5578 | } | |
| 5579 | } | |
| 5580 | ||
| 5581 | /// <r emarks/> | |
| 5582 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 5583 | [Syste m.Serializ ableAttrib ute()] | |
| 5584 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 5585 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 5586 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 5587 | public partial c lass depen dentInfo : object, S ystem.Comp onentModel .INotifyPr opertyChan ged { | |
| 5588 | ||
| 5589 | pr ivate stri ng dobFiel d; | |
| 5590 | ||
| 5591 | pr ivate Syst em.DateTim e endDateF ield; | |
| 5592 | ||
| 5593 | pr ivate bool endDateFi eldSpecifi ed; | |
| 5594 | ||
| 5595 | pr ivate stri ng familyN ameField; | |
| 5596 | ||
| 5597 | pr ivate stri ng genderF ield; | |
| 5598 | ||
| 5599 | pr ivate stri ng givenNa meField; | |
| 5600 | ||
| 5601 | pr ivate stri ng middleN ameField; | |
| 5602 | ||
| 5603 | pr ivate stri ng relatio nshipField ; | |
| 5604 | ||
| 5605 | pr ivate ssnI nfo[] ssns Field; | |
| 5606 | ||
| 5607 | pr ivate stri ng startDa teField; | |
| 5608 | ||
| 5609 | pr ivate stri ng prefixF ield; | |
| 5610 | ||
| 5611 | pr ivate stri ng suffixF ield; | |
| 5612 | ||
| 5613 | pr ivate bool incapable OfSelfSupp ortField; | |
| 5614 | ||
| 5615 | pr ivate bool incapable OfSelfSupp ortFieldSp ecified; | |
| 5616 | ||
| 5617 | // / <remarks /> | |
| 5618 | pu blic strin g dob { | |
| 5619 | get { | |
| 5620 | retu rn this.do bField; | |
| 5621 | } | |
| 5622 | set { | |
| 5623 | this .dobField = value; | |
| 5624 | this .RaiseProp ertyChange d("dob"); | |
| 5625 | } | |
| 5626 | } | |
| 5627 | ||
| 5628 | // / <remarks /> | |
| 5629 | pu blic Syste m.DateTime endDate { | |
| 5630 | get { | |
| 5631 | retu rn this.en dDateField ; | |
| 5632 | } | |
| 5633 | set { | |
| 5634 | this .endDateFi eld = valu e; | |
| 5635 | this .RaiseProp ertyChange d("endDate "); | |
| 5636 | } | |
| 5637 | } | |
| 5638 | ||
| 5639 | // / <remarks /> | |
| 5640 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5641 | pu blic bool endDateSpe cified { | |
| 5642 | get { | |
| 5643 | retu rn this.en dDateField Specified; | |
| 5644 | } | |
| 5645 | set { | |
| 5646 | this .endDateFi eldSpecifi ed = value ; | |
| 5647 | this .RaiseProp ertyChange d("endDate Specified" ); | |
| 5648 | } | |
| 5649 | } | |
| 5650 | ||
| 5651 | // / <remarks /> | |
| 5652 | pu blic strin g familyNa me { | |
| 5653 | get { | |
| 5654 | retu rn this.fa milyNameFi eld; | |
| 5655 | } | |
| 5656 | set { | |
| 5657 | this .familyNam eField = v alue; | |
| 5658 | this .RaiseProp ertyChange d("familyN ame"); | |
| 5659 | } | |
| 5660 | } | |
| 5661 | ||
| 5662 | // / <remarks /> | |
| 5663 | pu blic strin g gender { | |
| 5664 | get { | |
| 5665 | retu rn this.ge nderField; | |
| 5666 | } | |
| 5667 | set { | |
| 5668 | this .genderFie ld = value ; | |
| 5669 | this .RaiseProp ertyChange d("gender" ); | |
| 5670 | } | |
| 5671 | } | |
| 5672 | ||
| 5673 | // / <remarks /> | |
| 5674 | pu blic strin g givenNam e { | |
| 5675 | get { | |
| 5676 | retu rn this.gi venNameFie ld; | |
| 5677 | } | |
| 5678 | set { | |
| 5679 | this .givenName Field = va lue; | |
| 5680 | this .RaiseProp ertyChange d("givenNa me"); | |
| 5681 | } | |
| 5682 | } | |
| 5683 | ||
| 5684 | // / <remarks /> | |
| 5685 | pu blic strin g middleNa me { | |
| 5686 | get { | |
| 5687 | retu rn this.mi ddleNameFi eld; | |
| 5688 | } | |
| 5689 | set { | |
| 5690 | this .middleNam eField = v alue; | |
| 5691 | this .RaiseProp ertyChange d("middleN ame"); | |
| 5692 | } | |
| 5693 | } | |
| 5694 | ||
| 5695 | // / <remarks /> | |
| 5696 | pu blic strin g relation ship { | |
| 5697 | get { | |
| 5698 | retu rn this.re lationship Field; | |
| 5699 | } | |
| 5700 | set { | |
| 5701 | this .relations hipField = value; | |
| 5702 | this .RaiseProp ertyChange d("relatio nship"); | |
| 5703 | } | |
| 5704 | } | |
| 5705 | ||
| 5706 | // / <remarks /> | |
| 5707 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ssn ")] | |
| 5708 | pu blic ssnIn fo[] ssns { | |
| 5709 | get { | |
| 5710 | retu rn this.ss nsField; | |
| 5711 | } | |
| 5712 | set { | |
| 5713 | this .ssnsField = value; | |
| 5714 | this .RaiseProp ertyChange d("ssns"); | |
| 5715 | } | |
| 5716 | } | |
| 5717 | ||
| 5718 | // / <remarks /> | |
| 5719 | pu blic strin g startDat e { | |
| 5720 | get { | |
| 5721 | retu rn this.st artDateFie ld; | |
| 5722 | } | |
| 5723 | set { | |
| 5724 | this .startDate Field = va lue; | |
| 5725 | this .RaiseProp ertyChange d("startDa te"); | |
| 5726 | } | |
| 5727 | } | |
| 5728 | ||
| 5729 | // / <remarks /> | |
| 5730 | pu blic strin g prefix { | |
| 5731 | get { | |
| 5732 | retu rn this.pr efixField; | |
| 5733 | } | |
| 5734 | set { | |
| 5735 | this .prefixFie ld = value ; | |
| 5736 | this .RaiseProp ertyChange d("prefix" ); | |
| 5737 | } | |
| 5738 | } | |
| 5739 | ||
| 5740 | // / <remarks /> | |
| 5741 | pu blic strin g suffix { | |
| 5742 | get { | |
| 5743 | retu rn this.su ffixField; | |
| 5744 | } | |
| 5745 | set { | |
| 5746 | this .suffixFie ld = value ; | |
| 5747 | this .RaiseProp ertyChange d("suffix" ); | |
| 5748 | } | |
| 5749 | } | |
| 5750 | ||
| 5751 | // / <remarks /> | |
| 5752 | pu blic bool incapableO fSelfSuppo rt { | |
| 5753 | get { | |
| 5754 | retu rn this.in capableOfS elfSupport Field; | |
| 5755 | } | |
| 5756 | set { | |
| 5757 | this .incapable OfSelfSupp ortField = value; | |
| 5758 | this .RaiseProp ertyChange d("incapab leOfSelfSu pport"); | |
| 5759 | } | |
| 5760 | } | |
| 5761 | ||
| 5762 | // / <remarks /> | |
| 5763 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5764 | pu blic bool incapableO fSelfSuppo rtSpecifie d { | |
| 5765 | get { | |
| 5766 | retu rn this.in capableOfS elfSupport FieldSpeci fied; | |
| 5767 | } | |
| 5768 | set { | |
| 5769 | this .incapable OfSelfSupp ortFieldSp ecified = value; | |
| 5770 | this .RaiseProp ertyChange d("incapab leOfSelfSu pportSpeci fied"); | |
| 5771 | } | |
| 5772 | } | |
| 5773 | ||
| 5774 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 5775 | ||
| 5776 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 5777 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 5778 | if ((pro pertyChang ed != null )) { | |
| 5779 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 5780 | } | |
| 5781 | } | |
| 5782 | } | |
| 5783 | ||
| 5784 | /// <r emarks/> | |
| 5785 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 5786 | [Syste m.Serializ ableAttrib ute()] | |
| 5787 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 5788 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 5789 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 5790 | public partial c lass ssnIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 5791 | ||
| 5792 | pr ivate stri ng pseudoS SNReasonFi eld; | |
| 5793 | ||
| 5794 | pr ivate stri ng sourceO fChangeFie ld; | |
| 5795 | ||
| 5796 | pr ivate stri ng ssaMess ageField; | |
| 5797 | ||
| 5798 | pr ivate Syst em.DateTim e ssaRecei vedDateFie ld; | |
| 5799 | ||
| 5800 | pr ivate bool ssaReceiv edDateFiel dSpecified ; | |
| 5801 | ||
| 5802 | pr ivate Syst em.DateTim e ssaSentD ateField; | |
| 5803 | ||
| 5804 | pr ivate bool ssaSentDa teFieldSpe cified; | |
| 5805 | ||
| 5806 | pr ivate Syst em.DateTim e ssaVerif icationDat eField; | |
| 5807 | ||
| 5808 | pr ivate bool ssaVerifi cationDate FieldSpeci fied; | |
| 5809 | ||
| 5810 | pr ivate stri ng ssaVeri ficationSt atusField; | |
| 5811 | ||
| 5812 | pr ivate stri ng ssnText Field; | |
| 5813 | ||
| 5814 | pr ivate stri ng typeFie ld; | |
| 5815 | ||
| 5816 | // / <remarks /> | |
| 5817 | pu blic strin g pseudoSS NReason { | |
| 5818 | get { | |
| 5819 | retu rn this.ps eudoSSNRea sonField; | |
| 5820 | } | |
| 5821 | set { | |
| 5822 | this .pseudoSSN ReasonFiel d = value; | |
| 5823 | this .RaiseProp ertyChange d("pseudoS SNReason") ; | |
| 5824 | } | |
| 5825 | } | |
| 5826 | ||
| 5827 | // / <remarks /> | |
| 5828 | pu blic strin g sourceOf Change { | |
| 5829 | get { | |
| 5830 | retu rn this.so urceOfChan geField; | |
| 5831 | } | |
| 5832 | set { | |
| 5833 | this .sourceOfC hangeField = value; | |
| 5834 | this .RaiseProp ertyChange d("sourceO fChange"); | |
| 5835 | } | |
| 5836 | } | |
| 5837 | ||
| 5838 | // / <remarks /> | |
| 5839 | pu blic strin g ssaMessa ge { | |
| 5840 | get { | |
| 5841 | retu rn this.ss aMessageFi eld; | |
| 5842 | } | |
| 5843 | set { | |
| 5844 | this .ssaMessag eField = v alue; | |
| 5845 | this .RaiseProp ertyChange d("ssaMess age"); | |
| 5846 | } | |
| 5847 | } | |
| 5848 | ||
| 5849 | // / <remarks /> | |
| 5850 | pu blic Syste m.DateTime ssaReceiv edDate { | |
| 5851 | get { | |
| 5852 | retu rn this.ss aReceivedD ateField; | |
| 5853 | } | |
| 5854 | set { | |
| 5855 | this .ssaReceiv edDateFiel d = value; | |
| 5856 | this .RaiseProp ertyChange d("ssaRece ivedDate") ; | |
| 5857 | } | |
| 5858 | } | |
| 5859 | ||
| 5860 | // / <remarks /> | |
| 5861 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5862 | pu blic bool ssaReceive dDateSpeci fied { | |
| 5863 | get { | |
| 5864 | retu rn this.ss aReceivedD ateFieldSp ecified; | |
| 5865 | } | |
| 5866 | set { | |
| 5867 | this .ssaReceiv edDateFiel dSpecified = value; | |
| 5868 | this .RaiseProp ertyChange d("ssaRece ivedDateSp ecified"); | |
| 5869 | } | |
| 5870 | } | |
| 5871 | ||
| 5872 | // / <remarks /> | |
| 5873 | pu blic Syste m.DateTime ssaSentDa te { | |
| 5874 | get { | |
| 5875 | retu rn this.ss aSentDateF ield; | |
| 5876 | } | |
| 5877 | set { | |
| 5878 | this .ssaSentDa teField = value; | |
| 5879 | this .RaiseProp ertyChange d("ssaSent Date"); | |
| 5880 | } | |
| 5881 | } | |
| 5882 | ||
| 5883 | // / <remarks /> | |
| 5884 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5885 | pu blic bool ssaSentDat eSpecified { | |
| 5886 | get { | |
| 5887 | retu rn this.ss aSentDateF ieldSpecif ied; | |
| 5888 | } | |
| 5889 | set { | |
| 5890 | this .ssaSentDa teFieldSpe cified = v alue; | |
| 5891 | this .RaiseProp ertyChange d("ssaSent DateSpecif ied"); | |
| 5892 | } | |
| 5893 | } | |
| 5894 | ||
| 5895 | // / <remarks /> | |
| 5896 | pu blic Syste m.DateTime ssaVerifi cationDate { | |
| 5897 | get { | |
| 5898 | retu rn this.ss aVerificat ionDateFie ld; | |
| 5899 | } | |
| 5900 | set { | |
| 5901 | this .ssaVerifi cationDate Field = va lue; | |
| 5902 | this .RaiseProp ertyChange d("ssaVeri ficationDa te"); | |
| 5903 | } | |
| 5904 | } | |
| 5905 | ||
| 5906 | // / <remarks /> | |
| 5907 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 5908 | pu blic bool ssaVerific ationDateS pecified { | |
| 5909 | get { | |
| 5910 | retu rn this.ss aVerificat ionDateFie ldSpecifie d; | |
| 5911 | } | |
| 5912 | set { | |
| 5913 | this .ssaVerifi cationDate FieldSpeci fied = val ue; | |
| 5914 | this .RaiseProp ertyChange d("ssaVeri ficationDa teSpecifie d"); | |
| 5915 | } | |
| 5916 | } | |
| 5917 | ||
| 5918 | // / <remarks /> | |
| 5919 | pu blic strin g ssaVerif icationSta tus { | |
| 5920 | get { | |
| 5921 | retu rn this.ss aVerificat ionStatusF ield; | |
| 5922 | } | |
| 5923 | set { | |
| 5924 | this .ssaVerifi cationStat usField = value; | |
| 5925 | this .RaiseProp ertyChange d("ssaVeri ficationSt atus"); | |
| 5926 | } | |
| 5927 | } | |
| 5928 | ||
| 5929 | // / <remarks /> | |
| 5930 | pu blic strin g ssnText { | |
| 5931 | get { | |
| 5932 | retu rn this.ss nTextField ; | |
| 5933 | } | |
| 5934 | set { | |
| 5935 | this .ssnTextFi eld = valu e; | |
| 5936 | this .RaiseProp ertyChange d("ssnText "); | |
| 5937 | } | |
| 5938 | } | |
| 5939 | ||
| 5940 | // / <remarks /> | |
| 5941 | pu blic strin g type { | |
| 5942 | get { | |
| 5943 | retu rn this.ty peField; | |
| 5944 | } | |
| 5945 | set { | |
| 5946 | this .typeField = value; | |
| 5947 | this .RaiseProp ertyChange d("type"); | |
| 5948 | } | |
| 5949 | } | |
| 5950 | ||
| 5951 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 5952 | ||
| 5953 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 5954 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 5955 | if ((pro pertyChang ed != null )) { | |
| 5956 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 5957 | } | |
| 5958 | } | |
| 5959 | } | |
| 5960 | ||
| 5961 | /// <r emarks/> | |
| 5962 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 5963 | [Syste m.Serializ ableAttrib ute()] | |
| 5964 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 5965 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 5966 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 5967 | public partial c lass spous eFinancial sInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 5968 | ||
| 5969 | pr ivate asse tInfo[] as setsField; | |
| 5970 | ||
| 5971 | pr ivate debi tInfo debi tsField; | |
| 5972 | ||
| 5973 | pr ivate expe nseInfo[] expensesFi eld; | |
| 5974 | ||
| 5975 | pr ivate int incomeYear Field; | |
| 5976 | ||
| 5977 | pr ivate bool incomeYea rFieldSpec ified; | |
| 5978 | ||
| 5979 | pr ivate inco meInfo[] i ncomesFiel d; | |
| 5980 | ||
| 5981 | pr ivate bool livedWith PatientFie ld; | |
| 5982 | ||
| 5983 | pr ivate bool livedWith PatientFie ldSpecifie d; | |
| 5984 | ||
| 5985 | pr ivate int inpatientD aysField; | |
| 5986 | ||
| 5987 | pr ivate bool inpatient DaysFieldS pecified; | |
| 5988 | ||
| 5989 | pr ivate int outpatient DaysField; | |
| 5990 | ||
| 5991 | pr ivate bool outpatien tDaysField Specified; | |
| 5992 | ||
| 5993 | pr ivate bool validDepe ndentField ; | |
| 5994 | ||
| 5995 | pr ivate bool validDepe ndentField Specified; | |
| 5996 | ||
| 5997 | pr ivate spou seInfo spo useField; | |
| 5998 | ||
| 5999 | pr ivate deci mal contri butionToSp ouseAmtFie ld; | |
| 6000 | ||
| 6001 | pr ivate bool contribut ionToSpous eAmtFieldS pecified; | |
| 6002 | ||
| 6003 | pr ivate bool contribut edToSpouse IndField; | |
| 6004 | ||
| 6005 | pr ivate bool contribut edToSpouse IndFieldSp ecified; | |
| 6006 | ||
| 6007 | // / <remarks /> | |
| 6008 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass et")] | |
| 6009 | pu blic asset Info[] ass ets { | |
| 6010 | get { | |
| 6011 | retu rn this.as setsField; | |
| 6012 | } | |
| 6013 | set { | |
| 6014 | this .assetsFie ld = value ; | |
| 6015 | this .RaiseProp ertyChange d("assets" ); | |
| 6016 | } | |
| 6017 | } | |
| 6018 | ||
| 6019 | // / <remarks /> | |
| 6020 | pu blic debit Info debit s { | |
| 6021 | get { | |
| 6022 | retu rn this.de bitsField; | |
| 6023 | } | |
| 6024 | set { | |
| 6025 | this .debitsFie ld = value ; | |
| 6026 | this .RaiseProp ertyChange d("debits" ); | |
| 6027 | } | |
| 6028 | } | |
| 6029 | ||
| 6030 | // / <remarks /> | |
| 6031 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("exp ense")] | |
| 6032 | pu blic expen seInfo[] e xpenses { | |
| 6033 | get { | |
| 6034 | retu rn this.ex pensesFiel d; | |
| 6035 | } | |
| 6036 | set { | |
| 6037 | this .expensesF ield = val ue; | |
| 6038 | this .RaiseProp ertyChange d("expense s"); | |
| 6039 | } | |
| 6040 | } | |
| 6041 | ||
| 6042 | // / <remarks /> | |
| 6043 | pu blic int i ncomeYear { | |
| 6044 | get { | |
| 6045 | retu rn this.in comeYearFi eld; | |
| 6046 | } | |
| 6047 | set { | |
| 6048 | this .incomeYea rField = v alue; | |
| 6049 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 6050 | } | |
| 6051 | } | |
| 6052 | ||
| 6053 | // / <remarks /> | |
| 6054 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6055 | pu blic bool incomeYear Specified { | |
| 6056 | get { | |
| 6057 | retu rn this.in comeYearFi eldSpecifi ed; | |
| 6058 | } | |
| 6059 | set { | |
| 6060 | this .incomeYea rFieldSpec ified = va lue; | |
| 6061 | this .RaiseProp ertyChange d("incomeY earSpecifi ed"); | |
| 6062 | } | |
| 6063 | } | |
| 6064 | ||
| 6065 | // / <remarks /> | |
| 6066 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("inc ome")] | |
| 6067 | pu blic incom eInfo[] in comes { | |
| 6068 | get { | |
| 6069 | retu rn this.in comesField ; | |
| 6070 | } | |
| 6071 | set { | |
| 6072 | this .incomesFi eld = valu e; | |
| 6073 | this .RaiseProp ertyChange d("incomes "); | |
| 6074 | } | |
| 6075 | } | |
| 6076 | ||
| 6077 | // / <remarks /> | |
| 6078 | pu blic bool livedWithP atient { | |
| 6079 | get { | |
| 6080 | retu rn this.li vedWithPat ientField; | |
| 6081 | } | |
| 6082 | set { | |
| 6083 | this .livedWith PatientFie ld = value ; | |
| 6084 | this .RaiseProp ertyChange d("livedWi thPatient" ); | |
| 6085 | } | |
| 6086 | } | |
| 6087 | ||
| 6088 | // / <remarks /> | |
| 6089 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6090 | pu blic bool livedWithP atientSpec ified { | |
| 6091 | get { | |
| 6092 | retu rn this.li vedWithPat ientFieldS pecified; | |
| 6093 | } | |
| 6094 | set { | |
| 6095 | this .livedWith PatientFie ldSpecifie d = value; | |
| 6096 | this .RaiseProp ertyChange d("livedWi thPatientS pecified") ; | |
| 6097 | } | |
| 6098 | } | |
| 6099 | ||
| 6100 | // / <remarks /> | |
| 6101 | pu blic int i npatientDa ys { | |
| 6102 | get { | |
| 6103 | retu rn this.in patientDay sField; | |
| 6104 | } | |
| 6105 | set { | |
| 6106 | this .inpatient DaysField = value; | |
| 6107 | this .RaiseProp ertyChange d("inpatie ntDays"); | |
| 6108 | } | |
| 6109 | } | |
| 6110 | ||
| 6111 | // / <remarks /> | |
| 6112 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6113 | pu blic bool inpatientD aysSpecifi ed { | |
| 6114 | get { | |
| 6115 | retu rn this.in patientDay sFieldSpec ified; | |
| 6116 | } | |
| 6117 | set { | |
| 6118 | this .inpatient DaysFieldS pecified = value; | |
| 6119 | this .RaiseProp ertyChange d("inpatie ntDaysSpec ified"); | |
| 6120 | } | |
| 6121 | } | |
| 6122 | ||
| 6123 | // / <remarks /> | |
| 6124 | pu blic int o utpatientD ays { | |
| 6125 | get { | |
| 6126 | retu rn this.ou tpatientDa ysField; | |
| 6127 | } | |
| 6128 | set { | |
| 6129 | this .outpatien tDaysField = value; | |
| 6130 | this .RaiseProp ertyChange d("outpati entDays"); | |
| 6131 | } | |
| 6132 | } | |
| 6133 | ||
| 6134 | // / <remarks /> | |
| 6135 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6136 | pu blic bool outpatient DaysSpecif ied { | |
| 6137 | get { | |
| 6138 | retu rn this.ou tpatientDa ysFieldSpe cified; | |
| 6139 | } | |
| 6140 | set { | |
| 6141 | this .outpatien tDaysField Specified = value; | |
| 6142 | this .RaiseProp ertyChange d("outpati entDaysSpe cified"); | |
| 6143 | } | |
| 6144 | } | |
| 6145 | ||
| 6146 | // / <remarks /> | |
| 6147 | pu blic bool validDepen dent { | |
| 6148 | get { | |
| 6149 | retu rn this.va lidDepende ntField; | |
| 6150 | } | |
| 6151 | set { | |
| 6152 | this .validDepe ndentField = value; | |
| 6153 | this .RaiseProp ertyChange d("validDe pendent"); | |
| 6154 | } | |
| 6155 | } | |
| 6156 | ||
| 6157 | // / <remarks /> | |
| 6158 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6159 | pu blic bool validDepen dentSpecif ied { | |
| 6160 | get { | |
| 6161 | retu rn this.va lidDepende ntFieldSpe cified; | |
| 6162 | } | |
| 6163 | set { | |
| 6164 | this .validDepe ndentField Specified = value; | |
| 6165 | this .RaiseProp ertyChange d("validDe pendentSpe cified"); | |
| 6166 | } | |
| 6167 | } | |
| 6168 | ||
| 6169 | // / <remarks /> | |
| 6170 | pu blic spous eInfo spou se { | |
| 6171 | get { | |
| 6172 | retu rn this.sp ouseField; | |
| 6173 | } | |
| 6174 | set { | |
| 6175 | this .spouseFie ld = value ; | |
| 6176 | this .RaiseProp ertyChange d("spouse" ); | |
| 6177 | } | |
| 6178 | } | |
| 6179 | ||
| 6180 | // / <remarks /> | |
| 6181 | pu blic decim al contrib utionToSpo useAmt { | |
| 6182 | get { | |
| 6183 | retu rn this.co ntribution ToSpouseAm tField; | |
| 6184 | } | |
| 6185 | set { | |
| 6186 | this .contribut ionToSpous eAmtField = value; | |
| 6187 | this .RaiseProp ertyChange d("contrib utionToSpo useAmt"); | |
| 6188 | } | |
| 6189 | } | |
| 6190 | ||
| 6191 | // / <remarks /> | |
| 6192 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6193 | pu blic bool contributi onToSpouse AmtSpecifi ed { | |
| 6194 | get { | |
| 6195 | retu rn this.co ntribution ToSpouseAm tFieldSpec ified; | |
| 6196 | } | |
| 6197 | set { | |
| 6198 | this .contribut ionToSpous eAmtFieldS pecified = value; | |
| 6199 | this .RaiseProp ertyChange d("contrib utionToSpo useAmtSpec ified"); | |
| 6200 | } | |
| 6201 | } | |
| 6202 | ||
| 6203 | // / <remarks /> | |
| 6204 | pu blic bool contribute dToSpouseI nd { | |
| 6205 | get { | |
| 6206 | retu rn this.co ntributedT oSpouseInd Field; | |
| 6207 | } | |
| 6208 | set { | |
| 6209 | this .contribut edToSpouse IndField = value; | |
| 6210 | this .RaiseProp ertyChange d("contrib utedToSpou seInd"); | |
| 6211 | } | |
| 6212 | } | |
| 6213 | ||
| 6214 | // / <remarks /> | |
| 6215 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6216 | pu blic bool contribute dToSpouseI ndSpecifie d { | |
| 6217 | get { | |
| 6218 | retu rn this.co ntributedT oSpouseInd FieldSpeci fied; | |
| 6219 | } | |
| 6220 | set { | |
| 6221 | this .contribut edToSpouse IndFieldSp ecified = value; | |
| 6222 | this .RaiseProp ertyChange d("contrib utedToSpou seIndSpeci fied"); | |
| 6223 | } | |
| 6224 | } | |
| 6225 | ||
| 6226 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 6227 | ||
| 6228 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 6229 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 6230 | if ((pro pertyChang ed != null )) { | |
| 6231 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 6232 | } | |
| 6233 | } | |
| 6234 | } | |
| 6235 | ||
| 6236 | /// <r emarks/> | |
| 6237 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 6238 | [Syste m.Serializ ableAttrib ute()] | |
| 6239 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 6240 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 6241 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 6242 | public partial c lass spous eInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 6243 | ||
| 6244 | pr ivate stri ng dobFiel d; | |
| 6245 | ||
| 6246 | pr ivate Syst em.DateTim e endDateF ield; | |
| 6247 | ||
| 6248 | pr ivate bool endDateFi eldSpecifi ed; | |
| 6249 | ||
| 6250 | pr ivate stri ng familyN ameField; | |
| 6251 | ||
| 6252 | pr ivate stri ng genderF ield; | |
| 6253 | ||
| 6254 | pr ivate stri ng givenNa meField; | |
| 6255 | ||
| 6256 | pr ivate stri ng middleN ameField; | |
| 6257 | ||
| 6258 | pr ivate stri ng relatio nshipField ; | |
| 6259 | ||
| 6260 | pr ivate ssnI nfo[] ssns Field; | |
| 6261 | ||
| 6262 | pr ivate stri ng startDa teField; | |
| 6263 | ||
| 6264 | pr ivate addr essInfo ad dressField ; | |
| 6265 | ||
| 6266 | pr ivate empl oymentInfo employmen tField; | |
| 6267 | ||
| 6268 | pr ivate stri ng maidenN ameField; | |
| 6269 | ||
| 6270 | pr ivate stri ng prefixF ield; | |
| 6271 | ||
| 6272 | pr ivate stri ng suffixF ield; | |
| 6273 | ||
| 6274 | // / <remarks /> | |
| 6275 | pu blic strin g dob { | |
| 6276 | get { | |
| 6277 | retu rn this.do bField; | |
| 6278 | } | |
| 6279 | set { | |
| 6280 | this .dobField = value; | |
| 6281 | this .RaiseProp ertyChange d("dob"); | |
| 6282 | } | |
| 6283 | } | |
| 6284 | ||
| 6285 | // / <remarks /> | |
| 6286 | pu blic Syste m.DateTime endDate { | |
| 6287 | get { | |
| 6288 | retu rn this.en dDateField ; | |
| 6289 | } | |
| 6290 | set { | |
| 6291 | this .endDateFi eld = valu e; | |
| 6292 | this .RaiseProp ertyChange d("endDate "); | |
| 6293 | } | |
| 6294 | } | |
| 6295 | ||
| 6296 | // / <remarks /> | |
| 6297 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6298 | pu blic bool endDateSpe cified { | |
| 6299 | get { | |
| 6300 | retu rn this.en dDateField Specified; | |
| 6301 | } | |
| 6302 | set { | |
| 6303 | this .endDateFi eldSpecifi ed = value ; | |
| 6304 | this .RaiseProp ertyChange d("endDate Specified" ); | |
| 6305 | } | |
| 6306 | } | |
| 6307 | ||
| 6308 | // / <remarks /> | |
| 6309 | pu blic strin g familyNa me { | |
| 6310 | get { | |
| 6311 | retu rn this.fa milyNameFi eld; | |
| 6312 | } | |
| 6313 | set { | |
| 6314 | this .familyNam eField = v alue; | |
| 6315 | this .RaiseProp ertyChange d("familyN ame"); | |
| 6316 | } | |
| 6317 | } | |
| 6318 | ||
| 6319 | // / <remarks /> | |
| 6320 | pu blic strin g gender { | |
| 6321 | get { | |
| 6322 | retu rn this.ge nderField; | |
| 6323 | } | |
| 6324 | set { | |
| 6325 | this .genderFie ld = value ; | |
| 6326 | this .RaiseProp ertyChange d("gender" ); | |
| 6327 | } | |
| 6328 | } | |
| 6329 | ||
| 6330 | // / <remarks /> | |
| 6331 | pu blic strin g givenNam e { | |
| 6332 | get { | |
| 6333 | retu rn this.gi venNameFie ld; | |
| 6334 | } | |
| 6335 | set { | |
| 6336 | this .givenName Field = va lue; | |
| 6337 | this .RaiseProp ertyChange d("givenNa me"); | |
| 6338 | } | |
| 6339 | } | |
| 6340 | ||
| 6341 | // / <remarks /> | |
| 6342 | pu blic strin g middleNa me { | |
| 6343 | get { | |
| 6344 | retu rn this.mi ddleNameFi eld; | |
| 6345 | } | |
| 6346 | set { | |
| 6347 | this .middleNam eField = v alue; | |
| 6348 | this .RaiseProp ertyChange d("middleN ame"); | |
| 6349 | } | |
| 6350 | } | |
| 6351 | ||
| 6352 | // / <remarks /> | |
| 6353 | pu blic strin g relation ship { | |
| 6354 | get { | |
| 6355 | retu rn this.re lationship Field; | |
| 6356 | } | |
| 6357 | set { | |
| 6358 | this .relations hipField = value; | |
| 6359 | this .RaiseProp ertyChange d("relatio nship"); | |
| 6360 | } | |
| 6361 | } | |
| 6362 | ||
| 6363 | // / <remarks /> | |
| 6364 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ssn ")] | |
| 6365 | pu blic ssnIn fo[] ssns { | |
| 6366 | get { | |
| 6367 | retu rn this.ss nsField; | |
| 6368 | } | |
| 6369 | set { | |
| 6370 | this .ssnsField = value; | |
| 6371 | this .RaiseProp ertyChange d("ssns"); | |
| 6372 | } | |
| 6373 | } | |
| 6374 | ||
| 6375 | // / <remarks /> | |
| 6376 | pu blic strin g startDat e { | |
| 6377 | get { | |
| 6378 | retu rn this.st artDateFie ld; | |
| 6379 | } | |
| 6380 | set { | |
| 6381 | this .startDate Field = va lue; | |
| 6382 | this .RaiseProp ertyChange d("startDa te"); | |
| 6383 | } | |
| 6384 | } | |
| 6385 | ||
| 6386 | // / <remarks /> | |
| 6387 | pu blic addre ssInfo add ress { | |
| 6388 | get { | |
| 6389 | retu rn this.ad dressField ; | |
| 6390 | } | |
| 6391 | set { | |
| 6392 | this .addressFi eld = valu e; | |
| 6393 | this .RaiseProp ertyChange d("address "); | |
| 6394 | } | |
| 6395 | } | |
| 6396 | ||
| 6397 | // / <remarks /> | |
| 6398 | pu blic emplo ymentInfo employment { | |
| 6399 | get { | |
| 6400 | retu rn this.em ploymentFi eld; | |
| 6401 | } | |
| 6402 | set { | |
| 6403 | this .employmen tField = v alue; | |
| 6404 | this .RaiseProp ertyChange d("employm ent"); | |
| 6405 | } | |
| 6406 | } | |
| 6407 | ||
| 6408 | // / <remarks /> | |
| 6409 | pu blic strin g maidenNa me { | |
| 6410 | get { | |
| 6411 | retu rn this.ma idenNameFi eld; | |
| 6412 | } | |
| 6413 | set { | |
| 6414 | this .maidenNam eField = v alue; | |
| 6415 | this .RaiseProp ertyChange d("maidenN ame"); | |
| 6416 | } | |
| 6417 | } | |
| 6418 | ||
| 6419 | // / <remarks /> | |
| 6420 | pu blic strin g prefix { | |
| 6421 | get { | |
| 6422 | retu rn this.pr efixField; | |
| 6423 | } | |
| 6424 | set { | |
| 6425 | this .prefixFie ld = value ; | |
| 6426 | this .RaiseProp ertyChange d("prefix" ); | |
| 6427 | } | |
| 6428 | } | |
| 6429 | ||
| 6430 | // / <remarks /> | |
| 6431 | pu blic strin g suffix { | |
| 6432 | get { | |
| 6433 | retu rn this.su ffixField; | |
| 6434 | } | |
| 6435 | set { | |
| 6436 | this .suffixFie ld = value ; | |
| 6437 | this .RaiseProp ertyChange d("suffix" ); | |
| 6438 | } | |
| 6439 | } | |
| 6440 | ||
| 6441 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 6442 | ||
| 6443 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 6444 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 6445 | if ((pro pertyChang ed != null )) { | |
| 6446 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 6447 | } | |
| 6448 | } | |
| 6449 | } | |
| 6450 | ||
| 6451 | /// <r emarks/> | |
| 6452 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 6453 | [Syste m.Serializ ableAttrib ute()] | |
| 6454 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 6455 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 6456 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 6457 | public partial c lass incom eTestInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 6458 | ||
| 6459 | pr ivate Syst em.DateTim e adjudica tionDateFi eld; | |
| 6460 | ||
| 6461 | pr ivate bool adjudicat ionDateFie ldSpecifie d; | |
| 6462 | ||
| 6463 | pr ivate bool agreesToP ayDeductib leField; | |
| 6464 | ||
| 6465 | pr ivate bool agreesToP ayDeductib leFieldSpe cified; | |
| 6466 | ||
| 6467 | pr ivate bool cadAdjust edField; | |
| 6468 | ||
| 6469 | pr ivate bool cadAdjust edFieldSpe cified; | |
| 6470 | ||
| 6471 | pr ivate deci mal childI ncomeExclu sionThresh oldField; | |
| 6472 | ||
| 6473 | pr ivate bool childInco meExclusio nThreshold FieldSpeci fied; | |
| 6474 | ||
| 6475 | pr ivate stri ng comment sField; | |
| 6476 | ||
| 6477 | pr ivate Syst em.DateTim e dateMTNo LongerRequ iredField; | |
| 6478 | ||
| 6479 | pr ivate bool dateMTNoL ongerRequi redFieldSp ecified; | |
| 6480 | ||
| 6481 | pr ivate deci mal deduct ibleExpens esField; | |
| 6482 | ||
| 6483 | pr ivate bool deductibl eExpensesF ieldSpecif ied; | |
| 6484 | ||
| 6485 | pr ivate bool discloseF inancialIn formationF ield; | |
| 6486 | ||
| 6487 | pr ivate bool discloseF inancialIn formationF ieldSpecif ied; | |
| 6488 | ||
| 6489 | pr ivate Syst em.DateTim e effectiv eDateField ; | |
| 6490 | ||
| 6491 | pr ivate bool effective DateFieldS pecified; | |
| 6492 | ||
| 6493 | pr ivate bool futureTes tField; | |
| 6494 | ||
| 6495 | pr ivate bool futureTes tFieldSpec ified; | |
| 6496 | ||
| 6497 | pr ivate addr essInfo gm tAddressIn foField; | |
| 6498 | ||
| 6499 | pr ivate deci mal gmtThr esholdAmou ntField; | |
| 6500 | ||
| 6501 | pr ivate bool gmtThresh oldAmountF ieldSpecif ied; | |
| 6502 | ||
| 6503 | pr ivate stri ng hardShi pReasonFie ld; | |
| 6504 | ||
| 6505 | pr ivate hard shipInfo h ardshipInf oField; | |
| 6506 | ||
| 6507 | pr ivate stri ng incomeT estTypeFie ld; | |
| 6508 | ||
| 6509 | pr ivate stri ng incomeT estsourceF ield; | |
| 6510 | ||
| 6511 | pr ivate stri ng incomeV erificatio nStatusFie ld; | |
| 6512 | ||
| 6513 | pr ivate Syst em.DateTim e incomeVe rification StatusDate Field; | |
| 6514 | ||
| 6515 | pr ivate bool incomeVer ificationS tatusDateF ieldSpecif ied; | |
| 6516 | ||
| 6517 | pr ivate int incomeYear Field; | |
| 6518 | ||
| 6519 | pr ivate bool incomeYea rFieldSpec ified; | |
| 6520 | ||
| 6521 | pr ivate Syst em.DateTim e ivmTestC ompletionD ateField; | |
| 6522 | ||
| 6523 | pr ivate bool ivmTestCo mpletionDa teFieldSpe cified; | |
| 6524 | ||
| 6525 | pr ivate Syst em.DateTim e ivmConve rsionDateF ield; | |
| 6526 | ||
| 6527 | pr ivate bool ivmConver sionDateFi eldSpecifi ed; | |
| 6528 | ||
| 6529 | pr ivate Syst em.DateTim e incomeTe stReportDa teField; | |
| 6530 | ||
| 6531 | pr ivate bool incomeTes tReportDat eFieldSpec ified; | |
| 6532 | ||
| 6533 | pr ivate deci mal netInc omeField; | |
| 6534 | ||
| 6535 | pr ivate bool netIncome FieldSpeci fied; | |
| 6536 | ||
| 6537 | pr ivate deci mal netWor thField; | |
| 6538 | ||
| 6539 | pr ivate bool netWorthF ieldSpecif ied; | |
| 6540 | ||
| 6541 | pr ivate deci mal networ thThreshol dField; | |
| 6542 | ||
| 6543 | pr ivate bool networthT hresholdFi eldSpecifi ed; | |
| 6544 | ||
| 6545 | pr ivate deci mal pensio nThreshold Field; | |
| 6546 | ||
| 6547 | pr ivate bool pensionTh resholdFie ldSpecifie d; | |
| 6548 | ||
| 6549 | pr ivate bool previousY earThresho ldAppliesF ield; | |
| 6550 | ||
| 6551 | pr ivate bool previousY earThresho ldAppliesF ieldSpecif ied; | |
| 6552 | ||
| 6553 | pr ivate bool primaryIn comeTestFi eld; | |
| 6554 | ||
| 6555 | pr ivate bool primaryIn comeTestFi eldSpecifi ed; | |
| 6556 | ||
| 6557 | pr ivate deci mal reason MTNoLonger RequiredFi eld; | |
| 6558 | ||
| 6559 | pr ivate bool reasonMTN oLongerReq uiredField Specified; | |
| 6560 | ||
| 6561 | pr ivate bool refusedTo SignField; | |
| 6562 | ||
| 6563 | pr ivate bool refusedTo SignFieldS pecified; | |
| 6564 | ||
| 6565 | pr ivate bool sendForAd judication Field; | |
| 6566 | ||
| 6567 | pr ivate bool sendForAd judication FieldSpeci fied; | |
| 6568 | ||
| 6569 | pr ivate stri ng siteCon ductingTes tField; | |
| 6570 | ||
| 6571 | pr ivate inco meTestStat usInfo[] s tatusesFie ld; | |
| 6572 | ||
| 6573 | pr ivate deci mal thresh oldAField; | |
| 6574 | ||
| 6575 | pr ivate bool threshold AFieldSpec ified; | |
| 6576 | ||
| 6577 | pr ivate deci mal totalI ncomeField ; | |
| 6578 | ||
| 6579 | pr ivate bool totalInco meFieldSpe cified; | |
| 6580 | ||
| 6581 | pr ivate int totalNumbe rOfDepende ntsField; | |
| 6582 | ||
| 6583 | pr ivate bool totalNumb erOfDepend entsFieldS pecified; | |
| 6584 | ||
| 6585 | pr ivate bool priorityG roup8Relax ationField ; | |
| 6586 | ||
| 6587 | pr ivate bool priorityG roup8Relax ationField Specified; | |
| 6588 | ||
| 6589 | pr ivate stri ng ivmCase StatusFiel d; | |
| 6590 | ||
| 6591 | // / <remarks /> | |
| 6592 | pu blic Syste m.DateTime adjudicat ionDate { | |
| 6593 | get { | |
| 6594 | retu rn this.ad judication DateField; | |
| 6595 | } | |
| 6596 | set { | |
| 6597 | this .adjudicat ionDateFie ld = value ; | |
| 6598 | this .RaiseProp ertyChange d("adjudic ationDate" ); | |
| 6599 | } | |
| 6600 | } | |
| 6601 | ||
| 6602 | // / <remarks /> | |
| 6603 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6604 | pu blic bool adjudicati onDateSpec ified { | |
| 6605 | get { | |
| 6606 | retu rn this.ad judication DateFieldS pecified; | |
| 6607 | } | |
| 6608 | set { | |
| 6609 | this .adjudicat ionDateFie ldSpecifie d = value; | |
| 6610 | this .RaiseProp ertyChange d("adjudic ationDateS pecified") ; | |
| 6611 | } | |
| 6612 | } | |
| 6613 | ||
| 6614 | // / <remarks /> | |
| 6615 | pu blic bool agreesToPa yDeductibl e { | |
| 6616 | get { | |
| 6617 | retu rn this.ag reesToPayD eductibleF ield; | |
| 6618 | } | |
| 6619 | set { | |
| 6620 | this .agreesToP ayDeductib leField = value; | |
| 6621 | this .RaiseProp ertyChange d("agreesT oPayDeduct ible"); | |
| 6622 | } | |
| 6623 | } | |
| 6624 | ||
| 6625 | // / <remarks /> | |
| 6626 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6627 | pu blic bool agreesToPa yDeductibl eSpecified { | |
| 6628 | get { | |
| 6629 | retu rn this.ag reesToPayD eductibleF ieldSpecif ied; | |
| 6630 | } | |
| 6631 | set { | |
| 6632 | this .agreesToP ayDeductib leFieldSpe cified = v alue; | |
| 6633 | this .RaiseProp ertyChange d("agreesT oPayDeduct ibleSpecif ied"); | |
| 6634 | } | |
| 6635 | } | |
| 6636 | ||
| 6637 | // / <remarks /> | |
| 6638 | pu blic bool cadAdjuste d { | |
| 6639 | get { | |
| 6640 | retu rn this.ca dAdjustedF ield; | |
| 6641 | } | |
| 6642 | set { | |
| 6643 | this .cadAdjust edField = value; | |
| 6644 | this .RaiseProp ertyChange d("cadAdju sted"); | |
| 6645 | } | |
| 6646 | } | |
| 6647 | ||
| 6648 | // / <remarks /> | |
| 6649 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6650 | pu blic bool cadAdjuste dSpecified { | |
| 6651 | get { | |
| 6652 | retu rn this.ca dAdjustedF ieldSpecif ied; | |
| 6653 | } | |
| 6654 | set { | |
| 6655 | this .cadAdjust edFieldSpe cified = v alue; | |
| 6656 | this .RaiseProp ertyChange d("cadAdju stedSpecif ied"); | |
| 6657 | } | |
| 6658 | } | |
| 6659 | ||
| 6660 | // / <remarks /> | |
| 6661 | pu blic decim al childIn comeExclus ionThresho ld { | |
| 6662 | get { | |
| 6663 | retu rn this.ch ildIncomeE xclusionTh resholdFie ld; | |
| 6664 | } | |
| 6665 | set { | |
| 6666 | this .childInco meExclusio nThreshold Field = va lue; | |
| 6667 | this .RaiseProp ertyChange d("childIn comeExclus ionThresho ld"); | |
| 6668 | } | |
| 6669 | } | |
| 6670 | ||
| 6671 | // / <remarks /> | |
| 6672 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6673 | pu blic bool childIncom eExclusion ThresholdS pecified { | |
| 6674 | get { | |
| 6675 | retu rn this.ch ildIncomeE xclusionTh resholdFie ldSpecifie d; | |
| 6676 | } | |
| 6677 | set { | |
| 6678 | this .childInco meExclusio nThreshold FieldSpeci fied = val ue; | |
| 6679 | this .RaiseProp ertyChange d("childIn comeExclus ionThresho ldSpecifie d"); | |
| 6680 | } | |
| 6681 | } | |
| 6682 | ||
| 6683 | // / <remarks /> | |
| 6684 | pu blic strin g comments { | |
| 6685 | get { | |
| 6686 | retu rn this.co mmentsFiel d; | |
| 6687 | } | |
| 6688 | set { | |
| 6689 | this .commentsF ield = val ue; | |
| 6690 | this .RaiseProp ertyChange d("comment s"); | |
| 6691 | } | |
| 6692 | } | |
| 6693 | ||
| 6694 | // / <remarks /> | |
| 6695 | pu blic Syste m.DateTime dateMTNoL ongerRequi red { | |
| 6696 | get { | |
| 6697 | retu rn this.da teMTNoLong erRequired Field; | |
| 6698 | } | |
| 6699 | set { | |
| 6700 | this .dateMTNoL ongerRequi redField = value; | |
| 6701 | this .RaiseProp ertyChange d("dateMTN oLongerReq uired"); | |
| 6702 | } | |
| 6703 | } | |
| 6704 | ||
| 6705 | // / <remarks /> | |
| 6706 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6707 | pu blic bool dateMTNoLo ngerRequir edSpecifie d { | |
| 6708 | get { | |
| 6709 | retu rn this.da teMTNoLong erRequired FieldSpeci fied; | |
| 6710 | } | |
| 6711 | set { | |
| 6712 | this .dateMTNoL ongerRequi redFieldSp ecified = value; | |
| 6713 | this .RaiseProp ertyChange d("dateMTN oLongerReq uiredSpeci fied"); | |
| 6714 | } | |
| 6715 | } | |
| 6716 | ||
| 6717 | // / <remarks /> | |
| 6718 | pu blic decim al deducti bleExpense s { | |
| 6719 | get { | |
| 6720 | retu rn this.de ductibleEx pensesFiel d; | |
| 6721 | } | |
| 6722 | set { | |
| 6723 | this .deductibl eExpensesF ield = val ue; | |
| 6724 | this .RaiseProp ertyChange d("deducti bleExpense s"); | |
| 6725 | } | |
| 6726 | } | |
| 6727 | ||
| 6728 | // / <remarks /> | |
| 6729 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6730 | pu blic bool deductible ExpensesSp ecified { | |
| 6731 | get { | |
| 6732 | retu rn this.de ductibleEx pensesFiel dSpecified ; | |
| 6733 | } | |
| 6734 | set { | |
| 6735 | this .deductibl eExpensesF ieldSpecif ied = valu e; | |
| 6736 | this .RaiseProp ertyChange d("deducti bleExpense sSpecified "); | |
| 6737 | } | |
| 6738 | } | |
| 6739 | ||
| 6740 | // / <remarks /> | |
| 6741 | pu blic bool discloseFi nancialInf ormation { | |
| 6742 | get { | |
| 6743 | retu rn this.di scloseFina ncialInfor mationFiel d; | |
| 6744 | } | |
| 6745 | set { | |
| 6746 | this .discloseF inancialIn formationF ield = val ue; | |
| 6747 | this .RaiseProp ertyChange d("disclos eFinancial Informatio n"); | |
| 6748 | } | |
| 6749 | } | |
| 6750 | ||
| 6751 | // / <remarks /> | |
| 6752 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6753 | pu blic bool discloseFi nancialInf ormationSp ecified { | |
| 6754 | get { | |
| 6755 | retu rn this.di scloseFina ncialInfor mationFiel dSpecified ; | |
| 6756 | } | |
| 6757 | set { | |
| 6758 | this .discloseF inancialIn formationF ieldSpecif ied = valu e; | |
| 6759 | this .RaiseProp ertyChange d("disclos eFinancial Informatio nSpecified "); | |
| 6760 | } | |
| 6761 | } | |
| 6762 | ||
| 6763 | // / <remarks /> | |
| 6764 | pu blic Syste m.DateTime effective Date { | |
| 6765 | get { | |
| 6766 | retu rn this.ef fectiveDat eField; | |
| 6767 | } | |
| 6768 | set { | |
| 6769 | this .effective DateField = value; | |
| 6770 | this .RaiseProp ertyChange d("effecti veDate"); | |
| 6771 | } | |
| 6772 | } | |
| 6773 | ||
| 6774 | // / <remarks /> | |
| 6775 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6776 | pu blic bool effectiveD ateSpecifi ed { | |
| 6777 | get { | |
| 6778 | retu rn this.ef fectiveDat eFieldSpec ified; | |
| 6779 | } | |
| 6780 | set { | |
| 6781 | this .effective DateFieldS pecified = value; | |
| 6782 | this .RaiseProp ertyChange d("effecti veDateSpec ified"); | |
| 6783 | } | |
| 6784 | } | |
| 6785 | ||
| 6786 | // / <remarks /> | |
| 6787 | pu blic bool futureTest { | |
| 6788 | get { | |
| 6789 | retu rn this.fu tureTestFi eld; | |
| 6790 | } | |
| 6791 | set { | |
| 6792 | this .futureTes tField = v alue; | |
| 6793 | this .RaiseProp ertyChange d("futureT est"); | |
| 6794 | } | |
| 6795 | } | |
| 6796 | ||
| 6797 | // / <remarks /> | |
| 6798 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6799 | pu blic bool futureTest Specified { | |
| 6800 | get { | |
| 6801 | retu rn this.fu tureTestFi eldSpecifi ed; | |
| 6802 | } | |
| 6803 | set { | |
| 6804 | this .futureTes tFieldSpec ified = va lue; | |
| 6805 | this .RaiseProp ertyChange d("futureT estSpecifi ed"); | |
| 6806 | } | |
| 6807 | } | |
| 6808 | ||
| 6809 | // / <remarks /> | |
| 6810 | pu blic addre ssInfo gmt AddressInf o { | |
| 6811 | get { | |
| 6812 | retu rn this.gm tAddressIn foField; | |
| 6813 | } | |
| 6814 | set { | |
| 6815 | this .gmtAddres sInfoField = value; | |
| 6816 | this .RaiseProp ertyChange d("gmtAddr essInfo"); | |
| 6817 | } | |
| 6818 | } | |
| 6819 | ||
| 6820 | // / <remarks /> | |
| 6821 | pu blic decim al gmtThre sholdAmoun t { | |
| 6822 | get { | |
| 6823 | retu rn this.gm tThreshold AmountFiel d; | |
| 6824 | } | |
| 6825 | set { | |
| 6826 | this .gmtThresh oldAmountF ield = val ue; | |
| 6827 | this .RaiseProp ertyChange d("gmtThre sholdAmoun t"); | |
| 6828 | } | |
| 6829 | } | |
| 6830 | ||
| 6831 | // / <remarks /> | |
| 6832 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6833 | pu blic bool gmtThresho ldAmountSp ecified { | |
| 6834 | get { | |
| 6835 | retu rn this.gm tThreshold AmountFiel dSpecified ; | |
| 6836 | } | |
| 6837 | set { | |
| 6838 | this .gmtThresh oldAmountF ieldSpecif ied = valu e; | |
| 6839 | this .RaiseProp ertyChange d("gmtThre sholdAmoun tSpecified "); | |
| 6840 | } | |
| 6841 | } | |
| 6842 | ||
| 6843 | // / <remarks /> | |
| 6844 | pu blic strin g hardShip Reason { | |
| 6845 | get { | |
| 6846 | retu rn this.ha rdShipReas onField; | |
| 6847 | } | |
| 6848 | set { | |
| 6849 | this .hardShipR easonField = value; | |
| 6850 | this .RaiseProp ertyChange d("hardShi pReason"); | |
| 6851 | } | |
| 6852 | } | |
| 6853 | ||
| 6854 | // / <remarks /> | |
| 6855 | pu blic hards hipInfo ha rdshipInfo { | |
| 6856 | get { | |
| 6857 | retu rn this.ha rdshipInfo Field; | |
| 6858 | } | |
| 6859 | set { | |
| 6860 | this .hardshipI nfoField = value; | |
| 6861 | this .RaiseProp ertyChange d("hardshi pInfo"); | |
| 6862 | } | |
| 6863 | } | |
| 6864 | ||
| 6865 | // / <remarks /> | |
| 6866 | pu blic strin g incomeTe stType { | |
| 6867 | get { | |
| 6868 | retu rn this.in comeTestTy peField; | |
| 6869 | } | |
| 6870 | set { | |
| 6871 | this .incomeTes tTypeField = value; | |
| 6872 | this .RaiseProp ertyChange d("incomeT estType"); | |
| 6873 | } | |
| 6874 | } | |
| 6875 | ||
| 6876 | // / <remarks /> | |
| 6877 | pu blic strin g incomeTe stsource { | |
| 6878 | get { | |
| 6879 | retu rn this.in comeTestso urceField; | |
| 6880 | } | |
| 6881 | set { | |
| 6882 | this .incomeTes tsourceFie ld = value ; | |
| 6883 | this .RaiseProp ertyChange d("incomeT estsource" ); | |
| 6884 | } | |
| 6885 | } | |
| 6886 | ||
| 6887 | // / <remarks /> | |
| 6888 | pu blic strin g incomeVe rification Status { | |
| 6889 | get { | |
| 6890 | retu rn this.in comeVerifi cationStat usField; | |
| 6891 | } | |
| 6892 | set { | |
| 6893 | this .incomeVer ificationS tatusField = value; | |
| 6894 | this .RaiseProp ertyChange d("incomeV erificatio nStatus"); | |
| 6895 | } | |
| 6896 | } | |
| 6897 | ||
| 6898 | // / <remarks /> | |
| 6899 | pu blic Syste m.DateTime incomeVer ificationS tatusDate { | |
| 6900 | get { | |
| 6901 | retu rn this.in comeVerifi cationStat usDateFiel d; | |
| 6902 | } | |
| 6903 | set { | |
| 6904 | this .incomeVer ificationS tatusDateF ield = val ue; | |
| 6905 | this .RaiseProp ertyChange d("incomeV erificatio nStatusDat e"); | |
| 6906 | } | |
| 6907 | } | |
| 6908 | ||
| 6909 | // / <remarks /> | |
| 6910 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6911 | pu blic bool incomeVeri ficationSt atusDateSp ecified { | |
| 6912 | get { | |
| 6913 | retu rn this.in comeVerifi cationStat usDateFiel dSpecified ; | |
| 6914 | } | |
| 6915 | set { | |
| 6916 | this .incomeVer ificationS tatusDateF ieldSpecif ied = valu e; | |
| 6917 | this .RaiseProp ertyChange d("incomeV erificatio nStatusDat eSpecified "); | |
| 6918 | } | |
| 6919 | } | |
| 6920 | ||
| 6921 | // / <remarks /> | |
| 6922 | pu blic int i ncomeYear { | |
| 6923 | get { | |
| 6924 | retu rn this.in comeYearFi eld; | |
| 6925 | } | |
| 6926 | set { | |
| 6927 | this .incomeYea rField = v alue; | |
| 6928 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 6929 | } | |
| 6930 | } | |
| 6931 | ||
| 6932 | // / <remarks /> | |
| 6933 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6934 | pu blic bool incomeYear Specified { | |
| 6935 | get { | |
| 6936 | retu rn this.in comeYearFi eldSpecifi ed; | |
| 6937 | } | |
| 6938 | set { | |
| 6939 | this .incomeYea rFieldSpec ified = va lue; | |
| 6940 | this .RaiseProp ertyChange d("incomeY earSpecifi ed"); | |
| 6941 | } | |
| 6942 | } | |
| 6943 | ||
| 6944 | // / <remarks /> | |
| 6945 | pu blic Syste m.DateTime ivmTestCo mpletionDa te { | |
| 6946 | get { | |
| 6947 | retu rn this.iv mTestCompl etionDateF ield; | |
| 6948 | } | |
| 6949 | set { | |
| 6950 | this .ivmTestCo mpletionDa teField = value; | |
| 6951 | this .RaiseProp ertyChange d("ivmTest Completion Date"); | |
| 6952 | } | |
| 6953 | } | |
| 6954 | ||
| 6955 | // / <remarks /> | |
| 6956 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6957 | pu blic bool ivmTestCom pletionDat eSpecified { | |
| 6958 | get { | |
| 6959 | retu rn this.iv mTestCompl etionDateF ieldSpecif ied; | |
| 6960 | } | |
| 6961 | set { | |
| 6962 | this .ivmTestCo mpletionDa teFieldSpe cified = v alue; | |
| 6963 | this .RaiseProp ertyChange d("ivmTest Completion DateSpecif ied"); | |
| 6964 | } | |
| 6965 | } | |
| 6966 | ||
| 6967 | // / <remarks /> | |
| 6968 | pu blic Syste m.DateTime ivmConver sionDate { | |
| 6969 | get { | |
| 6970 | retu rn this.iv mConversio nDateField ; | |
| 6971 | } | |
| 6972 | set { | |
| 6973 | this .ivmConver sionDateFi eld = valu e; | |
| 6974 | this .RaiseProp ertyChange d("ivmConv ersionDate "); | |
| 6975 | } | |
| 6976 | } | |
| 6977 | ||
| 6978 | // / <remarks /> | |
| 6979 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 6980 | pu blic bool ivmConvers ionDateSpe cified { | |
| 6981 | get { | |
| 6982 | retu rn this.iv mConversio nDateField Specified; | |
| 6983 | } | |
| 6984 | set { | |
| 6985 | this .ivmConver sionDateFi eldSpecifi ed = value ; | |
| 6986 | this .RaiseProp ertyChange d("ivmConv ersionDate Specified" ); | |
| 6987 | } | |
| 6988 | } | |
| 6989 | ||
| 6990 | // / <remarks /> | |
| 6991 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 6992 | pu blic Syste m.DateTime incomeTes tReportDat e { | |
| 6993 | get { | |
| 6994 | retu rn this.in comeTestRe portDateFi eld; | |
| 6995 | } | |
| 6996 | set { | |
| 6997 | this .incomeTes tReportDat eField = v alue; | |
| 6998 | this .RaiseProp ertyChange d("incomeT estReportD ate"); | |
| 6999 | } | |
| 7000 | } | |
| 7001 | ||
| 7002 | // / <remarks /> | |
| 7003 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7004 | pu blic bool incomeTest ReportDate Specified { | |
| 7005 | get { | |
| 7006 | retu rn this.in comeTestRe portDateFi eldSpecifi ed; | |
| 7007 | } | |
| 7008 | set { | |
| 7009 | this .incomeTes tReportDat eFieldSpec ified = va lue; | |
| 7010 | this .RaiseProp ertyChange d("incomeT estReportD ateSpecifi ed"); | |
| 7011 | } | |
| 7012 | } | |
| 7013 | ||
| 7014 | // / <remarks /> | |
| 7015 | pu blic decim al netInco me { | |
| 7016 | get { | |
| 7017 | retu rn this.ne tIncomeFie ld; | |
| 7018 | } | |
| 7019 | set { | |
| 7020 | this .netIncome Field = va lue; | |
| 7021 | this .RaiseProp ertyChange d("netInco me"); | |
| 7022 | } | |
| 7023 | } | |
| 7024 | ||
| 7025 | // / <remarks /> | |
| 7026 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7027 | pu blic bool netIncomeS pecified { | |
| 7028 | get { | |
| 7029 | retu rn this.ne tIncomeFie ldSpecifie d; | |
| 7030 | } | |
| 7031 | set { | |
| 7032 | this .netIncome FieldSpeci fied = val ue; | |
| 7033 | this .RaiseProp ertyChange d("netInco meSpecifie d"); | |
| 7034 | } | |
| 7035 | } | |
| 7036 | ||
| 7037 | // / <remarks /> | |
| 7038 | pu blic decim al netWort h { | |
| 7039 | get { | |
| 7040 | retu rn this.ne tWorthFiel d; | |
| 7041 | } | |
| 7042 | set { | |
| 7043 | this .netWorthF ield = val ue; | |
| 7044 | this .RaiseProp ertyChange d("netWort h"); | |
| 7045 | } | |
| 7046 | } | |
| 7047 | ||
| 7048 | // / <remarks /> | |
| 7049 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7050 | pu blic bool netWorthSp ecified { | |
| 7051 | get { | |
| 7052 | retu rn this.ne tWorthFiel dSpecified ; | |
| 7053 | } | |
| 7054 | set { | |
| 7055 | this .netWorthF ieldSpecif ied = valu e; | |
| 7056 | this .RaiseProp ertyChange d("netWort hSpecified "); | |
| 7057 | } | |
| 7058 | } | |
| 7059 | ||
| 7060 | // / <remarks /> | |
| 7061 | pu blic decim al networt hThreshold { | |
| 7062 | get { | |
| 7063 | retu rn this.ne tworthThre sholdField ; | |
| 7064 | } | |
| 7065 | set { | |
| 7066 | this .networthT hresholdFi eld = valu e; | |
| 7067 | this .RaiseProp ertyChange d("networt hThreshold "); | |
| 7068 | } | |
| 7069 | } | |
| 7070 | ||
| 7071 | // / <remarks /> | |
| 7072 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7073 | pu blic bool networthTh resholdSpe cified { | |
| 7074 | get { | |
| 7075 | retu rn this.ne tworthThre sholdField Specified; | |
| 7076 | } | |
| 7077 | set { | |
| 7078 | this .networthT hresholdFi eldSpecifi ed = value ; | |
| 7079 | this .RaiseProp ertyChange d("networt hThreshold Specified" ); | |
| 7080 | } | |
| 7081 | } | |
| 7082 | ||
| 7083 | // / <remarks /> | |
| 7084 | pu blic decim al pension Threshold { | |
| 7085 | get { | |
| 7086 | retu rn this.pe nsionThres holdField; | |
| 7087 | } | |
| 7088 | set { | |
| 7089 | this .pensionTh resholdFie ld = value ; | |
| 7090 | this .RaiseProp ertyChange d("pension Threshold" ); | |
| 7091 | } | |
| 7092 | } | |
| 7093 | ||
| 7094 | // / <remarks /> | |
| 7095 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7096 | pu blic bool pensionThr esholdSpec ified { | |
| 7097 | get { | |
| 7098 | retu rn this.pe nsionThres holdFieldS pecified; | |
| 7099 | } | |
| 7100 | set { | |
| 7101 | this .pensionTh resholdFie ldSpecifie d = value; | |
| 7102 | this .RaiseProp ertyChange d("pension ThresholdS pecified") ; | |
| 7103 | } | |
| 7104 | } | |
| 7105 | ||
| 7106 | // / <remarks /> | |
| 7107 | pu blic bool previousYe arThreshol dApplies { | |
| 7108 | get { | |
| 7109 | retu rn this.pr eviousYear ThresholdA ppliesFiel d; | |
| 7110 | } | |
| 7111 | set { | |
| 7112 | this .previousY earThresho ldAppliesF ield = val ue; | |
| 7113 | this .RaiseProp ertyChange d("previou sYearThres holdApplie s"); | |
| 7114 | } | |
| 7115 | } | |
| 7116 | ||
| 7117 | // / <remarks /> | |
| 7118 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7119 | pu blic bool previousYe arThreshol dAppliesSp ecified { | |
| 7120 | get { | |
| 7121 | retu rn this.pr eviousYear ThresholdA ppliesFiel dSpecified ; | |
| 7122 | } | |
| 7123 | set { | |
| 7124 | this .previousY earThresho ldAppliesF ieldSpecif ied = valu e; | |
| 7125 | this .RaiseProp ertyChange d("previou sYearThres holdApplie sSpecified "); | |
| 7126 | } | |
| 7127 | } | |
| 7128 | ||
| 7129 | // / <remarks /> | |
| 7130 | pu blic bool primaryInc omeTest { | |
| 7131 | get { | |
| 7132 | retu rn this.pr imaryIncom eTestField ; | |
| 7133 | } | |
| 7134 | set { | |
| 7135 | this .primaryIn comeTestFi eld = valu e; | |
| 7136 | this .RaiseProp ertyChange d("primary IncomeTest "); | |
| 7137 | } | |
| 7138 | } | |
| 7139 | ||
| 7140 | // / <remarks /> | |
| 7141 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7142 | pu blic bool primaryInc omeTestSpe cified { | |
| 7143 | get { | |
| 7144 | retu rn this.pr imaryIncom eTestField Specified; | |
| 7145 | } | |
| 7146 | set { | |
| 7147 | this .primaryIn comeTestFi eldSpecifi ed = value ; | |
| 7148 | this .RaiseProp ertyChange d("primary IncomeTest Specified" ); | |
| 7149 | } | |
| 7150 | } | |
| 7151 | ||
| 7152 | // / <remarks /> | |
| 7153 | pu blic decim al reasonM TNoLongerR equired { | |
| 7154 | get { | |
| 7155 | retu rn this.re asonMTNoLo ngerRequir edField; | |
| 7156 | } | |
| 7157 | set { | |
| 7158 | this .reasonMTN oLongerReq uiredField = value; | |
| 7159 | this .RaiseProp ertyChange d("reasonM TNoLongerR equired"); | |
| 7160 | } | |
| 7161 | } | |
| 7162 | ||
| 7163 | // / <remarks /> | |
| 7164 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7165 | pu blic bool reasonMTNo LongerRequ iredSpecif ied { | |
| 7166 | get { | |
| 7167 | retu rn this.re asonMTNoLo ngerRequir edFieldSpe cified; | |
| 7168 | } | |
| 7169 | set { | |
| 7170 | this .reasonMTN oLongerReq uiredField Specified = value; | |
| 7171 | this .RaiseProp ertyChange d("reasonM TNoLongerR equiredSpe cified"); | |
| 7172 | } | |
| 7173 | } | |
| 7174 | ||
| 7175 | // / <remarks /> | |
| 7176 | pu blic bool refusedToS ign { | |
| 7177 | get { | |
| 7178 | retu rn this.re fusedToSig nField; | |
| 7179 | } | |
| 7180 | set { | |
| 7181 | this .refusedTo SignField = value; | |
| 7182 | this .RaiseProp ertyChange d("refused ToSign"); | |
| 7183 | } | |
| 7184 | } | |
| 7185 | ||
| 7186 | // / <remarks /> | |
| 7187 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7188 | pu blic bool refusedToS ignSpecifi ed { | |
| 7189 | get { | |
| 7190 | retu rn this.re fusedToSig nFieldSpec ified; | |
| 7191 | } | |
| 7192 | set { | |
| 7193 | this .refusedTo SignFieldS pecified = value; | |
| 7194 | this .RaiseProp ertyChange d("refused ToSignSpec ified"); | |
| 7195 | } | |
| 7196 | } | |
| 7197 | ||
| 7198 | // / <remarks /> | |
| 7199 | pu blic bool sendForAdj udication { | |
| 7200 | get { | |
| 7201 | retu rn this.se ndForAdjud icationFie ld; | |
| 7202 | } | |
| 7203 | set { | |
| 7204 | this .sendForAd judication Field = va lue; | |
| 7205 | this .RaiseProp ertyChange d("sendFor Adjudicati on"); | |
| 7206 | } | |
| 7207 | } | |
| 7208 | ||
| 7209 | // / <remarks /> | |
| 7210 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7211 | pu blic bool sendForAdj udicationS pecified { | |
| 7212 | get { | |
| 7213 | retu rn this.se ndForAdjud icationFie ldSpecifie d; | |
| 7214 | } | |
| 7215 | set { | |
| 7216 | this .sendForAd judication FieldSpeci fied = val ue; | |
| 7217 | this .RaiseProp ertyChange d("sendFor Adjudicati onSpecifie d"); | |
| 7218 | } | |
| 7219 | } | |
| 7220 | ||
| 7221 | // / <remarks /> | |
| 7222 | pu blic strin g siteCond uctingTest { | |
| 7223 | get { | |
| 7224 | retu rn this.si teConducti ngTestFiel d; | |
| 7225 | } | |
| 7226 | set { | |
| 7227 | this .siteCondu ctingTestF ield = val ue; | |
| 7228 | this .RaiseProp ertyChange d("siteCon ductingTes t"); | |
| 7229 | } | |
| 7230 | } | |
| 7231 | ||
| 7232 | // / <remarks /> | |
| 7233 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("sta tus")] | |
| 7234 | pu blic incom eTestStatu sInfo[] st atuses { | |
| 7235 | get { | |
| 7236 | retu rn this.st atusesFiel d; | |
| 7237 | } | |
| 7238 | set { | |
| 7239 | this .statusesF ield = val ue; | |
| 7240 | this .RaiseProp ertyChange d("statuse s"); | |
| 7241 | } | |
| 7242 | } | |
| 7243 | ||
| 7244 | // / <remarks /> | |
| 7245 | pu blic decim al thresho ldA { | |
| 7246 | get { | |
| 7247 | retu rn this.th resholdAFi eld; | |
| 7248 | } | |
| 7249 | set { | |
| 7250 | this .threshold AField = v alue; | |
| 7251 | this .RaiseProp ertyChange d("thresho ldA"); | |
| 7252 | } | |
| 7253 | } | |
| 7254 | ||
| 7255 | // / <remarks /> | |
| 7256 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7257 | pu blic bool thresholdA Specified { | |
| 7258 | get { | |
| 7259 | retu rn this.th resholdAFi eldSpecifi ed; | |
| 7260 | } | |
| 7261 | set { | |
| 7262 | this .threshold AFieldSpec ified = va lue; | |
| 7263 | this .RaiseProp ertyChange d("thresho ldASpecifi ed"); | |
| 7264 | } | |
| 7265 | } | |
| 7266 | ||
| 7267 | // / <remarks /> | |
| 7268 | pu blic decim al totalIn come { | |
| 7269 | get { | |
| 7270 | retu rn this.to talIncomeF ield; | |
| 7271 | } | |
| 7272 | set { | |
| 7273 | this .totalInco meField = value; | |
| 7274 | this .RaiseProp ertyChange d("totalIn come"); | |
| 7275 | } | |
| 7276 | } | |
| 7277 | ||
| 7278 | // / <remarks /> | |
| 7279 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7280 | pu blic bool totalIncom eSpecified { | |
| 7281 | get { | |
| 7282 | retu rn this.to talIncomeF ieldSpecif ied; | |
| 7283 | } | |
| 7284 | set { | |
| 7285 | this .totalInco meFieldSpe cified = v alue; | |
| 7286 | this .RaiseProp ertyChange d("totalIn comeSpecif ied"); | |
| 7287 | } | |
| 7288 | } | |
| 7289 | ||
| 7290 | // / <remarks /> | |
| 7291 | pu blic int t otalNumber OfDependen ts { | |
| 7292 | get { | |
| 7293 | retu rn this.to talNumberO fDependent sField; | |
| 7294 | } | |
| 7295 | set { | |
| 7296 | this .totalNumb erOfDepend entsField = value; | |
| 7297 | this .RaiseProp ertyChange d("totalNu mberOfDepe ndents"); | |
| 7298 | } | |
| 7299 | } | |
| 7300 | ||
| 7301 | // / <remarks /> | |
| 7302 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7303 | pu blic bool totalNumbe rOfDepende ntsSpecifi ed { | |
| 7304 | get { | |
| 7305 | retu rn this.to talNumberO fDependent sFieldSpec ified; | |
| 7306 | } | |
| 7307 | set { | |
| 7308 | this .totalNumb erOfDepend entsFieldS pecified = value; | |
| 7309 | this .RaiseProp ertyChange d("totalNu mberOfDepe ndentsSpec ified"); | |
| 7310 | } | |
| 7311 | } | |
| 7312 | ||
| 7313 | // / <remarks /> | |
| 7314 | pu blic bool priorityGr oup8Relaxa tion { | |
| 7315 | get { | |
| 7316 | retu rn this.pr iorityGrou p8Relaxati onField; | |
| 7317 | } | |
| 7318 | set { | |
| 7319 | this .priorityG roup8Relax ationField = value; | |
| 7320 | this .RaiseProp ertyChange d("priorit yGroup8Rel axation"); | |
| 7321 | } | |
| 7322 | } | |
| 7323 | ||
| 7324 | // / <remarks /> | |
| 7325 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7326 | pu blic bool priorityGr oup8Relaxa tionSpecif ied { | |
| 7327 | get { | |
| 7328 | retu rn this.pr iorityGrou p8Relaxati onFieldSpe cified; | |
| 7329 | } | |
| 7330 | set { | |
| 7331 | this .priorityG roup8Relax ationField Specified = value; | |
| 7332 | this .RaiseProp ertyChange d("priorit yGroup8Rel axationSpe cified"); | |
| 7333 | } | |
| 7334 | } | |
| 7335 | ||
| 7336 | // / <remarks /> | |
| 7337 | pu blic strin g ivmCaseS tatus { | |
| 7338 | get { | |
| 7339 | retu rn this.iv mCaseStatu sField; | |
| 7340 | } | |
| 7341 | set { | |
| 7342 | this .ivmCaseSt atusField = value; | |
| 7343 | this .RaiseProp ertyChange d("ivmCase Status"); | |
| 7344 | } | |
| 7345 | } | |
| 7346 | ||
| 7347 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 7348 | ||
| 7349 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 7350 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 7351 | if ((pro pertyChang ed != null )) { | |
| 7352 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 7353 | } | |
| 7354 | } | |
| 7355 | } | |
| 7356 | ||
| 7357 | /// <r emarks/> | |
| 7358 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 7359 | [Syste m.Serializ ableAttrib ute()] | |
| 7360 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 7361 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 7362 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 7363 | public partial c lass hards hipInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 7364 | ||
| 7365 | pr ivate Syst em.DateTim e effectiv eDateField ; | |
| 7366 | ||
| 7367 | pr ivate bool effective DateFieldS pecified; | |
| 7368 | ||
| 7369 | pr ivate bool hardshipG rantedFiel d; | |
| 7370 | ||
| 7371 | pr ivate bool hardshipG rantedFiel dSpecified ; | |
| 7372 | ||
| 7373 | pr ivate stri ng reasonF ield; | |
| 7374 | ||
| 7375 | pr ivate Syst em.DateTim e reviewDa teField; | |
| 7376 | ||
| 7377 | pr ivate bool reviewDat eFieldSpec ified; | |
| 7378 | ||
| 7379 | pr ivate stri ng siteGra ntingHards hipField; | |
| 7380 | ||
| 7381 | // / <remarks /> | |
| 7382 | pu blic Syste m.DateTime effective Date { | |
| 7383 | get { | |
| 7384 | retu rn this.ef fectiveDat eField; | |
| 7385 | } | |
| 7386 | set { | |
| 7387 | this .effective DateField = value; | |
| 7388 | this .RaiseProp ertyChange d("effecti veDate"); | |
| 7389 | } | |
| 7390 | } | |
| 7391 | ||
| 7392 | // / <remarks /> | |
| 7393 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7394 | pu blic bool effectiveD ateSpecifi ed { | |
| 7395 | get { | |
| 7396 | retu rn this.ef fectiveDat eFieldSpec ified; | |
| 7397 | } | |
| 7398 | set { | |
| 7399 | this .effective DateFieldS pecified = value; | |
| 7400 | this .RaiseProp ertyChange d("effecti veDateSpec ified"); | |
| 7401 | } | |
| 7402 | } | |
| 7403 | ||
| 7404 | // / <remarks /> | |
| 7405 | pu blic bool hardshipGr anted { | |
| 7406 | get { | |
| 7407 | retu rn this.ha rdshipGran tedField; | |
| 7408 | } | |
| 7409 | set { | |
| 7410 | this .hardshipG rantedFiel d = value; | |
| 7411 | this .RaiseProp ertyChange d("hardshi pGranted") ; | |
| 7412 | } | |
| 7413 | } | |
| 7414 | ||
| 7415 | // / <remarks /> | |
| 7416 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7417 | pu blic bool hardshipGr antedSpeci fied { | |
| 7418 | get { | |
| 7419 | retu rn this.ha rdshipGran tedFieldSp ecified; | |
| 7420 | } | |
| 7421 | set { | |
| 7422 | this .hardshipG rantedFiel dSpecified = value; | |
| 7423 | this .RaiseProp ertyChange d("hardshi pGrantedSp ecified"); | |
| 7424 | } | |
| 7425 | } | |
| 7426 | ||
| 7427 | // / <remarks /> | |
| 7428 | pu blic strin g reason { | |
| 7429 | get { | |
| 7430 | retu rn this.re asonField; | |
| 7431 | } | |
| 7432 | set { | |
| 7433 | this .reasonFie ld = value ; | |
| 7434 | this .RaiseProp ertyChange d("reason" ); | |
| 7435 | } | |
| 7436 | } | |
| 7437 | ||
| 7438 | // / <remarks /> | |
| 7439 | pu blic Syste m.DateTime reviewDat e { | |
| 7440 | get { | |
| 7441 | retu rn this.re viewDateFi eld; | |
| 7442 | } | |
| 7443 | set { | |
| 7444 | this .reviewDat eField = v alue; | |
| 7445 | this .RaiseProp ertyChange d("reviewD ate"); | |
| 7446 | } | |
| 7447 | } | |
| 7448 | ||
| 7449 | // / <remarks /> | |
| 7450 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7451 | pu blic bool reviewDate Specified { | |
| 7452 | get { | |
| 7453 | retu rn this.re viewDateFi eldSpecifi ed; | |
| 7454 | } | |
| 7455 | set { | |
| 7456 | this .reviewDat eFieldSpec ified = va lue; | |
| 7457 | this .RaiseProp ertyChange d("reviewD ateSpecifi ed"); | |
| 7458 | } | |
| 7459 | } | |
| 7460 | ||
| 7461 | // / <remarks /> | |
| 7462 | pu blic strin g siteGran tingHardsh ip { | |
| 7463 | get { | |
| 7464 | retu rn this.si teGranting HardshipFi eld; | |
| 7465 | } | |
| 7466 | set { | |
| 7467 | this .siteGrant ingHardshi pField = v alue; | |
| 7468 | this .RaiseProp ertyChange d("siteGra ntingHards hip"); | |
| 7469 | } | |
| 7470 | } | |
| 7471 | ||
| 7472 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 7473 | ||
| 7474 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 7475 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 7476 | if ((pro pertyChang ed != null )) { | |
| 7477 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 7478 | } | |
| 7479 | } | |
| 7480 | } | |
| 7481 | ||
| 7482 | /// <r emarks/> | |
| 7483 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 7484 | [Syste m.Serializ ableAttrib ute()] | |
| 7485 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 7486 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 7487 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 7488 | public partial c lass incom eTestStatu sInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 7489 | ||
| 7490 | pr ivate Syst em.DateTim e complete dDateField ; | |
| 7491 | ||
| 7492 | pr ivate bool completed DateFieldS pecified; | |
| 7493 | ||
| 7494 | pr ivate stri ng determi nedStatusF ield; | |
| 7495 | ||
| 7496 | pr ivate stri ng incomeT estTypeFie ld; | |
| 7497 | ||
| 7498 | pr ivate Syst em.DateTim e lastEdit edDateFiel d; | |
| 7499 | ||
| 7500 | pr ivate bool lastEdite dDateField Specified; | |
| 7501 | ||
| 7502 | pr ivate stri ng statusF ield; | |
| 7503 | ||
| 7504 | // / <remarks /> | |
| 7505 | pu blic Syste m.DateTime completed Date { | |
| 7506 | get { | |
| 7507 | retu rn this.co mpletedDat eField; | |
| 7508 | } | |
| 7509 | set { | |
| 7510 | this .completed DateField = value; | |
| 7511 | this .RaiseProp ertyChange d("complet edDate"); | |
| 7512 | } | |
| 7513 | } | |
| 7514 | ||
| 7515 | // / <remarks /> | |
| 7516 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7517 | pu blic bool completedD ateSpecifi ed { | |
| 7518 | get { | |
| 7519 | retu rn this.co mpletedDat eFieldSpec ified; | |
| 7520 | } | |
| 7521 | set { | |
| 7522 | this .completed DateFieldS pecified = value; | |
| 7523 | this .RaiseProp ertyChange d("complet edDateSpec ified"); | |
| 7524 | } | |
| 7525 | } | |
| 7526 | ||
| 7527 | // / <remarks /> | |
| 7528 | pu blic strin g determin edStatus { | |
| 7529 | get { | |
| 7530 | retu rn this.de terminedSt atusField; | |
| 7531 | } | |
| 7532 | set { | |
| 7533 | this .determine dStatusFie ld = value ; | |
| 7534 | this .RaiseProp ertyChange d("determi nedStatus" ); | |
| 7535 | } | |
| 7536 | } | |
| 7537 | ||
| 7538 | // / <remarks /> | |
| 7539 | pu blic strin g incomeTe stType { | |
| 7540 | get { | |
| 7541 | retu rn this.in comeTestTy peField; | |
| 7542 | } | |
| 7543 | set { | |
| 7544 | this .incomeTes tTypeField = value; | |
| 7545 | this .RaiseProp ertyChange d("incomeT estType"); | |
| 7546 | } | |
| 7547 | } | |
| 7548 | ||
| 7549 | // / <remarks /> | |
| 7550 | pu blic Syste m.DateTime lastEdite dDate { | |
| 7551 | get { | |
| 7552 | retu rn this.la stEditedDa teField; | |
| 7553 | } | |
| 7554 | set { | |
| 7555 | this .lastEdite dDateField = value; | |
| 7556 | this .RaiseProp ertyChange d("lastEdi tedDate"); | |
| 7557 | } | |
| 7558 | } | |
| 7559 | ||
| 7560 | // / <remarks /> | |
| 7561 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7562 | pu blic bool lastEdited DateSpecif ied { | |
| 7563 | get { | |
| 7564 | retu rn this.la stEditedDa teFieldSpe cified; | |
| 7565 | } | |
| 7566 | set { | |
| 7567 | this .lastEdite dDateField Specified = value; | |
| 7568 | this .RaiseProp ertyChange d("lastEdi tedDateSpe cified"); | |
| 7569 | } | |
| 7570 | } | |
| 7571 | ||
| 7572 | // / <remarks /> | |
| 7573 | pu blic strin g status { | |
| 7574 | get { | |
| 7575 | retu rn this.st atusField; | |
| 7576 | } | |
| 7577 | set { | |
| 7578 | this .statusFie ld = value ; | |
| 7579 | this .RaiseProp ertyChange d("status" ); | |
| 7580 | } | |
| 7581 | } | |
| 7582 | ||
| 7583 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 7584 | ||
| 7585 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 7586 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 7587 | if ((pro pertyChang ed != null )) { | |
| 7588 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 7589 | } | |
| 7590 | } | |
| 7591 | } | |
| 7592 | ||
| 7593 | /// <r emarks/> | |
| 7594 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 7595 | [Syste m.Serializ ableAttrib ute()] | |
| 7596 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 7597 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 7598 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 7599 | public partial c lass nonPr imaryFinan cialStatem entInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 7600 | ||
| 7601 | pr ivate int incomeYear Field; | |
| 7602 | ||
| 7603 | pr ivate bool incomeYea rFieldSpec ified; | |
| 7604 | ||
| 7605 | pr ivate stri ng facilit yVisitedCo deField; | |
| 7606 | ||
| 7607 | pr ivate int inpatientD aysField; | |
| 7608 | ||
| 7609 | pr ivate bool inpatient DaysFieldS pecified; | |
| 7610 | ||
| 7611 | pr ivate int outpatient DaysField; | |
| 7612 | ||
| 7613 | pr ivate bool outpatien tDaysField Specified; | |
| 7614 | ||
| 7615 | pr ivate Syst em.DateTim e lastVisi tDateField ; | |
| 7616 | ||
| 7617 | pr ivate bool lastVisit DateFieldS pecified; | |
| 7618 | ||
| 7619 | pr ivate Syst em.DateTim e vamcRepo rtDateFiel d; | |
| 7620 | ||
| 7621 | pr ivate bool vamcRepor tDateField Specified; | |
| 7622 | ||
| 7623 | // / <remarks /> | |
| 7624 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 7625 | pu blic int i ncomeYear { | |
| 7626 | get { | |
| 7627 | retu rn this.in comeYearFi eld; | |
| 7628 | } | |
| 7629 | set { | |
| 7630 | this .incomeYea rField = v alue; | |
| 7631 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 7632 | } | |
| 7633 | } | |
| 7634 | ||
| 7635 | // / <remarks /> | |
| 7636 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7637 | pu blic bool incomeYear Specified { | |
| 7638 | get { | |
| 7639 | retu rn this.in comeYearFi eldSpecifi ed; | |
| 7640 | } | |
| 7641 | set { | |
| 7642 | this .incomeYea rFieldSpec ified = va lue; | |
| 7643 | this .RaiseProp ertyChange d("incomeY earSpecifi ed"); | |
| 7644 | } | |
| 7645 | } | |
| 7646 | ||
| 7647 | // / <remarks /> | |
| 7648 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 7649 | pu blic strin g facility VisitedCod e { | |
| 7650 | get { | |
| 7651 | retu rn this.fa cilityVisi tedCodeFie ld; | |
| 7652 | } | |
| 7653 | set { | |
| 7654 | this .facilityV isitedCode Field = va lue; | |
| 7655 | this .RaiseProp ertyChange d("facilit yVisitedCo de"); | |
| 7656 | } | |
| 7657 | } | |
| 7658 | ||
| 7659 | // / <remarks /> | |
| 7660 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 7661 | pu blic int i npatientDa ys { | |
| 7662 | get { | |
| 7663 | retu rn this.in patientDay sField; | |
| 7664 | } | |
| 7665 | set { | |
| 7666 | this .inpatient DaysField = value; | |
| 7667 | this .RaiseProp ertyChange d("inpatie ntDays"); | |
| 7668 | } | |
| 7669 | } | |
| 7670 | ||
| 7671 | // / <remarks /> | |
| 7672 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7673 | pu blic bool inpatientD aysSpecifi ed { | |
| 7674 | get { | |
| 7675 | retu rn this.in patientDay sFieldSpec ified; | |
| 7676 | } | |
| 7677 | set { | |
| 7678 | this .inpatient DaysFieldS pecified = value; | |
| 7679 | this .RaiseProp ertyChange d("inpatie ntDaysSpec ified"); | |
| 7680 | } | |
| 7681 | } | |
| 7682 | ||
| 7683 | // / <remarks /> | |
| 7684 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 3)] | |
| 7685 | pu blic int o utpatientD ays { | |
| 7686 | get { | |
| 7687 | retu rn this.ou tpatientDa ysField; | |
| 7688 | } | |
| 7689 | set { | |
| 7690 | this .outpatien tDaysField = value; | |
| 7691 | this .RaiseProp ertyChange d("outpati entDays"); | |
| 7692 | } | |
| 7693 | } | |
| 7694 | ||
| 7695 | // / <remarks /> | |
| 7696 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7697 | pu blic bool outpatient DaysSpecif ied { | |
| 7698 | get { | |
| 7699 | retu rn this.ou tpatientDa ysFieldSpe cified; | |
| 7700 | } | |
| 7701 | set { | |
| 7702 | this .outpatien tDaysField Specified = value; | |
| 7703 | this .RaiseProp ertyChange d("outpati entDaysSpe cified"); | |
| 7704 | } | |
| 7705 | } | |
| 7706 | ||
| 7707 | // / <remarks /> | |
| 7708 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=4)] | |
| 7709 | pu blic Syste m.DateTime lastVisit Date { | |
| 7710 | get { | |
| 7711 | retu rn this.la stVisitDat eField; | |
| 7712 | } | |
| 7713 | set { | |
| 7714 | this .lastVisit DateField = value; | |
| 7715 | this .RaiseProp ertyChange d("lastVis itDate"); | |
| 7716 | } | |
| 7717 | } | |
| 7718 | ||
| 7719 | // / <remarks /> | |
| 7720 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7721 | pu blic bool lastVisitD ateSpecifi ed { | |
| 7722 | get { | |
| 7723 | retu rn this.la stVisitDat eFieldSpec ified; | |
| 7724 | } | |
| 7725 | set { | |
| 7726 | this .lastVisit DateFieldS pecified = value; | |
| 7727 | this .RaiseProp ertyChange d("lastVis itDateSpec ified"); | |
| 7728 | } | |
| 7729 | } | |
| 7730 | ||
| 7731 | // / <remarks /> | |
| 7732 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=5)] | |
| 7733 | pu blic Syste m.DateTime vamcRepor tDate { | |
| 7734 | get { | |
| 7735 | retu rn this.va mcReportDa teField; | |
| 7736 | } | |
| 7737 | set { | |
| 7738 | this .vamcRepor tDateField = value; | |
| 7739 | this .RaiseProp ertyChange d("vamcRep ortDate"); | |
| 7740 | } | |
| 7741 | } | |
| 7742 | ||
| 7743 | // / <remarks /> | |
| 7744 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7745 | pu blic bool vamcReport DateSpecif ied { | |
| 7746 | get { | |
| 7747 | retu rn this.va mcReportDa teFieldSpe cified; | |
| 7748 | } | |
| 7749 | set { | |
| 7750 | this .vamcRepor tDateField Specified = value; | |
| 7751 | this .RaiseProp ertyChange d("vamcRep ortDateSpe cified"); | |
| 7752 | } | |
| 7753 | } | |
| 7754 | ||
| 7755 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 7756 | ||
| 7757 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 7758 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 7759 | if ((pro pertyChang ed != null )) { | |
| 7760 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 7761 | } | |
| 7762 | } | |
| 7763 | } | |
| 7764 | ||
| 7765 | /// <r emarks/> | |
| 7766 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 7767 | [Syste m.Serializ ableAttrib ute()] | |
| 7768 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 7769 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 7770 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 7771 | public partial c lass incom petenceRul ingInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 7772 | ||
| 7773 | pr ivate stri ng civilRu lingDateFi eld; | |
| 7774 | ||
| 7775 | pr ivate bool incompete ntField; | |
| 7776 | ||
| 7777 | pr ivate bool incompete ntFieldSpe cified; | |
| 7778 | ||
| 7779 | pr ivate stri ng vaRulin gDateField ; | |
| 7780 | ||
| 7781 | // / <remarks /> | |
| 7782 | pu blic strin g civilRul ingDate { | |
| 7783 | get { | |
| 7784 | retu rn this.ci vilRulingD ateField; | |
| 7785 | } | |
| 7786 | set { | |
| 7787 | this .civilRuli ngDateFiel d = value; | |
| 7788 | this .RaiseProp ertyChange d("civilRu lingDate") ; | |
| 7789 | } | |
| 7790 | } | |
| 7791 | ||
| 7792 | // / <remarks /> | |
| 7793 | pu blic bool incompeten t { | |
| 7794 | get { | |
| 7795 | retu rn this.in competentF ield; | |
| 7796 | } | |
| 7797 | set { | |
| 7798 | this .incompete ntField = value; | |
| 7799 | this .RaiseProp ertyChange d("incompe tent"); | |
| 7800 | } | |
| 7801 | } | |
| 7802 | ||
| 7803 | // / <remarks /> | |
| 7804 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7805 | pu blic bool incompeten tSpecified { | |
| 7806 | get { | |
| 7807 | retu rn this.in competentF ieldSpecif ied; | |
| 7808 | } | |
| 7809 | set { | |
| 7810 | this .incompete ntFieldSpe cified = v alue; | |
| 7811 | this .RaiseProp ertyChange d("incompe tentSpecif ied"); | |
| 7812 | } | |
| 7813 | } | |
| 7814 | ||
| 7815 | // / <remarks /> | |
| 7816 | pu blic strin g vaRuling Date { | |
| 7817 | get { | |
| 7818 | retu rn this.va RulingDate Field; | |
| 7819 | } | |
| 7820 | set { | |
| 7821 | this .vaRulingD ateField = value; | |
| 7822 | this .RaiseProp ertyChange d("vaRulin gDate"); | |
| 7823 | } | |
| 7824 | } | |
| 7825 | ||
| 7826 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 7827 | ||
| 7828 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 7829 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 7830 | if ((pro pertyChang ed != null )) { | |
| 7831 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 7832 | } | |
| 7833 | } | |
| 7834 | } | |
| 7835 | ||
| 7836 | /// <r emarks/> | |
| 7837 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 7838 | [Syste m.Serializ ableAttrib ute()] | |
| 7839 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 7840 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 7841 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 7842 | public partial c lass insur anceInfo : object, S ystem.Comp onentModel .INotifyPr opertyChan ged { | |
| 7843 | ||
| 7844 | pr ivate stri ng company NameField; | |
| 7845 | ||
| 7846 | pr ivate bool enrolledI nPartAFiel d; | |
| 7847 | ||
| 7848 | pr ivate bool enrolledI nPartAFiel dSpecified ; | |
| 7849 | ||
| 7850 | pr ivate bool enrolledI nPartBFiel d; | |
| 7851 | ||
| 7852 | pr ivate bool enrolledI nPartBFiel dSpecified ; | |
| 7853 | ||
| 7854 | pr ivate stri ng groupNa meField; | |
| 7855 | ||
| 7856 | pr ivate stri ng groupNu mberField; | |
| 7857 | ||
| 7858 | pr ivate addr essInfo in sAddressFi eld; | |
| 7859 | ||
| 7860 | pr ivate phon eInfo[] in surancePho nesField; | |
| 7861 | ||
| 7862 | pr ivate stri ng insuran ceSiteUplo adStatusFi eld; | |
| 7863 | ||
| 7864 | pr ivate stri ng insured Relationsh ipField; | |
| 7865 | ||
| 7866 | pr ivate stri ng insuran ceMappingT ypeNameFie ld; | |
| 7867 | ||
| 7868 | pr ivate Syst em.DateTim e lastEdit edDateFiel d; | |
| 7869 | ||
| 7870 | pr ivate bool lastEdite dDateField Specified; | |
| 7871 | ||
| 7872 | pr ivate stri ng partAEf fectiveDat eField; | |
| 7873 | ||
| 7874 | pr ivate stri ng partBEf fectiveDat eField; | |
| 7875 | ||
| 7876 | pr ivate stri ng planTyp eField; | |
| 7877 | ||
| 7878 | pr ivate stri ng policyE ffectiveDa teField; | |
| 7879 | ||
| 7880 | pr ivate stri ng policyE xpirationD ateField; | |
| 7881 | ||
| 7882 | pr ivate stri ng policyH olderNameF ield; | |
| 7883 | ||
| 7884 | pr ivate stri ng policyN umberField ; | |
| 7885 | ||
| 7886 | pr ivate bool preadmitC ertificati onField; | |
| 7887 | ||
| 7888 | pr ivate bool preadmitC ertificati onFieldSpe cified; | |
| 7889 | ||
| 7890 | pr ivate stri ng reasonI nsuranceNo tUploadedF ield; | |
| 7891 | ||
| 7892 | pr ivate stri ng subscri berField; | |
| 7893 | ||
| 7894 | // / <remarks /> | |
| 7895 | pu blic strin g companyN ame { | |
| 7896 | get { | |
| 7897 | retu rn this.co mpanyNameF ield; | |
| 7898 | } | |
| 7899 | set { | |
| 7900 | this .companyNa meField = value; | |
| 7901 | this .RaiseProp ertyChange d("company Name"); | |
| 7902 | } | |
| 7903 | } | |
| 7904 | ||
| 7905 | // / <remarks /> | |
| 7906 | pu blic bool enrolledIn PartA { | |
| 7907 | get { | |
| 7908 | retu rn this.en rolledInPa rtAField; | |
| 7909 | } | |
| 7910 | set { | |
| 7911 | this .enrolledI nPartAFiel d = value; | |
| 7912 | this .RaiseProp ertyChange d("enrolle dInPartA") ; | |
| 7913 | } | |
| 7914 | } | |
| 7915 | ||
| 7916 | // / <remarks /> | |
| 7917 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7918 | pu blic bool enrolledIn PartASpeci fied { | |
| 7919 | get { | |
| 7920 | retu rn this.en rolledInPa rtAFieldSp ecified; | |
| 7921 | } | |
| 7922 | set { | |
| 7923 | this .enrolledI nPartAFiel dSpecified = value; | |
| 7924 | this .RaiseProp ertyChange d("enrolle dInPartASp ecified"); | |
| 7925 | } | |
| 7926 | } | |
| 7927 | ||
| 7928 | // / <remarks /> | |
| 7929 | pu blic bool enrolledIn PartB { | |
| 7930 | get { | |
| 7931 | retu rn this.en rolledInPa rtBField; | |
| 7932 | } | |
| 7933 | set { | |
| 7934 | this .enrolledI nPartBFiel d = value; | |
| 7935 | this .RaiseProp ertyChange d("enrolle dInPartB") ; | |
| 7936 | } | |
| 7937 | } | |
| 7938 | ||
| 7939 | // / <remarks /> | |
| 7940 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 7941 | pu blic bool enrolledIn PartBSpeci fied { | |
| 7942 | get { | |
| 7943 | retu rn this.en rolledInPa rtBFieldSp ecified; | |
| 7944 | } | |
| 7945 | set { | |
| 7946 | this .enrolledI nPartBFiel dSpecified = value; | |
| 7947 | this .RaiseProp ertyChange d("enrolle dInPartBSp ecified"); | |
| 7948 | } | |
| 7949 | } | |
| 7950 | ||
| 7951 | // / <remarks /> | |
| 7952 | pu blic strin g groupNam e { | |
| 7953 | get { | |
| 7954 | retu rn this.gr oupNameFie ld; | |
| 7955 | } | |
| 7956 | set { | |
| 7957 | this .groupName Field = va lue; | |
| 7958 | this .RaiseProp ertyChange d("groupNa me"); | |
| 7959 | } | |
| 7960 | } | |
| 7961 | ||
| 7962 | // / <remarks /> | |
| 7963 | pu blic strin g groupNum ber { | |
| 7964 | get { | |
| 7965 | retu rn this.gr oupNumberF ield; | |
| 7966 | } | |
| 7967 | set { | |
| 7968 | this .groupNumb erField = value; | |
| 7969 | this .RaiseProp ertyChange d("groupNu mber"); | |
| 7970 | } | |
| 7971 | } | |
| 7972 | ||
| 7973 | // / <remarks /> | |
| 7974 | pu blic addre ssInfo ins Address { | |
| 7975 | get { | |
| 7976 | retu rn this.in sAddressFi eld; | |
| 7977 | } | |
| 7978 | set { | |
| 7979 | this .insAddres sField = v alue; | |
| 7980 | this .RaiseProp ertyChange d("insAddr ess"); | |
| 7981 | } | |
| 7982 | } | |
| 7983 | ||
| 7984 | // / <remarks /> | |
| 7985 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("pho ne")] | |
| 7986 | pu blic phone Info[] ins urancePhon es { | |
| 7987 | get { | |
| 7988 | retu rn this.in surancePho nesField; | |
| 7989 | } | |
| 7990 | set { | |
| 7991 | this .insurance PhonesFiel d = value; | |
| 7992 | this .RaiseProp ertyChange d("insuran cePhones") ; | |
| 7993 | } | |
| 7994 | } | |
| 7995 | ||
| 7996 | // / <remarks /> | |
| 7997 | pu blic strin g insuranc eSiteUploa dStatus { | |
| 7998 | get { | |
| 7999 | retu rn this.in suranceSit eUploadSta tusField; | |
| 8000 | } | |
| 8001 | set { | |
| 8002 | this .insurance SiteUpload StatusFiel d = value; | |
| 8003 | this .RaiseProp ertyChange d("insuran ceSiteUplo adStatus") ; | |
| 8004 | } | |
| 8005 | } | |
| 8006 | ||
| 8007 | // / <remarks /> | |
| 8008 | pu blic strin g insuredR elationshi p { | |
| 8009 | get { | |
| 8010 | retu rn this.in suredRelat ionshipFie ld; | |
| 8011 | } | |
| 8012 | set { | |
| 8013 | this .insuredRe lationship Field = va lue; | |
| 8014 | this .RaiseProp ertyChange d("insured Relationsh ip"); | |
| 8015 | } | |
| 8016 | } | |
| 8017 | ||
| 8018 | // / <remarks /> | |
| 8019 | pu blic strin g insuranc eMappingTy peName { | |
| 8020 | get { | |
| 8021 | retu rn this.in suranceMap pingTypeNa meField; | |
| 8022 | } | |
| 8023 | set { | |
| 8024 | this .insurance MappingTyp eNameField = value; | |
| 8025 | this .RaiseProp ertyChange d("insuran ceMappingT ypeName"); | |
| 8026 | } | |
| 8027 | } | |
| 8028 | ||
| 8029 | // / <remarks /> | |
| 8030 | pu blic Syste m.DateTime lastEdite dDate { | |
| 8031 | get { | |
| 8032 | retu rn this.la stEditedDa teField; | |
| 8033 | } | |
| 8034 | set { | |
| 8035 | this .lastEdite dDateField = value; | |
| 8036 | this .RaiseProp ertyChange d("lastEdi tedDate"); | |
| 8037 | } | |
| 8038 | } | |
| 8039 | ||
| 8040 | // / <remarks /> | |
| 8041 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8042 | pu blic bool lastEdited DateSpecif ied { | |
| 8043 | get { | |
| 8044 | retu rn this.la stEditedDa teFieldSpe cified; | |
| 8045 | } | |
| 8046 | set { | |
| 8047 | this .lastEdite dDateField Specified = value; | |
| 8048 | this .RaiseProp ertyChange d("lastEdi tedDateSpe cified"); | |
| 8049 | } | |
| 8050 | } | |
| 8051 | ||
| 8052 | // / <remarks /> | |
| 8053 | pu blic strin g partAEff ectiveDate { | |
| 8054 | get { | |
| 8055 | retu rn this.pa rtAEffecti veDateFiel d; | |
| 8056 | } | |
| 8057 | set { | |
| 8058 | this .partAEffe ctiveDateF ield = val ue; | |
| 8059 | this .RaiseProp ertyChange d("partAEf fectiveDat e"); | |
| 8060 | } | |
| 8061 | } | |
| 8062 | ||
| 8063 | // / <remarks /> | |
| 8064 | pu blic strin g partBEff ectiveDate { | |
| 8065 | get { | |
| 8066 | retu rn this.pa rtBEffecti veDateFiel d; | |
| 8067 | } | |
| 8068 | set { | |
| 8069 | this .partBEffe ctiveDateF ield = val ue; | |
| 8070 | this .RaiseProp ertyChange d("partBEf fectiveDat e"); | |
| 8071 | } | |
| 8072 | } | |
| 8073 | ||
| 8074 | // / <remarks /> | |
| 8075 | pu blic strin g planType { | |
| 8076 | get { | |
| 8077 | retu rn this.pl anTypeFiel d; | |
| 8078 | } | |
| 8079 | set { | |
| 8080 | this .planTypeF ield = val ue; | |
| 8081 | this .RaiseProp ertyChange d("planTyp e"); | |
| 8082 | } | |
| 8083 | } | |
| 8084 | ||
| 8085 | // / <remarks /> | |
| 8086 | pu blic strin g policyEf fectiveDat e { | |
| 8087 | get { | |
| 8088 | retu rn this.po licyEffect iveDateFie ld; | |
| 8089 | } | |
| 8090 | set { | |
| 8091 | this .policyEff ectiveDate Field = va lue; | |
| 8092 | this .RaiseProp ertyChange d("policyE ffectiveDa te"); | |
| 8093 | } | |
| 8094 | } | |
| 8095 | ||
| 8096 | // / <remarks /> | |
| 8097 | pu blic strin g policyEx pirationDa te { | |
| 8098 | get { | |
| 8099 | retu rn this.po licyExpira tionDateFi eld; | |
| 8100 | } | |
| 8101 | set { | |
| 8102 | this .policyExp irationDat eField = v alue; | |
| 8103 | this .RaiseProp ertyChange d("policyE xpirationD ate"); | |
| 8104 | } | |
| 8105 | } | |
| 8106 | ||
| 8107 | // / <remarks /> | |
| 8108 | pu blic strin g policyHo lderName { | |
| 8109 | get { | |
| 8110 | retu rn this.po licyHolder NameField; | |
| 8111 | } | |
| 8112 | set { | |
| 8113 | this .policyHol derNameFie ld = value ; | |
| 8114 | this .RaiseProp ertyChange d("policyH olderName" ); | |
| 8115 | } | |
| 8116 | } | |
| 8117 | ||
| 8118 | // / <remarks /> | |
| 8119 | pu blic strin g policyNu mber { | |
| 8120 | get { | |
| 8121 | retu rn this.po licyNumber Field; | |
| 8122 | } | |
| 8123 | set { | |
| 8124 | this .policyNum berField = value; | |
| 8125 | this .RaiseProp ertyChange d("policyN umber"); | |
| 8126 | } | |
| 8127 | } | |
| 8128 | ||
| 8129 | // / <remarks /> | |
| 8130 | pu blic bool preadmitCe rtificatio n { | |
| 8131 | get { | |
| 8132 | retu rn this.pr eadmitCert ificationF ield; | |
| 8133 | } | |
| 8134 | set { | |
| 8135 | this .preadmitC ertificati onField = value; | |
| 8136 | this .RaiseProp ertyChange d("preadmi tCertifica tion"); | |
| 8137 | } | |
| 8138 | } | |
| 8139 | ||
| 8140 | // / <remarks /> | |
| 8141 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8142 | pu blic bool preadmitCe rtificatio nSpecified { | |
| 8143 | get { | |
| 8144 | retu rn this.pr eadmitCert ificationF ieldSpecif ied; | |
| 8145 | } | |
| 8146 | set { | |
| 8147 | this .preadmitC ertificati onFieldSpe cified = v alue; | |
| 8148 | this .RaiseProp ertyChange d("preadmi tCertifica tionSpecif ied"); | |
| 8149 | } | |
| 8150 | } | |
| 8151 | ||
| 8152 | // / <remarks /> | |
| 8153 | pu blic strin g reasonIn suranceNot Uploaded { | |
| 8154 | get { | |
| 8155 | retu rn this.re asonInsura nceNotUplo adedField; | |
| 8156 | } | |
| 8157 | set { | |
| 8158 | this .reasonIns uranceNotU ploadedFie ld = value ; | |
| 8159 | this .RaiseProp ertyChange d("reasonI nsuranceNo tUploaded" ); | |
| 8160 | } | |
| 8161 | } | |
| 8162 | ||
| 8163 | // / <remarks /> | |
| 8164 | pu blic strin g subscrib er { | |
| 8165 | get { | |
| 8166 | retu rn this.su bscriberFi eld; | |
| 8167 | } | |
| 8168 | set { | |
| 8169 | this .subscribe rField = v alue; | |
| 8170 | this .RaiseProp ertyChange d("subscri ber"); | |
| 8171 | } | |
| 8172 | } | |
| 8173 | ||
| 8174 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8175 | ||
| 8176 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8177 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8178 | if ((pro pertyChang ed != null )) { | |
| 8179 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8180 | } | |
| 8181 | } | |
| 8182 | } | |
| 8183 | ||
| 8184 | /// <r emarks/> | |
| 8185 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8186 | [Syste m.Serializ ableAttrib ute()] | |
| 8187 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8188 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8189 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8190 | public partial c lass milit aryService Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 8191 | ||
| 8192 | pr ivate comb atEpisodeI nfo[] comb atEpisodes Field; | |
| 8193 | ||
| 8194 | pr ivate Syst em.DateTim e combatVe teranEligi bilityEndD ateField; | |
| 8195 | ||
| 8196 | pr ivate bool combatVet eranEligib ilityEndDa teFieldSpe cified; | |
| 8197 | ||
| 8198 | pr ivate bool disabilit yRetiremen tIndicator Field; | |
| 8199 | ||
| 8200 | pr ivate bool disabilit yRetiremen tIndicator FieldSpeci fied; | |
| 8201 | ||
| 8202 | pr ivate bool discharge DueToDisab ilityField ; | |
| 8203 | ||
| 8204 | pr ivate bool discharge DueToDisab ilityField Specified; | |
| 8205 | ||
| 8206 | pr ivate mili taryServic eSiteRecor dInfo[] mi litaryServ iceSiteRec ordsField; | |
| 8207 | ||
| 8208 | pr ivate bool shadIndic atorField; | |
| 8209 | ||
| 8210 | pr ivate bool shadIndic atorFieldS pecified; | |
| 8211 | ||
| 8212 | pr ivate bool medalofHo norIndicat orField; | |
| 8213 | ||
| 8214 | pr ivate bool medalofHo norIndicat orFieldSpe cified; | |
| 8215 | ||
| 8216 | pr ivate bool eligibleF orClassIID entalField ; | |
| 8217 | ||
| 8218 | pr ivate bool eligibleF orClassIID entalField Specified; | |
| 8219 | ||
| 8220 | pr ivate Syst em.DateTim e classIID entalAppli cationDueB eforeField ; | |
| 8221 | ||
| 8222 | pr ivate bool classIIDe ntalApplic ationDueBe foreFieldS pecified; | |
| 8223 | ||
| 8224 | // / <remarks /> | |
| 8225 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("com batEpisode ")] | |
| 8226 | pu blic comba tEpisodeIn fo[] comba tEpisodes { | |
| 8227 | get { | |
| 8228 | retu rn this.co mbatEpisod esField; | |
| 8229 | } | |
| 8230 | set { | |
| 8231 | this .combatEpi sodesField = value; | |
| 8232 | this .RaiseProp ertyChange d("combatE pisodes"); | |
| 8233 | } | |
| 8234 | } | |
| 8235 | ||
| 8236 | // / <remarks /> | |
| 8237 | pu blic Syste m.DateTime combatVet eranEligib ilityEndDa te { | |
| 8238 | get { | |
| 8239 | retu rn this.co mbatVetera nEligibili tyEndDateF ield; | |
| 8240 | } | |
| 8241 | set { | |
| 8242 | this .combatVet eranEligib ilityEndDa teField = value; | |
| 8243 | this .RaiseProp ertyChange d("combatV eteranElig ibilityEnd Date"); | |
| 8244 | } | |
| 8245 | } | |
| 8246 | ||
| 8247 | // / <remarks /> | |
| 8248 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8249 | pu blic bool combatVete ranEligibi lityEndDat eSpecified { | |
| 8250 | get { | |
| 8251 | retu rn this.co mbatVetera nEligibili tyEndDateF ieldSpecif ied; | |
| 8252 | } | |
| 8253 | set { | |
| 8254 | this .combatVet eranEligib ilityEndDa teFieldSpe cified = v alue; | |
| 8255 | this .RaiseProp ertyChange d("combatV eteranElig ibilityEnd DateSpecif ied"); | |
| 8256 | } | |
| 8257 | } | |
| 8258 | ||
| 8259 | // / <remarks /> | |
| 8260 | pu blic bool disability Retirement Indicator { | |
| 8261 | get { | |
| 8262 | retu rn this.di sabilityRe tirementIn dicatorFie ld; | |
| 8263 | } | |
| 8264 | set { | |
| 8265 | this .disabilit yRetiremen tIndicator Field = va lue; | |
| 8266 | this .RaiseProp ertyChange d("disabil ityRetirem entIndicat or"); | |
| 8267 | } | |
| 8268 | } | |
| 8269 | ||
| 8270 | // / <remarks /> | |
| 8271 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8272 | pu blic bool disability Retirement IndicatorS pecified { | |
| 8273 | get { | |
| 8274 | retu rn this.di sabilityRe tirementIn dicatorFie ldSpecifie d; | |
| 8275 | } | |
| 8276 | set { | |
| 8277 | this .disabilit yRetiremen tIndicator FieldSpeci fied = val ue; | |
| 8278 | this .RaiseProp ertyChange d("disabil ityRetirem entIndicat orSpecifie d"); | |
| 8279 | } | |
| 8280 | } | |
| 8281 | ||
| 8282 | // / <remarks /> | |
| 8283 | pu blic bool dischargeD ueToDisabi lity { | |
| 8284 | get { | |
| 8285 | retu rn this.di schargeDue ToDisabili tyField; | |
| 8286 | } | |
| 8287 | set { | |
| 8288 | this .discharge DueToDisab ilityField = value; | |
| 8289 | this .RaiseProp ertyChange d("dischar geDueToDis ability"); | |
| 8290 | } | |
| 8291 | } | |
| 8292 | ||
| 8293 | // / <remarks /> | |
| 8294 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8295 | pu blic bool dischargeD ueToDisabi litySpecif ied { | |
| 8296 | get { | |
| 8297 | retu rn this.di schargeDue ToDisabili tyFieldSpe cified; | |
| 8298 | } | |
| 8299 | set { | |
| 8300 | this .discharge DueToDisab ilityField Specified = value; | |
| 8301 | this .RaiseProp ertyChange d("dischar geDueToDis abilitySpe cified"); | |
| 8302 | } | |
| 8303 | } | |
| 8304 | ||
| 8305 | // / <remarks /> | |
| 8306 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("mil itaryServi ceSiteReco rd")] | |
| 8307 | pu blic milit aryService SiteRecord Info[] mil itaryServi ceSiteReco rds { | |
| 8308 | get { | |
| 8309 | retu rn this.mi litaryServ iceSiteRec ordsField; | |
| 8310 | } | |
| 8311 | set { | |
| 8312 | this .militaryS erviceSite RecordsFie ld = value ; | |
| 8313 | this .RaiseProp ertyChange d("militar yServiceSi teRecords" ); | |
| 8314 | } | |
| 8315 | } | |
| 8316 | ||
| 8317 | // / <remarks /> | |
| 8318 | pu blic bool shadIndica tor { | |
| 8319 | get { | |
| 8320 | retu rn this.sh adIndicato rField; | |
| 8321 | } | |
| 8322 | set { | |
| 8323 | this .shadIndic atorField = value; | |
| 8324 | this .RaiseProp ertyChange d("shadInd icator"); | |
| 8325 | } | |
| 8326 | } | |
| 8327 | ||
| 8328 | // / <remarks /> | |
| 8329 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8330 | pu blic bool shadIndica torSpecifi ed { | |
| 8331 | get { | |
| 8332 | retu rn this.sh adIndicato rFieldSpec ified; | |
| 8333 | } | |
| 8334 | set { | |
| 8335 | this .shadIndic atorFieldS pecified = value; | |
| 8336 | this .RaiseProp ertyChange d("shadInd icatorSpec ified"); | |
| 8337 | } | |
| 8338 | } | |
| 8339 | ||
| 8340 | // / <remarks /> | |
| 8341 | pu blic bool medalofHon orIndicato r { | |
| 8342 | get { | |
| 8343 | retu rn this.me dalofHonor IndicatorF ield; | |
| 8344 | } | |
| 8345 | set { | |
| 8346 | this .medalofHo norIndicat orField = value; | |
| 8347 | this .RaiseProp ertyChange d("medalof HonorIndic ator"); | |
| 8348 | } | |
| 8349 | } | |
| 8350 | ||
| 8351 | // / <remarks /> | |
| 8352 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8353 | pu blic bool medalofHon orIndicato rSpecified { | |
| 8354 | get { | |
| 8355 | retu rn this.me dalofHonor IndicatorF ieldSpecif ied; | |
| 8356 | } | |
| 8357 | set { | |
| 8358 | this .medalofHo norIndicat orFieldSpe cified = v alue; | |
| 8359 | this .RaiseProp ertyChange d("medalof HonorIndic atorSpecif ied"); | |
| 8360 | } | |
| 8361 | } | |
| 8362 | ||
| 8363 | // / <remarks /> | |
| 8364 | pu blic bool eligibleFo rClassIIDe ntal { | |
| 8365 | get { | |
| 8366 | retu rn this.el igibleForC lassIIDent alField; | |
| 8367 | } | |
| 8368 | set { | |
| 8369 | this .eligibleF orClassIID entalField = value; | |
| 8370 | this .RaiseProp ertyChange d("eligibl eForClassI IDental"); | |
| 8371 | } | |
| 8372 | } | |
| 8373 | ||
| 8374 | // / <remarks /> | |
| 8375 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8376 | pu blic bool eligibleFo rClassIIDe ntalSpecif ied { | |
| 8377 | get { | |
| 8378 | retu rn this.el igibleForC lassIIDent alFieldSpe cified; | |
| 8379 | } | |
| 8380 | set { | |
| 8381 | this .eligibleF orClassIID entalField Specified = value; | |
| 8382 | this .RaiseProp ertyChange d("eligibl eForClassI IDentalSpe cified"); | |
| 8383 | } | |
| 8384 | } | |
| 8385 | ||
| 8386 | // / <remarks /> | |
| 8387 | pu blic Syste m.DateTime classIIDe ntalApplic ationDueBe fore { | |
| 8388 | get { | |
| 8389 | retu rn this.cl assIIDenta lApplicati onDueBefor eField; | |
| 8390 | } | |
| 8391 | set { | |
| 8392 | this .classIIDe ntalApplic ationDueBe foreField = value; | |
| 8393 | this .RaiseProp ertyChange d("classII DentalAppl icationDue Before"); | |
| 8394 | } | |
| 8395 | } | |
| 8396 | ||
| 8397 | // / <remarks /> | |
| 8398 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8399 | pu blic bool classIIDen talApplica tionDueBef oreSpecifi ed { | |
| 8400 | get { | |
| 8401 | retu rn this.cl assIIDenta lApplicati onDueBefor eFieldSpec ified; | |
| 8402 | } | |
| 8403 | set { | |
| 8404 | this .classIIDe ntalApplic ationDueBe foreFieldS pecified = value; | |
| 8405 | this .RaiseProp ertyChange d("classII DentalAppl icationDue BeforeSpec ified"); | |
| 8406 | } | |
| 8407 | } | |
| 8408 | ||
| 8409 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8410 | ||
| 8411 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8412 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8413 | if ((pro pertyChang ed != null )) { | |
| 8414 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8415 | } | |
| 8416 | } | |
| 8417 | } | |
| 8418 | ||
| 8419 | /// <r emarks/> | |
| 8420 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8421 | [Syste m.Serializ ableAttrib ute()] | |
| 8422 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8423 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8424 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8425 | public partial c lass comba tEpisodeIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 8426 | ||
| 8427 | pr ivate stri ng combatP ayTypeFiel d; | |
| 8428 | ||
| 8429 | pr ivate stri ng conflic tLocationF ield; | |
| 8430 | ||
| 8431 | pr ivate stri ng endDate Field; | |
| 8432 | ||
| 8433 | pr ivate stri ng oEFOIFS ourceField ; | |
| 8434 | ||
| 8435 | pr ivate stri ng oEFOIFS tationNumb erField; | |
| 8436 | ||
| 8437 | pr ivate stri ng startDa teField; | |
| 8438 | ||
| 8439 | // / <remarks /> | |
| 8440 | pu blic strin g combatPa yType { | |
| 8441 | get { | |
| 8442 | retu rn this.co mbatPayTyp eField; | |
| 8443 | } | |
| 8444 | set { | |
| 8445 | this .combatPay TypeField = value; | |
| 8446 | this .RaiseProp ertyChange d("combatP ayType"); | |
| 8447 | } | |
| 8448 | } | |
| 8449 | ||
| 8450 | // / <remarks /> | |
| 8451 | pu blic strin g conflict Location { | |
| 8452 | get { | |
| 8453 | retu rn this.co nflictLoca tionField; | |
| 8454 | } | |
| 8455 | set { | |
| 8456 | this .conflictL ocationFie ld = value ; | |
| 8457 | this .RaiseProp ertyChange d("conflic tLocation" ); | |
| 8458 | } | |
| 8459 | } | |
| 8460 | ||
| 8461 | // / <remarks /> | |
| 8462 | pu blic strin g endDate { | |
| 8463 | get { | |
| 8464 | retu rn this.en dDateField ; | |
| 8465 | } | |
| 8466 | set { | |
| 8467 | this .endDateFi eld = valu e; | |
| 8468 | this .RaiseProp ertyChange d("endDate "); | |
| 8469 | } | |
| 8470 | } | |
| 8471 | ||
| 8472 | // / <remarks /> | |
| 8473 | pu blic strin g OEFOIFSo urce { | |
| 8474 | get { | |
| 8475 | retu rn this.oE FOIFSource Field; | |
| 8476 | } | |
| 8477 | set { | |
| 8478 | this .oEFOIFSou rceField = value; | |
| 8479 | this .RaiseProp ertyChange d("OEFOIFS ource"); | |
| 8480 | } | |
| 8481 | } | |
| 8482 | ||
| 8483 | // / <remarks /> | |
| 8484 | pu blic strin g OEFOIFSt ationNumbe r { | |
| 8485 | get { | |
| 8486 | retu rn this.oE FOIFStatio nNumberFie ld; | |
| 8487 | } | |
| 8488 | set { | |
| 8489 | this .oEFOIFSta tionNumber Field = va lue; | |
| 8490 | this .RaiseProp ertyChange d("OEFOIFS tationNumb er"); | |
| 8491 | } | |
| 8492 | } | |
| 8493 | ||
| 8494 | // / <remarks /> | |
| 8495 | pu blic strin g startDat e { | |
| 8496 | get { | |
| 8497 | retu rn this.st artDateFie ld; | |
| 8498 | } | |
| 8499 | set { | |
| 8500 | this .startDate Field = va lue; | |
| 8501 | this .RaiseProp ertyChange d("startDa te"); | |
| 8502 | } | |
| 8503 | } | |
| 8504 | ||
| 8505 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8506 | ||
| 8507 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8508 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8509 | if ((pro pertyChang ed != null )) { | |
| 8510 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8511 | } | |
| 8512 | } | |
| 8513 | } | |
| 8514 | ||
| 8515 | /// <r emarks/> | |
| 8516 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8517 | [Syste m.Serializ ableAttrib ute()] | |
| 8518 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8519 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8520 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8521 | public partial c lass milit aryService SiteRecord Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 8522 | ||
| 8523 | pr ivate conf lictExperi enceInfo[] conflictE xperiences Field; | |
| 8524 | ||
| 8525 | pr ivate mili taryServic eEpisodeIn fo[] milit aryService EpisodesFi eld; | |
| 8526 | ||
| 8527 | pr ivate stri ng service PeriodFiel d; | |
| 8528 | ||
| 8529 | pr ivate stri ng siteFie ld; | |
| 8530 | ||
| 8531 | // / <remarks /> | |
| 8532 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("con flictExper ience")] | |
| 8533 | pu blic confl ictExperie nceInfo[] conflictEx periences { | |
| 8534 | get { | |
| 8535 | retu rn this.co nflictExpe riencesFie ld; | |
| 8536 | } | |
| 8537 | set { | |
| 8538 | this .conflictE xperiences Field = va lue; | |
| 8539 | this .RaiseProp ertyChange d("conflic tExperienc es"); | |
| 8540 | } | |
| 8541 | } | |
| 8542 | ||
| 8543 | // / <remarks /> | |
| 8544 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("mil itaryServi ceEpisode" )] | |
| 8545 | pu blic milit aryService EpisodeInf o[] milita ryServiceE pisodes { | |
| 8546 | get { | |
| 8547 | retu rn this.mi litaryServ iceEpisode sField; | |
| 8548 | } | |
| 8549 | set { | |
| 8550 | this .militaryS erviceEpis odesField = value; | |
| 8551 | this .RaiseProp ertyChange d("militar yServiceEp isodes"); | |
| 8552 | } | |
| 8553 | } | |
| 8554 | ||
| 8555 | // / <remarks /> | |
| 8556 | pu blic strin g serviceP eriod { | |
| 8557 | get { | |
| 8558 | retu rn this.se rvicePerio dField; | |
| 8559 | } | |
| 8560 | set { | |
| 8561 | this .servicePe riodField = value; | |
| 8562 | this .RaiseProp ertyChange d("service Period"); | |
| 8563 | } | |
| 8564 | } | |
| 8565 | ||
| 8566 | // / <remarks /> | |
| 8567 | pu blic strin g site { | |
| 8568 | get { | |
| 8569 | retu rn this.si teField; | |
| 8570 | } | |
| 8571 | set { | |
| 8572 | this .siteField = value; | |
| 8573 | this .RaiseProp ertyChange d("site"); | |
| 8574 | } | |
| 8575 | } | |
| 8576 | ||
| 8577 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8578 | ||
| 8579 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8580 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8581 | if ((pro pertyChang ed != null )) { | |
| 8582 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8583 | } | |
| 8584 | } | |
| 8585 | } | |
| 8586 | ||
| 8587 | /// <r emarks/> | |
| 8588 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8589 | [Syste m.Serializ ableAttrib ute()] | |
| 8590 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8591 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8592 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8593 | public partial c lass confl ictExperie nceInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 8594 | ||
| 8595 | pr ivate stri ng conflic tLocationF ield; | |
| 8596 | ||
| 8597 | pr ivate stri ng endDate Field; | |
| 8598 | ||
| 8599 | pr ivate stri ng startDa teField; | |
| 8600 | ||
| 8601 | // / <remarks /> | |
| 8602 | pu blic strin g conflict Location { | |
| 8603 | get { | |
| 8604 | retu rn this.co nflictLoca tionField; | |
| 8605 | } | |
| 8606 | set { | |
| 8607 | this .conflictL ocationFie ld = value ; | |
| 8608 | this .RaiseProp ertyChange d("conflic tLocation" ); | |
| 8609 | } | |
| 8610 | } | |
| 8611 | ||
| 8612 | // / <remarks /> | |
| 8613 | pu blic strin g endDate { | |
| 8614 | get { | |
| 8615 | retu rn this.en dDateField ; | |
| 8616 | } | |
| 8617 | set { | |
| 8618 | this .endDateFi eld = valu e; | |
| 8619 | this .RaiseProp ertyChange d("endDate "); | |
| 8620 | } | |
| 8621 | } | |
| 8622 | ||
| 8623 | // / <remarks /> | |
| 8624 | pu blic strin g startDat e { | |
| 8625 | get { | |
| 8626 | retu rn this.st artDateFie ld; | |
| 8627 | } | |
| 8628 | set { | |
| 8629 | this .startDate Field = va lue; | |
| 8630 | this .RaiseProp ertyChange d("startDa te"); | |
| 8631 | } | |
| 8632 | } | |
| 8633 | ||
| 8634 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8635 | ||
| 8636 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8637 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8638 | if ((pro pertyChang ed != null )) { | |
| 8639 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8640 | } | |
| 8641 | } | |
| 8642 | } | |
| 8643 | ||
| 8644 | /// <r emarks/> | |
| 8645 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8646 | [Syste m.Serializ ableAttrib ute()] | |
| 8647 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8648 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8649 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8650 | public partial c lass milit aryService EpisodeInf o : object , System.C omponentMo del.INotif yPropertyC hanged { | |
| 8651 | ||
| 8652 | pr ivate stri ng endDate Field; | |
| 8653 | ||
| 8654 | pr ivate stri ng service BranchFiel d; | |
| 8655 | ||
| 8656 | pr ivate stri ng service NumberFiel d; | |
| 8657 | ||
| 8658 | pr ivate stri ng startDa teField; | |
| 8659 | ||
| 8660 | pr ivate stri ng dischar geTypeFiel d; | |
| 8661 | ||
| 8662 | // / <remarks /> | |
| 8663 | pu blic strin g endDate { | |
| 8664 | get { | |
| 8665 | retu rn this.en dDateField ; | |
| 8666 | } | |
| 8667 | set { | |
| 8668 | this .endDateFi eld = valu e; | |
| 8669 | this .RaiseProp ertyChange d("endDate "); | |
| 8670 | } | |
| 8671 | } | |
| 8672 | ||
| 8673 | // / <remarks /> | |
| 8674 | pu blic strin g serviceB ranch { | |
| 8675 | get { | |
| 8676 | retu rn this.se rviceBranc hField; | |
| 8677 | } | |
| 8678 | set { | |
| 8679 | this .serviceBr anchField = value; | |
| 8680 | this .RaiseProp ertyChange d("service Branch"); | |
| 8681 | } | |
| 8682 | } | |
| 8683 | ||
| 8684 | // / <remarks /> | |
| 8685 | pu blic strin g serviceN umber { | |
| 8686 | get { | |
| 8687 | retu rn this.se rviceNumbe rField; | |
| 8688 | } | |
| 8689 | set { | |
| 8690 | this .serviceNu mberField = value; | |
| 8691 | this .RaiseProp ertyChange d("service Number"); | |
| 8692 | } | |
| 8693 | } | |
| 8694 | ||
| 8695 | // / <remarks /> | |
| 8696 | pu blic strin g startDat e { | |
| 8697 | get { | |
| 8698 | retu rn this.st artDateFie ld; | |
| 8699 | } | |
| 8700 | set { | |
| 8701 | this .startDate Field = va lue; | |
| 8702 | this .RaiseProp ertyChange d("startDa te"); | |
| 8703 | } | |
| 8704 | } | |
| 8705 | ||
| 8706 | // / <remarks /> | |
| 8707 | pu blic strin g discharg eType { | |
| 8708 | get { | |
| 8709 | retu rn this.di schargeTyp eField; | |
| 8710 | } | |
| 8711 | set { | |
| 8712 | this .discharge TypeField = value; | |
| 8713 | this .RaiseProp ertyChange d("dischar geType"); | |
| 8714 | } | |
| 8715 | } | |
| 8716 | ||
| 8717 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8718 | ||
| 8719 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8720 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8721 | if ((pro pertyChang ed != null )) { | |
| 8722 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8723 | } | |
| 8724 | } | |
| 8725 | } | |
| 8726 | ||
| 8727 | /// <r emarks/> | |
| 8728 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8729 | [Syste m.Serializ ableAttrib ute()] | |
| 8730 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8731 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8732 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8733 | public partial c lass priso nerOfWarIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 8734 | ||
| 8735 | pr ivate powE pisodeInfo [] episode sField; | |
| 8736 | ||
| 8737 | pr ivate stri ng powIndi catorField ; | |
| 8738 | ||
| 8739 | // / <remarks /> | |
| 8740 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("epi sode")] | |
| 8741 | pu blic powEp isodeInfo[ ] episodes { | |
| 8742 | get { | |
| 8743 | retu rn this.ep isodesFiel d; | |
| 8744 | } | |
| 8745 | set { | |
| 8746 | this .episodesF ield = val ue; | |
| 8747 | this .RaiseProp ertyChange d("episode s"); | |
| 8748 | } | |
| 8749 | } | |
| 8750 | ||
| 8751 | // / <remarks /> | |
| 8752 | pu blic strin g powIndic ator { | |
| 8753 | get { | |
| 8754 | retu rn this.po wIndicator Field; | |
| 8755 | } | |
| 8756 | set { | |
| 8757 | this .powIndica torField = value; | |
| 8758 | this .RaiseProp ertyChange d("powIndi cator"); | |
| 8759 | } | |
| 8760 | } | |
| 8761 | ||
| 8762 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8763 | ||
| 8764 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8765 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8766 | if ((pro pertyChang ed != null )) { | |
| 8767 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8768 | } | |
| 8769 | } | |
| 8770 | } | |
| 8771 | ||
| 8772 | /// <r emarks/> | |
| 8773 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8774 | [Syste m.Serializ ableAttrib ute()] | |
| 8775 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8776 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8777 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8778 | public partial c lass powEp isodeInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 8779 | ||
| 8780 | pr ivate stri ng capture DateField; | |
| 8781 | ||
| 8782 | pr ivate stri ng dataSou rceField; | |
| 8783 | ||
| 8784 | pr ivate stri ng documen tTypeField ; | |
| 8785 | ||
| 8786 | pr ivate stri ng release DateField; | |
| 8787 | ||
| 8788 | // / <remarks /> | |
| 8789 | pu blic strin g captureD ate { | |
| 8790 | get { | |
| 8791 | retu rn this.ca ptureDateF ield; | |
| 8792 | } | |
| 8793 | set { | |
| 8794 | this .captureDa teField = value; | |
| 8795 | this .RaiseProp ertyChange d("capture Date"); | |
| 8796 | } | |
| 8797 | } | |
| 8798 | ||
| 8799 | // / <remarks /> | |
| 8800 | pu blic strin g dataSour ce { | |
| 8801 | get { | |
| 8802 | retu rn this.da taSourceFi eld; | |
| 8803 | } | |
| 8804 | set { | |
| 8805 | this .dataSourc eField = v alue; | |
| 8806 | this .RaiseProp ertyChange d("dataSou rce"); | |
| 8807 | } | |
| 8808 | } | |
| 8809 | ||
| 8810 | // / <remarks /> | |
| 8811 | pu blic strin g document Type { | |
| 8812 | get { | |
| 8813 | retu rn this.do cumentType Field; | |
| 8814 | } | |
| 8815 | set { | |
| 8816 | this .documentT ypeField = value; | |
| 8817 | this .RaiseProp ertyChange d("documen tType"); | |
| 8818 | } | |
| 8819 | } | |
| 8820 | ||
| 8821 | // / <remarks /> | |
| 8822 | pu blic strin g releaseD ate { | |
| 8823 | get { | |
| 8824 | retu rn this.re leaseDateF ield; | |
| 8825 | } | |
| 8826 | set { | |
| 8827 | this .releaseDa teField = value; | |
| 8828 | this .RaiseProp ertyChange d("release Date"); | |
| 8829 | } | |
| 8830 | } | |
| 8831 | ||
| 8832 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8833 | ||
| 8834 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8835 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8836 | if ((pro pertyChang ed != null )) { | |
| 8837 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8838 | } | |
| 8839 | } | |
| 8840 | } | |
| 8841 | ||
| 8842 | /// <r emarks/> | |
| 8843 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8844 | [Syste m.Serializ ableAttrib ute()] | |
| 8845 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8846 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8847 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8848 | public partial c lass purpl eHeartInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 8849 | ||
| 8850 | pr ivate stri ng statusF ield; | |
| 8851 | ||
| 8852 | pr ivate bool indicator Field; | |
| 8853 | ||
| 8854 | pr ivate bool indicator FieldSpeci fied; | |
| 8855 | ||
| 8856 | // / <remarks /> | |
| 8857 | pu blic strin g status { | |
| 8858 | get { | |
| 8859 | retu rn this.st atusField; | |
| 8860 | } | |
| 8861 | set { | |
| 8862 | this .statusFie ld = value ; | |
| 8863 | this .RaiseProp ertyChange d("status" ); | |
| 8864 | } | |
| 8865 | } | |
| 8866 | ||
| 8867 | // / <remarks /> | |
| 8868 | pu blic bool indicator { | |
| 8869 | get { | |
| 8870 | retu rn this.in dicatorFie ld; | |
| 8871 | } | |
| 8872 | set { | |
| 8873 | this .indicator Field = va lue; | |
| 8874 | this .RaiseProp ertyChange d("indicat or"); | |
| 8875 | } | |
| 8876 | } | |
| 8877 | ||
| 8878 | // / <remarks /> | |
| 8879 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8880 | pu blic bool indicatorS pecified { | |
| 8881 | get { | |
| 8882 | retu rn this.in dicatorFie ldSpecifie d; | |
| 8883 | } | |
| 8884 | set { | |
| 8885 | this .indicator FieldSpeci fied = val ue; | |
| 8886 | this .RaiseProp ertyChange d("indicat orSpecifie d"); | |
| 8887 | } | |
| 8888 | } | |
| 8889 | ||
| 8890 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 8891 | ||
| 8892 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 8893 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 8894 | if ((pro pertyChang ed != null )) { | |
| 8895 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 8896 | } | |
| 8897 | } | |
| 8898 | } | |
| 8899 | ||
| 8900 | /// <r emarks/> | |
| 8901 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 8902 | [Syste m.Serializ ableAttrib ute()] | |
| 8903 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 8904 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 8905 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 8906 | public partial c lass relat ionInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 8907 | ||
| 8908 | pr ivate stri ng dobFiel d; | |
| 8909 | ||
| 8910 | pr ivate Syst em.DateTim e endDateF ield; | |
| 8911 | ||
| 8912 | pr ivate bool endDateFi eldSpecifi ed; | |
| 8913 | ||
| 8914 | pr ivate stri ng familyN ameField; | |
| 8915 | ||
| 8916 | pr ivate stri ng genderF ield; | |
| 8917 | ||
| 8918 | pr ivate stri ng givenNa meField; | |
| 8919 | ||
| 8920 | pr ivate stri ng middleN ameField; | |
| 8921 | ||
| 8922 | pr ivate stri ng relatio nshipField ; | |
| 8923 | ||
| 8924 | pr ivate ssnI nfo[] ssns Field; | |
| 8925 | ||
| 8926 | pr ivate stri ng startDa teField; | |
| 8927 | ||
| 8928 | // / <remarks /> | |
| 8929 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 8930 | pu blic strin g dob { | |
| 8931 | get { | |
| 8932 | retu rn this.do bField; | |
| 8933 | } | |
| 8934 | set { | |
| 8935 | this .dobField = value; | |
| 8936 | this .RaiseProp ertyChange d("dob"); | |
| 8937 | } | |
| 8938 | } | |
| 8939 | ||
| 8940 | // / <remarks /> | |
| 8941 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 8942 | pu blic Syste m.DateTime endDate { | |
| 8943 | get { | |
| 8944 | retu rn this.en dDateField ; | |
| 8945 | } | |
| 8946 | set { | |
| 8947 | this .endDateFi eld = valu e; | |
| 8948 | this .RaiseProp ertyChange d("endDate "); | |
| 8949 | } | |
| 8950 | } | |
| 8951 | ||
| 8952 | // / <remarks /> | |
| 8953 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 8954 | pu blic bool endDateSpe cified { | |
| 8955 | get { | |
| 8956 | retu rn this.en dDateField Specified; | |
| 8957 | } | |
| 8958 | set { | |
| 8959 | this .endDateFi eldSpecifi ed = value ; | |
| 8960 | this .RaiseProp ertyChange d("endDate Specified" ); | |
| 8961 | } | |
| 8962 | } | |
| 8963 | ||
| 8964 | // / <remarks /> | |
| 8965 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 8966 | pu blic strin g familyNa me { | |
| 8967 | get { | |
| 8968 | retu rn this.fa milyNameFi eld; | |
| 8969 | } | |
| 8970 | set { | |
| 8971 | this .familyNam eField = v alue; | |
| 8972 | this .RaiseProp ertyChange d("familyN ame"); | |
| 8973 | } | |
| 8974 | } | |
| 8975 | ||
| 8976 | // / <remarks /> | |
| 8977 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 3)] | |
| 8978 | pu blic strin g gender { | |
| 8979 | get { | |
| 8980 | retu rn this.ge nderField; | |
| 8981 | } | |
| 8982 | set { | |
| 8983 | this .genderFie ld = value ; | |
| 8984 | this .RaiseProp ertyChange d("gender" ); | |
| 8985 | } | |
| 8986 | } | |
| 8987 | ||
| 8988 | // / <remarks /> | |
| 8989 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 4)] | |
| 8990 | pu blic strin g givenNam e { | |
| 8991 | get { | |
| 8992 | retu rn this.gi venNameFie ld; | |
| 8993 | } | |
| 8994 | set { | |
| 8995 | this .givenName Field = va lue; | |
| 8996 | this .RaiseProp ertyChange d("givenNa me"); | |
| 8997 | } | |
| 8998 | } | |
| 8999 | ||
| 9000 | // / <remarks /> | |
| 9001 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 5)] | |
| 9002 | pu blic strin g middleNa me { | |
| 9003 | get { | |
| 9004 | retu rn this.mi ddleNameFi eld; | |
| 9005 | } | |
| 9006 | set { | |
| 9007 | this .middleNam eField = v alue; | |
| 9008 | this .RaiseProp ertyChange d("middleN ame"); | |
| 9009 | } | |
| 9010 | } | |
| 9011 | ||
| 9012 | // / <remarks /> | |
| 9013 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 6)] | |
| 9014 | pu blic strin g relation ship { | |
| 9015 | get { | |
| 9016 | retu rn this.re lationship Field; | |
| 9017 | } | |
| 9018 | set { | |
| 9019 | this .relations hipField = value; | |
| 9020 | this .RaiseProp ertyChange d("relatio nship"); | |
| 9021 | } | |
| 9022 | } | |
| 9023 | ||
| 9024 | // / <remarks /> | |
| 9025 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=7) ] | |
| 9026 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ssn ")] | |
| 9027 | pu blic ssnIn fo[] ssns { | |
| 9028 | get { | |
| 9029 | retu rn this.ss nsField; | |
| 9030 | } | |
| 9031 | set { | |
| 9032 | this .ssnsField = value; | |
| 9033 | this .RaiseProp ertyChange d("ssns"); | |
| 9034 | } | |
| 9035 | } | |
| 9036 | ||
| 9037 | // / <remarks /> | |
| 9038 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 8)] | |
| 9039 | pu blic strin g startDat e { | |
| 9040 | get { | |
| 9041 | retu rn this.st artDateFie ld; | |
| 9042 | } | |
| 9043 | set { | |
| 9044 | this .startDate Field = va lue; | |
| 9045 | this .RaiseProp ertyChange d("startDa te"); | |
| 9046 | } | |
| 9047 | } | |
| 9048 | ||
| 9049 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9050 | ||
| 9051 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9052 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9053 | if ((pro pertyChang ed != null )) { | |
| 9054 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9055 | } | |
| 9056 | } | |
| 9057 | } | |
| 9058 | ||
| 9059 | /// <r emarks/> | |
| 9060 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9061 | [Syste m.Serializ ableAttrib ute()] | |
| 9062 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9063 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9064 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9065 | public partial c lass sensi tivityInfo : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 9066 | ||
| 9067 | pr ivate Syst em.DateTim e sensitiv ityChangeD ateField; | |
| 9068 | ||
| 9069 | pr ivate bool sensitivi tyChangeDa teFieldSpe cified; | |
| 9070 | ||
| 9071 | pr ivate stri ng sensiti vityChange SiteField; | |
| 9072 | ||
| 9073 | pr ivate stri ng sensiti vityChange SourceFiel d; | |
| 9074 | ||
| 9075 | pr ivate bool sensityFl agField; | |
| 9076 | ||
| 9077 | pr ivate bool sensityFl agFieldSpe cified; | |
| 9078 | ||
| 9079 | // / <remarks /> | |
| 9080 | pu blic Syste m.DateTime sensitivi tyChangeDa te { | |
| 9081 | get { | |
| 9082 | retu rn this.se nsitivityC hangeDateF ield; | |
| 9083 | } | |
| 9084 | set { | |
| 9085 | this .sensitivi tyChangeDa teField = value; | |
| 9086 | this .RaiseProp ertyChange d("sensiti vityChange Date"); | |
| 9087 | } | |
| 9088 | } | |
| 9089 | ||
| 9090 | // / <remarks /> | |
| 9091 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9092 | pu blic bool sensitivit yChangeDat eSpecified { | |
| 9093 | get { | |
| 9094 | retu rn this.se nsitivityC hangeDateF ieldSpecif ied; | |
| 9095 | } | |
| 9096 | set { | |
| 9097 | this .sensitivi tyChangeDa teFieldSpe cified = v alue; | |
| 9098 | this .RaiseProp ertyChange d("sensiti vityChange DateSpecif ied"); | |
| 9099 | } | |
| 9100 | } | |
| 9101 | ||
| 9102 | // / <remarks /> | |
| 9103 | pu blic strin g sensitiv ityChangeS ite { | |
| 9104 | get { | |
| 9105 | retu rn this.se nsitivityC hangeSiteF ield; | |
| 9106 | } | |
| 9107 | set { | |
| 9108 | this .sensitivi tyChangeSi teField = value; | |
| 9109 | this .RaiseProp ertyChange d("sensiti vityChange Site"); | |
| 9110 | } | |
| 9111 | } | |
| 9112 | ||
| 9113 | // / <remarks /> | |
| 9114 | pu blic strin g sensitiv ityChangeS ource { | |
| 9115 | get { | |
| 9116 | retu rn this.se nsitivityC hangeSourc eField; | |
| 9117 | } | |
| 9118 | set { | |
| 9119 | this .sensitivi tyChangeSo urceField = value; | |
| 9120 | this .RaiseProp ertyChange d("sensiti vityChange Source"); | |
| 9121 | } | |
| 9122 | } | |
| 9123 | ||
| 9124 | // / <remarks /> | |
| 9125 | pu blic bool sensityFla g { | |
| 9126 | get { | |
| 9127 | retu rn this.se nsityFlagF ield; | |
| 9128 | } | |
| 9129 | set { | |
| 9130 | this .sensityFl agField = value; | |
| 9131 | this .RaiseProp ertyChange d("sensity Flag"); | |
| 9132 | } | |
| 9133 | } | |
| 9134 | ||
| 9135 | // / <remarks /> | |
| 9136 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9137 | pu blic bool sensityFla gSpecified { | |
| 9138 | get { | |
| 9139 | retu rn this.se nsityFlagF ieldSpecif ied; | |
| 9140 | } | |
| 9141 | set { | |
| 9142 | this .sensityFl agFieldSpe cified = v alue; | |
| 9143 | this .RaiseProp ertyChange d("sensity FlagSpecif ied"); | |
| 9144 | } | |
| 9145 | } | |
| 9146 | ||
| 9147 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9148 | ||
| 9149 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9150 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9151 | if ((pro pertyChang ed != null )) { | |
| 9152 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9153 | } | |
| 9154 | } | |
| 9155 | } | |
| 9156 | ||
| 9157 | /// <r emarks/> | |
| 9158 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9159 | [Syste m.Serializ ableAttrib ute()] | |
| 9160 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9161 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9162 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9163 | public partial c lass spina lCordInjur yInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 9164 | ||
| 9165 | pr ivate stri ng determi nationFaci lityField; | |
| 9166 | ||
| 9167 | pr ivate stri ng spinalC ordInjuryT ypeField; | |
| 9168 | ||
| 9169 | // / <remarks /> | |
| 9170 | pu blic strin g determin ationFacil ity { | |
| 9171 | get { | |
| 9172 | retu rn this.de terminatio nFacilityF ield; | |
| 9173 | } | |
| 9174 | set { | |
| 9175 | this .determina tionFacili tyField = value; | |
| 9176 | this .RaiseProp ertyChange d("determi nationFaci lity"); | |
| 9177 | } | |
| 9178 | } | |
| 9179 | ||
| 9180 | // / <remarks /> | |
| 9181 | pu blic strin g spinalCo rdInjuryTy pe { | |
| 9182 | get { | |
| 9183 | retu rn this.sp inalCordIn juryTypeFi eld; | |
| 9184 | } | |
| 9185 | set { | |
| 9186 | this .spinalCor dInjuryTyp eField = v alue; | |
| 9187 | this .RaiseProp ertyChange d("spinalC ordInjuryT ype"); | |
| 9188 | } | |
| 9189 | } | |
| 9190 | ||
| 9191 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9192 | ||
| 9193 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9194 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9195 | if ((pro pertyChang ed != null )) { | |
| 9196 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9197 | } | |
| 9198 | } | |
| 9199 | } | |
| 9200 | ||
| 9201 | /// <r emarks/> | |
| 9202 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9203 | [Syste m.Serializ ableAttrib ute()] | |
| 9204 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9205 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9206 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9207 | public partial c lass perso nInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 9208 | ||
| 9209 | pr ivate stri ng firstNa meField; | |
| 9210 | ||
| 9211 | pr ivate stri ng middleN ameField; | |
| 9212 | ||
| 9213 | pr ivate stri ng lastNam eField; | |
| 9214 | ||
| 9215 | pr ivate stri ng prefixF ield; | |
| 9216 | ||
| 9217 | pr ivate stri ng suffixF ield; | |
| 9218 | ||
| 9219 | pr ivate stri ng ssnText Field; | |
| 9220 | ||
| 9221 | pr ivate stri ng genderF ield; | |
| 9222 | ||
| 9223 | pr ivate stri ng dobFiel d; | |
| 9224 | ||
| 9225 | pr ivate stri ng ssaVeri ficationSt atusField; | |
| 9226 | ||
| 9227 | pr ivate Syst em.DateTim e ssaVerif icationDat eField; | |
| 9228 | ||
| 9229 | pr ivate bool ssaVerifi cationDate FieldSpeci fied; | |
| 9230 | ||
| 9231 | pr ivate vamc Info[] vam cDataField ; | |
| 9232 | ||
| 9233 | pr ivate name Info[] nam esField; | |
| 9234 | ||
| 9235 | pr ivate stri ng mothers MaidenName Field; | |
| 9236 | ||
| 9237 | pr ivate stri ng placeOf BirthCityF ield; | |
| 9238 | ||
| 9239 | pr ivate stri ng placeOf BirthState Field; | |
| 9240 | ||
| 9241 | // / <remarks /> | |
| 9242 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 9243 | pu blic strin g firstNam e { | |
| 9244 | get { | |
| 9245 | retu rn this.fi rstNameFie ld; | |
| 9246 | } | |
| 9247 | set { | |
| 9248 | this .firstName Field = va lue; | |
| 9249 | this .RaiseProp ertyChange d("firstNa me"); | |
| 9250 | } | |
| 9251 | } | |
| 9252 | ||
| 9253 | // / <remarks /> | |
| 9254 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 9255 | pu blic strin g middleNa me { | |
| 9256 | get { | |
| 9257 | retu rn this.mi ddleNameFi eld; | |
| 9258 | } | |
| 9259 | set { | |
| 9260 | this .middleNam eField = v alue; | |
| 9261 | this .RaiseProp ertyChange d("middleN ame"); | |
| 9262 | } | |
| 9263 | } | |
| 9264 | ||
| 9265 | // / <remarks /> | |
| 9266 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 9267 | pu blic strin g lastName { | |
| 9268 | get { | |
| 9269 | retu rn this.la stNameFiel d; | |
| 9270 | } | |
| 9271 | set { | |
| 9272 | this .lastNameF ield = val ue; | |
| 9273 | this .RaiseProp ertyChange d("lastNam e"); | |
| 9274 | } | |
| 9275 | } | |
| 9276 | ||
| 9277 | // / <remarks /> | |
| 9278 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 3)] | |
| 9279 | pu blic strin g prefix { | |
| 9280 | get { | |
| 9281 | retu rn this.pr efixField; | |
| 9282 | } | |
| 9283 | set { | |
| 9284 | this .prefixFie ld = value ; | |
| 9285 | this .RaiseProp ertyChange d("prefix" ); | |
| 9286 | } | |
| 9287 | } | |
| 9288 | ||
| 9289 | // / <remarks /> | |
| 9290 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 4)] | |
| 9291 | pu blic strin g suffix { | |
| 9292 | get { | |
| 9293 | retu rn this.su ffixField; | |
| 9294 | } | |
| 9295 | set { | |
| 9296 | this .suffixFie ld = value ; | |
| 9297 | this .RaiseProp ertyChange d("suffix" ); | |
| 9298 | } | |
| 9299 | } | |
| 9300 | ||
| 9301 | // / <remarks /> | |
| 9302 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 5)] | |
| 9303 | pu blic strin g ssnText { | |
| 9304 | get { | |
| 9305 | retu rn this.ss nTextField ; | |
| 9306 | } | |
| 9307 | set { | |
| 9308 | this .ssnTextFi eld = valu e; | |
| 9309 | this .RaiseProp ertyChange d("ssnText "); | |
| 9310 | } | |
| 9311 | } | |
| 9312 | ||
| 9313 | // / <remarks /> | |
| 9314 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 6)] | |
| 9315 | pu blic strin g gender { | |
| 9316 | get { | |
| 9317 | retu rn this.ge nderField; | |
| 9318 | } | |
| 9319 | set { | |
| 9320 | this .genderFie ld = value ; | |
| 9321 | this .RaiseProp ertyChange d("gender" ); | |
| 9322 | } | |
| 9323 | } | |
| 9324 | ||
| 9325 | // / <remarks /> | |
| 9326 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 7)] | |
| 9327 | pu blic strin g dob { | |
| 9328 | get { | |
| 9329 | retu rn this.do bField; | |
| 9330 | } | |
| 9331 | set { | |
| 9332 | this .dobField = value; | |
| 9333 | this .RaiseProp ertyChange d("dob"); | |
| 9334 | } | |
| 9335 | } | |
| 9336 | ||
| 9337 | // / <remarks /> | |
| 9338 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 8)] | |
| 9339 | pu blic strin g ssaVerif icationSta tus { | |
| 9340 | get { | |
| 9341 | retu rn this.ss aVerificat ionStatusF ield; | |
| 9342 | } | |
| 9343 | set { | |
| 9344 | this .ssaVerifi cationStat usField = value; | |
| 9345 | this .RaiseProp ertyChange d("ssaVeri ficationSt atus"); | |
| 9346 | } | |
| 9347 | } | |
| 9348 | ||
| 9349 | // / <remarks /> | |
| 9350 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=9)] | |
| 9351 | pu blic Syste m.DateTime ssaVerifi cationDate { | |
| 9352 | get { | |
| 9353 | retu rn this.ss aVerificat ionDateFie ld; | |
| 9354 | } | |
| 9355 | set { | |
| 9356 | this .ssaVerifi cationDate Field = va lue; | |
| 9357 | this .RaiseProp ertyChange d("ssaVeri ficationDa te"); | |
| 9358 | } | |
| 9359 | } | |
| 9360 | ||
| 9361 | // / <remarks /> | |
| 9362 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9363 | pu blic bool ssaVerific ationDateS pecified { | |
| 9364 | get { | |
| 9365 | retu rn this.ss aVerificat ionDateFie ldSpecifie d; | |
| 9366 | } | |
| 9367 | set { | |
| 9368 | this .ssaVerifi cationDate FieldSpeci fied = val ue; | |
| 9369 | this .RaiseProp ertyChange d("ssaVeri ficationDa teSpecifie d"); | |
| 9370 | } | |
| 9371 | } | |
| 9372 | ||
| 9373 | // / <remarks /> | |
| 9374 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=10 )] | |
| 9375 | pu blic vamcI nfo[] vamc Data { | |
| 9376 | get { | |
| 9377 | retu rn this.va mcDataFiel d; | |
| 9378 | } | |
| 9379 | set { | |
| 9380 | this .vamcDataF ield = val ue; | |
| 9381 | this .RaiseProp ertyChange d("vamcDat a"); | |
| 9382 | } | |
| 9383 | } | |
| 9384 | ||
| 9385 | // / <remarks /> | |
| 9386 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=11 )] | |
| 9387 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("nam e", IsNull able=false )] | |
| 9388 | pu blic nameI nfo[] name s { | |
| 9389 | get { | |
| 9390 | retu rn this.na mesField; | |
| 9391 | } | |
| 9392 | set { | |
| 9393 | this .namesFiel d = value; | |
| 9394 | this .RaiseProp ertyChange d("names") ; | |
| 9395 | } | |
| 9396 | } | |
| 9397 | ||
| 9398 | // / <remarks /> | |
| 9399 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 12)] | |
| 9400 | pu blic strin g mothersM aidenName { | |
| 9401 | get { | |
| 9402 | retu rn this.mo thersMaide nNameField ; | |
| 9403 | } | |
| 9404 | set { | |
| 9405 | this .mothersMa idenNameFi eld = valu e; | |
| 9406 | this .RaiseProp ertyChange d("mothers MaidenName "); | |
| 9407 | } | |
| 9408 | } | |
| 9409 | ||
| 9410 | // / <remarks /> | |
| 9411 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 13)] | |
| 9412 | pu blic strin g placeOfB irthCity { | |
| 9413 | get { | |
| 9414 | retu rn this.pl aceOfBirth CityField; | |
| 9415 | } | |
| 9416 | set { | |
| 9417 | this .placeOfBi rthCityFie ld = value ; | |
| 9418 | this .RaiseProp ertyChange d("placeOf BirthCity" ); | |
| 9419 | } | |
| 9420 | } | |
| 9421 | ||
| 9422 | // / <remarks /> | |
| 9423 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 14)] | |
| 9424 | pu blic strin g placeOfB irthState { | |
| 9425 | get { | |
| 9426 | retu rn this.pl aceOfBirth StateField ; | |
| 9427 | } | |
| 9428 | set { | |
| 9429 | this .placeOfBi rthStateFi eld = valu e; | |
| 9430 | this .RaiseProp ertyChange d("placeOf BirthState "); | |
| 9431 | } | |
| 9432 | } | |
| 9433 | ||
| 9434 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9435 | ||
| 9436 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9437 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9438 | if ((pro pertyChang ed != null )) { | |
| 9439 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9440 | } | |
| 9441 | } | |
| 9442 | } | |
| 9443 | ||
| 9444 | /// <r emarks/> | |
| 9445 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9446 | [Syste m.Serializ ableAttrib ute()] | |
| 9447 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9448 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9449 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9450 | public partial c lass vamcI nfo : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 9451 | ||
| 9452 | pr ivate stri ng dfnNumb erField; | |
| 9453 | ||
| 9454 | pr ivate stri ng facilit yNumberFie ld; | |
| 9455 | ||
| 9456 | pr ivate Syst em.DateTim e lastVisi tDateField ; | |
| 9457 | ||
| 9458 | pr ivate bool lastVisit DateFieldS pecified; | |
| 9459 | ||
| 9460 | pr ivate Syst em.DateTim e vamcRepo rtDateFiel d; | |
| 9461 | ||
| 9462 | pr ivate bool vamcRepor tDateField Specified; | |
| 9463 | ||
| 9464 | // / <remarks /> | |
| 9465 | pu blic strin g dfnNumbe r { | |
| 9466 | get { | |
| 9467 | retu rn this.df nNumberFie ld; | |
| 9468 | } | |
| 9469 | set { | |
| 9470 | this .dfnNumber Field = va lue; | |
| 9471 | this .RaiseProp ertyChange d("dfnNumb er"); | |
| 9472 | } | |
| 9473 | } | |
| 9474 | ||
| 9475 | // / <remarks /> | |
| 9476 | pu blic strin g facility Number { | |
| 9477 | get { | |
| 9478 | retu rn this.fa cilityNumb erField; | |
| 9479 | } | |
| 9480 | set { | |
| 9481 | this .facilityN umberField = value; | |
| 9482 | this .RaiseProp ertyChange d("facilit yNumber"); | |
| 9483 | } | |
| 9484 | } | |
| 9485 | ||
| 9486 | // / <remarks /> | |
| 9487 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 9488 | pu blic Syste m.DateTime lastVisit Date { | |
| 9489 | get { | |
| 9490 | retu rn this.la stVisitDat eField; | |
| 9491 | } | |
| 9492 | set { | |
| 9493 | this .lastVisit DateField = value; | |
| 9494 | this .RaiseProp ertyChange d("lastVis itDate"); | |
| 9495 | } | |
| 9496 | } | |
| 9497 | ||
| 9498 | // / <remarks /> | |
| 9499 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9500 | pu blic bool lastVisitD ateSpecifi ed { | |
| 9501 | get { | |
| 9502 | retu rn this.la stVisitDat eFieldSpec ified; | |
| 9503 | } | |
| 9504 | set { | |
| 9505 | this .lastVisit DateFieldS pecified = value; | |
| 9506 | this .RaiseProp ertyChange d("lastVis itDateSpec ified"); | |
| 9507 | } | |
| 9508 | } | |
| 9509 | ||
| 9510 | // / <remarks /> | |
| 9511 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date") ] | |
| 9512 | pu blic Syste m.DateTime vamcRepor tDate { | |
| 9513 | get { | |
| 9514 | retu rn this.va mcReportDa teField; | |
| 9515 | } | |
| 9516 | set { | |
| 9517 | this .vamcRepor tDateField = value; | |
| 9518 | this .RaiseProp ertyChange d("vamcRep ortDate"); | |
| 9519 | } | |
| 9520 | } | |
| 9521 | ||
| 9522 | // / <remarks /> | |
| 9523 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9524 | pu blic bool vamcReport DateSpecif ied { | |
| 9525 | get { | |
| 9526 | retu rn this.va mcReportDa teFieldSpe cified; | |
| 9527 | } | |
| 9528 | set { | |
| 9529 | this .vamcRepor tDateField Specified = value; | |
| 9530 | this .RaiseProp ertyChange d("vamcRep ortDateSpe cified"); | |
| 9531 | } | |
| 9532 | } | |
| 9533 | ||
| 9534 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9535 | ||
| 9536 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9537 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9538 | if ((pro pertyChang ed != null )) { | |
| 9539 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9540 | } | |
| 9541 | } | |
| 9542 | } | |
| 9543 | ||
| 9544 | /// <r emarks/> | |
| 9545 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9546 | [Syste m.Serializ ableAttrib ute()] | |
| 9547 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9548 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9549 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9550 | public partial c lass nameI nfo : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 9551 | ||
| 9552 | pr ivate stri ng otherNa meField; | |
| 9553 | ||
| 9554 | // / <remarks /> | |
| 9555 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 9556 | pu blic strin g otherNam e { | |
| 9557 | get { | |
| 9558 | retu rn this.ot herNameFie ld; | |
| 9559 | } | |
| 9560 | set { | |
| 9561 | this .otherName Field = va lue; | |
| 9562 | this .RaiseProp ertyChange d("otherNa me"); | |
| 9563 | } | |
| 9564 | } | |
| 9565 | ||
| 9566 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9567 | ||
| 9568 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9569 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9570 | if ((pro pertyChang ed != null )) { | |
| 9571 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9572 | } | |
| 9573 | } | |
| 9574 | } | |
| 9575 | ||
| 9576 | /// <r emarks/> | |
| 9577 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9578 | [Syste m.Serializ ableAttrib ute()] | |
| 9579 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9580 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9581 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9582 | public partial c lass conse ntInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 9583 | ||
| 9584 | pr ivate stri ng consent AuthCodeFi eld; | |
| 9585 | ||
| 9586 | pr ivate stri ng consent ImagingSit eField; | |
| 9587 | ||
| 9588 | pr ivate stri ng consent ImageIndex NumberFiel d; | |
| 9589 | ||
| 9590 | pr ivate Syst em.DateTim e consentR eportDateF ield; | |
| 9591 | ||
| 9592 | pr ivate bool consentRe portDateFi eldSpecifi ed; | |
| 9593 | ||
| 9594 | pr ivate Syst em.DateTim e consentL astUpdateD ateField; | |
| 9595 | ||
| 9596 | pr ivate bool consentLa stUpdateDa teFieldSpe cified; | |
| 9597 | ||
| 9598 | // / <remarks /> | |
| 9599 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 9600 | pu blic strin g consentA uthCode { | |
| 9601 | get { | |
| 9602 | retu rn this.co nsentAuthC odeField; | |
| 9603 | } | |
| 9604 | set { | |
| 9605 | this .consentAu thCodeFiel d = value; | |
| 9606 | this .RaiseProp ertyChange d("consent AuthCode") ; | |
| 9607 | } | |
| 9608 | } | |
| 9609 | ||
| 9610 | // / <remarks /> | |
| 9611 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 9612 | pu blic strin g consentI magingSite { | |
| 9613 | get { | |
| 9614 | retu rn this.co nsentImagi ngSiteFiel d; | |
| 9615 | } | |
| 9616 | set { | |
| 9617 | this .consentIm agingSiteF ield = val ue; | |
| 9618 | this .RaiseProp ertyChange d("consent ImagingSit e"); | |
| 9619 | } | |
| 9620 | } | |
| 9621 | ||
| 9622 | // / <remarks /> | |
| 9623 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 9624 | pu blic strin g consentI mageIndexN umber { | |
| 9625 | get { | |
| 9626 | retu rn this.co nsentImage IndexNumbe rField; | |
| 9627 | } | |
| 9628 | set { | |
| 9629 | this .consentIm ageIndexNu mberField = value; | |
| 9630 | this .RaiseProp ertyChange d("consent ImageIndex Number"); | |
| 9631 | } | |
| 9632 | } | |
| 9633 | ||
| 9634 | // / <remarks /> | |
| 9635 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=3)] | |
| 9636 | pu blic Syste m.DateTime consentRe portDate { | |
| 9637 | get { | |
| 9638 | retu rn this.co nsentRepor tDateField ; | |
| 9639 | } | |
| 9640 | set { | |
| 9641 | this .consentRe portDateFi eld = valu e; | |
| 9642 | this .RaiseProp ertyChange d("consent ReportDate "); | |
| 9643 | } | |
| 9644 | } | |
| 9645 | ||
| 9646 | // / <remarks /> | |
| 9647 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9648 | pu blic bool consentRep ortDateSpe cified { | |
| 9649 | get { | |
| 9650 | retu rn this.co nsentRepor tDateField Specified; | |
| 9651 | } | |
| 9652 | set { | |
| 9653 | this .consentRe portDateFi eldSpecifi ed = value ; | |
| 9654 | this .RaiseProp ertyChange d("consent ReportDate Specified" ); | |
| 9655 | } | |
| 9656 | } | |
| 9657 | ||
| 9658 | // / <remarks /> | |
| 9659 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=4)] | |
| 9660 | pu blic Syste m.DateTime consentLa stUpdateDa te { | |
| 9661 | get { | |
| 9662 | retu rn this.co nsentLastU pdateDateF ield; | |
| 9663 | } | |
| 9664 | set { | |
| 9665 | this .consentLa stUpdateDa teField = value; | |
| 9666 | this .RaiseProp ertyChange d("consent LastUpdate Date"); | |
| 9667 | } | |
| 9668 | } | |
| 9669 | ||
| 9670 | // / <remarks /> | |
| 9671 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9672 | pu blic bool consentLas tUpdateDat eSpecified { | |
| 9673 | get { | |
| 9674 | retu rn this.co nsentLastU pdateDateF ieldSpecif ied; | |
| 9675 | } | |
| 9676 | set { | |
| 9677 | this .consentLa stUpdateDa teFieldSpe cified = v alue; | |
| 9678 | this .RaiseProp ertyChange d("consent LastUpdate DateSpecif ied"); | |
| 9679 | } | |
| 9680 | } | |
| 9681 | ||
| 9682 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9683 | ||
| 9684 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9685 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9686 | if ((pro pertyChang ed != null )) { | |
| 9687 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9688 | } | |
| 9689 | } | |
| 9690 | } | |
| 9691 | ||
| 9692 | /// <r emarks/> | |
| 9693 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9694 | [Syste m.Serializ ableAttrib ute()] | |
| 9695 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9696 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9697 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9698 | public partial c lass categ oryInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 9699 | ||
| 9700 | pr ivate stri ng categor yNameField ; | |
| 9701 | ||
| 9702 | pr ivate Syst em.DateTim e dateOfSe rviceField ; | |
| 9703 | ||
| 9704 | // / <remarks /> | |
| 9705 | pu blic strin g category Name { | |
| 9706 | get { | |
| 9707 | retu rn this.ca tegoryName Field; | |
| 9708 | } | |
| 9709 | set { | |
| 9710 | this .categoryN ameField = value; | |
| 9711 | this .RaiseProp ertyChange d("categor yName"); | |
| 9712 | } | |
| 9713 | } | |
| 9714 | ||
| 9715 | // / <remarks /> | |
| 9716 | pu blic Syste m.DateTime dateOfSer vice { | |
| 9717 | get { | |
| 9718 | retu rn this.da teOfServic eField; | |
| 9719 | } | |
| 9720 | set { | |
| 9721 | this .dateOfSer viceField = value; | |
| 9722 | this .RaiseProp ertyChange d("dateOfS ervice"); | |
| 9723 | } | |
| 9724 | } | |
| 9725 | ||
| 9726 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9727 | ||
| 9728 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9729 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9730 | if ((pro pertyChang ed != null )) { | |
| 9731 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9732 | } | |
| 9733 | } | |
| 9734 | } | |
| 9735 | ||
| 9736 | /// <r emarks/> | |
| 9737 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9738 | [Syste m.Serializ ableAttrib ute()] | |
| 9739 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9740 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9741 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9742 | public partial c lass getEE SummaryHis toryReques t : object , System.C omponentMo del.INotif yPropertyC hanged { | |
| 9743 | ||
| 9744 | pr ivate stri ng keyFiel d; | |
| 9745 | ||
| 9746 | pr ivate stri ng keyType Field; | |
| 9747 | ||
| 9748 | pr ivate stri ng request NameField; | |
| 9749 | ||
| 9750 | pr ivate cate goryInfo[] categorie sField; | |
| 9751 | ||
| 9752 | // / <remarks /> | |
| 9753 | pu blic strin g key { | |
| 9754 | get { | |
| 9755 | retu rn this.ke yField; | |
| 9756 | } | |
| 9757 | set { | |
| 9758 | this .keyField = value; | |
| 9759 | this .RaiseProp ertyChange d("key"); | |
| 9760 | } | |
| 9761 | } | |
| 9762 | ||
| 9763 | // / <remarks /> | |
| 9764 | pu blic strin g keyType { | |
| 9765 | get { | |
| 9766 | retu rn this.ke yTypeField ; | |
| 9767 | } | |
| 9768 | set { | |
| 9769 | this .keyTypeFi eld = valu e; | |
| 9770 | this .RaiseProp ertyChange d("keyType "); | |
| 9771 | } | |
| 9772 | } | |
| 9773 | ||
| 9774 | // / <remarks /> | |
| 9775 | pu blic strin g requestN ame { | |
| 9776 | get { | |
| 9777 | retu rn this.re questNameF ield; | |
| 9778 | } | |
| 9779 | set { | |
| 9780 | this .requestNa meField = value; | |
| 9781 | this .RaiseProp ertyChange d("request Name"); | |
| 9782 | } | |
| 9783 | } | |
| 9784 | ||
| 9785 | // / <remarks /> | |
| 9786 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("cat egory", Is Nullable=f alse)] | |
| 9787 | pu blic categ oryInfo[] categories { | |
| 9788 | get { | |
| 9789 | retu rn this.ca tegoriesFi eld; | |
| 9790 | } | |
| 9791 | set { | |
| 9792 | this .categorie sField = v alue; | |
| 9793 | this .RaiseProp ertyChange d("categor ies"); | |
| 9794 | } | |
| 9795 | } | |
| 9796 | ||
| 9797 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9798 | ||
| 9799 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9800 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9801 | if ((pro pertyChang ed != null )) { | |
| 9802 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9803 | } | |
| 9804 | } | |
| 9805 | } | |
| 9806 | ||
| 9807 | /// <r emarks/> | |
| 9808 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9809 | [Syste m.Serializ ableAttrib ute()] | |
| 9810 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9811 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9812 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9813 | public partial c lass ivmLe tterStatus Info : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 9814 | ||
| 9815 | pr ivate stri ng ivmLett erCommStat usField; | |
| 9816 | ||
| 9817 | pr ivate stri ng ivmLett erCommIdFi eld; | |
| 9818 | ||
| 9819 | pr ivate Syst em.DateTim e recordMo difiedDate Field; | |
| 9820 | ||
| 9821 | pr ivate bool recordMod ifiedDateF ieldSpecif ied; | |
| 9822 | ||
| 9823 | // / <remarks /> | |
| 9824 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 9825 | pu blic strin g ivmLette rCommStatu s { | |
| 9826 | get { | |
| 9827 | retu rn this.iv mLetterCom mStatusFie ld; | |
| 9828 | } | |
| 9829 | set { | |
| 9830 | this .ivmLetter CommStatus Field = va lue; | |
| 9831 | this .RaiseProp ertyChange d("ivmLett erCommStat us"); | |
| 9832 | } | |
| 9833 | } | |
| 9834 | ||
| 9835 | // / <remarks /> | |
| 9836 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 9837 | pu blic strin g ivmLette rCommId { | |
| 9838 | get { | |
| 9839 | retu rn this.iv mLetterCom mIdField; | |
| 9840 | } | |
| 9841 | set { | |
| 9842 | this .ivmLetter CommIdFiel d = value; | |
| 9843 | this .RaiseProp ertyChange d("ivmLett erCommId") ; | |
| 9844 | } | |
| 9845 | } | |
| 9846 | ||
| 9847 | // / <remarks /> | |
| 9848 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=2)] | |
| 9849 | pu blic Syste m.DateTime recordMod ifiedDate { | |
| 9850 | get { | |
| 9851 | retu rn this.re cordModifi edDateFiel d; | |
| 9852 | } | |
| 9853 | set { | |
| 9854 | this .recordMod ifiedDateF ield = val ue; | |
| 9855 | this .RaiseProp ertyChange d("recordM odifiedDat e"); | |
| 9856 | } | |
| 9857 | } | |
| 9858 | ||
| 9859 | // / <remarks /> | |
| 9860 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9861 | pu blic bool recordModi fiedDateSp ecified { | |
| 9862 | get { | |
| 9863 | retu rn this.re cordModifi edDateFiel dSpecified ; | |
| 9864 | } | |
| 9865 | set { | |
| 9866 | this .recordMod ifiedDateF ieldSpecif ied = valu e; | |
| 9867 | this .RaiseProp ertyChange d("recordM odifiedDat eSpecified "); | |
| 9868 | } | |
| 9869 | } | |
| 9870 | ||
| 9871 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9872 | ||
| 9873 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9874 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9875 | if ((pro pertyChang ed != null )) { | |
| 9876 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9877 | } | |
| 9878 | } | |
| 9879 | } | |
| 9880 | ||
| 9881 | /// <r emarks/> | |
| 9882 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9883 | [Syste m.Serializ ableAttrib ute()] | |
| 9884 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9885 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9886 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9887 | public partial c lass ivmLe tterCandid ateInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 9888 | ||
| 9889 | pr ivate stri ng vpidFie ld; | |
| 9890 | ||
| 9891 | pr ivate stri ng ivmCase NumberFiel d; | |
| 9892 | ||
| 9893 | pr ivate stri ng ivmLett erCodeFiel d; | |
| 9894 | ||
| 9895 | pr ivate Syst em.DateTim e ivmLette rMailedDat eField; | |
| 9896 | ||
| 9897 | pr ivate bool ivmLetter MailedDate FieldSpeci fied; | |
| 9898 | ||
| 9899 | pr ivate ivmL etterStatu sInfo[] iv mLetterSta tusesField ; | |
| 9900 | ||
| 9901 | // / <remarks /> | |
| 9902 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 9903 | pu blic strin g vpid { | |
| 9904 | get { | |
| 9905 | retu rn this.vp idField; | |
| 9906 | } | |
| 9907 | set { | |
| 9908 | this .vpidField = value; | |
| 9909 | this .RaiseProp ertyChange d("vpid"); | |
| 9910 | } | |
| 9911 | } | |
| 9912 | ||
| 9913 | // / <remarks /> | |
| 9914 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 9915 | pu blic strin g ivmCaseN umber { | |
| 9916 | get { | |
| 9917 | retu rn this.iv mCaseNumbe rField; | |
| 9918 | } | |
| 9919 | set { | |
| 9920 | this .ivmCaseNu mberField = value; | |
| 9921 | this .RaiseProp ertyChange d("ivmCase Number"); | |
| 9922 | } | |
| 9923 | } | |
| 9924 | ||
| 9925 | // / <remarks /> | |
| 9926 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 9927 | pu blic strin g ivmLette rCode { | |
| 9928 | get { | |
| 9929 | retu rn this.iv mLetterCod eField; | |
| 9930 | } | |
| 9931 | set { | |
| 9932 | this .ivmLetter CodeField = value; | |
| 9933 | this .RaiseProp ertyChange d("ivmLett erCode"); | |
| 9934 | } | |
| 9935 | } | |
| 9936 | ||
| 9937 | // / <remarks /> | |
| 9938 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=3)] | |
| 9939 | pu blic Syste m.DateTime ivmLetter MailedDate { | |
| 9940 | get { | |
| 9941 | retu rn this.iv mLetterMai ledDateFie ld; | |
| 9942 | } | |
| 9943 | set { | |
| 9944 | this .ivmLetter MailedDate Field = va lue; | |
| 9945 | this .RaiseProp ertyChange d("ivmLett erMailedDa te"); | |
| 9946 | } | |
| 9947 | } | |
| 9948 | ||
| 9949 | // / <remarks /> | |
| 9950 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 9951 | pu blic bool ivmLetterM ailedDateS pecified { | |
| 9952 | get { | |
| 9953 | retu rn this.iv mLetterMai ledDateFie ldSpecifie d; | |
| 9954 | } | |
| 9955 | set { | |
| 9956 | this .ivmLetter MailedDate FieldSpeci fied = val ue; | |
| 9957 | this .RaiseProp ertyChange d("ivmLett erMailedDa teSpecifie d"); | |
| 9958 | } | |
| 9959 | } | |
| 9960 | ||
| 9961 | // / <remarks /> | |
| 9962 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=4) ] | |
| 9963 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ivm LetterStat us", IsNul lable=fals e)] | |
| 9964 | pu blic ivmLe tterStatus Info[] ivm LetterStat uses { | |
| 9965 | get { | |
| 9966 | retu rn this.iv mLetterSta tusesField ; | |
| 9967 | } | |
| 9968 | set { | |
| 9969 | this .ivmLetter StatusesFi eld = valu e; | |
| 9970 | this .RaiseProp ertyChange d("ivmLett erStatuses "); | |
| 9971 | } | |
| 9972 | } | |
| 9973 | ||
| 9974 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9975 | ||
| 9976 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9977 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9978 | if ((pro pertyChang ed != null )) { | |
| 9979 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9980 | } | |
| 9981 | } | |
| 9982 | } | |
| 9983 | ||
| 9984 | /// <r emarks/> | |
| 9985 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 9986 | [Syste m.Serializ ableAttrib ute()] | |
| 9987 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 9988 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 9989 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 9990 | public partial c lass getIV MLetterSta tusesReque st : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 9991 | ||
| 9992 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 9993 | ||
| 9994 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 9995 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 9996 | if ((pro pertyChang ed != null )) { | |
| 9997 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 9998 | } | |
| 9999 | } | |
| 10000 | } | |
| 10001 | ||
| 10002 | /// <r emarks/> | |
| 10003 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10004 | [Syste m.Serializ ableAttrib ute()] | |
| 10005 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10006 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10007 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10008 | public partial c lass getPe rsonNotifi cationResp onse : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 10009 | ||
| 10010 | pr ivate stri ng acknowl edgementFi eld; | |
| 10011 | ||
| 10012 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 10013 | ||
| 10014 | pr ivate bool invocatio nDateField Specified; | |
| 10015 | ||
| 10016 | pr ivate stri ng eesVers ionField; | |
| 10017 | ||
| 10018 | pr ivate stri ng noDataM essageFiel d; | |
| 10019 | ||
| 10020 | // / <remarks /> | |
| 10021 | pu blic strin g acknowle dgement { | |
| 10022 | get { | |
| 10023 | retu rn this.ac knowledgem entField; | |
| 10024 | } | |
| 10025 | set { | |
| 10026 | this .acknowled gementFiel d = value; | |
| 10027 | this .RaiseProp ertyChange d("acknowl edgement") ; | |
| 10028 | } | |
| 10029 | } | |
| 10030 | ||
| 10031 | // / <remarks /> | |
| 10032 | pu blic Syste m.DateTime invocatio nDate { | |
| 10033 | get { | |
| 10034 | retu rn this.in vocationDa teField; | |
| 10035 | } | |
| 10036 | set { | |
| 10037 | this .invocatio nDateField = value; | |
| 10038 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 10039 | } | |
| 10040 | } | |
| 10041 | ||
| 10042 | // / <remarks /> | |
| 10043 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 10044 | pu blic bool invocation DateSpecif ied { | |
| 10045 | get { | |
| 10046 | retu rn this.in vocationDa teFieldSpe cified; | |
| 10047 | } | |
| 10048 | set { | |
| 10049 | this .invocatio nDateField Specified = value; | |
| 10050 | this .RaiseProp ertyChange d("invocat ionDateSpe cified"); | |
| 10051 | } | |
| 10052 | } | |
| 10053 | ||
| 10054 | // / <remarks /> | |
| 10055 | pu blic strin g eesVersi on { | |
| 10056 | get { | |
| 10057 | retu rn this.ee sVersionFi eld; | |
| 10058 | } | |
| 10059 | set { | |
| 10060 | this .eesVersio nField = v alue; | |
| 10061 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 10062 | } | |
| 10063 | } | |
| 10064 | ||
| 10065 | // / <remarks /> | |
| 10066 | pu blic strin g noDataMe ssage { | |
| 10067 | get { | |
| 10068 | retu rn this.no DataMessag eField; | |
| 10069 | } | |
| 10070 | set { | |
| 10071 | this .noDataMes sageField = value; | |
| 10072 | this .RaiseProp ertyChange d("noDataM essage"); | |
| 10073 | } | |
| 10074 | } | |
| 10075 | ||
| 10076 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10077 | ||
| 10078 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10079 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10080 | if ((pro pertyChang ed != null )) { | |
| 10081 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10082 | } | |
| 10083 | } | |
| 10084 | } | |
| 10085 | ||
| 10086 | /// <r emarks/> | |
| 10087 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10088 | [Syste m.Serializ ableAttrib ute()] | |
| 10089 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10090 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10091 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10092 | public partial c lass moveN otificatio nInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 10093 | ||
| 10094 | pr ivate stri ng dFNFiel d; | |
| 10095 | ||
| 10096 | pr ivate stri ng station NumberFiel d; | |
| 10097 | ||
| 10098 | pr ivate stri ng fromVPI DField; | |
| 10099 | ||
| 10100 | pr ivate stri ng toVPIDF ield; | |
| 10101 | ||
| 10102 | // / <remarks /> | |
| 10103 | pu blic strin g DFN { | |
| 10104 | get { | |
| 10105 | retu rn this.dF NField; | |
| 10106 | } | |
| 10107 | set { | |
| 10108 | this .dFNField = value; | |
| 10109 | this .RaiseProp ertyChange d("DFN"); | |
| 10110 | } | |
| 10111 | } | |
| 10112 | ||
| 10113 | // / <remarks /> | |
| 10114 | pu blic strin g stationN umber { | |
| 10115 | get { | |
| 10116 | retu rn this.st ationNumbe rField; | |
| 10117 | } | |
| 10118 | set { | |
| 10119 | this .stationNu mberField = value; | |
| 10120 | this .RaiseProp ertyChange d("station Number"); | |
| 10121 | } | |
| 10122 | } | |
| 10123 | ||
| 10124 | // / <remarks /> | |
| 10125 | pu blic strin g fromVPID { | |
| 10126 | get { | |
| 10127 | retu rn this.fr omVPIDFiel d; | |
| 10128 | } | |
| 10129 | set { | |
| 10130 | this .fromVPIDF ield = val ue; | |
| 10131 | this .RaiseProp ertyChange d("fromVPI D"); | |
| 10132 | } | |
| 10133 | } | |
| 10134 | ||
| 10135 | // / <remarks /> | |
| 10136 | pu blic strin g toVPID { | |
| 10137 | get { | |
| 10138 | retu rn this.to VPIDField; | |
| 10139 | } | |
| 10140 | set { | |
| 10141 | this .toVPIDFie ld = value ; | |
| 10142 | this .RaiseProp ertyChange d("toVPID" ); | |
| 10143 | } | |
| 10144 | } | |
| 10145 | ||
| 10146 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10147 | ||
| 10148 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10149 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10150 | if ((pro pertyChang ed != null )) { | |
| 10151 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10152 | } | |
| 10153 | } | |
| 10154 | } | |
| 10155 | ||
| 10156 | /// <r emarks/> | |
| 10157 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10158 | [Syste m.Serializ ableAttrib ute()] | |
| 10159 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10160 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10161 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10162 | public partial c lass linkN otificatio nInfo : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 10163 | ||
| 10164 | pr ivate stri ng deprica tedVPIDFie ld; | |
| 10165 | ||
| 10166 | pr ivate stri ng survivi ngVPIDFiel d; | |
| 10167 | ||
| 10168 | // / <remarks /> | |
| 10169 | pu blic strin g depricat edVPID { | |
| 10170 | get { | |
| 10171 | retu rn this.de pricatedVP IDField; | |
| 10172 | } | |
| 10173 | set { | |
| 10174 | this .depricate dVPIDField = value; | |
| 10175 | this .RaiseProp ertyChange d("deprica tedVPID"); | |
| 10176 | } | |
| 10177 | } | |
| 10178 | ||
| 10179 | // / <remarks /> | |
| 10180 | pu blic strin g survivin gVPID { | |
| 10181 | get { | |
| 10182 | retu rn this.su rvivingVPI DField; | |
| 10183 | } | |
| 10184 | set { | |
| 10185 | this .surviving VPIDField = value; | |
| 10186 | this .RaiseProp ertyChange d("survivi ngVPID"); | |
| 10187 | } | |
| 10188 | } | |
| 10189 | ||
| 10190 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10191 | ||
| 10192 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10193 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10194 | if ((pro pertyChang ed != null )) { | |
| 10195 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10196 | } | |
| 10197 | } | |
| 10198 | } | |
| 10199 | ||
| 10200 | /// <r emarks/> | |
| 10201 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10202 | [Syste m.Serializ ableAttrib ute()] | |
| 10203 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10204 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10205 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10206 | public partial c lass prima ryviewNoti ficationIn fo : objec t, System. ComponentM odel.INoti fyProperty Changed { | |
| 10207 | ||
| 10208 | pr ivate stri ng vPIDFie ld; | |
| 10209 | ||
| 10210 | // / <remarks /> | |
| 10211 | pu blic strin g VPID { | |
| 10212 | get { | |
| 10213 | retu rn this.vP IDField; | |
| 10214 | } | |
| 10215 | set { | |
| 10216 | this .vPIDField = value; | |
| 10217 | this .RaiseProp ertyChange d("VPID"); | |
| 10218 | } | |
| 10219 | } | |
| 10220 | ||
| 10221 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10222 | ||
| 10223 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10224 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10225 | if ((pro pertyChang ed != null )) { | |
| 10226 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10227 | } | |
| 10228 | } | |
| 10229 | } | |
| 10230 | ||
| 10231 | /// <r emarks/> | |
| 10232 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10233 | [Syste m.Serializ ableAttrib ute()] | |
| 10234 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10235 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10236 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10237 | public partial c lass getPe rsonNotifi cationRequ est : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 10238 | ||
| 10239 | pr ivate Noti ficationTy pe notific ationTypeF ield; | |
| 10240 | ||
| 10241 | pr ivate prim aryviewNot ificationI nfo primar yviewNotif icationFie ld; | |
| 10242 | ||
| 10243 | pr ivate link Notificati onInfo lin kNotificat ionField; | |
| 10244 | ||
| 10245 | pr ivate move Notificati onInfo mov eNotificat ionField; | |
| 10246 | ||
| 10247 | // / <remarks /> | |
| 10248 | pu blic Notif icationTyp e notifica tionType { | |
| 10249 | get { | |
| 10250 | retu rn this.no tification TypeField; | |
| 10251 | } | |
| 10252 | set { | |
| 10253 | this .notificat ionTypeFie ld = value ; | |
| 10254 | this .RaiseProp ertyChange d("notific ationType" ); | |
| 10255 | } | |
| 10256 | } | |
| 10257 | ||
| 10258 | // / <remarks /> | |
| 10259 | pu blic prima ryviewNoti ficationIn fo primary viewNotifi cation { | |
| 10260 | get { | |
| 10261 | retu rn this.pr imaryviewN otificatio nField; | |
| 10262 | } | |
| 10263 | set { | |
| 10264 | this .primaryvi ewNotifica tionField = value; | |
| 10265 | this .RaiseProp ertyChange d("primary viewNotifi cation"); | |
| 10266 | } | |
| 10267 | } | |
| 10268 | ||
| 10269 | // / <remarks /> | |
| 10270 | pu blic linkN otificatio nInfo link Notificati on { | |
| 10271 | get { | |
| 10272 | retu rn this.li nkNotifica tionField; | |
| 10273 | } | |
| 10274 | set { | |
| 10275 | this .linkNotif icationFie ld = value ; | |
| 10276 | this .RaiseProp ertyChange d("linkNot ification" ); | |
| 10277 | } | |
| 10278 | } | |
| 10279 | ||
| 10280 | // / <remarks /> | |
| 10281 | pu blic moveN otificatio nInfo move Notificati on { | |
| 10282 | get { | |
| 10283 | retu rn this.mo veNotifica tionField; | |
| 10284 | } | |
| 10285 | set { | |
| 10286 | this .moveNotif icationFie ld = value ; | |
| 10287 | this .RaiseProp ertyChange d("moveNot ification" ); | |
| 10288 | } | |
| 10289 | } | |
| 10290 | ||
| 10291 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10292 | ||
| 10293 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10294 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10295 | if ((pro pertyChang ed != null )) { | |
| 10296 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10297 | } | |
| 10298 | } | |
| 10299 | } | |
| 10300 | ||
| 10301 | /// <r emarks/> | |
| 10302 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10303 | [Syste m.Serializ ableAttrib ute()] | |
| 10304 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10305 | public enum Noti ficationTy pe { | |
| 10306 | ||
| 10307 | // / <remarks /> | |
| 10308 | Pr imaryViewU pdate, | |
| 10309 | ||
| 10310 | // / <remarks /> | |
| 10311 | Li nk, | |
| 10312 | ||
| 10313 | // / <remarks /> | |
| 10314 | Mo ve, | |
| 10315 | } | |
| 10316 | ||
| 10317 | /// <r emarks/> | |
| 10318 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10319 | [Syste m.Serializ ableAttrib ute()] | |
| 10320 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10321 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10322 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10323 | public partial c lass getEE SummaryRes ponse : ob ject, Syst em.Compone ntModel.IN otifyPrope rtyChanged { | |
| 10324 | ||
| 10325 | pr ivate eeSu mmary summ aryField; | |
| 10326 | ||
| 10327 | pr ivate stri ng eesVers ionField; | |
| 10328 | ||
| 10329 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 10330 | ||
| 10331 | pr ivate bool invocatio nDateField Specified; | |
| 10332 | ||
| 10333 | pr ivate stri ng noDataM essageFiel d; | |
| 10334 | ||
| 10335 | // / <remarks /> | |
| 10336 | pu blic eeSum mary summa ry { | |
| 10337 | get { | |
| 10338 | retu rn this.su mmaryField ; | |
| 10339 | } | |
| 10340 | set { | |
| 10341 | this .summaryFi eld = valu e; | |
| 10342 | this .RaiseProp ertyChange d("summary "); | |
| 10343 | } | |
| 10344 | } | |
| 10345 | ||
| 10346 | // / <remarks /> | |
| 10347 | pu blic strin g eesVersi on { | |
| 10348 | get { | |
| 10349 | retu rn this.ee sVersionFi eld; | |
| 10350 | } | |
| 10351 | set { | |
| 10352 | this .eesVersio nField = v alue; | |
| 10353 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 10354 | } | |
| 10355 | } | |
| 10356 | ||
| 10357 | // / <remarks /> | |
| 10358 | pu blic Syste m.DateTime invocatio nDate { | |
| 10359 | get { | |
| 10360 | retu rn this.in vocationDa teField; | |
| 10361 | } | |
| 10362 | set { | |
| 10363 | this .invocatio nDateField = value; | |
| 10364 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 10365 | } | |
| 10366 | } | |
| 10367 | ||
| 10368 | // / <remarks /> | |
| 10369 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 10370 | pu blic bool invocation DateSpecif ied { | |
| 10371 | get { | |
| 10372 | retu rn this.in vocationDa teFieldSpe cified; | |
| 10373 | } | |
| 10374 | set { | |
| 10375 | this .invocatio nDateField Specified = value; | |
| 10376 | this .RaiseProp ertyChange d("invocat ionDateSpe cified"); | |
| 10377 | } | |
| 10378 | } | |
| 10379 | ||
| 10380 | // / <remarks /> | |
| 10381 | pu blic strin g noDataMe ssage { | |
| 10382 | get { | |
| 10383 | retu rn this.no DataMessag eField; | |
| 10384 | } | |
| 10385 | set { | |
| 10386 | this .noDataMes sageField = value; | |
| 10387 | this .RaiseProp ertyChange d("noDataM essage"); | |
| 10388 | } | |
| 10389 | } | |
| 10390 | ||
| 10391 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10392 | ||
| 10393 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10394 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10395 | if ((pro pertyChang ed != null )) { | |
| 10396 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10397 | } | |
| 10398 | } | |
| 10399 | } | |
| 10400 | ||
| 10401 | /// <r emarks/> | |
| 10402 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10403 | [Syste m.Serializ ableAttrib ute()] | |
| 10404 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10405 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10406 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10407 | public partial c lass getEE SummaryReq uest : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 10408 | ||
| 10409 | pr ivate stri ng keyFiel d; | |
| 10410 | ||
| 10411 | pr ivate stri ng keyType Field; | |
| 10412 | ||
| 10413 | pr ivate stri ng request NameField; | |
| 10414 | ||
| 10415 | pr ivate int incomeYear Field; | |
| 10416 | ||
| 10417 | pr ivate bool incomeYea rFieldSpec ified; | |
| 10418 | ||
| 10419 | // / <remarks /> | |
| 10420 | pu blic strin g key { | |
| 10421 | get { | |
| 10422 | retu rn this.ke yField; | |
| 10423 | } | |
| 10424 | set { | |
| 10425 | this .keyField = value; | |
| 10426 | this .RaiseProp ertyChange d("key"); | |
| 10427 | } | |
| 10428 | } | |
| 10429 | ||
| 10430 | // / <remarks /> | |
| 10431 | pu blic strin g keyType { | |
| 10432 | get { | |
| 10433 | retu rn this.ke yTypeField ; | |
| 10434 | } | |
| 10435 | set { | |
| 10436 | this .keyTypeFi eld = valu e; | |
| 10437 | this .RaiseProp ertyChange d("keyType "); | |
| 10438 | } | |
| 10439 | } | |
| 10440 | ||
| 10441 | // / <remarks /> | |
| 10442 | pu blic strin g requestN ame { | |
| 10443 | get { | |
| 10444 | retu rn this.re questNameF ield; | |
| 10445 | } | |
| 10446 | set { | |
| 10447 | this .requestNa meField = value; | |
| 10448 | this .RaiseProp ertyChange d("request Name"); | |
| 10449 | } | |
| 10450 | } | |
| 10451 | ||
| 10452 | // / <remarks /> | |
| 10453 | pu blic int i ncomeYear { | |
| 10454 | get { | |
| 10455 | retu rn this.in comeYearFi eld; | |
| 10456 | } | |
| 10457 | set { | |
| 10458 | this .incomeYea rField = v alue; | |
| 10459 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 10460 | } | |
| 10461 | } | |
| 10462 | ||
| 10463 | // / <remarks /> | |
| 10464 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 10465 | pu blic bool incomeYear Specified { | |
| 10466 | get { | |
| 10467 | retu rn this.in comeYearFi eldSpecifi ed; | |
| 10468 | } | |
| 10469 | set { | |
| 10470 | this .incomeYea rFieldSpec ified = va lue; | |
| 10471 | this .RaiseProp ertyChange d("incomeY earSpecifi ed"); | |
| 10472 | } | |
| 10473 | } | |
| 10474 | ||
| 10475 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10476 | ||
| 10477 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10478 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10479 | if ((pro pertyChang ed != null )) { | |
| 10480 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10481 | } | |
| 10482 | } | |
| 10483 | } | |
| 10484 | ||
| 10485 | /// <r emarks/> | |
| 10486 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10487 | [Syste m.Serializ ableAttrib ute()] | |
| 10488 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10489 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10490 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10491 | public partial c lass eligi bilityStat usInfo : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 10492 | ||
| 10493 | pr ivate stri ng eligibi lityStatus Field; | |
| 10494 | ||
| 10495 | // / <remarks /> | |
| 10496 | pu blic strin g eligibil ityStatus { | |
| 10497 | get { | |
| 10498 | retu rn this.el igibilityS tatusField ; | |
| 10499 | } | |
| 10500 | set { | |
| 10501 | this .eligibili tyStatusFi eld = valu e; | |
| 10502 | this .RaiseProp ertyChange d("eligibi lityStatus "); | |
| 10503 | } | |
| 10504 | } | |
| 10505 | ||
| 10506 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10507 | ||
| 10508 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10509 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10510 | if ((pro pertyChang ed != null )) { | |
| 10511 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10512 | } | |
| 10513 | } | |
| 10514 | } | |
| 10515 | ||
| 10516 | /// <r emarks/> | |
| 10517 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10518 | [Syste m.Serializ ableAttrib ute()] | |
| 10519 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10520 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10521 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10522 | public partial c lass eds : object, S ystem.Comp onentModel .INotifyPr opertyChan ged { | |
| 10523 | ||
| 10524 | pr ivate elig ibilitySta tusInfo el igibilityS tatusInfoF ield; | |
| 10525 | ||
| 10526 | // / <remarks /> | |
| 10527 | pu blic eligi bilityStat usInfo eli gibilitySt atusInfo { | |
| 10528 | get { | |
| 10529 | retu rn this.el igibilityS tatusInfoF ield; | |
| 10530 | } | |
| 10531 | set { | |
| 10532 | this .eligibili tyStatusIn foField = value; | |
| 10533 | this .RaiseProp ertyChange d("eligibi lityStatus Info"); | |
| 10534 | } | |
| 10535 | } | |
| 10536 | ||
| 10537 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10538 | ||
| 10539 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10540 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10541 | if ((pro pertyChang ed != null )) { | |
| 10542 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10543 | } | |
| 10544 | } | |
| 10545 | } | |
| 10546 | ||
| 10547 | /// <r emarks/> | |
| 10548 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10549 | [Syste m.Serializ ableAttrib ute()] | |
| 10550 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10551 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10552 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10553 | public partial c lass getEl igibilityD eterminati onResponse : object, System.Co mponentMod el.INotify PropertyCh anged { | |
| 10554 | ||
| 10555 | pr ivate eds edstatusFi eld; | |
| 10556 | ||
| 10557 | pr ivate stri ng vpidFie ld; | |
| 10558 | ||
| 10559 | pr ivate stri ng firstNa meField; | |
| 10560 | ||
| 10561 | pr ivate stri ng lastNam eField; | |
| 10562 | ||
| 10563 | pr ivate stri ng ssnFiel d; | |
| 10564 | ||
| 10565 | pr ivate stri ng dobFiel d; | |
| 10566 | ||
| 10567 | pr ivate stri ng genderF ield; | |
| 10568 | ||
| 10569 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 10570 | ||
| 10571 | pr ivate bool invocatio nDateField Specified; | |
| 10572 | ||
| 10573 | pr ivate stri ng eesVers ionField; | |
| 10574 | ||
| 10575 | pr ivate stri ng noDataM essageFiel d; | |
| 10576 | ||
| 10577 | // / <remarks /> | |
| 10578 | pu blic eds e dstatus { | |
| 10579 | get { | |
| 10580 | retu rn this.ed statusFiel d; | |
| 10581 | } | |
| 10582 | set { | |
| 10583 | this .edstatusF ield = val ue; | |
| 10584 | this .RaiseProp ertyChange d("edstatu s"); | |
| 10585 | } | |
| 10586 | } | |
| 10587 | ||
| 10588 | // / <remarks /> | |
| 10589 | pu blic strin g vpid { | |
| 10590 | get { | |
| 10591 | retu rn this.vp idField; | |
| 10592 | } | |
| 10593 | set { | |
| 10594 | this .vpidField = value; | |
| 10595 | this .RaiseProp ertyChange d("vpid"); | |
| 10596 | } | |
| 10597 | } | |
| 10598 | ||
| 10599 | // / <remarks /> | |
| 10600 | pu blic strin g firstNam e { | |
| 10601 | get { | |
| 10602 | retu rn this.fi rstNameFie ld; | |
| 10603 | } | |
| 10604 | set { | |
| 10605 | this .firstName Field = va lue; | |
| 10606 | this .RaiseProp ertyChange d("firstNa me"); | |
| 10607 | } | |
| 10608 | } | |
| 10609 | ||
| 10610 | // / <remarks /> | |
| 10611 | pu blic strin g lastName { | |
| 10612 | get { | |
| 10613 | retu rn this.la stNameFiel d; | |
| 10614 | } | |
| 10615 | set { | |
| 10616 | this .lastNameF ield = val ue; | |
| 10617 | this .RaiseProp ertyChange d("lastNam e"); | |
| 10618 | } | |
| 10619 | } | |
| 10620 | ||
| 10621 | // / <remarks /> | |
| 10622 | pu blic strin g ssn { | |
| 10623 | get { | |
| 10624 | retu rn this.ss nField; | |
| 10625 | } | |
| 10626 | set { | |
| 10627 | this .ssnField = value; | |
| 10628 | this .RaiseProp ertyChange d("ssn"); | |
| 10629 | } | |
| 10630 | } | |
| 10631 | ||
| 10632 | // / <remarks /> | |
| 10633 | pu blic strin g dob { | |
| 10634 | get { | |
| 10635 | retu rn this.do bField; | |
| 10636 | } | |
| 10637 | set { | |
| 10638 | this .dobField = value; | |
| 10639 | this .RaiseProp ertyChange d("dob"); | |
| 10640 | } | |
| 10641 | } | |
| 10642 | ||
| 10643 | // / <remarks /> | |
| 10644 | pu blic strin g gender { | |
| 10645 | get { | |
| 10646 | retu rn this.ge nderField; | |
| 10647 | } | |
| 10648 | set { | |
| 10649 | this .genderFie ld = value ; | |
| 10650 | this .RaiseProp ertyChange d("gender" ); | |
| 10651 | } | |
| 10652 | } | |
| 10653 | ||
| 10654 | // / <remarks /> | |
| 10655 | pu blic Syste m.DateTime invocatio nDate { | |
| 10656 | get { | |
| 10657 | retu rn this.in vocationDa teField; | |
| 10658 | } | |
| 10659 | set { | |
| 10660 | this .invocatio nDateField = value; | |
| 10661 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 10662 | } | |
| 10663 | } | |
| 10664 | ||
| 10665 | // / <remarks /> | |
| 10666 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 10667 | pu blic bool invocation DateSpecif ied { | |
| 10668 | get { | |
| 10669 | retu rn this.in vocationDa teFieldSpe cified; | |
| 10670 | } | |
| 10671 | set { | |
| 10672 | this .invocatio nDateField Specified = value; | |
| 10673 | this .RaiseProp ertyChange d("invocat ionDateSpe cified"); | |
| 10674 | } | |
| 10675 | } | |
| 10676 | ||
| 10677 | // / <remarks /> | |
| 10678 | pu blic strin g eesVersi on { | |
| 10679 | get { | |
| 10680 | retu rn this.ee sVersionFi eld; | |
| 10681 | } | |
| 10682 | set { | |
| 10683 | this .eesVersio nField = v alue; | |
| 10684 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 10685 | } | |
| 10686 | } | |
| 10687 | ||
| 10688 | // / <remarks /> | |
| 10689 | pu blic strin g noDataMe ssage { | |
| 10690 | get { | |
| 10691 | retu rn this.no DataMessag eField; | |
| 10692 | } | |
| 10693 | set { | |
| 10694 | this .noDataMes sageField = value; | |
| 10695 | this .RaiseProp ertyChange d("noDataM essage"); | |
| 10696 | } | |
| 10697 | } | |
| 10698 | ||
| 10699 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10700 | ||
| 10701 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10702 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10703 | if ((pro pertyChang ed != null )) { | |
| 10704 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10705 | } | |
| 10706 | } | |
| 10707 | } | |
| 10708 | ||
| 10709 | /// <r emarks/> | |
| 10710 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10711 | [Syste m.Serializ ableAttrib ute()] | |
| 10712 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10713 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10714 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10715 | public partial c lass getEl igibilityD eterminati onRequest : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 10716 | ||
| 10717 | pr ivate stri ng vpidFie ld; | |
| 10718 | ||
| 10719 | pr ivate stri ng firstNa meField; | |
| 10720 | ||
| 10721 | pr ivate stri ng lastNam eField; | |
| 10722 | ||
| 10723 | pr ivate stri ng ssnFiel d; | |
| 10724 | ||
| 10725 | pr ivate stri ng dobFiel d; | |
| 10726 | ||
| 10727 | pr ivate stri ng genderF ield; | |
| 10728 | ||
| 10729 | // / <remarks /> | |
| 10730 | pu blic strin g vpid { | |
| 10731 | get { | |
| 10732 | retu rn this.vp idField; | |
| 10733 | } | |
| 10734 | set { | |
| 10735 | this .vpidField = value; | |
| 10736 | this .RaiseProp ertyChange d("vpid"); | |
| 10737 | } | |
| 10738 | } | |
| 10739 | ||
| 10740 | // / <remarks /> | |
| 10741 | pu blic strin g firstNam e { | |
| 10742 | get { | |
| 10743 | retu rn this.fi rstNameFie ld; | |
| 10744 | } | |
| 10745 | set { | |
| 10746 | this .firstName Field = va lue; | |
| 10747 | this .RaiseProp ertyChange d("firstNa me"); | |
| 10748 | } | |
| 10749 | } | |
| 10750 | ||
| 10751 | // / <remarks /> | |
| 10752 | pu blic strin g lastName { | |
| 10753 | get { | |
| 10754 | retu rn this.la stNameFiel d; | |
| 10755 | } | |
| 10756 | set { | |
| 10757 | this .lastNameF ield = val ue; | |
| 10758 | this .RaiseProp ertyChange d("lastNam e"); | |
| 10759 | } | |
| 10760 | } | |
| 10761 | ||
| 10762 | // / <remarks /> | |
| 10763 | pu blic strin g ssn { | |
| 10764 | get { | |
| 10765 | retu rn this.ss nField; | |
| 10766 | } | |
| 10767 | set { | |
| 10768 | this .ssnField = value; | |
| 10769 | this .RaiseProp ertyChange d("ssn"); | |
| 10770 | } | |
| 10771 | } | |
| 10772 | ||
| 10773 | // / <remarks /> | |
| 10774 | pu blic strin g dob { | |
| 10775 | get { | |
| 10776 | retu rn this.do bField; | |
| 10777 | } | |
| 10778 | set { | |
| 10779 | this .dobField = value; | |
| 10780 | this .RaiseProp ertyChange d("dob"); | |
| 10781 | } | |
| 10782 | } | |
| 10783 | ||
| 10784 | // / <remarks /> | |
| 10785 | pu blic strin g gender { | |
| 10786 | get { | |
| 10787 | retu rn this.ge nderField; | |
| 10788 | } | |
| 10789 | set { | |
| 10790 | this .genderFie ld = value ; | |
| 10791 | this .RaiseProp ertyChange d("gender" ); | |
| 10792 | } | |
| 10793 | } | |
| 10794 | ||
| 10795 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10796 | ||
| 10797 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10798 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10799 | if ((pro pertyChang ed != null )) { | |
| 10800 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10801 | } | |
| 10802 | } | |
| 10803 | } | |
| 10804 | ||
| 10805 | /// <r emarks/> | |
| 10806 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10807 | [Syste m.Serializ ableAttrib ute()] | |
| 10808 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10809 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10810 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10811 | public partial c lass updat eDeliveryP referenceR esponse : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 10812 | ||
| 10813 | pr ivate stri ng acknowl edgementFi eld; | |
| 10814 | ||
| 10815 | pr ivate stri ng statusF ield; | |
| 10816 | ||
| 10817 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 10818 | ||
| 10819 | pr ivate bool invocatio nDateField Specified; | |
| 10820 | ||
| 10821 | pr ivate stri ng eesVers ionField; | |
| 10822 | ||
| 10823 | // / <remarks /> | |
| 10824 | pu blic strin g acknowle dgement { | |
| 10825 | get { | |
| 10826 | retu rn this.ac knowledgem entField; | |
| 10827 | } | |
| 10828 | set { | |
| 10829 | this .acknowled gementFiel d = value; | |
| 10830 | this .RaiseProp ertyChange d("acknowl edgement") ; | |
| 10831 | } | |
| 10832 | } | |
| 10833 | ||
| 10834 | // / <remarks /> | |
| 10835 | pu blic strin g status { | |
| 10836 | get { | |
| 10837 | retu rn this.st atusField; | |
| 10838 | } | |
| 10839 | set { | |
| 10840 | this .statusFie ld = value ; | |
| 10841 | this .RaiseProp ertyChange d("status" ); | |
| 10842 | } | |
| 10843 | } | |
| 10844 | ||
| 10845 | // / <remarks /> | |
| 10846 | pu blic Syste m.DateTime invocatio nDate { | |
| 10847 | get { | |
| 10848 | retu rn this.in vocationDa teField; | |
| 10849 | } | |
| 10850 | set { | |
| 10851 | this .invocatio nDateField = value; | |
| 10852 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 10853 | } | |
| 10854 | } | |
| 10855 | ||
| 10856 | // / <remarks /> | |
| 10857 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 10858 | pu blic bool invocation DateSpecif ied { | |
| 10859 | get { | |
| 10860 | retu rn this.in vocationDa teFieldSpe cified; | |
| 10861 | } | |
| 10862 | set { | |
| 10863 | this .invocatio nDateField Specified = value; | |
| 10864 | this .RaiseProp ertyChange d("invocat ionDateSpe cified"); | |
| 10865 | } | |
| 10866 | } | |
| 10867 | ||
| 10868 | // / <remarks /> | |
| 10869 | pu blic strin g eesVersi on { | |
| 10870 | get { | |
| 10871 | retu rn this.ee sVersionFi eld; | |
| 10872 | } | |
| 10873 | set { | |
| 10874 | this .eesVersio nField = v alue; | |
| 10875 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 10876 | } | |
| 10877 | } | |
| 10878 | ||
| 10879 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10880 | ||
| 10881 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10882 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10883 | if ((pro pertyChang ed != null )) { | |
| 10884 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10885 | } | |
| 10886 | } | |
| 10887 | } | |
| 10888 | ||
| 10889 | /// <r emarks/> | |
| 10890 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10891 | [Syste m.Serializ ableAttrib ute()] | |
| 10892 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10893 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10894 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10895 | public partial c lass updat eDeliveryP referenceR equest : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 10896 | ||
| 10897 | pr ivate stri ng keyFiel d; | |
| 10898 | ||
| 10899 | pr ivate stri ng keyType Field; | |
| 10900 | ||
| 10901 | pr ivate deli veryPrefer enceInfo d eliveryPre ferenceInf oField; | |
| 10902 | ||
| 10903 | // / <remarks /> | |
| 10904 | pu blic strin g key { | |
| 10905 | get { | |
| 10906 | retu rn this.ke yField; | |
| 10907 | } | |
| 10908 | set { | |
| 10909 | this .keyField = value; | |
| 10910 | this .RaiseProp ertyChange d("key"); | |
| 10911 | } | |
| 10912 | } | |
| 10913 | ||
| 10914 | // / <remarks /> | |
| 10915 | pu blic strin g keyType { | |
| 10916 | get { | |
| 10917 | retu rn this.ke yTypeField ; | |
| 10918 | } | |
| 10919 | set { | |
| 10920 | this .keyTypeFi eld = valu e; | |
| 10921 | this .RaiseProp ertyChange d("keyType "); | |
| 10922 | } | |
| 10923 | } | |
| 10924 | ||
| 10925 | // / <remarks /> | |
| 10926 | pu blic deliv eryPrefere nceInfo de liveryPref erenceInfo { | |
| 10927 | get { | |
| 10928 | retu rn this.de liveryPref erenceInfo Field; | |
| 10929 | } | |
| 10930 | set { | |
| 10931 | this .deliveryP referenceI nfoField = value; | |
| 10932 | this .RaiseProp ertyChange d("deliver yPreferenc eInfo"); | |
| 10933 | } | |
| 10934 | } | |
| 10935 | ||
| 10936 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 10937 | ||
| 10938 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 10939 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 10940 | if ((pro pertyChang ed != null )) { | |
| 10941 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 10942 | } | |
| 10943 | } | |
| 10944 | } | |
| 10945 | ||
| 10946 | /// <r emarks/> | |
| 10947 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 10948 | [Syste m.Serializ ableAttrib ute()] | |
| 10949 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 10950 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 10951 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 10952 | public partial c lass deliv eryPrefere nceInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 10953 | ||
| 10954 | pr ivate stri ng deliver yPreferenc eField; | |
| 10955 | ||
| 10956 | pr ivate stri ng emailAd dressField ; | |
| 10957 | ||
| 10958 | pr ivate Emai lType emai lTypeField ; | |
| 10959 | ||
| 10960 | pr ivate bool emailType FieldSpeci fied; | |
| 10961 | ||
| 10962 | pr ivate bool editableF lagField; | |
| 10963 | ||
| 10964 | pr ivate bool editableF lagFieldSp ecified; | |
| 10965 | ||
| 10966 | // / <remarks /> | |
| 10967 | pu blic strin g delivery Preference { | |
| 10968 | get { | |
| 10969 | retu rn this.de liveryPref erenceFiel d; | |
| 10970 | } | |
| 10971 | set { | |
| 10972 | this .deliveryP referenceF ield = val ue; | |
| 10973 | this .RaiseProp ertyChange d("deliver yPreferenc e"); | |
| 10974 | } | |
| 10975 | } | |
| 10976 | ||
| 10977 | // / <remarks /> | |
| 10978 | pu blic strin g emailAdd ress { | |
| 10979 | get { | |
| 10980 | retu rn this.em ailAddress Field; | |
| 10981 | } | |
| 10982 | set { | |
| 10983 | this .emailAddr essField = value; | |
| 10984 | this .RaiseProp ertyChange d("emailAd dress"); | |
| 10985 | } | |
| 10986 | } | |
| 10987 | ||
| 10988 | // / <remarks /> | |
| 10989 | pu blic Email Type email Type { | |
| 10990 | get { | |
| 10991 | retu rn this.em ailTypeFie ld; | |
| 10992 | } | |
| 10993 | set { | |
| 10994 | this .emailType Field = va lue; | |
| 10995 | this .RaiseProp ertyChange d("emailTy pe"); | |
| 10996 | } | |
| 10997 | } | |
| 10998 | ||
| 10999 | // / <remarks /> | |
| 11000 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 11001 | pu blic bool emailTypeS pecified { | |
| 11002 | get { | |
| 11003 | retu rn this.em ailTypeFie ldSpecifie d; | |
| 11004 | } | |
| 11005 | set { | |
| 11006 | this .emailType FieldSpeci fied = val ue; | |
| 11007 | this .RaiseProp ertyChange d("emailTy peSpecifie d"); | |
| 11008 | } | |
| 11009 | } | |
| 11010 | ||
| 11011 | // / <remarks /> | |
| 11012 | pu blic bool editableFl ag { | |
| 11013 | get { | |
| 11014 | retu rn this.ed itableFlag Field; | |
| 11015 | } | |
| 11016 | set { | |
| 11017 | this .editableF lagField = value; | |
| 11018 | this .RaiseProp ertyChange d("editabl eFlag"); | |
| 11019 | } | |
| 11020 | } | |
| 11021 | ||
| 11022 | // / <remarks /> | |
| 11023 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 11024 | pu blic bool editableFl agSpecifie d { | |
| 11025 | get { | |
| 11026 | retu rn this.ed itableFlag FieldSpeci fied; | |
| 11027 | } | |
| 11028 | set { | |
| 11029 | this .editableF lagFieldSp ecified = value; | |
| 11030 | this .RaiseProp ertyChange d("editabl eFlagSpeci fied"); | |
| 11031 | } | |
| 11032 | } | |
| 11033 | ||
| 11034 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11035 | ||
| 11036 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11037 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11038 | if ((pro pertyChang ed != null )) { | |
| 11039 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11040 | } | |
| 11041 | } | |
| 11042 | } | |
| 11043 | ||
| 11044 | /// <r emarks/> | |
| 11045 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11046 | [Syste m.Serializ ableAttrib ute()] | |
| 11047 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11048 | public enum Emai lType { | |
| 11049 | ||
| 11050 | // / <remarks /> | |
| 11051 | PR IVATE, | |
| 11052 | ||
| 11053 | // / <remarks /> | |
| 11054 | BU SINESS, | |
| 11055 | } | |
| 11056 | ||
| 11057 | /// <r emarks/> | |
| 11058 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11059 | [Syste m.Serializ ableAttrib ute()] | |
| 11060 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11061 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11062 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11063 | public partial c lass deliv eryPrefere nces : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 11064 | ||
| 11065 | pr ivate deli veryPrefer enceInfo d eliveryPre ferenceInf oField; | |
| 11066 | ||
| 11067 | // / <remarks /> | |
| 11068 | pu blic deliv eryPrefere nceInfo de liveryPref erenceInfo { | |
| 11069 | get { | |
| 11070 | retu rn this.de liveryPref erenceInfo Field; | |
| 11071 | } | |
| 11072 | set { | |
| 11073 | this .deliveryP referenceI nfoField = value; | |
| 11074 | this .RaiseProp ertyChange d("deliver yPreferenc eInfo"); | |
| 11075 | } | |
| 11076 | } | |
| 11077 | ||
| 11078 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11079 | ||
| 11080 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11081 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11082 | if ((pro pertyChang ed != null )) { | |
| 11083 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11084 | } | |
| 11085 | } | |
| 11086 | } | |
| 11087 | ||
| 11088 | /// <r emarks/> | |
| 11089 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11090 | [Syste m.Serializ ableAttrib ute()] | |
| 11091 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11092 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11093 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11094 | public partial c lass getDe liveryPref erenceResp onse : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 11095 | ||
| 11096 | pr ivate deli veryPrefer ences deli veryPrefer enceField; | |
| 11097 | ||
| 11098 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 11099 | ||
| 11100 | pr ivate bool invocatio nDateField Specified; | |
| 11101 | ||
| 11102 | pr ivate stri ng eesVers ionField; | |
| 11103 | ||
| 11104 | pr ivate stri ng statusF ield; | |
| 11105 | ||
| 11106 | pr ivate stri ng message Field; | |
| 11107 | ||
| 11108 | // / <remarks /> | |
| 11109 | pu blic deliv eryPrefere nces deliv eryPrefere nce { | |
| 11110 | get { | |
| 11111 | retu rn this.de liveryPref erenceFiel d; | |
| 11112 | } | |
| 11113 | set { | |
| 11114 | this .deliveryP referenceF ield = val ue; | |
| 11115 | this .RaiseProp ertyChange d("deliver yPreferenc e"); | |
| 11116 | } | |
| 11117 | } | |
| 11118 | ||
| 11119 | // / <remarks /> | |
| 11120 | pu blic Syste m.DateTime invocatio nDate { | |
| 11121 | get { | |
| 11122 | retu rn this.in vocationDa teField; | |
| 11123 | } | |
| 11124 | set { | |
| 11125 | this .invocatio nDateField = value; | |
| 11126 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 11127 | } | |
| 11128 | } | |
| 11129 | ||
| 11130 | // / <remarks /> | |
| 11131 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 11132 | pu blic bool invocation DateSpecif ied { | |
| 11133 | get { | |
| 11134 | retu rn this.in vocationDa teFieldSpe cified; | |
| 11135 | } | |
| 11136 | set { | |
| 11137 | this .invocatio nDateField Specified = value; | |
| 11138 | this .RaiseProp ertyChange d("invocat ionDateSpe cified"); | |
| 11139 | } | |
| 11140 | } | |
| 11141 | ||
| 11142 | // / <remarks /> | |
| 11143 | pu blic strin g eesVersi on { | |
| 11144 | get { | |
| 11145 | retu rn this.ee sVersionFi eld; | |
| 11146 | } | |
| 11147 | set { | |
| 11148 | this .eesVersio nField = v alue; | |
| 11149 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 11150 | } | |
| 11151 | } | |
| 11152 | ||
| 11153 | // / <remarks /> | |
| 11154 | pu blic strin g status { | |
| 11155 | get { | |
| 11156 | retu rn this.st atusField; | |
| 11157 | } | |
| 11158 | set { | |
| 11159 | this .statusFie ld = value ; | |
| 11160 | this .RaiseProp ertyChange d("status" ); | |
| 11161 | } | |
| 11162 | } | |
| 11163 | ||
| 11164 | // / <remarks /> | |
| 11165 | pu blic strin g message { | |
| 11166 | get { | |
| 11167 | retu rn this.me ssageField ; | |
| 11168 | } | |
| 11169 | set { | |
| 11170 | this .messageFi eld = valu e; | |
| 11171 | this .RaiseProp ertyChange d("message "); | |
| 11172 | } | |
| 11173 | } | |
| 11174 | ||
| 11175 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11176 | ||
| 11177 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11178 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11179 | if ((pro pertyChang ed != null )) { | |
| 11180 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11181 | } | |
| 11182 | } | |
| 11183 | } | |
| 11184 | ||
| 11185 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11186 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11187 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11188 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11189 | public partial c lass getDe liveryPref erenceRequ est1 { | |
| 11190 | ||
| 11191 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11192 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tDeliveryP referenceR equest get DeliveryPr eferenceRe quest; | |
| 11193 | ||
| 11194 | pu blic getDe liveryPref erenceRequ est1() { | |
| 11195 | } | |
| 11196 | ||
| 11197 | pu blic getDe liveryPref erenceRequ est1(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tDeliveryP referenceR equest get DeliveryPr eferenceRe quest) { | |
| 11198 | this.get DeliveryPr eferenceRe quest = ge tDeliveryP referenceR equest; | |
| 11199 | } | |
| 11200 | } | |
| 11201 | ||
| 11202 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11203 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11204 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11205 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11206 | public partial c lass getDe liveryPref erenceResp onse1 { | |
| 11207 | ||
| 11208 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11209 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tDeliveryP referenceR esponse ge tDeliveryP referenceR esponse; | |
| 11210 | ||
| 11211 | pu blic getDe liveryPref erenceResp onse1() { | |
| 11212 | } | |
| 11213 | ||
| 11214 | pu blic getDe liveryPref erenceResp onse1(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etDelivery Preference Response g etDelivery Preference Response) { | |
| 11215 | this.get DeliveryPr eferenceRe sponse = g etDelivery Preference Response; | |
| 11216 | } | |
| 11217 | } | |
| 11218 | ||
| 11219 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11220 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11221 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11222 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11223 | public partial c lass updat eDeliveryP referenceR equest1 { | |
| 11224 | ||
| 11225 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11226 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateDelive ryPreferen ceRequest updateDeli veryPrefer enceReques t; | |
| 11227 | ||
| 11228 | pu blic updat eDeliveryP referenceR equest1() { | |
| 11229 | } | |
| 11230 | ||
| 11231 | pu blic updat eDeliveryP referenceR equest1(IM SDataStub. Services.E nrollmentS erviceWSDL .updateDel iveryPrefe renceReque st updateD eliveryPre ferenceReq uest) { | |
| 11232 | this.upd ateDeliver yPreferenc eRequest = updateDel iveryPrefe renceReque st; | |
| 11233 | } | |
| 11234 | } | |
| 11235 | ||
| 11236 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11237 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11238 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11239 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11240 | public partial c lass updat eDeliveryP referenceR esponse1 { | |
| 11241 | ||
| 11242 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11243 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateDelive ryPreferen ceResponse updateDel iveryPrefe renceRespo nse; | |
| 11244 | ||
| 11245 | pu blic updat eDeliveryP referenceR esponse1() { | |
| 11246 | } | |
| 11247 | ||
| 11248 | pu blic updat eDeliveryP referenceR esponse1(I MSDataStub .Services. Enrollment ServiceWSD L.updateDe liveryPref erenceResp onse updat eDeliveryP referenceR esponse) { | |
| 11249 | this.upd ateDeliver yPreferenc eResponse = updateDe liveryPref erenceResp onse; | |
| 11250 | } | |
| 11251 | } | |
| 11252 | ||
| 11253 | /// <r emarks/> | |
| 11254 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11255 | [Syste m.Serializ ableAttrib ute()] | |
| 11256 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11257 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11258 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11259 | public partial c lass sendI VMUpdatesR equest : o bject, Sys tem.Compon entModel.I NotifyProp ertyChange d { | |
| 11260 | ||
| 11261 | pr ivate stri ng vpidFie ld; | |
| 11262 | ||
| 11263 | pr ivate int incomeYear Field; | |
| 11264 | ||
| 11265 | pr ivate bool btFinanci alIndField ; | |
| 11266 | ||
| 11267 | pr ivate bool btFinanci alIndField Specified; | |
| 11268 | ||
| 11269 | pr ivate send IVMUpdates RequestSen dIVMInfo s endIVMInfo Field; | |
| 11270 | ||
| 11271 | pr ivate send IVMUpdates RequestIvm LetterInfo ivmLetter InfoField; | |
| 11272 | ||
| 11273 | pr ivate send IVMUpdates RequestIvm ActionCode ivmAction CodeField; | |
| 11274 | ||
| 11275 | // / <remarks /> | |
| 11276 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 11277 | pu blic strin g vpid { | |
| 11278 | get { | |
| 11279 | retu rn this.vp idField; | |
| 11280 | } | |
| 11281 | set { | |
| 11282 | this .vpidField = value; | |
| 11283 | this .RaiseProp ertyChange d("vpid"); | |
| 11284 | } | |
| 11285 | } | |
| 11286 | ||
| 11287 | // / <remarks /> | |
| 11288 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 11289 | pu blic int i ncomeYear { | |
| 11290 | get { | |
| 11291 | retu rn this.in comeYearFi eld; | |
| 11292 | } | |
| 11293 | set { | |
| 11294 | this .incomeYea rField = v alue; | |
| 11295 | this .RaiseProp ertyChange d("incomeY ear"); | |
| 11296 | } | |
| 11297 | } | |
| 11298 | ||
| 11299 | // / <remarks /> | |
| 11300 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 11301 | pu blic bool btFinancia lInd { | |
| 11302 | get { | |
| 11303 | retu rn this.bt FinancialI ndField; | |
| 11304 | } | |
| 11305 | set { | |
| 11306 | this .btFinanci alIndField = value; | |
| 11307 | this .RaiseProp ertyChange d("btFinan cialInd"); | |
| 11308 | } | |
| 11309 | } | |
| 11310 | ||
| 11311 | // / <remarks /> | |
| 11312 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 11313 | pu blic bool btFinancia lIndSpecif ied { | |
| 11314 | get { | |
| 11315 | retu rn this.bt FinancialI ndFieldSpe cified; | |
| 11316 | } | |
| 11317 | set { | |
| 11318 | this .btFinanci alIndField Specified = value; | |
| 11319 | this .RaiseProp ertyChange d("btFinan cialIndSpe cified"); | |
| 11320 | } | |
| 11321 | } | |
| 11322 | ||
| 11323 | // / <remarks /> | |
| 11324 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 3)] | |
| 11325 | pu blic sendI VMUpdatesR equestSend IVMInfo se ndIVMInfo { | |
| 11326 | get { | |
| 11327 | retu rn this.se ndIVMInfoF ield; | |
| 11328 | } | |
| 11329 | set { | |
| 11330 | this .sendIVMIn foField = value; | |
| 11331 | this .RaiseProp ertyChange d("sendIVM Info"); | |
| 11332 | } | |
| 11333 | } | |
| 11334 | ||
| 11335 | // / <remarks /> | |
| 11336 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 4)] | |
| 11337 | pu blic sendI VMUpdatesR equestIvmL etterInfo ivmLetterI nfo { | |
| 11338 | get { | |
| 11339 | retu rn this.iv mLetterInf oField; | |
| 11340 | } | |
| 11341 | set { | |
| 11342 | this .ivmLetter InfoField = value; | |
| 11343 | this .RaiseProp ertyChange d("ivmLett erInfo"); | |
| 11344 | } | |
| 11345 | } | |
| 11346 | ||
| 11347 | // / <remarks /> | |
| 11348 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 5)] | |
| 11349 | pu blic sendI VMUpdatesR equestIvmA ctionCode ivmActionC ode { | |
| 11350 | get { | |
| 11351 | retu rn this.iv mActionCod eField; | |
| 11352 | } | |
| 11353 | set { | |
| 11354 | this .ivmAction CodeField = value; | |
| 11355 | this .RaiseProp ertyChange d("ivmActi onCode"); | |
| 11356 | } | |
| 11357 | } | |
| 11358 | ||
| 11359 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11360 | ||
| 11361 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11362 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11363 | if ((pro pertyChang ed != null )) { | |
| 11364 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11365 | } | |
| 11366 | } | |
| 11367 | } | |
| 11368 | ||
| 11369 | /// <r emarks/> | |
| 11370 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11371 | [Syste m.Serializ ableAttrib ute()] | |
| 11372 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11373 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11374 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11375 | public partial c lass sendI VMUpdatesR equestSend IVMInfo : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 11376 | ||
| 11377 | pr ivate spou seInfo spo useField; | |
| 11378 | ||
| 11379 | pr ivate depe ndentInfo[ ] dependen tsField; | |
| 11380 | ||
| 11381 | pr ivate inco meTestInfo incomeTes tField; | |
| 11382 | ||
| 11383 | // / <remarks /> | |
| 11384 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 11385 | pu blic spous eInfo spou se { | |
| 11386 | get { | |
| 11387 | retu rn this.sp ouseField; | |
| 11388 | } | |
| 11389 | set { | |
| 11390 | this .spouseFie ld = value ; | |
| 11391 | this .RaiseProp ertyChange d("spouse" ); | |
| 11392 | } | |
| 11393 | } | |
| 11394 | ||
| 11395 | // / <remarks /> | |
| 11396 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=1) ] | |
| 11397 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("dep endent", I sNullable= false)] | |
| 11398 | pu blic depen dentInfo[] dependent s { | |
| 11399 | get { | |
| 11400 | retu rn this.de pendentsFi eld; | |
| 11401 | } | |
| 11402 | set { | |
| 11403 | this .dependent sField = v alue; | |
| 11404 | this .RaiseProp ertyChange d("depende nts"); | |
| 11405 | } | |
| 11406 | } | |
| 11407 | ||
| 11408 | // / <remarks /> | |
| 11409 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 11410 | pu blic incom eTestInfo incomeTest { | |
| 11411 | get { | |
| 11412 | retu rn this.in comeTestFi eld; | |
| 11413 | } | |
| 11414 | set { | |
| 11415 | this .incomeTes tField = v alue; | |
| 11416 | this .RaiseProp ertyChange d("incomeT est"); | |
| 11417 | } | |
| 11418 | } | |
| 11419 | ||
| 11420 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11421 | ||
| 11422 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11423 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11424 | if ((pro pertyChang ed != null )) { | |
| 11425 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11426 | } | |
| 11427 | } | |
| 11428 | } | |
| 11429 | ||
| 11430 | /// <r emarks/> | |
| 11431 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11432 | [Syste m.Serializ ableAttrib ute()] | |
| 11433 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11434 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11435 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11436 | public partial c lass sendI VMUpdatesR equestIvmL etterInfo : object, System.Com ponentMode l.INotifyP ropertyCha nged { | |
| 11437 | ||
| 11438 | pr ivate stri ng ivmCase NumberFiel d; | |
| 11439 | ||
| 11440 | pr ivate stri ng ivmLett erCodeFiel d; | |
| 11441 | ||
| 11442 | pr ivate Syst em.DateTim e ivmConve rsionDateF ield; | |
| 11443 | ||
| 11444 | pr ivate bool ivmConver sionDateFi eldSpecifi ed; | |
| 11445 | ||
| 11446 | // / <remarks /> | |
| 11447 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 11448 | pu blic strin g ivmCaseN umber { | |
| 11449 | get { | |
| 11450 | retu rn this.iv mCaseNumbe rField; | |
| 11451 | } | |
| 11452 | set { | |
| 11453 | this .ivmCaseNu mberField = value; | |
| 11454 | this .RaiseProp ertyChange d("ivmCase Number"); | |
| 11455 | } | |
| 11456 | } | |
| 11457 | ||
| 11458 | // / <remarks /> | |
| 11459 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 11460 | pu blic strin g ivmLette rCode { | |
| 11461 | get { | |
| 11462 | retu rn this.iv mLetterCod eField; | |
| 11463 | } | |
| 11464 | set { | |
| 11465 | this .ivmLetter CodeField = value; | |
| 11466 | this .RaiseProp ertyChange d("ivmLett erCode"); | |
| 11467 | } | |
| 11468 | } | |
| 11469 | ||
| 11470 | // / <remarks /> | |
| 11471 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=2)] | |
| 11472 | pu blic Syste m.DateTime ivmConver sionDate { | |
| 11473 | get { | |
| 11474 | retu rn this.iv mConversio nDateField ; | |
| 11475 | } | |
| 11476 | set { | |
| 11477 | this .ivmConver sionDateFi eld = valu e; | |
| 11478 | this .RaiseProp ertyChange d("ivmConv ersionDate "); | |
| 11479 | } | |
| 11480 | } | |
| 11481 | ||
| 11482 | // / <remarks /> | |
| 11483 | [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()] | |
| 11484 | pu blic bool ivmConvers ionDateSpe cified { | |
| 11485 | get { | |
| 11486 | retu rn this.iv mConversio nDateField Specified; | |
| 11487 | } | |
| 11488 | set { | |
| 11489 | this .ivmConver sionDateFi eldSpecifi ed = value ; | |
| 11490 | this .RaiseProp ertyChange d("ivmConv ersionDate Specified" ); | |
| 11491 | } | |
| 11492 | } | |
| 11493 | ||
| 11494 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11495 | ||
| 11496 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11497 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11498 | if ((pro pertyChang ed != null )) { | |
| 11499 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11500 | } | |
| 11501 | } | |
| 11502 | } | |
| 11503 | ||
| 11504 | /// <r emarks/> | |
| 11505 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11506 | [Syste m.Serializ ableAttrib ute()] | |
| 11507 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11508 | public enum send IVMUpdates RequestIvm ActionCode { | |
| 11509 | ||
| 11510 | // / <remarks /> | |
| 11511 | R, | |
| 11512 | ||
| 11513 | // / <remarks /> | |
| 11514 | C, | |
| 11515 | ||
| 11516 | // / <remarks /> | |
| 11517 | N, | |
| 11518 | } | |
| 11519 | ||
| 11520 | /// <r emarks/> | |
| 11521 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11522 | [Syste m.Serializ ableAttrib ute()] | |
| 11523 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11524 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11525 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11526 | public partial c lass sendI VMUpdatesR esponse : object, Sy stem.Compo nentModel. INotifyPro pertyChang ed { | |
| 11527 | ||
| 11528 | pr ivate stri ng acknowl edgementFi eld; | |
| 11529 | ||
| 11530 | pr ivate stri ng statusF ield; | |
| 11531 | ||
| 11532 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 11533 | ||
| 11534 | pr ivate stri ng eesVers ionField; | |
| 11535 | ||
| 11536 | // / <remarks /> | |
| 11537 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 11538 | pu blic strin g acknowle dgement { | |
| 11539 | get { | |
| 11540 | retu rn this.ac knowledgem entField; | |
| 11541 | } | |
| 11542 | set { | |
| 11543 | this .acknowled gementFiel d = value; | |
| 11544 | this .RaiseProp ertyChange d("acknowl edgement") ; | |
| 11545 | } | |
| 11546 | } | |
| 11547 | ||
| 11548 | // / <remarks /> | |
| 11549 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 11550 | pu blic strin g status { | |
| 11551 | get { | |
| 11552 | retu rn this.st atusField; | |
| 11553 | } | |
| 11554 | set { | |
| 11555 | this .statusFie ld = value ; | |
| 11556 | this .RaiseProp ertyChange d("status" ); | |
| 11557 | } | |
| 11558 | } | |
| 11559 | ||
| 11560 | // / <remarks /> | |
| 11561 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=2)] | |
| 11562 | pu blic Syste m.DateTime invocatio nDate { | |
| 11563 | get { | |
| 11564 | retu rn this.in vocationDa teField; | |
| 11565 | } | |
| 11566 | set { | |
| 11567 | this .invocatio nDateField = value; | |
| 11568 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 11569 | } | |
| 11570 | } | |
| 11571 | ||
| 11572 | // / <remarks /> | |
| 11573 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 3)] | |
| 11574 | pu blic strin g eesVersi on { | |
| 11575 | get { | |
| 11576 | retu rn this.ee sVersionFi eld; | |
| 11577 | } | |
| 11578 | set { | |
| 11579 | this .eesVersio nField = v alue; | |
| 11580 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 11581 | } | |
| 11582 | } | |
| 11583 | ||
| 11584 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11585 | ||
| 11586 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11587 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11588 | if ((pro pertyChang ed != null )) { | |
| 11589 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11590 | } | |
| 11591 | } | |
| 11592 | } | |
| 11593 | ||
| 11594 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11595 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11596 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11597 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11598 | public partial c lass sendI VMUpdatesR equest1 { | |
| 11599 | ||
| 11600 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11601 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.se ndIVMUpdat esRequest sendIVMUpd atesReques t; | |
| 11602 | ||
| 11603 | pu blic sendI VMUpdatesR equest1() { | |
| 11604 | } | |
| 11605 | ||
| 11606 | pu blic sendI VMUpdatesR equest1(IM SDataStub. Services.E nrollmentS erviceWSDL .sendIVMUp datesReque st sendIVM UpdatesReq uest) { | |
| 11607 | this.sen dIVMUpdate sRequest = sendIVMUp datesReque st; | |
| 11608 | } | |
| 11609 | } | |
| 11610 | ||
| 11611 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11612 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11613 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11614 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11615 | public partial c lass sendI VMUpdatesR esponse1 { | |
| 11616 | ||
| 11617 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11618 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.se ndIVMUpdat esResponse sendIVMUp datesRespo nse; | |
| 11619 | ||
| 11620 | pu blic sendI VMUpdatesR esponse1() { | |
| 11621 | } | |
| 11622 | ||
| 11623 | pu blic sendI VMUpdatesR esponse1(I MSDataStub .Services. Enrollment ServiceWSD L.sendIVMU pdatesResp onse sendI VMUpdatesR esponse) { | |
| 11624 | this.sen dIVMUpdate sResponse = sendIVMU pdatesResp onse; | |
| 11625 | } | |
| 11626 | } | |
| 11627 | ||
| 11628 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11629 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11630 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11631 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11632 | public partial c lass getEl igibilityD eterminati onRequest1 { | |
| 11633 | ||
| 11634 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11635 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEligibili tyDetermin ationReque st getElig ibilityDet ermination Request; | |
| 11636 | ||
| 11637 | pu blic getEl igibilityD eterminati onRequest1 () { | |
| 11638 | } | |
| 11639 | ||
| 11640 | pu blic getEl igibilityD eterminati onRequest1 (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.getEli gibilityDe terminatio nRequest g etEligibil ityDetermi nationRequ est) { | |
| 11641 | this.get Eligibilit yDetermina tionReques t = getEli gibilityDe terminatio nRequest; | |
| 11642 | } | |
| 11643 | } | |
| 11644 | ||
| 11645 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11646 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11647 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11648 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11649 | public partial c lass getEl igibilityD eterminati onResponse 1 { | |
| 11650 | ||
| 11651 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11652 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEligibili tyDetermin ationRespo nse getEli gibilityDe terminatio nResponse; | |
| 11653 | ||
| 11654 | pu blic getEl igibilityD eterminati onResponse 1() { | |
| 11655 | } | |
| 11656 | ||
| 11657 | pu blic getEl igibilityD eterminati onResponse 1(IMSDataS tub.Servic es.Enrollm entService WSDL.getEl igibilityD eterminati onResponse getEligib ilityDeter minationRe sponse) { | |
| 11658 | this.get Eligibilit yDetermina tionRespon se = getEl igibilityD eterminati onResponse ; | |
| 11659 | } | |
| 11660 | } | |
| 11661 | ||
| 11662 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11663 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11664 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11665 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11666 | public partial c lass getEE SummaryReq uest1 { | |
| 11667 | ||
| 11668 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11669 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEESummary Request ge tEESummary Request; | |
| 11670 | ||
| 11671 | pu blic getEE SummaryReq uest1() { | |
| 11672 | } | |
| 11673 | ||
| 11674 | pu blic getEE SummaryReq uest1(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yRequest g etEESummar yRequest) { | |
| 11675 | this.get EESummaryR equest = g etEESummar yRequest; | |
| 11676 | } | |
| 11677 | } | |
| 11678 | ||
| 11679 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11680 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11681 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11682 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11683 | public partial c lass getEE SummaryRes ponse1 { | |
| 11684 | ||
| 11685 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11686 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEESummary Response g etEESummar yResponse; | |
| 11687 | ||
| 11688 | pu blic getEE SummaryRes ponse1() { | |
| 11689 | } | |
| 11690 | ||
| 11691 | pu blic getEE SummaryRes ponse1(IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEESumma ryResponse getEESumm aryRespons e) { | |
| 11692 | this.get EESummaryR esponse = getEESumma ryResponse ; | |
| 11693 | } | |
| 11694 | } | |
| 11695 | ||
| 11696 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11697 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11698 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11699 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11700 | public partial c lass getPe rsonNotifi cationRequ est1 { | |
| 11701 | ||
| 11702 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11703 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tPersonNot ificationR equest get PersonNoti ficationRe quest; | |
| 11704 | ||
| 11705 | pu blic getPe rsonNotifi cationRequ est1() { | |
| 11706 | } | |
| 11707 | ||
| 11708 | pu blic getPe rsonNotifi cationRequ est1(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tPersonNot ificationR equest get PersonNoti ficationRe quest) { | |
| 11709 | this.get PersonNoti ficationRe quest = ge tPersonNot ificationR equest; | |
| 11710 | } | |
| 11711 | } | |
| 11712 | ||
| 11713 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11714 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11715 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11716 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11717 | public partial c lass getPe rsonNotifi cationResp onse1 { | |
| 11718 | ||
| 11719 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11720 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tPersonNot ificationR esponse ge tPersonNot ificationR esponse; | |
| 11721 | ||
| 11722 | pu blic getPe rsonNotifi cationResp onse1() { | |
| 11723 | } | |
| 11724 | ||
| 11725 | pu blic getPe rsonNotifi cationResp onse1(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etPersonNo tification Response g etPersonNo tification Response) { | |
| 11726 | this.get PersonNoti ficationRe sponse = g etPersonNo tification Response; | |
| 11727 | } | |
| 11728 | } | |
| 11729 | ||
| 11730 | /// <r emarks/> | |
| 11731 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11732 | [Syste m.Serializ ableAttrib ute()] | |
| 11733 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11734 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11735 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11736 | public partial c lass updat eIVMRecord StatusRequ est : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 11737 | ||
| 11738 | pr ivate stri ng transac tionIdFiel d; | |
| 11739 | ||
| 11740 | pr ivate stri ng errorTe xtField; | |
| 11741 | ||
| 11742 | // / <remarks /> | |
| 11743 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 11744 | pu blic strin g transact ionId { | |
| 11745 | get { | |
| 11746 | retu rn this.tr ansactionI dField; | |
| 11747 | } | |
| 11748 | set { | |
| 11749 | this .transacti onIdField = value; | |
| 11750 | this .RaiseProp ertyChange d("transac tionId"); | |
| 11751 | } | |
| 11752 | } | |
| 11753 | ||
| 11754 | // / <remarks /> | |
| 11755 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 11756 | pu blic strin g errorTex t { | |
| 11757 | get { | |
| 11758 | retu rn this.er rorTextFie ld; | |
| 11759 | } | |
| 11760 | set { | |
| 11761 | this .errorText Field = va lue; | |
| 11762 | this .RaiseProp ertyChange d("errorTe xt"); | |
| 11763 | } | |
| 11764 | } | |
| 11765 | ||
| 11766 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11767 | ||
| 11768 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11769 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11770 | if ((pro pertyChang ed != null )) { | |
| 11771 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11772 | } | |
| 11773 | } | |
| 11774 | } | |
| 11775 | ||
| 11776 | /// <r emarks/> | |
| 11777 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11778 | [Syste m.Serializ ableAttrib ute()] | |
| 11779 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11780 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11781 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11782 | public partial c lass updat eIVMRecord StatusResp onse : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 11783 | ||
| 11784 | pr ivate stri ng acknowl edgementFi eld; | |
| 11785 | ||
| 11786 | pr ivate stri ng statusF ield; | |
| 11787 | ||
| 11788 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 11789 | ||
| 11790 | pr ivate stri ng eesVers ionField; | |
| 11791 | ||
| 11792 | // / <remarks /> | |
| 11793 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 11794 | pu blic strin g acknowle dgement { | |
| 11795 | get { | |
| 11796 | retu rn this.ac knowledgem entField; | |
| 11797 | } | |
| 11798 | set { | |
| 11799 | this .acknowled gementFiel d = value; | |
| 11800 | this .RaiseProp ertyChange d("acknowl edgement") ; | |
| 11801 | } | |
| 11802 | } | |
| 11803 | ||
| 11804 | // / <remarks /> | |
| 11805 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 11806 | pu blic strin g status { | |
| 11807 | get { | |
| 11808 | retu rn this.st atusField; | |
| 11809 | } | |
| 11810 | set { | |
| 11811 | this .statusFie ld = value ; | |
| 11812 | this .RaiseProp ertyChange d("status" ); | |
| 11813 | } | |
| 11814 | } | |
| 11815 | ||
| 11816 | // / <remarks /> | |
| 11817 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=2)] | |
| 11818 | pu blic Syste m.DateTime invocatio nDate { | |
| 11819 | get { | |
| 11820 | retu rn this.in vocationDa teField; | |
| 11821 | } | |
| 11822 | set { | |
| 11823 | this .invocatio nDateField = value; | |
| 11824 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 11825 | } | |
| 11826 | } | |
| 11827 | ||
| 11828 | // / <remarks /> | |
| 11829 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 3)] | |
| 11830 | pu blic strin g eesVersi on { | |
| 11831 | get { | |
| 11832 | retu rn this.ee sVersionFi eld; | |
| 11833 | } | |
| 11834 | set { | |
| 11835 | this .eesVersio nField = v alue; | |
| 11836 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 11837 | } | |
| 11838 | } | |
| 11839 | ||
| 11840 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11841 | ||
| 11842 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11843 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11844 | if ((pro pertyChang ed != null )) { | |
| 11845 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11846 | } | |
| 11847 | } | |
| 11848 | } | |
| 11849 | ||
| 11850 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11851 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11852 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11853 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11854 | public partial c lass updat eIVMRecord StatusRequ est1 { | |
| 11855 | ||
| 11856 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11857 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateIVMRec ordStatusR equest upd ateIVMReco rdStatusRe quest; | |
| 11858 | ||
| 11859 | pu blic updat eIVMRecord StatusRequ est1() { | |
| 11860 | } | |
| 11861 | ||
| 11862 | pu blic updat eIVMRecord StatusRequ est1(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateIVMRec ordStatusR equest upd ateIVMReco rdStatusRe quest) { | |
| 11863 | this.upd ateIVMReco rdStatusRe quest = up dateIVMRec ordStatusR equest; | |
| 11864 | } | |
| 11865 | } | |
| 11866 | ||
| 11867 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11868 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11869 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11870 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11871 | public partial c lass updat eIVMRecord StatusResp onse1 { | |
| 11872 | ||
| 11873 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11874 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateIVMRec ordStatusR esponse up dateIVMRec ordStatusR esponse; | |
| 11875 | ||
| 11876 | pu blic updat eIVMRecord StatusResp onse1() { | |
| 11877 | } | |
| 11878 | ||
| 11879 | pu blic updat eIVMRecord StatusResp onse1(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.u pdateIVMRe cordStatus Response u pdateIVMRe cordStatus Response) { | |
| 11880 | this.upd ateIVMReco rdStatusRe sponse = u pdateIVMRe cordStatus Response; | |
| 11881 | } | |
| 11882 | } | |
| 11883 | ||
| 11884 | /// <r emarks/> | |
| 11885 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 11886 | [Syste m.Serializ ableAttrib ute()] | |
| 11887 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11888 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 11889 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 11890 | public partial c lass getIV MLetterSta tusesRespo nse : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 11891 | ||
| 11892 | pr ivate ivmL etterCandi dateInfo[] ivmLetter Candidates Field; | |
| 11893 | ||
| 11894 | pr ivate stri ng eesVers ionField; | |
| 11895 | ||
| 11896 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 11897 | ||
| 11898 | // / <remarks /> | |
| 11899 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=0) ] | |
| 11900 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ivm LetterCand idate", Is Nullable=f alse)] | |
| 11901 | pu blic ivmLe tterCandid ateInfo[] ivmLetterC andidates { | |
| 11902 | get { | |
| 11903 | retu rn this.iv mLetterCan didatesFie ld; | |
| 11904 | } | |
| 11905 | set { | |
| 11906 | this .ivmLetter Candidates Field = va lue; | |
| 11907 | this .RaiseProp ertyChange d("ivmLett erCandidat es"); | |
| 11908 | } | |
| 11909 | } | |
| 11910 | ||
| 11911 | // / <remarks /> | |
| 11912 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 11913 | pu blic strin g eesVersi on { | |
| 11914 | get { | |
| 11915 | retu rn this.ee sVersionFi eld; | |
| 11916 | } | |
| 11917 | set { | |
| 11918 | this .eesVersio nField = v alue; | |
| 11919 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 11920 | } | |
| 11921 | } | |
| 11922 | ||
| 11923 | // / <remarks /> | |
| 11924 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=2)] | |
| 11925 | pu blic Syste m.DateTime invocatio nDate { | |
| 11926 | get { | |
| 11927 | retu rn this.in vocationDa teField; | |
| 11928 | } | |
| 11929 | set { | |
| 11930 | this .invocatio nDateField = value; | |
| 11931 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 11932 | } | |
| 11933 | } | |
| 11934 | ||
| 11935 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 11936 | ||
| 11937 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 11938 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 11939 | if ((pro pertyChang ed != null )) { | |
| 11940 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 11941 | } | |
| 11942 | } | |
| 11943 | } | |
| 11944 | ||
| 11945 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11946 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11947 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11948 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11949 | public partial c lass getIV MLetterSta tusesReque st1 { | |
| 11950 | ||
| 11951 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11952 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tIVMLetter StatusesRe quest getI VMLetterSt atusesRequ est; | |
| 11953 | ||
| 11954 | pu blic getIV MLetterSta tusesReque st1() { | |
| 11955 | } | |
| 11956 | ||
| 11957 | pu blic getIV MLetterSta tusesReque st1(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.get IVMLetterS tatusesReq uest getIV MLetterSta tusesReque st) { | |
| 11958 | this.get IVMLetterS tatusesReq uest = get IVMLetterS tatusesReq uest; | |
| 11959 | } | |
| 11960 | } | |
| 11961 | ||
| 11962 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11963 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11964 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11965 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11966 | public partial c lass getIV MLetterSta tusesRespo nse1 { | |
| 11967 | ||
| 11968 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11969 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tIVMLetter StatusesRe sponse get IVMLetterS tatusesRes ponse; | |
| 11970 | ||
| 11971 | pu blic getIV MLetterSta tusesRespo nse1() { | |
| 11972 | } | |
| 11973 | ||
| 11974 | pu blic getIV MLetterSta tusesRespo nse1(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tIVMLetter StatusesRe sponse get IVMLetterS tatusesRes ponse) { | |
| 11975 | this.get IVMLetterS tatusesRes ponse = ge tIVMLetter StatusesRe sponse; | |
| 11976 | } | |
| 11977 | } | |
| 11978 | ||
| 11979 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11980 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11981 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11982 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 11983 | public partial c lass getEE SummaryHis toryReques t1 { | |
| 11984 | ||
| 11985 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 11986 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEESummary HistoryReq uest getEE SummaryHis toryReques t; | |
| 11987 | ||
| 11988 | pu blic getEE SummaryHis toryReques t1() { | |
| 11989 | } | |
| 11990 | ||
| 11991 | pu blic getEE SummaryHis toryReques t1(IMSData Stub.Servi ces.Enroll mentServic eWSDL.getE ESummaryHi storyReque st getEESu mmaryHisto ryRequest) { | |
| 11992 | this.get EESummaryH istoryRequ est = getE ESummaryHi storyReque st; | |
| 11993 | } | |
| 11994 | } | |
| 11995 | ||
| 11996 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 11997 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 11998 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 11999 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 12000 | public partial c lass getEE SummaryHis toryRespon se1 { | |
| 12001 | ||
| 12002 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 12003 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEESummary HistoryRes ponse getE ESummaryHi storyRespo nse; | |
| 12004 | ||
| 12005 | pu blic getEE SummaryHis toryRespon se1() { | |
| 12006 | } | |
| 12007 | ||
| 12008 | pu blic getEE SummaryHis toryRespon se1(IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.get EESummaryH istoryResp onse getEE SummaryHis toryRespon se) { | |
| 12009 | this.get EESummaryH istoryResp onse = get EESummaryH istoryResp onse; | |
| 12010 | } | |
| 12011 | } | |
| 12012 | ||
| 12013 | /// <r emarks/> | |
| 12014 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 12015 | [Syste m.Serializ ableAttrib ute()] | |
| 12016 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 12017 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 12018 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 12019 | public partial c lass retri eveIVMCand idatesRequ est : obje ct, System .Component Model.INot ifyPropert yChanged { | |
| 12020 | ||
| 12021 | pr ivate Syst em.DateTim e lastPoll edDateTime StampField ; | |
| 12022 | ||
| 12023 | // / <remarks /> | |
| 12024 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 0)] | |
| 12025 | pu blic Syste m.DateTime lastPolle dDateTimeS tamp { | |
| 12026 | get { | |
| 12027 | retu rn this.la stPolledDa teTimeStam pField; | |
| 12028 | } | |
| 12029 | set { | |
| 12030 | this .lastPolle dDateTimeS tampField = value; | |
| 12031 | this .RaiseProp ertyChange d("lastPol ledDateTim eStamp"); | |
| 12032 | } | |
| 12033 | } | |
| 12034 | ||
| 12035 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 12036 | ||
| 12037 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 12038 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 12039 | if ((pro pertyChang ed != null )) { | |
| 12040 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 12041 | } | |
| 12042 | } | |
| 12043 | } | |
| 12044 | ||
| 12045 | /// <r emarks/> | |
| 12046 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1087.0")] | |
| 12047 | [Syste m.Serializ ableAttrib ute()] | |
| 12048 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 12049 | [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ] | |
| 12050 | [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType=tru e, Namespa ce="http:/ /jaxws.web services.e sr. URL /schemas") ] | |
| 12051 | public partial c lass retri eveIVMCand idatesResp onse : obj ect, Syste m.Componen tModel.INo tifyProper tyChanged { | |
| 12052 | ||
| 12053 | pr ivate ivmC andidateIn fo[] candi datesField ; | |
| 12054 | ||
| 12055 | pr ivate int numberOfCa ndidatesFi eld; | |
| 12056 | ||
| 12057 | pr ivate stri ng eesVers ionField; | |
| 12058 | ||
| 12059 | pr ivate Syst em.DateTim e invocati onDateFiel d; | |
| 12060 | ||
| 12061 | // / <remarks /> | |
| 12062 | [S ystem.Xml. Serializat ion.XmlArr ayAttribut e(Order=0) ] | |
| 12063 | [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("can didate", I sNullable= false)] | |
| 12064 | pu blic ivmCa ndidateInf o[] candid ates { | |
| 12065 | get { | |
| 12066 | retu rn this.ca ndidatesFi eld; | |
| 12067 | } | |
| 12068 | set { | |
| 12069 | this .candidate sField = v alue; | |
| 12070 | this .RaiseProp ertyChange d("candida tes"); | |
| 12071 | } | |
| 12072 | } | |
| 12073 | ||
| 12074 | // / <remarks /> | |
| 12075 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 1)] | |
| 12076 | pu blic int n umberOfCan didates { | |
| 12077 | get { | |
| 12078 | retu rn this.nu mberOfCand idatesFiel d; | |
| 12079 | } | |
| 12080 | set { | |
| 12081 | this .numberOfC andidatesF ield = val ue; | |
| 12082 | this .RaiseProp ertyChange d("numberO fCandidate s"); | |
| 12083 | } | |
| 12084 | } | |
| 12085 | ||
| 12086 | // / <remarks /> | |
| 12087 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(Order= 2)] | |
| 12088 | pu blic strin g eesVersi on { | |
| 12089 | get { | |
| 12090 | retu rn this.ee sVersionFi eld; | |
| 12091 | } | |
| 12092 | set { | |
| 12093 | this .eesVersio nField = v alue; | |
| 12094 | this .RaiseProp ertyChange d("eesVers ion"); | |
| 12095 | } | |
| 12096 | } | |
| 12097 | ||
| 12098 | // / <remarks /> | |
| 12099 | [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(DataTy pe="date", Order=3)] | |
| 12100 | pu blic Syste m.DateTime invocatio nDate { | |
| 12101 | get { | |
| 12102 | retu rn this.in vocationDa teField; | |
| 12103 | } | |
| 12104 | set { | |
| 12105 | this .invocatio nDateField = value; | |
| 12106 | this .RaiseProp ertyChange d("invocat ionDate"); | |
| 12107 | } | |
| 12108 | } | |
| 12109 | ||
| 12110 | pu blic event System.Co mponentMod el.Propert yChangedEv entHandler PropertyC hanged; | |
| 12111 | ||
| 12112 | pr otected vo id RaisePr opertyChan ged(string propertyN ame) { | |
| 12113 | System.C omponentMo del.Proper tyChangedE ventHandle r property Changed = this.Prope rtyChanged ; | |
| 12114 | if ((pro pertyChang ed != null )) { | |
| 12115 | prop ertyChange d(this, ne w System.C omponentMo del.Proper tyChangedE ventArgs(p ropertyNam e)); | |
| 12116 | } | |
| 12117 | } | |
| 12118 | } | |
| 12119 | ||
| 12120 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 12121 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 12122 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 12123 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 12124 | public partial c lass retri eveIVMCand idatesRequ est1 { | |
| 12125 | ||
| 12126 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 12127 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.re trieveIVMC andidatesR equest ret rieveIVMCa ndidatesRe quest; | |
| 12128 | ||
| 12129 | pu blic retri eveIVMCand idatesRequ est1() { | |
| 12130 | } | |
| 12131 | ||
| 12132 | pu blic retri eveIVMCand idatesRequ est1(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.re trieveIVMC andidatesR equest ret rieveIVMCa ndidatesRe quest) { | |
| 12133 | this.ret rieveIVMCa ndidatesRe quest = re trieveIVMC andidatesR equest; | |
| 12134 | } | |
| 12135 | } | |
| 12136 | ||
| 12137 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 12138 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 12139 | [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)] | |
| 12140 | [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)] | |
| 12141 | public partial c lass retri eveIVMCand idatesResp onse1 { | |
| 12142 | ||
| 12143 | [System.Se rviceModel .MessageBo dyMemberAt tribute(Na mespace="h ttp://jaxw s.webservi ces.esr. URL /schemas", Order=0)] | |
| 12144 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.re trieveIVMC andidatesR esponse re trieveIVMC andidatesR esponse; | |
| 12145 | ||
| 12146 | pu blic retri eveIVMCand idatesResp onse1() { | |
| 12147 | } | |
| 12148 | ||
| 12149 | pu blic retri eveIVMCand idatesResp onse1(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.r etrieveIVM Candidates Response r etrieveIVM Candidates Response) { | |
| 12150 | this.ret rieveIVMCa ndidatesRe sponse = r etrieveIVM Candidates Response; | |
| 12151 | } | |
| 12152 | } | |
| 12153 | ||
| 12154 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 12155 | public interface eeSummary PortChanne l : IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.eeS ummaryPort , System.S erviceMode l.IClientC hannel { | |
| 12156 | } | |
| 12157 | ||
| 12158 | [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()] | |
| 12159 | [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. ServiceMod el", "4.0. 0.0")] | |
| 12160 | public partial c lass eeSum maryPortCl ient : Sys tem.Servic eModel.Cli entBase<IM SDataStub. Services.E nrollmentS erviceWSDL .eeSummary Port>, IMS DataStub.S ervices.En rollmentSe rviceWSDL. eeSummaryP ort { | |
| 12161 | ||
| 12162 | pu blic eeSum maryPortCl ient() { | |
| 12163 | } | |
| 12164 | ||
| 12165 | pu blic eeSum maryPortCl ient(strin g endpoint Configurat ionName) : | |
| 12166 | base (endpointC onfigurati onName) { | |
| 12167 | } | |
| 12168 | ||
| 12169 | pu blic eeSum maryPortCl ient(strin g endpoint Configurat ionName, s tring remo teAddress) : | |
| 12170 | base (endpointC onfigurati onName, re moteAddres s) { | |
| 12171 | } | |
| 12172 | ||
| 12173 | pu blic eeSum maryPortCl ient(strin g endpoint Configurat ionName, S ystem.Serv iceModel.E ndpointAdd ress remot eAddress) : | |
| 12174 | base (endpointC onfigurati onName, re moteAddres s) { | |
| 12175 | } | |
| 12176 | ||
| 12177 | pu blic eeSum maryPortCl ient(Syste m.ServiceM odel.Chann els.Bindin g binding, System.Se rviceModel .EndpointA ddress rem oteAddress ) : | |
| 12178 | base (binding, remoteAddr ess) { | |
| 12179 | } | |
| 12180 | ||
| 12181 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12182 | IM SDataStub. Services.E nrollmentS erviceWSDL .getDelive ryPreferen ceResponse 1 IMSDataS tub.Servic es.Enrollm entService WSDL.eeSum maryPort.g etDelivery Preference (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.getDel iveryPrefe renceReque st1 reques t) { | |
| 12183 | return b ase.Channe l.getDeliv eryPrefere nce(reques t); | |
| 12184 | } | |
| 12185 | ||
| 12186 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tDeliveryP referenceR esponse ge tDeliveryP reference( IMSDataStu b.Services .Enrollmen tServiceWS DL.getDeli veryPrefer enceReques t getDeliv eryPrefere nceRequest ) { | |
| 12187 | IMSDataS tub.Servic es.Enrollm entService WSDL.getDe liveryPref erenceRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.getDeliv eryPrefere nceRequest 1(); | |
| 12188 | inValue. getDeliver yPreferenc eRequest = getDelive ryPreferen ceRequest; | |
| 12189 | IMSDataS tub.Servic es.Enrollm entService WSDL.getDe liveryPref erenceResp onse1 retV al = ((IMS DataStub.S ervices.En rollmentSe rviceWSDL. eeSummaryP ort)(this) ).getDeliv eryPrefere nce(inValu e); | |
| 12190 | return r etVal.getD eliveryPre ferenceRes ponse; | |
| 12191 | } | |
| 12192 | ||
| 12193 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12194 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etDelivery Preference Response1> IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort.ge tDeliveryP referenceA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tDeliveryP referenceR equest1 re quest) { | |
| 12195 | return b ase.Channe l.getDeliv eryPrefere nceAsync(r equest); | |
| 12196 | } | |
| 12197 | ||
| 12198 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.getD eliveryPre ferenceRes ponse1> ge tDeliveryP referenceA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tDeliveryP referenceR equest get DeliveryPr eferenceRe quest) { | |
| 12199 | IMSDataS tub.Servic es.Enrollm entService WSDL.getDe liveryPref erenceRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.getDeliv eryPrefere nceRequest 1(); | |
| 12200 | inValue. getDeliver yPreferenc eRequest = getDelive ryPreferen ceRequest; | |
| 12201 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).getD eliveryPre ferenceAsy nc(inValue ); | |
| 12202 | } | |
| 12203 | ||
| 12204 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12205 | IM SDataStub. Services.E nrollmentS erviceWSDL .updateDel iveryPrefe renceRespo nse1 IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ee SummaryPor t.updateDe liveryPref erence(IMS DataStub.S ervices.En rollmentSe rviceWSDL. updateDeli veryPrefer enceReques t1 request ) { | |
| 12206 | return b ase.Channe l.updateDe liveryPref erence(req uest); | |
| 12207 | } | |
| 12208 | ||
| 12209 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateDelive ryPreferen ceResponse updateDel iveryPrefe rence(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.u pdateDeliv eryPrefere nceRequest updateDel iveryPrefe renceReque st) { | |
| 12210 | IMSDataS tub.Servic es.Enrollm entService WSDL.updat eDeliveryP referenceR equest1 in Value = ne w IMSDataS tub.Servic es.Enrollm entService WSDL.updat eDeliveryP referenceR equest1(); | |
| 12211 | inValue. updateDeli veryPrefer enceReques t = update DeliveryPr eferenceRe quest; | |
| 12212 | IMSDataS tub.Servic es.Enrollm entService WSDL.updat eDeliveryP referenceR esponse1 r etVal = (( IMSDataStu b.Services .Enrollmen tServiceWS DL.eeSumma ryPort)(th is)).updat eDeliveryP reference( inValue); | |
| 12213 | return r etVal.upda teDelivery Preference Response; | |
| 12214 | } | |
| 12215 | ||
| 12216 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12217 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.u pdateDeliv eryPrefere nceRespons e1> IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.eeS ummaryPort .updateDel iveryPrefe renceAsync (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.update DeliveryPr eferenceRe quest1 req uest) { | |
| 12218 | return b ase.Channe l.updateDe liveryPref erenceAsyn c(request) ; | |
| 12219 | } | |
| 12220 | ||
| 12221 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.upda teDelivery Preference Response1> updateDel iveryPrefe renceAsync (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.update DeliveryPr eferenceRe quest upda teDelivery Preference Request) { | |
| 12222 | IMSDataS tub.Servic es.Enrollm entService WSDL.updat eDeliveryP referenceR equest1 in Value = ne w IMSDataS tub.Servic es.Enrollm entService WSDL.updat eDeliveryP referenceR equest1(); | |
| 12223 | inValue. updateDeli veryPrefer enceReques t = update DeliveryPr eferenceRe quest; | |
| 12224 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).upda teDelivery Preference Async(inVa lue); | |
| 12225 | } | |
| 12226 | ||
| 12227 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12228 | IM SDataStub. Services.E nrollmentS erviceWSDL .sendIVMUp datesRespo nse1 IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ee SummaryPor t.sendIVMU pdates(IMS DataStub.S ervices.En rollmentSe rviceWSDL. sendIVMUpd atesReques t1 request ) { | |
| 12229 | return b ase.Channe l.sendIVMU pdates(req uest); | |
| 12230 | } | |
| 12231 | ||
| 12232 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.se ndIVMUpdat esResponse sendIVMUp dates(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.s endIVMUpda tesRequest sendIVMUp datesReque st) { | |
| 12233 | IMSDataS tub.Servic es.Enrollm entService WSDL.sendI VMUpdatesR equest1 in Value = ne w IMSDataS tub.Servic es.Enrollm entService WSDL.sendI VMUpdatesR equest1(); | |
| 12234 | inValue. sendIVMUpd atesReques t = sendIV MUpdatesRe quest; | |
| 12235 | IMSDataS tub.Servic es.Enrollm entService WSDL.sendI VMUpdatesR esponse1 r etVal = (( IMSDataStu b.Services .Enrollmen tServiceWS DL.eeSumma ryPort)(th is)).sendI VMUpdates( inValue); | |
| 12236 | return r etVal.send IVMUpdates Response; | |
| 12237 | } | |
| 12238 | ||
| 12239 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12240 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.s endIVMUpda tesRespons e1> IMSDat aStub.Serv ices.Enrol lmentServi ceWSDL.eeS ummaryPort .sendIVMUp datesAsync (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.sendIV MUpdatesRe quest1 req uest) { | |
| 12241 | return b ase.Channe l.sendIVMU pdatesAsyn c(request) ; | |
| 12242 | } | |
| 12243 | ||
| 12244 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.send IVMUpdates Response1> sendIVMUp datesAsync (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.sendIV MUpdatesRe quest send IVMUpdates Request) { | |
| 12245 | IMSDataS tub.Servic es.Enrollm entService WSDL.sendI VMUpdatesR equest1 in Value = ne w IMSDataS tub.Servic es.Enrollm entService WSDL.sendI VMUpdatesR equest1(); | |
| 12246 | inValue. sendIVMUpd atesReques t = sendIV MUpdatesRe quest; | |
| 12247 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).send IVMUpdates Async(inVa lue); | |
| 12248 | } | |
| 12249 | ||
| 12250 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12251 | IM SDataStub. Services.E nrollmentS erviceWSDL .getEligib ilityDeter minationRe sponse1 IM SDataStub. Services.E nrollmentS erviceWSDL .eeSummary Port.getEl igibilityD eterminati on(IMSData Stub.Servi ces.Enroll mentServic eWSDL.getE ligibility Determinat ionRequest 1 request) { | |
| 12252 | return b ase.Channe l.getEligi bilityDete rmination( request); | |
| 12253 | } | |
| 12254 | ||
| 12255 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEligibili tyDetermin ationRespo nse getEli gibilityDe terminatio n(IMSDataS tub.Servic es.Enrollm entService WSDL.getEl igibilityD eterminati onRequest getEligibi lityDeterm inationReq uest) { | |
| 12256 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEl igibilityD eterminati onRequest1 inValue = new IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEligibili tyDetermin ationReque st1(); | |
| 12257 | inValue. getEligibi lityDeterm inationReq uest = get Eligibilit yDetermina tionReques t; | |
| 12258 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEl igibilityD eterminati onResponse 1 retVal = ((IMSData Stub.Servi ces.Enroll mentServic eWSDL.eeSu mmaryPort) (this)).ge tEligibili tyDetermin ation(inVa lue); | |
| 12259 | return r etVal.getE ligibility Determinat ionRespons e; | |
| 12260 | } | |
| 12261 | ||
| 12262 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12263 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEligibil ityDetermi nationResp onse1> IMS DataStub.S ervices.En rollmentSe rviceWSDL. eeSummaryP ort.getEli gibilityDe terminatio nAsync(IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEligibi lityDeterm inationReq uest1 requ est) { | |
| 12264 | return b ase.Channe l.getEligi bilityDete rminationA sync(reque st); | |
| 12265 | } | |
| 12266 | ||
| 12267 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.getE ligibility Determinat ionRespons e1> getEli gibilityDe terminatio nAsync(IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEligibi lityDeterm inationReq uest getEl igibilityD eterminati onRequest) { | |
| 12268 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEl igibilityD eterminati onRequest1 inValue = new IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEligibili tyDetermin ationReque st1(); | |
| 12269 | inValue. getEligibi lityDeterm inationReq uest = get Eligibilit yDetermina tionReques t; | |
| 12270 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).getE ligibility Determinat ionAsync(i nValue); | |
| 12271 | } | |
| 12272 | ||
| 12273 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12274 | IM SDataStub. Services.E nrollmentS erviceWSDL .getEESumm aryRespons e1 IMSData Stub.Servi ces.Enroll mentServic eWSDL.eeSu mmaryPort. getEESumma ry(IMSData Stub.Servi ces.Enroll mentServic eWSDL.getE ESummaryRe quest1 req uest) { | |
| 12275 | return b ase.Channe l.getEESum mary(reque st); | |
| 12276 | } | |
| 12277 | ||
| 12278 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEESummary Response g etEESummar y(IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryReq uest getEE SummaryReq uest) { | |
| 12279 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryReq uest1 inVa lue = new IMSDataStu b.Services .Enrollmen tServiceWS DL.getEESu mmaryReque st1(); | |
| 12280 | inValue. getEESumma ryRequest = getEESum maryReques t; | |
| 12281 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryRes ponse1 ret Val = ((IM SDataStub. Services.E nrollmentS erviceWSDL .eeSummary Port)(this )).getEESu mmary(inVa lue); | |
| 12282 | return r etVal.getE ESummaryRe sponse; | |
| 12283 | } | |
| 12284 | ||
| 12285 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12286 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yResponse1 > IMSDataS tub.Servic es.Enrollm entService WSDL.eeSum maryPort.g etEESummar yAsync(IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEESumma ryRequest1 request) { | |
| 12287 | return b ase.Channe l.getEESum maryAsync( request); | |
| 12288 | } | |
| 12289 | ||
| 12290 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.getE ESummaryRe sponse1> g etEESummar yAsync(IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEESumma ryRequest getEESumma ryRequest) { | |
| 12291 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryReq uest1 inVa lue = new IMSDataStu b.Services .Enrollmen tServiceWS DL.getEESu mmaryReque st1(); | |
| 12292 | inValue. getEESumma ryRequest = getEESum maryReques t; | |
| 12293 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).getE ESummaryAs ync(inValu e); | |
| 12294 | } | |
| 12295 | ||
| 12296 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12297 | IM SDataStub. Services.E nrollmentS erviceWSDL .getPerson Notificati onResponse 1 IMSDataS tub.Servic es.Enrollm entService WSDL.eeSum maryPort.g etPersonNo tification (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.getPer sonNotific ationReque st1 reques t) { | |
| 12298 | return b ase.Channe l.getPerso nNotificat ion(reques t); | |
| 12299 | } | |
| 12300 | ||
| 12301 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tPersonNot ificationR esponse ge tPersonNot ification( IMSDataStu b.Services .Enrollmen tServiceWS DL.getPers onNotifica tionReques t getPerso nNotificat ionRequest ) { | |
| 12302 | IMSDataS tub.Servic es.Enrollm entService WSDL.getPe rsonNotifi cationRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.getPerso nNotificat ionRequest 1(); | |
| 12303 | inValue. getPersonN otificatio nRequest = getPerson Notificati onRequest; | |
| 12304 | IMSDataS tub.Servic es.Enrollm entService WSDL.getPe rsonNotifi cationResp onse1 retV al = ((IMS DataStub.S ervices.En rollmentSe rviceWSDL. eeSummaryP ort)(this) ).getPerso nNotificat ion(inValu e); | |
| 12305 | return r etVal.getP ersonNotif icationRes ponse; | |
| 12306 | } | |
| 12307 | ||
| 12308 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12309 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etPersonNo tification Response1> IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort.ge tPersonNot ificationA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tPersonNot ificationR equest1 re quest) { | |
| 12310 | return b ase.Channe l.getPerso nNotificat ionAsync(r equest); | |
| 12311 | } | |
| 12312 | ||
| 12313 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.getP ersonNotif icationRes ponse1> ge tPersonNot ificationA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tPersonNot ificationR equest get PersonNoti ficationRe quest) { | |
| 12314 | IMSDataS tub.Servic es.Enrollm entService WSDL.getPe rsonNotifi cationRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.getPerso nNotificat ionRequest 1(); | |
| 12315 | inValue. getPersonN otificatio nRequest = getPerson Notificati onRequest; | |
| 12316 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).getP ersonNotif icationAsy nc(inValue ); | |
| 12317 | } | |
| 12318 | ||
| 12319 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12320 | IM SDataStub. Services.E nrollmentS erviceWSDL .updateIVM RecordStat usResponse 1 IMSDataS tub.Servic es.Enrollm entService WSDL.eeSum maryPort.u pdateIVMRe cordStatus (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.update IVMRecordS tatusReque st1 reques t) { | |
| 12321 | return b ase.Channe l.updateIV MRecordSta tus(reques t); | |
| 12322 | } | |
| 12323 | ||
| 12324 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateIVMRec ordStatusR esponse up dateIVMRec ordStatus( IMSDataStu b.Services .Enrollmen tServiceWS DL.updateI VMRecordSt atusReques t updateIV MRecordSta tusRequest ) { | |
| 12325 | IMSDataS tub.Servic es.Enrollm entService WSDL.updat eIVMRecord StatusRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.updateIV MRecordSta tusRequest 1(); | |
| 12326 | inValue. updateIVMR ecordStatu sRequest = updateIVM RecordStat usRequest; | |
| 12327 | IMSDataS tub.Servic es.Enrollm entService WSDL.updat eIVMRecord StatusResp onse1 retV al = ((IMS DataStub.S ervices.En rollmentSe rviceWSDL. eeSummaryP ort)(this) ).updateIV MRecordSta tus(inValu e); | |
| 12328 | return r etVal.upda teIVMRecor dStatusRes ponse; | |
| 12329 | } | |
| 12330 | ||
| 12331 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12332 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.u pdateIVMRe cordStatus Response1> IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort.up dateIVMRec ordStatusA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateIVMRec ordStatusR equest1 re quest) { | |
| 12333 | return b ase.Channe l.updateIV MRecordSta tusAsync(r equest); | |
| 12334 | } | |
| 12335 | ||
| 12336 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.upda teIVMRecor dStatusRes ponse1> up dateIVMRec ordStatusA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.up dateIVMRec ordStatusR equest upd ateIVMReco rdStatusRe quest) { | |
| 12337 | IMSDataS tub.Servic es.Enrollm entService WSDL.updat eIVMRecord StatusRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.updateIV MRecordSta tusRequest 1(); | |
| 12338 | inValue. updateIVMR ecordStatu sRequest = updateIVM RecordStat usRequest; | |
| 12339 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).upda teIVMRecor dStatusAsy nc(inValue ); | |
| 12340 | } | |
| 12341 | ||
| 12342 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12343 | IM SDataStub. Services.E nrollmentS erviceWSDL .getIVMLet terStatuse sResponse1 IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort.ge tIVMLetter Statuses(I MSDataStub .Services. Enrollment ServiceWSD L.getIVMLe tterStatus esRequest1 request) { | |
| 12344 | return b ase.Channe l.getIVMLe tterStatus es(request ); | |
| 12345 | } | |
| 12346 | ||
| 12347 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tIVMLetter StatusesRe sponse get IVMLetterS tatuses(IM SDataStub. Services.E nrollmentS erviceWSDL .getIVMLet terStatuse sRequest g etIVMLette rStatusesR equest) { | |
| 12348 | IMSDataS tub.Servic es.Enrollm entService WSDL.getIV MLetterSta tusesReque st1 inValu e = new IM SDataStub. Services.E nrollmentS erviceWSDL .getIVMLet terStatuse sRequest1( ); | |
| 12349 | inValue. getIVMLett erStatuses Request = getIVMLett erStatuses Request; | |
| 12350 | IMSDataS tub.Servic es.Enrollm entService WSDL.getIV MLetterSta tusesRespo nse1 retVa l = ((IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.e eSummaryPo rt)(this)) .getIVMLet terStatuse s(inValue) ; | |
| 12351 | return r etVal.getI VMLetterSt atusesResp onse; | |
| 12352 | } | |
| 12353 | ||
| 12354 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12355 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etIVMLette rStatusesR esponse1> IMSDataStu b.Services .Enrollmen tServiceWS DL.eeSumma ryPort.get IVMLetterS tatusesAsy nc(IMSData Stub.Servi ces.Enroll mentServic eWSDL.getI VMLetterSt atusesRequ est1 reque st) { | |
| 12356 | return b ase.Channe l.getIVMLe tterStatus esAsync(re quest); | |
| 12357 | } | |
| 12358 | ||
| 12359 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.getI VMLetterSt atusesResp onse1> get IVMLetterS tatusesAsy nc(IMSData Stub.Servi ces.Enroll mentServic eWSDL.getI VMLetterSt atusesRequ est getIVM LetterStat usesReques t) { | |
| 12360 | IMSDataS tub.Servic es.Enrollm entService WSDL.getIV MLetterSta tusesReque st1 inValu e = new IM SDataStub. Services.E nrollmentS erviceWSDL .getIVMLet terStatuse sRequest1( ); | |
| 12361 | inValue. getIVMLett erStatuses Request = getIVMLett erStatuses Request; | |
| 12362 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).getI VMLetterSt atusesAsyn c(inValue) ; | |
| 12363 | } | |
| 12364 | ||
| 12365 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12366 | IM SDataStub. Services.E nrollmentS erviceWSDL .getEESumm aryHistory Response1 IMSDataStu b.Services .Enrollmen tServiceWS DL.eeSumma ryPort.get EESummaryH istory(IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEESumma ryHistoryR equest1 re quest) { | |
| 12367 | return b ase.Channe l.getEESum maryHistor y(request) ; | |
| 12368 | } | |
| 12369 | ||
| 12370 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ge tEESummary HistoryRes ponse getE ESummaryHi story(IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yHistoryRe quest getE ESummaryHi storyReque st) { | |
| 12371 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryHis toryReques t1 inValue = new IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEESumma ryHistoryR equest1(); | |
| 12372 | inValue. getEESumma ryHistoryR equest = g etEESummar yHistoryRe quest; | |
| 12373 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryHis toryRespon se1 retVal = ((IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.ee SummaryPor t)(this)). getEESumma ryHistory( inValue); | |
| 12374 | return r etVal.getE ESummaryHi storyRespo nse; | |
| 12375 | } | |
| 12376 | ||
| 12377 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12378 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.g etEESummar yHistoryRe sponse1> I MSDataStub .Services. Enrollment ServiceWSD L.eeSummar yPort.getE ESummaryHi storyAsync (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.getEES ummaryHist oryRequest 1 request) { | |
| 12379 | return b ase.Channe l.getEESum maryHistor yAsync(req uest); | |
| 12380 | } | |
| 12381 | ||
| 12382 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.getE ESummaryHi storyRespo nse1> getE ESummaryHi storyAsync (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.getEES ummaryHist oryRequest getEESumm aryHistory Request) { | |
| 12383 | IMSDataS tub.Servic es.Enrollm entService WSDL.getEE SummaryHis toryReques t1 inValue = new IMS DataStub.S ervices.En rollmentSe rviceWSDL. getEESumma ryHistoryR equest1(); | |
| 12384 | inValue. getEESumma ryHistoryR equest = g etEESummar yHistoryRe quest; | |
| 12385 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).getE ESummaryHi storyAsync (inValue); | |
| 12386 | } | |
| 12387 | ||
| 12388 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12389 | IM SDataStub. Services.E nrollmentS erviceWSDL .retrieveI VMCandidat esResponse 1 IMSDataS tub.Servic es.Enrollm entService WSDL.eeSum maryPort.r etrieveIVM Candidates (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.retrie veIVMCandi datesReque st1 reques t) { | |
| 12390 | return b ase.Channe l.retrieve IVMCandida tes(reques t); | |
| 12391 | } | |
| 12392 | ||
| 12393 | pu blic IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.re trieveIVMC andidatesR esponse re trieveIVMC andidates( IMSDataStu b.Services .Enrollmen tServiceWS DL.retriev eIVMCandid atesReques t retrieve IVMCandida tesRequest ) { | |
| 12394 | IMSDataS tub.Servic es.Enrollm entService WSDL.retri eveIVMCand idatesRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.retrieve IVMCandida tesRequest 1(); | |
| 12395 | inValue. retrieveIV MCandidate sRequest = retrieveI VMCandidat esRequest; | |
| 12396 | IMSDataS tub.Servic es.Enrollm entService WSDL.retri eveIVMCand idatesResp onse1 retV al = ((IMS DataStub.S ervices.En rollmentSe rviceWSDL. eeSummaryP ort)(this) ).retrieve IVMCandida tes(inValu e); | |
| 12397 | return r etVal.retr ieveIVMCan didatesRes ponse; | |
| 12398 | } | |
| 12399 | ||
| 12400 | [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)] | |
| 12401 | Sy stem.Threa ding.Tasks .Task<IMSD ataStub.Se rvices.Enr ollmentSer viceWSDL.r etrieveIVM Candidates Response1> IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort.re trieveIVMC andidatesA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.re trieveIVMC andidatesR equest1 re quest) { | |
| 12402 | return b ase.Channe l.retrieve IVMCandida tesAsync(r equest); | |
| 12403 | } | |
| 12404 | ||
| 12405 | pu blic Syste m.Threadin g.Tasks.Ta sk<IMSData Stub.Servi ces.Enroll mentServic eWSDL.retr ieveIVMCan didatesRes ponse1> re trieveIVMC andidatesA sync(IMSDa taStub.Ser vices.Enro llmentServ iceWSDL.re trieveIVMC andidatesR equest ret rieveIVMCa ndidatesRe quest) { | |
| 12406 | IMSDataS tub.Servic es.Enrollm entService WSDL.retri eveIVMCand idatesRequ est1 inVal ue = new I MSDataStub .Services. Enrollment ServiceWSD L.retrieve IVMCandida tesRequest 1(); | |
| 12407 | inValue. retrieveIV MCandidate sRequest = retrieveI VMCandidat esRequest; | |
| 12408 | return ( (IMSDataSt ub.Service s.Enrollme ntServiceW SDL.eeSumm aryPort)(t his)).retr ieveIVMCan didatesAsy nc(inValue ); | |
| 12409 | } | |
| 12410 | } | |
| 12411 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.