3. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/8/2017 4:09:16 PM Eastern 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.

3.1 Files compared

# Location File Last Modified
1 Purch Care Auth Compliance P3.zip\AET4.Server\AETService\Web References\ESService Reference.cs Mon Jan 23 22:05:52 2017 UTC
2 Purch Care Auth Compliance P3.zip\AET4.Server\AETService\Web References\ESService Reference.cs Tue Aug 8 14:13:02 2017 UTC

3.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 60 13426
Changed 59 120
Inserted 0 0
Removed 0 0

3.3 Comparison options

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

3.4 Active regular expressions

No regular expressions were active.

3.5 Comparison detail

  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   // 
  12   // This so urce code  was auto-g enerated b y Microsof t.VSDesign er, Versio n 4.0.3031 9.42000.
  13   // 
  14   #pragma wa rning disa ble 1591
  15  
  16   namespace  AETService .ESService  {
  17       using  System;
  18       using  System.Web .Services;
  19       using  System.Dia gnostics;
  20       using  System.Web .Services. Protocols;
  21       using  System.Xml .Serializa tion;
  22       using  System.Com ponentMode l;
  23       
  24       
  25       /// <r emarks/>
  26       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Web.Servic es", "4.6. 1586.0")]
  27       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  28       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  29         [System.We b.Services .WebServic eBindingAt tribute(Na me="eeSumm aryPortSoa p11", Name space="htt p:// DNS . URL         /schemas") ]
  30       public  partial c lass eeSum maryPortSe rvice : Sy stem.Web.S ervices.Pr otocols.So apHttpClie ntProtocol  {
  31           
  32           pr ivate Syst em.Threadi ng.SendOrP ostCallbac k getEESum maryOperat ionComplet ed;
  33           
  34           pr ivate bool  useDefaul tCredentia lsSetExpli citly;
  35           
  36           // / <remarks />
  37           pu blic eeSum maryPortSe rvice() {
  38                this.Url  = global: :AETServic e.Properti es.Setting s.Default. AETService _ESService _eeSummary PortServic e;
  39                if ((thi s.IsLocalF ileSystemW ebService( this.Url)  == true))  {
  40                    this .UseDefaul tCredentia ls = true;
  41                    this .useDefaul tCredentia lsSetExpli citly = fa lse;
  42                }
  43                else {
  44                    this .useDefaul tCredentia lsSetExpli citly = tr ue;
  45                }
  46           }
  47           
  48           pu blic new s tring Url  {
  49                get {
  50                    retu rn base.Ur l;
  51                }
  52                set {
  53                    if ( (((this.Is LocalFileS ystemWebSe rvice(base .Url) == t rue) 
  54                                 &&  (this.use DefaultCre dentialsSe tExplicitl y == false )) 
  55                                 &&  (this.IsL ocalFileSy stemWebSer vice(value ) == false ))) {
  56                         base.UseDe faultCrede ntials = f alse;
  57                    }
  58                    base .Url = val ue;
  59                }
  60           }
  61           
  62           pu blic new b ool UseDef aultCreden tials {
  63                get {
  64                    retu rn base.Us eDefaultCr edentials;
  65                }
  66                set {
  67                    base .UseDefaul tCredentia ls = value ;
  68                    this .useDefaul tCredentia lsSetExpli citly = tr ue;
  69                }
  70           }
  71           
  72           // / <remarks />
  73           pu blic event  getEESumm aryComplet edEventHan dler getEE SummaryCom pleted;
  74           
  75           // / <remarks />
  76           [S ystem.Web. Services.P rotocols.S oapDocumen tMethodAtt ribute("",  Use=Syste m.Web.Serv ices.Descr iption.Soa pBindingUs e.Literal,  Parameter Style=Syst em.Web.Ser vices.Prot ocols.Soap ParameterS tyle.Bare) ]
  77             [return: S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("getEE SummaryRes ponse", Na mespace="h ttp:// DNS . URL         /schemas") ]
  78             public get EESummaryR esponse ge tEESummary ([System.X ml.Seriali zation.Xml ElementAtt ribute(Nam espace="ht tp:// DNS . URL         /schemas") ] getEESum maryReques t getEESum maryReques t) {
  79                object[]  results =  this.Invo ke("getEES ummary", n ew object[ ] {
  80                             getEES ummaryRequ est});
  81                return ( (getEESumm aryRespons e)(results [0]));
  82           }
  83           
  84           // / <remarks />
  85           pu blic void  getEESumma ryAsync(ge tEESummary Request ge tEESummary Request) {
  86                this.get EESummaryA sync(getEE SummaryReq uest, null );
  87           }
  88           
  89           // / <remarks />
  90           pu blic void  getEESumma ryAsync(ge tEESummary Request ge tEESummary Request, o bject user State) {
  91                if ((thi s.getEESum maryOperat ionComplet ed == null )) {
  92                    this .getEESumm aryOperati onComplete d = new Sy stem.Threa ding.SendO rPostCallb ack(this.O ngetEESumm aryOperati onComplete d);
  93                }
  94                this.Inv okeAsync(" getEESumma ry", new o bject[] {
  95                             getEES ummaryRequ est}, this .getEESumm aryOperati onComplete d, userSta te);
  96           }
  97           
  98           pr ivate void  OngetEESu mmaryOpera tionComple ted(object  arg) {
  99                if ((thi s.getEESum maryComple ted != nul l)) {
  100                    Syst em.Web.Ser vices.Prot ocols.Invo keComplete dEventArgs  invokeArg s = ((Syst em.Web.Ser vices.Prot ocols.Invo keComplete dEventArgs )(arg));
  101                    this .getEESumm aryComplet ed(this, n ew getEESu mmaryCompl etedEventA rgs(invoke Args.Resul ts, invoke Args.Error , invokeAr gs.Cancell ed, invoke Args.UserS tate));
  102                }
  103           }
  104           
  105           // / <remarks />
  106           pu blic new v oid Cancel Async(obje ct userSta te) {
  107                base.Can celAsync(u serState);
  108           }
  109           
  110           pr ivate bool  IsLocalFi leSystemWe bService(s tring url)  {
  111                if (((ur l == null)  
  112                             || (ur l == strin g.Empty)))  {
  113                    retu rn false;
  114                }
  115                System.U ri wsUri =  new Syste m.Uri(url) ;
  116                if (((ws Uri.Port > = 1024) 
  117                             && (st ring.Compa re(wsUri.H ost, "loca lHost", Sy stem.Strin gCompariso n.OrdinalI gnoreCase)  == 0))) {
  118                    retu rn true;
  119                }
  120                return f alse;
  121           }
  122       }
  123       
  124       /// <r emarks/>
  125       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  126       [Syste m.Serializ ableAttrib ute()]
  127       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  128       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  129         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  130       public  partial c lass getEE SummaryReq uest {
  131           
  132           pr ivate stri ng keyFiel d;
  133           
  134           pr ivate stri ng keyType Field;
  135           
  136           pr ivate stri ng request NameField;
  137           
  138           // / <remarks />
  139           pu blic strin g key {
  140                get {
  141                    retu rn this.ke yField;
  142                }
  143                set {
  144                    this .keyField  = value;
  145                }
  146           }
  147           
  148           // / <remarks />
  149           pu blic strin g keyType  {
  150                get {
  151                    retu rn this.ke yTypeField ;
  152                }
  153                set {
  154                    this .keyTypeFi eld = valu e;
  155                }
  156           }
  157           
  158           // / <remarks />
  159           pu blic strin g requestN ame {
  160                get {
  161                    retu rn this.re questNameF ield;
  162                }
  163                set {
  164                    this .requestNa meField =  value;
  165                }
  166           }
  167       }
  168       
  169       /// <r emarks/>
  170       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  171       [Syste m.Serializ ableAttrib ute()]
  172       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  173       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  174         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  175       public  partial c lass spina lCordInjur yInfo {
  176           
  177           pr ivate stri ng determi nationFaci lityField;
  178           
  179           pr ivate stri ng spinalC ordInjuryT ypeField;
  180           
  181           // / <remarks />
  182           pu blic strin g determin ationFacil ity {
  183                get {
  184                    retu rn this.de terminatio nFacilityF ield;
  185                }
  186                set {
  187                    this .determina tionFacili tyField =  value;
  188                }
  189           }
  190           
  191           // / <remarks />
  192           pu blic strin g spinalCo rdInjuryTy pe {
  193                get {
  194                    retu rn this.sp inalCordIn juryTypeFi eld;
  195                }
  196                set {
  197                    this .spinalCor dInjuryTyp eField = v alue;
  198                }
  199           }
  200       }
  201       
  202       /// <r emarks/>
  203       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  204       [Syste m.Serializ ableAttrib ute()]
  205       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  206       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  207         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  208       public  partial c lass sensi tivityInfo  {
  209           
  210           pr ivate Syst em.DateTim e sensitiv ityChangeD ateField;
  211           
  212           pr ivate bool  sensitivi tyChangeDa teFieldSpe cified;
  213           
  214           pr ivate stri ng sensiti vityChange SiteField;
  215           
  216           pr ivate stri ng sensiti vityChange SourceFiel d;
  217           
  218           pr ivate bool  sensityFl agField;
  219           
  220           pr ivate bool  sensityFl agFieldSpe cified;
  221           
  222           // / <remarks />
  223           pu blic Syste m.DateTime  sensitivi tyChangeDa te {
  224                get {
  225                    retu rn this.se nsitivityC hangeDateF ield;
  226                }
  227                set {
  228                    this .sensitivi tyChangeDa teField =  value;
  229                }
  230           }
  231           
  232           // / <remarks />
  233           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  234           pu blic bool  sensitivit yChangeDat eSpecified  {
  235                get {
  236                    retu rn this.se nsitivityC hangeDateF ieldSpecif ied;
  237                }
  238                set {
  239                    this .sensitivi tyChangeDa teFieldSpe cified = v alue;
  240                }
  241           }
  242           
  243           // / <remarks />
  244           pu blic strin g sensitiv ityChangeS ite {
  245                get {
  246                    retu rn this.se nsitivityC hangeSiteF ield;
  247                }
  248                set {
  249                    this .sensitivi tyChangeSi teField =  value;
  250                }
  251           }
  252           
  253           // / <remarks />
  254           pu blic strin g sensitiv ityChangeS ource {
  255                get {
  256                    retu rn this.se nsitivityC hangeSourc eField;
  257                }
  258                set {
  259                    this .sensitivi tyChangeSo urceField  = value;
  260                }
  261           }
  262           
  263           // / <remarks />
  264           pu blic bool  sensityFla g {
  265                get {
  266                    retu rn this.se nsityFlagF ield;
  267                }
  268                set {
  269                    this .sensityFl agField =  value;
  270                }
  271           }
  272           
  273           // / <remarks />
  274           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  275           pu blic bool  sensityFla gSpecified  {
  276                get {
  277                    retu rn this.se nsityFlagF ieldSpecif ied;
  278                }
  279                set {
  280                    this .sensityFl agFieldSpe cified = v alue;
  281                }
  282           }
  283       }
  284       
  285       /// <r emarks/>
  286       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  287       [Syste m.Serializ ableAttrib ute()]
  288       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  289       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  290         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  291       public  partial c lass relat ionInfo {
  292           
  293           pr ivate stri ng dobFiel d;
  294           
  295           pr ivate Syst em.DateTim e endDateF ield;
  296           
  297           pr ivate bool  endDateFi eldSpecifi ed;
  298           
  299           pr ivate stri ng familyN ameField;
  300           
  301           pr ivate stri ng genderF ield;
  302           
  303           pr ivate stri ng givenNa meField;
  304           
  305           pr ivate stri ng middleN ameField;
  306           
  307           pr ivate stri ng relatio nshipField ;
  308           
  309           pr ivate ssnI nfo[] ssns Field;
  310           
  311           pr ivate stri ng startDa teField;
  312           
  313           // / <remarks />
  314           pu blic strin g dob {
  315                get {
  316                    retu rn this.do bField;
  317                }
  318                set {
  319                    this .dobField  = value;
  320                }
  321           }
  322           
  323           // / <remarks />
  324           pu blic Syste m.DateTime  endDate {
  325                get {
  326                    retu rn this.en dDateField ;
  327                }
  328                set {
  329                    this .endDateFi eld = valu e;
  330                }
  331           }
  332           
  333           // / <remarks />
  334           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  335           pu blic bool  endDateSpe cified {
  336                get {
  337                    retu rn this.en dDateField Specified;
  338                }
  339                set {
  340                    this .endDateFi eldSpecifi ed = value ;
  341                }
  342           }
  343           
  344           // / <remarks />
  345           pu blic strin g familyNa me {
  346                get {
  347                    retu rn this.fa milyNameFi eld;
  348                }
  349                set {
  350                    this .familyNam eField = v alue;
  351                }
  352           }
  353           
  354           // / <remarks />
  355           pu blic strin g gender {
  356                get {
  357                    retu rn this.ge nderField;
  358                }
  359                set {
  360                    this .genderFie ld = value ;
  361                }
  362           }
  363           
  364           // / <remarks />
  365           pu blic strin g givenNam e {
  366                get {
  367                    retu rn this.gi venNameFie ld;
  368                }
  369                set {
  370                    this .givenName Field = va lue;
  371                }
  372           }
  373           
  374           // / <remarks />
  375           pu blic strin g middleNa me {
  376                get {
  377                    retu rn this.mi ddleNameFi eld;
  378                }
  379                set {
  380                    this .middleNam eField = v alue;
  381                }
  382           }
  383           
  384           // / <remarks />
  385           pu blic strin g relation ship {
  386                get {
  387                    retu rn this.re lationship Field;
  388                }
  389                set {
  390                    this .relations hipField =  value;
  391                }
  392           }
  393           
  394           // / <remarks />
  395           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ssn ")]
  396           pu blic ssnIn fo[] ssns  {
  397                get {
  398                    retu rn this.ss nsField;
  399                }
  400                set {
  401                    this .ssnsField  = value;
  402                }
  403           }
  404           
  405           // / <remarks />
  406           pu blic strin g startDat e {
  407                get {
  408                    retu rn this.st artDateFie ld;
  409                }
  410                set {
  411                    this .startDate Field = va lue;
  412                }
  413           }
  414       }
  415       
  416       /// <r emarks/>
  417       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  418       [Syste m.Serializ ableAttrib ute()]
  419       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  420       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  421         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  422       public  partial c lass ssnIn fo {
  423           
  424           pr ivate stri ng pseudoS SNReasonFi eld;
  425           
  426           pr ivate stri ng sourceO fChangeFie ld;
  427           
  428           pr ivate stri ng ssaMess ageField;
  429           
  430           pr ivate Syst em.DateTim e ssaRecei vedDateFie ld;
  431           
  432           pr ivate bool  ssaReceiv edDateFiel dSpecified ;
  433           
  434           pr ivate Syst em.DateTim e ssaSentD ateField;
  435           
  436           pr ivate bool  ssaSentDa teFieldSpe cified;
  437           
  438           pr ivate Syst em.DateTim e ssaVerif icationDat eField;
  439           
  440           pr ivate bool  ssaVerifi cationDate FieldSpeci fied;
  441           
  442           pr ivate stri ng ssaVeri ficationSt atusField;
  443           
  444           pr ivate stri ng ssnText Field;
  445           
  446           pr ivate stri ng typeFie ld;
  447           
  448           // / <remarks />
  449           pu blic strin g pseudoSS NReason {
  450                get {
  451                    retu rn this.ps eudoSSNRea sonField;
  452                }
  453                set {
  454                    this .pseudoSSN ReasonFiel d = value;
  455                }
  456           }
  457           
  458           // / <remarks />
  459           pu blic strin g sourceOf Change {
  460                get {
  461                    retu rn this.so urceOfChan geField;
  462                }
  463                set {
  464                    this .sourceOfC hangeField  = value;
  465                }
  466           }
  467           
  468           // / <remarks />
  469           pu blic strin g ssaMessa ge {
  470                get {
  471                    retu rn this.ss aMessageFi eld;
  472                }
  473                set {
  474                    this .ssaMessag eField = v alue;
  475                }
  476           }
  477           
  478           // / <remarks />
  479           pu blic Syste m.DateTime  ssaReceiv edDate {
  480                get {
  481                    retu rn this.ss aReceivedD ateField;
  482                }
  483                set {
  484                    this .ssaReceiv edDateFiel d = value;
  485                }
  486           }
  487           
  488           // / <remarks />
  489           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  490           pu blic bool  ssaReceive dDateSpeci fied {
  491                get {
  492                    retu rn this.ss aReceivedD ateFieldSp ecified;
  493                }
  494                set {
  495                    this .ssaReceiv edDateFiel dSpecified  = value;
  496                }
  497           }
  498           
  499           // / <remarks />
  500           pu blic Syste m.DateTime  ssaSentDa te {
  501                get {
  502                    retu rn this.ss aSentDateF ield;
  503                }
  504                set {
  505                    this .ssaSentDa teField =  value;
  506                }
  507           }
  508           
  509           // / <remarks />
  510           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  511           pu blic bool  ssaSentDat eSpecified  {
  512                get {
  513                    retu rn this.ss aSentDateF ieldSpecif ied;
  514                }
  515                set {
  516                    this .ssaSentDa teFieldSpe cified = v alue;
  517                }
  518           }
  519           
  520           // / <remarks />
  521           pu blic Syste m.DateTime  ssaVerifi cationDate  {
  522                get {
  523                    retu rn this.ss aVerificat ionDateFie ld;
  524                }
  525                set {
  526                    this .ssaVerifi cationDate Field = va lue;
  527                }
  528           }
  529           
  530           // / <remarks />
  531           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  532           pu blic bool  ssaVerific ationDateS pecified {
  533                get {
  534                    retu rn this.ss aVerificat ionDateFie ldSpecifie d;
  535                }
  536                set {
  537                    this .ssaVerifi cationDate FieldSpeci fied = val ue;
  538                }
  539           }
  540           
  541           // / <remarks />
  542           pu blic strin g ssaVerif icationSta tus {
  543                get {
  544                    retu rn this.ss aVerificat ionStatusF ield;
  545                }
  546                set {
  547                    this .ssaVerifi cationStat usField =  value;
  548                }
  549           }
  550           
  551           // / <remarks />
  552           pu blic strin g ssnText  {
  553                get {
  554                    retu rn this.ss nTextField ;
  555                }
  556                set {
  557                    this .ssnTextFi eld = valu e;
  558                }
  559           }
  560           
  561           // / <remarks />
  562           pu blic strin g type {
  563                get {
  564                    retu rn this.ty peField;
  565                }
  566                set {
  567                    this .typeField  = value;
  568                }
  569           }
  570       }
  571       
  572       /// <r emarks/>
  573       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  574       [Syste m.Serializ ableAttrib ute()]
  575       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  576       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  577         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  578       public  partial c lass purpl eHeartInfo  {
  579           
  580           pr ivate stri ng statusF ield;
  581           
  582           // / <remarks />
  583           pu blic strin g status {
  584                get {
  585                    retu rn this.st atusField;
  586                }
  587                set {
  588                    this .statusFie ld = value ;
  589                }
  590           }
  591       }
  592       
  593       /// <r emarks/>
  594       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  595       [Syste m.Serializ ableAttrib ute()]
  596       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  597       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  598         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  599       public  partial c lass powEp isodeInfo  {
  600           
  601           pr ivate stri ng capture DateField;
  602           
  603           pr ivate stri ng dataSou rceField;
  604           
  605           pr ivate stri ng documen tTypeField ;
  606           
  607           pr ivate stri ng release DateField;
  608           
  609           // / <remarks />
  610           pu blic strin g captureD ate {
  611                get {
  612                    retu rn this.ca ptureDateF ield;
  613                }
  614                set {
  615                    this .captureDa teField =  value;
  616                }
  617           }
  618           
  619           // / <remarks />
  620           pu blic strin g dataSour ce {
  621                get {
  622                    retu rn this.da taSourceFi eld;
  623                }
  624                set {
  625                    this .dataSourc eField = v alue;
  626                }
  627           }
  628           
  629           // / <remarks />
  630           pu blic strin g document Type {
  631                get {
  632                    retu rn this.do cumentType Field;
  633                }
  634                set {
  635                    this .documentT ypeField =  value;
  636                }
  637           }
  638           
  639           // / <remarks />
  640           pu blic strin g releaseD ate {
  641                get {
  642                    retu rn this.re leaseDateF ield;
  643                }
  644                set {
  645                    this .releaseDa teField =  value;
  646                }
  647           }
  648       }
  649       
  650       /// <r emarks/>
  651       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  652       [Syste m.Serializ ableAttrib ute()]
  653       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  654       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  655         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ /j DNS . URL         /schemas") ]
  656       public  partial c lass priso nerOfWarIn fo {
  657           
  658           pr ivate powE pisodeInfo [] episode sField;
  659           
  660           pr ivate stri ng powIndi catorField ;
  661           
  662           // / <remarks />
  663           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("epi sode")]
  664           pu blic powEp isodeInfo[ ] episodes  {
  665                get {
  666                    retu rn this.ep isodesFiel d;
  667                }
  668                set {
  669                    this .episodesF ield = val ue;
  670                }
  671           }
  672           
  673           // / <remarks />
  674           pu blic strin g powIndic ator {
  675                get {
  676                    retu rn this.po wIndicator Field;
  677                }
  678                set {
  679                    this .powIndica torField =  value;
  680                }
  681           }
  682       }
  683       
  684       /// <r emarks/>
  685       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  686       [Syste m.Serializ ableAttrib ute()]
  687       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  688       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  689         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  690       public  partial c lass milit aryService EpisodeInf o {
  691           
  692           pr ivate stri ng endDate Field;
  693           
  694           pr ivate stri ng service BranchFiel d;
  695           
  696           pr ivate stri ng service NumberFiel d;
  697           
  698           pr ivate stri ng startDa teField;
  699           
  700           // / <remarks />
  701           pu blic strin g endDate  {
  702                get {
  703                    retu rn this.en dDateField ;
  704                }
  705                set {
  706                    this .endDateFi eld = valu e;
  707                }
  708           }
  709           
  710           // / <remarks />
  711           pu blic strin g serviceB ranch {
  712                get {
  713                    retu rn this.se rviceBranc hField;
  714                }
  715                set {
  716                    this .serviceBr anchField  = value;
  717                }
  718           }
  719           
  720           // / <remarks />
  721           pu blic strin g serviceN umber {
  722                get {
  723                    retu rn this.se rviceNumbe rField;
  724                }
  725                set {
  726                    this .serviceNu mberField  = value;
  727                }
  728           }
  729           
  730           // / <remarks />
  731           pu blic strin g startDat e {
  732                get {
  733                    retu rn this.st artDateFie ld;
  734                }
  735                set {
  736                    this .startDate Field = va lue;
  737                }
  738           }
  739       }
  740       
  741       /// <r emarks/>
  742       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  743       [Syste m.Serializ ableAttrib ute()]
  744       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  745       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  746         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  747       public  partial c lass confl ictExperie nceInfo {
  748           
  749           pr ivate stri ng conflic tLocationF ield;
  750           
  751           pr ivate stri ng endDate Field;
  752           
  753           pr ivate stri ng startDa teField;
  754           
  755           // / <remarks />
  756           pu blic strin g conflict Location {
  757                get {
  758                    retu rn this.co nflictLoca tionField;
  759                }
  760                set {
  761                    this .conflictL ocationFie ld = value ;
  762                }
  763           }
  764           
  765           // / <remarks />
  766           pu blic strin g endDate  {
  767                get {
  768                    retu rn this.en dDateField ;
  769                }
  770                set {
  771                    this .endDateFi eld = valu e;
  772                }
  773           }
  774           
  775           // / <remarks />
  776           pu blic strin g startDat e {
  777                get {
  778                    retu rn this.st artDateFie ld;
  779                }
  780                set {
  781                    this .startDate Field = va lue;
  782                }
  783           }
  784       }
  785       
  786       /// <r emarks/>
  787       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  788       [Syste m.Serializ ableAttrib ute()]
  789       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  790       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  791         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  792       public  partial c lass milit aryService SiteRecord Info {
  793           
  794           pr ivate conf lictExperi enceInfo[]  conflictE xperiences Field;
  795           
  796           pr ivate mili taryServic eEpisodeIn fo[] milit aryService EpisodesFi eld;
  797           
  798           pr ivate stri ng service PeriodFiel d;
  799           
  800           pr ivate stri ng siteFie ld;
  801           
  802           // / <remarks />
  803           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("con flictExper ience")]
  804           pu blic confl ictExperie nceInfo[]  conflictEx periences  {
  805                get {
  806                    retu rn this.co nflictExpe riencesFie ld;
  807                }
  808                set {
  809                    this .conflictE xperiences Field = va lue;
  810                }
  811           }
  812           
  813           // / <remarks />
  814           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("mil itaryServi ceEpisode" )]
  815           pu blic milit aryService EpisodeInf o[] milita ryServiceE pisodes {
  816                get {
  817                    retu rn this.mi litaryServ iceEpisode sField;
  818                }
  819                set {
  820                    this .militaryS erviceEpis odesField  = value;
  821                }
  822           }
  823           
  824           // / <remarks />
  825           pu blic strin g serviceP eriod {
  826                get {
  827                    retu rn this.se rvicePerio dField;
  828                }
  829                set {
  830                    this .servicePe riodField  = value;
  831                }
  832           }
  833           
  834           // / <remarks />
  835           pu blic strin g site {
  836                get {
  837                    retu rn this.si teField;
  838                }
  839                set {
  840                    this .siteField  = value;
  841                }
  842           }
  843       }
  844       
  845       /// <r emarks/>
  846       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  847       [Syste m.Serializ ableAttrib ute()]
  848       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  849       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  850         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  851       public  partial c lass comba tEpisodeIn fo {
  852           
  853           pr ivate stri ng combatP ayTypeFiel d;
  854           
  855           pr ivate stri ng conflic tLocationF ield;
  856           
  857           pr ivate stri ng endDate Field;
  858           
  859           pr ivate stri ng oEFOIFS ourceField ;
  860           
  861           pr ivate stri ng oEFOIFS tationNumb erField;
  862           
  863           pr ivate stri ng startDa teField;
  864           
  865           // / <remarks />
  866           pu blic strin g combatPa yType {
  867                get {
  868                    retu rn this.co mbatPayTyp eField;
  869                }
  870                set {
  871                    this .combatPay TypeField  = value;
  872                }
  873           }
  874           
  875           // / <remarks />
  876           pu blic strin g conflict Location {
  877                get {
  878                    retu rn this.co nflictLoca tionField;
  879                }
  880                set {
  881                    this .conflictL ocationFie ld = value ;
  882                }
  883           }
  884           
  885           // / <remarks />
  886           pu blic strin g endDate  {
  887                get {
  888                    retu rn this.en dDateField ;
  889                }
  890                set {
  891                    this .endDateFi eld = valu e;
  892                }
  893           }
  894           
  895           // / <remarks />
  896           pu blic strin g OEFOIFSo urce {
  897                get {
  898                    retu rn this.oE FOIFSource Field;
  899                }
  900                set {
  901                    this .oEFOIFSou rceField =  value;
  902                }
  903           }
  904           
  905           // / <remarks />
  906           pu blic strin g OEFOIFSt ationNumbe r {
  907                get {
  908                    retu rn this.oE FOIFStatio nNumberFie ld;
  909                }
  910                set {
  911                    this .oEFOIFSta tionNumber Field = va lue;
  912                }
  913           }
  914           
  915           // / <remarks />
  916           pu blic strin g startDat e {
  917                get {
  918                    retu rn this.st artDateFie ld;
  919                }
  920                set {
  921                    this .startDate Field = va lue;
  922                }
  923           }
  924       }
  925       
  926       /// <r emarks/>
  927       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  928       [Syste m.Serializ ableAttrib ute()]
  929       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  930       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  931         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  932       public  partial c lass milit aryService Info {
  933           
  934           pr ivate comb atEpisodeI nfo[] comb atEpisodes Field;
  935           
  936           pr ivate Syst em.DateTim e combatVe teranEligi bilityEndD ateField;
  937           
  938           pr ivate bool  combatVet eranEligib ilityEndDa teFieldSpe cified;
  939           
  940           pr ivate bool  disabilit yRetiremen tIndicator Field;
  941           
  942           pr ivate bool  disabilit yRetiremen tIndicator FieldSpeci fied;
  943           
  944           pr ivate bool  discharge DueToDisab ilityField ;
  945           
  946           pr ivate bool  discharge DueToDisab ilityField Specified;
  947           
  948           pr ivate mili taryServic eSiteRecor dInfo[] mi litaryServ iceSiteRec ordsField;
  949           
  950           pr ivate bool  shadIndic atorField;
  951           
  952           pr ivate bool  shadIndic atorFieldS pecified;
  953           
  954           // / <remarks />
  955           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("com batEpisode ")]
  956           pu blic comba tEpisodeIn fo[] comba tEpisodes  {
  957                get {
  958                    retu rn this.co mbatEpisod esField;
  959                }
  960                set {
  961                    this .combatEpi sodesField  = value;
  962                }
  963           }
  964           
  965           // / <remarks />
  966           pu blic Syste m.DateTime  combatVet eranEligib ilityEndDa te {
  967                get {
  968                    retu rn this.co mbatVetera nEligibili tyEndDateF ield;
  969                }
  970                set {
  971                    this .combatVet eranEligib ilityEndDa teField =  value;
  972                }
  973           }
  974           
  975           // / <remarks />
  976           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  977           pu blic bool  combatVete ranEligibi lityEndDat eSpecified  {
  978                get {
  979                    retu rn this.co mbatVetera nEligibili tyEndDateF ieldSpecif ied;
  980                }
  981                set {
  982                    this .combatVet eranEligib ilityEndDa teFieldSpe cified = v alue;
  983                }
  984           }
  985           
  986           // / <remarks />
  987           pu blic bool  disability Retirement Indicator  {
  988                get {
  989                    retu rn this.di sabilityRe tirementIn dicatorFie ld;
  990                }
  991                set {
  992                    this .disabilit yRetiremen tIndicator Field = va lue;
  993                }
  994           }
  995           
  996           // / <remarks />
  997           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  998           pu blic bool  disability Retirement IndicatorS pecified {
  999                get {
  1000                    retu rn this.di sabilityRe tirementIn dicatorFie ldSpecifie d;
  1001                }
  1002                set {
  1003                    this .disabilit yRetiremen tIndicator FieldSpeci fied = val ue;
  1004                }
  1005           }
  1006           
  1007           // / <remarks />
  1008           pu blic bool  dischargeD ueToDisabi lity {
  1009                get {
  1010                    retu rn this.di schargeDue ToDisabili tyField;
  1011                }
  1012                set {
  1013                    this .discharge DueToDisab ilityField  = value;
  1014                }
  1015           }
  1016           
  1017           // / <remarks />
  1018           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1019           pu blic bool  dischargeD ueToDisabi litySpecif ied {
  1020                get {
  1021                    retu rn this.di schargeDue ToDisabili tyFieldSpe cified;
  1022                }
  1023                set {
  1024                    this .discharge DueToDisab ilityField Specified  = value;
  1025                }
  1026           }
  1027           
  1028           // / <remarks />
  1029           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("mil itaryServi ceSiteReco rd")]
  1030           pu blic milit aryService SiteRecord Info[] mil itaryServi ceSiteReco rds {
  1031                get {
  1032                    retu rn this.mi litaryServ iceSiteRec ordsField;
  1033                }
  1034                set {
  1035                    this .militaryS erviceSite RecordsFie ld = value ;
  1036                }
  1037           }
  1038           
  1039           // / <remarks />
  1040           pu blic bool  shadIndica tor {
  1041                get {
  1042                    retu rn this.sh adIndicato rField;
  1043                }
  1044                set {
  1045                    this .shadIndic atorField  = value;
  1046                }
  1047           }
  1048           
  1049           // / <remarks />
  1050           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1051           pu blic bool  shadIndica torSpecifi ed {
  1052                get {
  1053                    retu rn this.sh adIndicato rFieldSpec ified;
  1054                }
  1055                set {
  1056                    this .shadIndic atorFieldS pecified =  value;
  1057                }
  1058           }
  1059       }
  1060       
  1061       /// <r emarks/>
  1062       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1063       [Syste m.Serializ ableAttrib ute()]
  1064       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1065       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1066         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1067       public  partial c lass insur anceInfo {
  1068           
  1069           pr ivate stri ng company NameField;
  1070           
  1071           pr ivate bool  enrolledI nPartAFiel d;
  1072           
  1073           pr ivate bool  enrolledI nPartAFiel dSpecified ;
  1074           
  1075           pr ivate bool  enrolledI nPartBFiel d;
  1076           
  1077           pr ivate bool  enrolledI nPartBFiel dSpecified ;
  1078           
  1079           pr ivate stri ng groupNa meField;
  1080           
  1081           pr ivate stri ng groupNu mberField;
  1082           
  1083           pr ivate addr essInfo in sAddressFi eld;
  1084           
  1085           pr ivate phon eInfo[] in surancePho nesField;
  1086           
  1087           pr ivate stri ng insuran ceSiteUplo adStatusFi eld;
  1088           
  1089           pr ivate stri ng insured Relationsh ipField;
  1090           
  1091           pr ivate Syst em.DateTim e lastEdit edDateFiel d;
  1092           
  1093           pr ivate bool  lastEdite dDateField Specified;
  1094           
  1095           pr ivate Syst em.DateTim e partAEff ectiveDate Field;
  1096           
  1097           pr ivate bool  partAEffe ctiveDateF ieldSpecif ied;
  1098           
  1099           pr ivate Syst em.DateTim e partBEff ectiveDate Field;
  1100           
  1101           pr ivate bool  partBEffe ctiveDateF ieldSpecif ied;
  1102           
  1103           pr ivate stri ng planTyp eField;
  1104           
  1105           pr ivate stri ng policyE ffectiveDa teField;
  1106           
  1107           pr ivate stri ng policyE xpirationD ateField;
  1108           
  1109           pr ivate stri ng policyH olderNameF ield;
  1110           
  1111           pr ivate stri ng policyN umberField ;
  1112           
  1113           pr ivate bool  preadmitC ertificati onField;
  1114           
  1115           pr ivate bool  preadmitC ertificati onFieldSpe cified;
  1116           
  1117           pr ivate stri ng reasonI nsuranceNo tUploadedF ield;
  1118           
  1119           pr ivate stri ng subscri berField;
  1120           
  1121           // / <remarks />
  1122           pu blic strin g companyN ame {
  1123                get {
  1124                    retu rn this.co mpanyNameF ield;
  1125                }
  1126                set {
  1127                    this .companyNa meField =  value;
  1128                }
  1129           }
  1130           
  1131           // / <remarks />
  1132           pu blic bool  enrolledIn PartA {
  1133                get {
  1134                    retu rn this.en rolledInPa rtAField;
  1135                }
  1136                set {
  1137                    this .enrolledI nPartAFiel d = value;
  1138                }
  1139           }
  1140           
  1141           // / <remarks />
  1142           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1143           pu blic bool  enrolledIn PartASpeci fied {
  1144                get {
  1145                    retu rn this.en rolledInPa rtAFieldSp ecified;
  1146                }
  1147                set {
  1148                    this .enrolledI nPartAFiel dSpecified  = value;
  1149                }
  1150           }
  1151           
  1152           // / <remarks />
  1153           pu blic bool  enrolledIn PartB {
  1154                get {
  1155                    retu rn this.en rolledInPa rtBField;
  1156                }
  1157                set {
  1158                    this .enrolledI nPartBFiel d = value;
  1159                }
  1160           }
  1161           
  1162           // / <remarks />
  1163           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1164           pu blic bool  enrolledIn PartBSpeci fied {
  1165                get {
  1166                    retu rn this.en rolledInPa rtBFieldSp ecified;
  1167                }
  1168                set {
  1169                    this .enrolledI nPartBFiel dSpecified  = value;
  1170                }
  1171           }
  1172           
  1173           // / <remarks />
  1174           pu blic strin g groupNam e {
  1175                get {
  1176                    retu rn this.gr oupNameFie ld;
  1177                }
  1178                set {
  1179                    this .groupName Field = va lue;
  1180                }
  1181           }
  1182           
  1183           // / <remarks />
  1184           pu blic strin g groupNum ber {
  1185                get {
  1186                    retu rn this.gr oupNumberF ield;
  1187                }
  1188                set {
  1189                    this .groupNumb erField =  value;
  1190                }
  1191           }
  1192           
  1193           // / <remarks />
  1194           pu blic addre ssInfo ins Address {
  1195                get {
  1196                    retu rn this.in sAddressFi eld;
  1197                }
  1198                set {
  1199                    this .insAddres sField = v alue;
  1200                }
  1201           }
  1202           
  1203           // / <remarks />
  1204           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("pho ne")]
  1205           pu blic phone Info[] ins urancePhon es {
  1206                get {
  1207                    retu rn this.in surancePho nesField;
  1208                }
  1209                set {
  1210                    this .insurance PhonesFiel d = value;
  1211                }
  1212           }
  1213           
  1214           // / <remarks />
  1215           pu blic strin g insuranc eSiteUploa dStatus {
  1216                get {
  1217                    retu rn this.in suranceSit eUploadSta tusField;
  1218                }
  1219                set {
  1220                    this .insurance SiteUpload StatusFiel d = value;
  1221                }
  1222           }
  1223           
  1224           // / <remarks />
  1225           pu blic strin g insuredR elationshi p {
  1226                get {
  1227                    retu rn this.in suredRelat ionshipFie ld;
  1228                }
  1229                set {
  1230                    this .insuredRe lationship Field = va lue;
  1231                }
  1232           }
  1233           
  1234           // / <remarks />
  1235           pu blic Syste m.DateTime  lastEdite dDate {
  1236                get {
  1237                    retu rn this.la stEditedDa teField;
  1238                }
  1239                set {
  1240                    this .lastEdite dDateField  = value;
  1241                }
  1242           }
  1243           
  1244           // / <remarks />
  1245           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1246           pu blic bool  lastEdited DateSpecif ied {
  1247                get {
  1248                    retu rn this.la stEditedDa teFieldSpe cified;
  1249                }
  1250                set {
  1251                    this .lastEdite dDateField Specified  = value;
  1252                }
  1253           }
  1254           
  1255           // / <remarks />
  1256           pu blic Syste m.DateTime  partAEffe ctiveDate  {
  1257                get {
  1258                    retu rn this.pa rtAEffecti veDateFiel d;
  1259                }
  1260                set {
  1261                    this .partAEffe ctiveDateF ield = val ue;
  1262                }
  1263           }
  1264           
  1265           // / <remarks />
  1266           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1267           pu blic bool  partAEffec tiveDateSp ecified {
  1268                get {
  1269                    retu rn this.pa rtAEffecti veDateFiel dSpecified ;
  1270                }
  1271                set {
  1272                    this .partAEffe ctiveDateF ieldSpecif ied = valu e;
  1273                }
  1274           }
  1275           
  1276           // / <remarks />
  1277           pu blic Syste m.DateTime  partBEffe ctiveDate  {
  1278                get {
  1279                    retu rn this.pa rtBEffecti veDateFiel d;
  1280                }
  1281                set {
  1282                    this .partBEffe ctiveDateF ield = val ue;
  1283                }
  1284           }
  1285           
  1286           // / <remarks />
  1287           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1288           pu blic bool  partBEffec tiveDateSp ecified {
  1289                get {
  1290                    retu rn this.pa rtBEffecti veDateFiel dSpecified ;
  1291                }
  1292                set {
  1293                    this .partBEffe ctiveDateF ieldSpecif ied = valu e;
  1294                }
  1295           }
  1296           
  1297           // / <remarks />
  1298           pu blic strin g planType  {
  1299                get {
  1300                    retu rn this.pl anTypeFiel d;
  1301                }
  1302                set {
  1303                    this .planTypeF ield = val ue;
  1304                }
  1305           }
  1306           
  1307           // / <remarks />
  1308           pu blic strin g policyEf fectiveDat e {
  1309                get {
  1310                    retu rn this.po licyEffect iveDateFie ld;
  1311                }
  1312                set {
  1313                    this .policyEff ectiveDate Field = va lue;
  1314                }
  1315           }
  1316           
  1317           // / <remarks />
  1318           pu blic strin g policyEx pirationDa te {
  1319                get {
  1320                    retu rn this.po licyExpira tionDateFi eld;
  1321                }
  1322                set {
  1323                    this .policyExp irationDat eField = v alue;
  1324                }
  1325           }
  1326           
  1327           // / <remarks />
  1328           pu blic strin g policyHo lderName {
  1329                get {
  1330                    retu rn this.po licyHolder NameField;
  1331                }
  1332                set {
  1333                    this .policyHol derNameFie ld = value ;
  1334                }
  1335           }
  1336           
  1337           // / <remarks />
  1338           pu blic strin g policyNu mber {
  1339                get {
  1340                    retu rn this.po licyNumber Field;
  1341                }
  1342                set {
  1343                    this .policyNum berField =  value;
  1344                }
  1345           }
  1346           
  1347           // / <remarks />
  1348           pu blic bool  preadmitCe rtificatio n {
  1349                get {
  1350                    retu rn this.pr eadmitCert ificationF ield;
  1351                }
  1352                set {
  1353                    this .preadmitC ertificati onField =  value;
  1354                }
  1355           }
  1356           
  1357           // / <remarks />
  1358           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1359           pu blic bool  preadmitCe rtificatio nSpecified  {
  1360                get {
  1361                    retu rn this.pr eadmitCert ificationF ieldSpecif ied;
  1362                }
  1363                set {
  1364                    this .preadmitC ertificati onFieldSpe cified = v alue;
  1365                }
  1366           }
  1367           
  1368           // / <remarks />
  1369           pu blic strin g reasonIn suranceNot Uploaded {
  1370                get {
  1371                    retu rn this.re asonInsura nceNotUplo adedField;
  1372                }
  1373                set {
  1374                    this .reasonIns uranceNotU ploadedFie ld = value ;
  1375                }
  1376           }
  1377           
  1378           // / <remarks />
  1379           pu blic strin g subscrib er {
  1380                get {
  1381                    retu rn this.su bscriberFi eld;
  1382                }
  1383                set {
  1384                    this .subscribe rField = v alue;
  1385                }
  1386           }
  1387       }
  1388       
  1389       /// <r emarks/>
  1390       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1391       [Syste m.Serializ ableAttrib ute()]
  1392       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1393       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1394         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1395       public  partial c lass addre ssInfo {
  1396           
  1397           pr ivate stri ng cityFie ld;
  1398           
  1399           pr ivate stri ng country Field;
  1400           
  1401           pr ivate stri ng countyF ield;
  1402           
  1403           pr ivate stri ng line1Fi eld;
  1404           
  1405           pr ivate stri ng line2Fi eld;
  1406           
  1407           pr ivate stri ng line3Fi eld;
  1408           
  1409           pr ivate stri ng postalC odeField;
  1410           
  1411           pr ivate stri ng provinc eCodeField ;
  1412           
  1413           pr ivate stri ng stateFi eld;
  1414           
  1415           pr ivate stri ng zipCode Field;
  1416           
  1417           pr ivate stri ng zipPlus 4Field;
  1418           
  1419           pr ivate Syst em.DateTim e addressC hangeDateT imeField;
  1420           
  1421           pr ivate bool  addressCh angeDateTi meFieldSpe cified;
  1422           
  1423           pr ivate stri ng address ChangeEffe ctiveDateF ield;
  1424           
  1425           pr ivate stri ng address ChangeSite Field;
  1426           
  1427           pr ivate stri ng address ChangeSour ceField;
  1428           
  1429           pr ivate stri ng address TypeCodeFi eld;
  1430           
  1431           pr ivate stri ng[] confi dentialAdd ressCatego riesField;
  1432           
  1433           pr ivate stri ng endDate Field;
  1434           
  1435           pr ivate stri ng phoneNu mberField;
  1436           
  1437           // / <remarks />
  1438           pu blic strin g city {
  1439                get {
  1440                    retu rn this.ci tyField;
  1441                }
  1442                set {
  1443                    this .cityField  = value;
  1444                }
  1445           }
  1446           
  1447           // / <remarks />
  1448           pu blic strin g country  {
  1449                get {
  1450                    retu rn this.co untryField ;
  1451                }
  1452                set {
  1453                    this .countryFi eld = valu e;
  1454                }
  1455           }
  1456           
  1457           // / <remarks />
  1458           pu blic strin g county {
  1459                get {
  1460                    retu rn this.co untyField;
  1461                }
  1462                set {
  1463                    this .countyFie ld = value ;
  1464                }
  1465           }
  1466           
  1467           // / <remarks />
  1468           pu blic strin g line1 {
  1469                get {
  1470                    retu rn this.li ne1Field;
  1471                }
  1472                set {
  1473                    this .line1Fiel d = value;
  1474                }
  1475           }
  1476           
  1477           // / <remarks />
  1478           pu blic strin g line2 {
  1479                get {
  1480                    retu rn this.li ne2Field;
  1481                }
  1482                set {
  1483                    this .line2Fiel d = value;
  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                }
  1495           }
  1496           
  1497           // / <remarks />
  1498           pu blic strin g postalCo de {
  1499                get {
  1500                    retu rn this.po stalCodeFi eld;
  1501                }
  1502                set {
  1503                    this .postalCod eField = v alue;
  1504                }
  1505           }
  1506           
  1507           // / <remarks />
  1508           pu blic strin g province Code {
  1509                get {
  1510                    retu rn this.pr ovinceCode Field;
  1511                }
  1512                set {
  1513                    this .provinceC odeField =  value;
  1514                }
  1515           }
  1516           
  1517           // / <remarks />
  1518           pu blic strin g state {
  1519                get {
  1520                    retu rn this.st ateField;
  1521                }
  1522                set {
  1523                    this .stateFiel d = value;
  1524                }
  1525           }
  1526           
  1527           // / <remarks />
  1528           pu blic strin g zipCode  {
  1529                get {
  1530                    retu rn this.zi pCodeField ;
  1531                }
  1532                set {
  1533                    this .zipCodeFi eld = valu e;
  1534                }
  1535           }
  1536           
  1537           // / <remarks />
  1538           pu blic strin g zipPlus4  {
  1539                get {
  1540                    retu rn this.zi pPlus4Fiel d;
  1541                }
  1542                set {
  1543                    this .zipPlus4F ield = val ue;
  1544                }
  1545           }
  1546           
  1547           // / <remarks />
  1548           pu blic Syste m.DateTime  addressCh angeDateTi me {
  1549                get {
  1550                    retu rn this.ad dressChang eDateTimeF ield;
  1551                }
  1552                set {
  1553                    this .addressCh angeDateTi meField =  value;
  1554                }
  1555           }
  1556           
  1557           // / <remarks />
  1558           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1559           pu blic bool  addressCha ngeDateTim eSpecified  {
  1560                get {
  1561                    retu rn this.ad dressChang eDateTimeF ieldSpecif ied;
  1562                }
  1563                set {
  1564                    this .addressCh angeDateTi meFieldSpe cified = v alue;
  1565                }
  1566           }
  1567           
  1568           // / <remarks />
  1569           pu blic strin g addressC hangeEffec tiveDate {
  1570                get {
  1571                    retu rn this.ad dressChang eEffective DateField;
  1572                }
  1573                set {
  1574                    this .addressCh angeEffect iveDateFie ld = value ;
  1575                }
  1576           }
  1577           
  1578           // / <remarks />
  1579           pu blic strin g addressC hangeSite  {
  1580                get {
  1581                    retu rn this.ad dressChang eSiteField ;
  1582                }
  1583                set {
  1584                    this .addressCh angeSiteFi eld = valu e;
  1585                }
  1586           }
  1587           
  1588           // / <remarks />
  1589           pu blic strin g addressC hangeSourc e {
  1590                get {
  1591                    retu rn this.ad dressChang eSourceFie ld;
  1592                }
  1593                set {
  1594                    this .addressCh angeSource Field = va lue;
  1595                }
  1596           }
  1597           
  1598           // / <remarks />
  1599           pu blic strin g addressT ypeCode {
  1600                get {
  1601                    retu rn this.ad dressTypeC odeField;
  1602                }
  1603                set {
  1604                    this .addressTy peCodeFiel d = value;
  1605                }
  1606           }
  1607           
  1608           // / <remarks />
  1609           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("con fidentialA ddressCate goryType") ]
  1610           pu blic strin g[] confid entialAddr essCategor ies {
  1611                get {
  1612                    retu rn this.co nfidential AddressCat egoriesFie ld;
  1613                }
  1614                set {
  1615                    this .confident ialAddress Categories Field = va lue;
  1616                }
  1617           }
  1618           
  1619           // / <remarks />
  1620           pu blic strin g endDate  {
  1621                get {
  1622                    retu rn this.en dDateField ;
  1623                }
  1624                set {
  1625                    this .endDateFi eld = valu e;
  1626                }
  1627           }
  1628           
  1629           // / <remarks />
  1630           pu blic strin g phoneNum ber {
  1631                get {
  1632                    retu rn this.ph oneNumberF ield;
  1633                }
  1634                set {
  1635                    this .phoneNumb erField =  value;
  1636                }
  1637           }
  1638       }
  1639       
  1640       /// <r emarks/>
  1641       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1642       [Syste m.Serializ ableAttrib ute()]
  1643       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1644       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1645         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1646       public  partial c lass phone Info {
  1647           
  1648           pr ivate stri ng phoneNu mberField;
  1649           
  1650           pr ivate stri ng typeFie ld;
  1651           
  1652           // / <remarks />
  1653           pu blic strin g phoneNum ber {
  1654                get {
  1655                    retu rn this.ph oneNumberF ield;
  1656                }
  1657                set {
  1658                    this .phoneNumb erField =  value;
  1659                }
  1660           }
  1661           
  1662           // / <remarks />
  1663           pu blic strin g type {
  1664                get {
  1665                    retu rn this.ty peField;
  1666                }
  1667                set {
  1668                    this .typeField  = value;
  1669                }
  1670           }
  1671       }
  1672       
  1673       /// <r emarks/>
  1674       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1675       [Syste m.Serializ ableAttrib ute()]
  1676       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1677       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1678         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1679       public  partial c lass incom petenceRul ingInfo {
  1680           
  1681           pr ivate stri ng civilRu lingDateFi eld;
  1682           
  1683           pr ivate bool  incompete ntField;
  1684           
  1685           pr ivate bool  incompete ntFieldSpe cified;
  1686           
  1687           pr ivate stri ng vaRulin gDateField ;
  1688           
  1689           // / <remarks />
  1690           pu blic strin g civilRul ingDate {
  1691                get {
  1692                    retu rn this.ci vilRulingD ateField;
  1693                }
  1694                set {
  1695                    this .civilRuli ngDateFiel d = value;
  1696                }
  1697           }
  1698           
  1699           // / <remarks />
  1700           pu blic bool  incompeten t {
  1701                get {
  1702                    retu rn this.in competentF ield;
  1703                }
  1704                set {
  1705                    this .incompete ntField =  value;
  1706                }
  1707           }
  1708           
  1709           // / <remarks />
  1710           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1711           pu blic bool  incompeten tSpecified  {
  1712                get {
  1713                    retu rn this.in competentF ieldSpecif ied;
  1714                }
  1715                set {
  1716                    this .incompete ntFieldSpe cified = v alue;
  1717                }
  1718           }
  1719           
  1720           // / <remarks />
  1721           pu blic strin g vaRuling Date {
  1722                get {
  1723                    retu rn this.va RulingDate Field;
  1724                }
  1725                set {
  1726                    this .vaRulingD ateField =  value;
  1727                }
  1728           }
  1729       }
  1730       
  1731       /// <r emarks/>
  1732       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1733       [Syste m.Serializ ableAttrib ute()]
  1734       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1735       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1736         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1737       public  partial c lass incom eTestStatu sInfo {
  1738           
  1739           pr ivate Syst em.DateTim e complete dDateField ;
  1740           
  1741           pr ivate bool  completed DateFieldS pecified;
  1742           
  1743           pr ivate stri ng determi nedStatusF ield;
  1744           
  1745           pr ivate stri ng incomeT estTypeFie ld;
  1746           
  1747           pr ivate Syst em.DateTim e lastEdit edDateFiel d;
  1748           
  1749           pr ivate bool  lastEdite dDateField Specified;
  1750           
  1751           pr ivate stri ng statusF ield;
  1752           
  1753           // / <remarks />
  1754           pu blic Syste m.DateTime  completed Date {
  1755                get {
  1756                    retu rn this.co mpletedDat eField;
  1757                }
  1758                set {
  1759                    this .completed DateField  = value;
  1760                }
  1761           }
  1762           
  1763           // / <remarks />
  1764           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1765           pu blic bool  completedD ateSpecifi ed {
  1766                get {
  1767                    retu rn this.co mpletedDat eFieldSpec ified;
  1768                }
  1769                set {
  1770                    this .completed DateFieldS pecified =  value;
  1771                }
  1772           }
  1773           
  1774           // / <remarks />
  1775           pu blic strin g determin edStatus {
  1776                get {
  1777                    retu rn this.de terminedSt atusField;
  1778                }
  1779                set {
  1780                    this .determine dStatusFie ld = value ;
  1781                }
  1782           }
  1783           
  1784           // / <remarks />
  1785           pu blic strin g incomeTe stType {
  1786                get {
  1787                    retu rn this.in comeTestTy peField;
  1788                }
  1789                set {
  1790                    this .incomeTes tTypeField  = value;
  1791                }
  1792           }
  1793           
  1794           // / <remarks />
  1795           pu blic Syste m.DateTime  lastEdite dDate {
  1796                get {
  1797                    retu rn this.la stEditedDa teField;
  1798                }
  1799                set {
  1800                    this .lastEdite dDateField  = value;
  1801                }
  1802           }
  1803           
  1804           // / <remarks />
  1805           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1806           pu blic bool  lastEdited DateSpecif ied {
  1807                get {
  1808                    retu rn this.la stEditedDa teFieldSpe cified;
  1809                }
  1810                set {
  1811                    this .lastEdite dDateField Specified  = value;
  1812                }
  1813           }
  1814           
  1815           // / <remarks />
  1816           pu blic strin g status {
  1817                get {
  1818                    retu rn this.st atusField;
  1819                }
  1820                set {
  1821                    this .statusFie ld = value ;
  1822                }
  1823           }
  1824       }
  1825       
  1826       /// <r emarks/>
  1827       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1828       [Syste m.Serializ ableAttrib ute()]
  1829       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1830       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1831         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1832       public  partial c lass hards hipInfo {
  1833           
  1834           pr ivate Syst em.DateTim e effectiv eDateField ;
  1835           
  1836           pr ivate bool  effective DateFieldS pecified;
  1837           
  1838           pr ivate bool  hardshipG rantedFiel d;
  1839           
  1840           pr ivate bool  hardshipG rantedFiel dSpecified ;
  1841           
  1842           pr ivate stri ng reasonF ield;
  1843           
  1844           pr ivate Syst em.DateTim e reviewDa teField;
  1845           
  1846           pr ivate bool  reviewDat eFieldSpec ified;
  1847           
  1848           pr ivate stri ng siteGra ntingHards hipField;
  1849           
  1850           // / <remarks />
  1851           pu blic Syste m.DateTime  effective Date {
  1852                get {
  1853                    retu rn this.ef fectiveDat eField;
  1854                }
  1855                set {
  1856                    this .effective DateField  = value;
  1857                }
  1858           }
  1859           
  1860           // / <remarks />
  1861           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1862           pu blic bool  effectiveD ateSpecifi ed {
  1863                get {
  1864                    retu rn this.ef fectiveDat eFieldSpec ified;
  1865                }
  1866                set {
  1867                    this .effective DateFieldS pecified =  value;
  1868                }
  1869           }
  1870           
  1871           // / <remarks />
  1872           pu blic bool  hardshipGr anted {
  1873                get {
  1874                    retu rn this.ha rdshipGran tedField;
  1875                }
  1876                set {
  1877                    this .hardshipG rantedFiel d = value;
  1878                }
  1879           }
  1880           
  1881           // / <remarks />
  1882           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1883           pu blic bool  hardshipGr antedSpeci fied {
  1884                get {
  1885                    retu rn this.ha rdshipGran tedFieldSp ecified;
  1886                }
  1887                set {
  1888                    this .hardshipG rantedFiel dSpecified  = value;
  1889                }
  1890           }
  1891           
  1892           // / <remarks />
  1893           pu blic strin g reason {
  1894                get {
  1895                    retu rn this.re asonField;
  1896                }
  1897                set {
  1898                    this .reasonFie ld = value ;
  1899                }
  1900           }
  1901           
  1902           // / <remarks />
  1903           pu blic Syste m.DateTime  reviewDat e {
  1904                get {
  1905                    retu rn this.re viewDateFi eld;
  1906                }
  1907                set {
  1908                    this .reviewDat eField = v alue;
  1909                }
  1910           }
  1911           
  1912           // / <remarks />
  1913           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  1914           pu blic bool  reviewDate Specified  {
  1915                get {
  1916                    retu rn this.re viewDateFi eldSpecifi ed;
  1917                }
  1918                set {
  1919                    this .reviewDat eFieldSpec ified = va lue;
  1920                }
  1921           }
  1922           
  1923           // / <remarks />
  1924           pu blic strin g siteGran tingHardsh ip {
  1925                get {
  1926                    retu rn this.si teGranting HardshipFi eld;
  1927                }
  1928                set {
  1929                    this .siteGrant ingHardshi pField = v alue;
  1930                }
  1931           }
  1932       }
  1933       
  1934       /// <r emarks/>
  1935       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  1936       [Syste m.Serializ ableAttrib ute()]
  1937       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  1938       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  1939         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  1940       public  partial c lass incom eTestInfo  {
  1941           
  1942           pr ivate Syst em.DateTim e adjudica tionDateFi eld;
  1943           
  1944           pr ivate bool  adjudicat ionDateFie ldSpecifie d;
  1945           
  1946           pr ivate bool  agreesToP ayDeductib leField;
  1947           
  1948           pr ivate bool  agreesToP ayDeductib leFieldSpe cified;
  1949           
  1950           pr ivate bool  cadAdjust edField;
  1951           
  1952           pr ivate bool  cadAdjust edFieldSpe cified;
  1953           
  1954           pr ivate deci mal childI ncomeExclu sionThresh oldField;
  1955           
  1956           pr ivate bool  childInco meExclusio nThreshold FieldSpeci fied;
  1957           
  1958           pr ivate stri ng comment sField;
  1959           
  1960           pr ivate Syst em.DateTim e dateMTNo LongerRequ iredField;
  1961           
  1962           pr ivate bool  dateMTNoL ongerRequi redFieldSp ecified;
  1963           
  1964           pr ivate deci mal deduct ibleExpens esField;
  1965           
  1966           pr ivate bool  deductibl eExpensesF ieldSpecif ied;
  1967           
  1968           pr ivate bool  discloseF inancialIn formationF ield;
  1969           
  1970           pr ivate bool  discloseF inancialIn formationF ieldSpecif ied;
  1971           
  1972           pr ivate Syst em.DateTim e effectiv eDateField ;
  1973           
  1974           pr ivate bool  effective DateFieldS pecified;
  1975           
  1976           pr ivate bool  futureTes tField;
  1977           
  1978           pr ivate bool  futureTes tFieldSpec ified;
  1979           
  1980           pr ivate deci mal gmtThr esholdAmou ntField;
  1981           
  1982           pr ivate bool  gmtThresh oldAmountF ieldSpecif ied;
  1983           
  1984           pr ivate stri ng hardShi pReasonFie ld;
  1985           
  1986           pr ivate hard shipInfo h ardshipInf oField;
  1987           
  1988           pr ivate stri ng incomeT estTypeFie ld;
  1989           
  1990           pr ivate stri ng incomeT estsourceF ield;
  1991           
  1992           pr ivate stri ng incomeV erificatio nStatusFie ld;
  1993           
  1994           pr ivate Syst em.DateTim e incomeVe rification StatusDate Field;
  1995           
  1996           pr ivate bool  incomeVer ificationS tatusDateF ieldSpecif ied;
  1997           
  1998           pr ivate int  incomeYear Field;
  1999           
  2000           pr ivate bool  incomeYea rFieldSpec ified;
  2001           
  2002           pr ivate Syst em.DateTim e ivmTestC ompletionD ateField;
  2003           
  2004           pr ivate bool  ivmTestCo mpletionDa teFieldSpe cified;
  2005           
  2006           pr ivate deci mal netInc omeField;
  2007           
  2008           pr ivate bool  netIncome FieldSpeci fied;
  2009           
  2010           pr ivate deci mal netWor thField;
  2011           
  2012           pr ivate bool  netWorthF ieldSpecif ied;
  2013           
  2014           pr ivate deci mal networ thThreshol dField;
  2015           
  2016           pr ivate bool  networthT hresholdFi eldSpecifi ed;
  2017           
  2018           pr ivate deci mal pensio nThreshold Field;
  2019           
  2020           pr ivate bool  pensionTh resholdFie ldSpecifie d;
  2021           
  2022           pr ivate bool  previousY earThresho ldAppliesF ield;
  2023           
  2024           pr ivate bool  previousY earThresho ldAppliesF ieldSpecif ied;
  2025           
  2026           pr ivate bool  primaryIn comeTestFi eld;
  2027           
  2028           pr ivate bool  primaryIn comeTestFi eldSpecifi ed;
  2029           
  2030           pr ivate deci mal reason MTNoLonger RequiredFi eld;
  2031           
  2032           pr ivate bool  reasonMTN oLongerReq uiredField Specified;
  2033           
  2034           pr ivate bool  refusedTo SignField;
  2035           
  2036           pr ivate bool  refusedTo SignFieldS pecified;
  2037           
  2038           pr ivate bool  sendForAd judication Field;
  2039           
  2040           pr ivate bool  sendForAd judication FieldSpeci fied;
  2041           
  2042           pr ivate stri ng siteCon ductingTes tField;
  2043           
  2044           pr ivate inco meTestStat usInfo[] s tatusesFie ld;
  2045           
  2046           pr ivate deci mal thresh oldAField;
  2047           
  2048           pr ivate bool  threshold AFieldSpec ified;
  2049           
  2050           pr ivate deci mal totalI ncomeField ;
  2051           
  2052           pr ivate bool  totalInco meFieldSpe cified;
  2053           
  2054           pr ivate int  totalNumbe rOfDepende ntsField;
  2055           
  2056           pr ivate bool  totalNumb erOfDepend entsFieldS pecified;
  2057           
  2058           // / <remarks />
  2059           pu blic Syste m.DateTime  adjudicat ionDate {
  2060                get {
  2061                    retu rn this.ad judication DateField;
  2062                }
  2063                set {
  2064                    this .adjudicat ionDateFie ld = value ;
  2065                }
  2066           }
  2067           
  2068           // / <remarks />
  2069           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2070           pu blic bool  adjudicati onDateSpec ified {
  2071                get {
  2072                    retu rn this.ad judication DateFieldS pecified;
  2073                }
  2074                set {
  2075                    this .adjudicat ionDateFie ldSpecifie d = value;
  2076                }
  2077           }
  2078           
  2079           // / <remarks />
  2080           pu blic bool  agreesToPa yDeductibl e {
  2081                get {
  2082                    retu rn this.ag reesToPayD eductibleF ield;
  2083                }
  2084                set {
  2085                    this .agreesToP ayDeductib leField =  value;
  2086                }
  2087           }
  2088           
  2089           // / <remarks />
  2090           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2091           pu blic bool  agreesToPa yDeductibl eSpecified  {
  2092                get {
  2093                    retu rn this.ag reesToPayD eductibleF ieldSpecif ied;
  2094                }
  2095                set {
  2096                    this .agreesToP ayDeductib leFieldSpe cified = v alue;
  2097                }
  2098           }
  2099           
  2100           // / <remarks />
  2101           pu blic bool  cadAdjuste d {
  2102                get {
  2103                    retu rn this.ca dAdjustedF ield;
  2104                }
  2105                set {
  2106                    this .cadAdjust edField =  value;
  2107                }
  2108           }
  2109           
  2110           // / <remarks />
  2111           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2112           pu blic bool  cadAdjuste dSpecified  {
  2113                get {
  2114                    retu rn this.ca dAdjustedF ieldSpecif ied;
  2115                }
  2116                set {
  2117                    this .cadAdjust edFieldSpe cified = v alue;
  2118                }
  2119           }
  2120           
  2121           // / <remarks />
  2122           pu blic decim al childIn comeExclus ionThresho ld {
  2123                get {
  2124                    retu rn this.ch ildIncomeE xclusionTh resholdFie ld;
  2125                }
  2126                set {
  2127                    this .childInco meExclusio nThreshold Field = va lue;
  2128                }
  2129           }
  2130           
  2131           // / <remarks />
  2132           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2133           pu blic bool  childIncom eExclusion ThresholdS pecified {
  2134                get {
  2135                    retu rn this.ch ildIncomeE xclusionTh resholdFie ldSpecifie d;
  2136                }
  2137                set {
  2138                    this .childInco meExclusio nThreshold FieldSpeci fied = val ue;
  2139                }
  2140           }
  2141           
  2142           // / <remarks />
  2143           pu blic strin g comments  {
  2144                get {
  2145                    retu rn this.co mmentsFiel d;
  2146                }
  2147                set {
  2148                    this .commentsF ield = val ue;
  2149                }
  2150           }
  2151           
  2152           // / <remarks />
  2153           pu blic Syste m.DateTime  dateMTNoL ongerRequi red {
  2154                get {
  2155                    retu rn this.da teMTNoLong erRequired Field;
  2156                }
  2157                set {
  2158                    this .dateMTNoL ongerRequi redField =  value;
  2159                }
  2160           }
  2161           
  2162           // / <remarks />
  2163           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2164           pu blic bool  dateMTNoLo ngerRequir edSpecifie d {
  2165                get {
  2166                    retu rn this.da teMTNoLong erRequired FieldSpeci fied;
  2167                }
  2168                set {
  2169                    this .dateMTNoL ongerRequi redFieldSp ecified =  value;
  2170                }
  2171           }
  2172           
  2173           // / <remarks />
  2174           pu blic decim al deducti bleExpense s {
  2175                get {
  2176                    retu rn this.de ductibleEx pensesFiel d;
  2177                }
  2178                set {
  2179                    this .deductibl eExpensesF ield = val ue;
  2180                }
  2181           }
  2182           
  2183           // / <remarks />
  2184           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2185           pu blic bool  deductible ExpensesSp ecified {
  2186                get {
  2187                    retu rn this.de ductibleEx pensesFiel dSpecified ;
  2188                }
  2189                set {
  2190                    this .deductibl eExpensesF ieldSpecif ied = valu e;
  2191                }
  2192           }
  2193           
  2194           // / <remarks />
  2195           pu blic bool  discloseFi nancialInf ormation {
  2196                get {
  2197                    retu rn this.di scloseFina ncialInfor mationFiel d;
  2198                }
  2199                set {
  2200                    this .discloseF inancialIn formationF ield = val ue;
  2201                }
  2202           }
  2203           
  2204           // / <remarks />
  2205           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2206           pu blic bool  discloseFi nancialInf ormationSp ecified {
  2207                get {
  2208                    retu rn this.di scloseFina ncialInfor mationFiel dSpecified ;
  2209                }
  2210                set {
  2211                    this .discloseF inancialIn formationF ieldSpecif ied = valu e;
  2212                }
  2213           }
  2214           
  2215           // / <remarks />
  2216           pu blic Syste m.DateTime  effective Date {
  2217                get {
  2218                    retu rn this.ef fectiveDat eField;
  2219                }
  2220                set {
  2221                    this .effective DateField  = value;
  2222                }
  2223           }
  2224           
  2225           // / <remarks />
  2226           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2227           pu blic bool  effectiveD ateSpecifi ed {
  2228                get {
  2229                    retu rn this.ef fectiveDat eFieldSpec ified;
  2230                }
  2231                set {
  2232                    this .effective DateFieldS pecified =  value;
  2233                }
  2234           }
  2235           
  2236           // / <remarks />
  2237           pu blic bool  futureTest  {
  2238                get {
  2239                    retu rn this.fu tureTestFi eld;
  2240                }
  2241                set {
  2242                    this .futureTes tField = v alue;
  2243                }
  2244           }
  2245           
  2246           // / <remarks />
  2247           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2248           pu blic bool  futureTest Specified  {
  2249                get {
  2250                    retu rn this.fu tureTestFi eldSpecifi ed;
  2251                }
  2252                set {
  2253                    this .futureTes tFieldSpec ified = va lue;
  2254                }
  2255           }
  2256           
  2257           // / <remarks />
  2258           pu blic decim al gmtThre sholdAmoun t {
  2259                get {
  2260                    retu rn this.gm tThreshold AmountFiel d;
  2261                }
  2262                set {
  2263                    this .gmtThresh oldAmountF ield = val ue;
  2264                }
  2265           }
  2266           
  2267           // / <remarks />
  2268           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2269           pu blic bool  gmtThresho ldAmountSp ecified {
  2270                get {
  2271                    retu rn this.gm tThreshold AmountFiel dSpecified ;
  2272                }
  2273                set {
  2274                    this .gmtThresh oldAmountF ieldSpecif ied = valu e;
  2275                }
  2276           }
  2277           
  2278           // / <remarks />
  2279           pu blic strin g hardShip Reason {
  2280                get {
  2281                    retu rn this.ha rdShipReas onField;
  2282                }
  2283                set {
  2284                    this .hardShipR easonField  = value;
  2285                }
  2286           }
  2287           
  2288           // / <remarks />
  2289           pu blic hards hipInfo ha rdshipInfo  {
  2290                get {
  2291                    retu rn this.ha rdshipInfo Field;
  2292                }
  2293                set {
  2294                    this .hardshipI nfoField =  value;
  2295                }
  2296           }
  2297           
  2298           // / <remarks />
  2299           pu blic strin g incomeTe stType {
  2300                get {
  2301                    retu rn this.in comeTestTy peField;
  2302                }
  2303                set {
  2304                    this .incomeTes tTypeField  = value;
  2305                }
  2306           }
  2307           
  2308           // / <remarks />
  2309           pu blic strin g incomeTe stsource {
  2310                get {
  2311                    retu rn this.in comeTestso urceField;
  2312                }
  2313                set {
  2314                    this .incomeTes tsourceFie ld = value ;
  2315                }
  2316           }
  2317           
  2318           // / <remarks />
  2319           pu blic strin g incomeVe rification Status {
  2320                get {
  2321                    retu rn this.in comeVerifi cationStat usField;
  2322                }
  2323                set {
  2324                    this .incomeVer ificationS tatusField  = value;
  2325                }
  2326           }
  2327           
  2328           // / <remarks />
  2329           pu blic Syste m.DateTime  incomeVer ificationS tatusDate  {
  2330                get {
  2331                    retu rn this.in comeVerifi cationStat usDateFiel d;
  2332                }
  2333                set {
  2334                    this .incomeVer ificationS tatusDateF ield = val ue;
  2335                }
  2336           }
  2337           
  2338           // / <remarks />
  2339           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2340           pu blic bool  incomeVeri ficationSt atusDateSp ecified {
  2341                get {
  2342                    retu rn this.in comeVerifi cationStat usDateFiel dSpecified ;
  2343                }
  2344                set {
  2345                    this .incomeVer ificationS tatusDateF ieldSpecif ied = valu e;
  2346                }
  2347           }
  2348           
  2349           // / <remarks />
  2350           pu blic int i ncomeYear  {
  2351                get {
  2352                    retu rn this.in comeYearFi eld;
  2353                }
  2354                set {
  2355                    this .incomeYea rField = v alue;
  2356                }
  2357           }
  2358           
  2359           // / <remarks />
  2360           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2361           pu blic bool  incomeYear Specified  {
  2362                get {
  2363                    retu rn this.in comeYearFi eldSpecifi ed;
  2364                }
  2365                set {
  2366                    this .incomeYea rFieldSpec ified = va lue;
  2367                }
  2368           }
  2369           
  2370           // / <remarks />
  2371           pu blic Syste m.DateTime  ivmTestCo mpletionDa te {
  2372                get {
  2373                    retu rn this.iv mTestCompl etionDateF ield;
  2374                }
  2375                set {
  2376                    this .ivmTestCo mpletionDa teField =  value;
  2377                }
  2378           }
  2379           
  2380           // / <remarks />
  2381           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2382           pu blic bool  ivmTestCom pletionDat eSpecified  {
  2383                get {
  2384                    retu rn this.iv mTestCompl etionDateF ieldSpecif ied;
  2385                }
  2386                set {
  2387                    this .ivmTestCo mpletionDa teFieldSpe cified = v alue;
  2388                }
  2389           }
  2390           
  2391           // / <remarks />
  2392           pu blic decim al netInco me {
  2393                get {
  2394                    retu rn this.ne tIncomeFie ld;
  2395                }
  2396                set {
  2397                    this .netIncome Field = va lue;
  2398                }
  2399           }
  2400           
  2401           // / <remarks />
  2402           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2403           pu blic bool  netIncomeS pecified {
  2404                get {
  2405                    retu rn this.ne tIncomeFie ldSpecifie d;
  2406                }
  2407                set {
  2408                    this .netIncome FieldSpeci fied = val ue;
  2409                }
  2410           }
  2411           
  2412           // / <remarks />
  2413           pu blic decim al netWort h {
  2414                get {
  2415                    retu rn this.ne tWorthFiel d;
  2416                }
  2417                set {
  2418                    this .netWorthF ield = val ue;
  2419                }
  2420           }
  2421           
  2422           // / <remarks />
  2423           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2424           pu blic bool  netWorthSp ecified {
  2425                get {
  2426                    retu rn this.ne tWorthFiel dSpecified ;
  2427                }
  2428                set {
  2429                    this .netWorthF ieldSpecif ied = valu e;
  2430                }
  2431           }
  2432           
  2433           // / <remarks />
  2434           pu blic decim al networt hThreshold  {
  2435                get {
  2436                    retu rn this.ne tworthThre sholdField ;
  2437                }
  2438                set {
  2439                    this .networthT hresholdFi eld = valu e;
  2440                }
  2441           }
  2442           
  2443           // / <remarks />
  2444           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2445           pu blic bool  networthTh resholdSpe cified {
  2446                get {
  2447                    retu rn this.ne tworthThre sholdField Specified;
  2448                }
  2449                set {
  2450                    this .networthT hresholdFi eldSpecifi ed = value ;
  2451                }
  2452           }
  2453           
  2454           // / <remarks />
  2455           pu blic decim al pension Threshold  {
  2456                get {
  2457                    retu rn this.pe nsionThres holdField;
  2458                }
  2459                set {
  2460                    this .pensionTh resholdFie ld = value ;
  2461                }
  2462           }
  2463           
  2464           // / <remarks />
  2465           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2466           pu blic bool  pensionThr esholdSpec ified {
  2467                get {
  2468                    retu rn this.pe nsionThres holdFieldS pecified;
  2469                }
  2470                set {
  2471                    this .pensionTh resholdFie ldSpecifie d = value;
  2472                }
  2473           }
  2474           
  2475           // / <remarks />
  2476           pu blic bool  previousYe arThreshol dApplies {
  2477                get {
  2478                    retu rn this.pr eviousYear ThresholdA ppliesFiel d;
  2479                }
  2480                set {
  2481                    this .previousY earThresho ldAppliesF ield = val ue;
  2482                }
  2483           }
  2484           
  2485           // / <remarks />
  2486           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2487           pu blic bool  previousYe arThreshol dAppliesSp ecified {
  2488                get {
  2489                    retu rn this.pr eviousYear ThresholdA ppliesFiel dSpecified ;
  2490                }
  2491                set {
  2492                    this .previousY earThresho ldAppliesF ieldSpecif ied = valu e;
  2493                }
  2494           }
  2495           
  2496           // / <remarks />
  2497           pu blic bool  primaryInc omeTest {
  2498                get {
  2499                    retu rn this.pr imaryIncom eTestField ;
  2500                }
  2501                set {
  2502                    this .primaryIn comeTestFi eld = valu e;
  2503                }
  2504           }
  2505           
  2506           // / <remarks />
  2507           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2508           pu blic bool  primaryInc omeTestSpe cified {
  2509                get {
  2510                    retu rn this.pr imaryIncom eTestField Specified;
  2511                }
  2512                set {
  2513                    this .primaryIn comeTestFi eldSpecifi ed = value ;
  2514                }
  2515           }
  2516           
  2517           // / <remarks />
  2518           pu blic decim al reasonM TNoLongerR equired {
  2519                get {
  2520                    retu rn this.re asonMTNoLo ngerRequir edField;
  2521                }
  2522                set {
  2523                    this .reasonMTN oLongerReq uiredField  = value;
  2524                }
  2525           }
  2526           
  2527           // / <remarks />
  2528           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2529           pu blic bool  reasonMTNo LongerRequ iredSpecif ied {
  2530                get {
  2531                    retu rn this.re asonMTNoLo ngerRequir edFieldSpe cified;
  2532                }
  2533                set {
  2534                    this .reasonMTN oLongerReq uiredField Specified  = value;
  2535                }
  2536           }
  2537           
  2538           // / <remarks />
  2539           pu blic bool  refusedToS ign {
  2540                get {
  2541                    retu rn this.re fusedToSig nField;
  2542                }
  2543                set {
  2544                    this .refusedTo SignField  = value;
  2545                }
  2546           }
  2547           
  2548           // / <remarks />
  2549           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2550           pu blic bool  refusedToS ignSpecifi ed {
  2551                get {
  2552                    retu rn this.re fusedToSig nFieldSpec ified;
  2553                }
  2554                set {
  2555                    this .refusedTo SignFieldS pecified =  value;
  2556                }
  2557           }
  2558           
  2559           // / <remarks />
  2560           pu blic bool  sendForAdj udication  {
  2561                get {
  2562                    retu rn this.se ndForAdjud icationFie ld;
  2563                }
  2564                set {
  2565                    this .sendForAd judication Field = va lue;
  2566                }
  2567           }
  2568           
  2569           // / <remarks />
  2570           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2571           pu blic bool  sendForAdj udicationS pecified {
  2572                get {
  2573                    retu rn this.se ndForAdjud icationFie ldSpecifie d;
  2574                }
  2575                set {
  2576                    this .sendForAd judication FieldSpeci fied = val ue;
  2577                }
  2578           }
  2579           
  2580           // / <remarks />
  2581           pu blic strin g siteCond uctingTest  {
  2582                get {
  2583                    retu rn this.si teConducti ngTestFiel d;
  2584                }
  2585                set {
  2586                    this .siteCondu ctingTestF ield = val ue;
  2587                }
  2588           }
  2589           
  2590           // / <remarks />
  2591           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("sta tus")]
  2592           pu blic incom eTestStatu sInfo[] st atuses {
  2593                get {
  2594                    retu rn this.st atusesFiel d;
  2595                }
  2596                set {
  2597                    this .statusesF ield = val ue;
  2598                }
  2599           }
  2600           
  2601           // / <remarks />
  2602           pu blic decim al thresho ldA {
  2603                get {
  2604                    retu rn this.th resholdAFi eld;
  2605                }
  2606                set {
  2607                    this .threshold AField = v alue;
  2608                }
  2609           }
  2610           
  2611           // / <remarks />
  2612           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2613           pu blic bool  thresholdA Specified  {
  2614                get {
  2615                    retu rn this.th resholdAFi eldSpecifi ed;
  2616                }
  2617                set {
  2618                    this .threshold AFieldSpec ified = va lue;
  2619                }
  2620           }
  2621           
  2622           // / <remarks />
  2623           pu blic decim al totalIn come {
  2624                get {
  2625                    retu rn this.to talIncomeF ield;
  2626                }
  2627                set {
  2628                    this .totalInco meField =  value;
  2629                }
  2630           }
  2631           
  2632           // / <remarks />
  2633           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2634           pu blic bool  totalIncom eSpecified  {
  2635                get {
  2636                    retu rn this.to talIncomeF ieldSpecif ied;
  2637                }
  2638                set {
  2639                    this .totalInco meFieldSpe cified = v alue;
  2640                }
  2641           }
  2642           
  2643           // / <remarks />
  2644           pu blic int t otalNumber OfDependen ts {
  2645                get {
  2646                    retu rn this.to talNumberO fDependent sField;
  2647                }
  2648                set {
  2649                    this .totalNumb erOfDepend entsField  = value;
  2650                }
  2651           }
  2652           
  2653           // / <remarks />
  2654           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2655           pu blic bool  totalNumbe rOfDepende ntsSpecifi ed {
  2656                get {
  2657                    retu rn this.to talNumberO fDependent sFieldSpec ified;
  2658                }
  2659                set {
  2660                    this .totalNumb erOfDepend entsFieldS pecified =  value;
  2661                }
  2662           }
  2663       }
  2664       
  2665       /// <r emarks/>
  2666       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  2667       [Syste m.Serializ ableAttrib ute()]
  2668       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2669       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2670         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  2671       public  partial c lass spous eInfo {
  2672           
  2673           pr ivate stri ng dobFiel d;
  2674           
  2675           pr ivate Syst em.DateTim e endDateF ield;
  2676           
  2677           pr ivate bool  endDateFi eldSpecifi ed;
  2678           
  2679           pr ivate stri ng familyN ameField;
  2680           
  2681           pr ivate stri ng genderF ield;
  2682           
  2683           pr ivate stri ng givenNa meField;
  2684           
  2685           pr ivate stri ng middleN ameField;
  2686           
  2687           pr ivate stri ng relatio nshipField ;
  2688           
  2689           pr ivate ssnI nfo[] ssns Field;
  2690           
  2691           pr ivate stri ng startDa teField;
  2692           
  2693           pr ivate addr essInfo ad dressField ;
  2694           
  2695           pr ivate empl oymentInfo  employmen tField;
  2696           
  2697           pr ivate stri ng maidenN ameField;
  2698           
  2699           // / <remarks />
  2700           pu blic strin g dob {
  2701                get {
  2702                    retu rn this.do bField;
  2703                }
  2704                set {
  2705                    this .dobField  = value;
  2706                }
  2707           }
  2708           
  2709           // / <remarks />
  2710           pu blic Syste m.DateTime  endDate {
  2711                get {
  2712                    retu rn this.en dDateField ;
  2713                }
  2714                set {
  2715                    this .endDateFi eld = valu e;
  2716                }
  2717           }
  2718           
  2719           // / <remarks />
  2720           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2721           pu blic bool  endDateSpe cified {
  2722                get {
  2723                    retu rn this.en dDateField Specified;
  2724                }
  2725                set {
  2726                    this .endDateFi eldSpecifi ed = value ;
  2727                }
  2728           }
  2729           
  2730           // / <remarks />
  2731           pu blic strin g familyNa me {
  2732                get {
  2733                    retu rn this.fa milyNameFi eld;
  2734                }
  2735                set {
  2736                    this .familyNam eField = v alue;
  2737                }
  2738           }
  2739           
  2740           // / <remarks />
  2741           pu blic strin g gender {
  2742                get {
  2743                    retu rn this.ge nderField;
  2744                }
  2745                set {
  2746                    this .genderFie ld = value ;
  2747                }
  2748           }
  2749           
  2750           // / <remarks />
  2751           pu blic strin g givenNam e {
  2752                get {
  2753                    retu rn this.gi venNameFie ld;
  2754                }
  2755                set {
  2756                    this .givenName Field = va lue;
  2757                }
  2758           }
  2759           
  2760           // / <remarks />
  2761           pu blic strin g middleNa me {
  2762                get {
  2763                    retu rn this.mi ddleNameFi eld;
  2764                }
  2765                set {
  2766                    this .middleNam eField = v alue;
  2767                }
  2768           }
  2769           
  2770           // / <remarks />
  2771           pu blic strin g relation ship {
  2772                get {
  2773                    retu rn this.re lationship Field;
  2774                }
  2775                set {
  2776                    this .relations hipField =  value;
  2777                }
  2778           }
  2779           
  2780           // / <remarks />
  2781           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ssn ")]
  2782           pu blic ssnIn fo[] ssns  {
  2783                get {
  2784                    retu rn this.ss nsField;
  2785                }
  2786                set {
  2787                    this .ssnsField  = value;
  2788                }
  2789           }
  2790           
  2791           // / <remarks />
  2792           pu blic strin g startDat e {
  2793                get {
  2794                    retu rn this.st artDateFie ld;
  2795                }
  2796                set {
  2797                    this .startDate Field = va lue;
  2798                }
  2799           }
  2800           
  2801           // / <remarks />
  2802           pu blic addre ssInfo add ress {
  2803                get {
  2804                    retu rn this.ad dressField ;
  2805                }
  2806                set {
  2807                    this .addressFi eld = valu e;
  2808                }
  2809           }
  2810           
  2811           // / <remarks />
  2812           pu blic emplo ymentInfo  employment  {
  2813                get {
  2814                    retu rn this.em ploymentFi eld;
  2815                }
  2816                set {
  2817                    this .employmen tField = v alue;
  2818                }
  2819           }
  2820           
  2821           // / <remarks />
  2822           pu blic strin g maidenNa me {
  2823                get {
  2824                    retu rn this.ma idenNameFi eld;
  2825                }
  2826                set {
  2827                    this .maidenNam eField = v alue;
  2828                }
  2829           }
  2830       }
  2831       
  2832       /// <r emarks/>
  2833       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  2834       [Syste m.Serializ ableAttrib ute()]
  2835       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2836       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2837         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  2838       public  partial c lass emplo ymentInfo  {
  2839           
  2840           pr ivate addr essInfo em ployerAddr essField;
  2841           
  2842           pr ivate stri ng employe rNameField ;
  2843           
  2844           pr ivate stri ng employe rPhoneFiel d;
  2845           
  2846           pr ivate stri ng employm entStatusF ield;
  2847           
  2848           pr ivate stri ng occupat ionField;
  2849           
  2850           pr ivate Syst em.DateTim e retireme ntDateFiel d;
  2851           
  2852           pr ivate bool  retiremen tDateField Specified;
  2853           
  2854           // / <remarks />
  2855           pu blic addre ssInfo emp loyerAddre ss {
  2856                get {
  2857                    retu rn this.em ployerAddr essField;
  2858                }
  2859                set {
  2860                    this .employerA ddressFiel d = value;
  2861                }
  2862           }
  2863           
  2864           // / <remarks />
  2865           pu blic strin g employer Name {
  2866                get {
  2867                    retu rn this.em ployerName Field;
  2868                }
  2869                set {
  2870                    this .employerN ameField =  value;
  2871                }
  2872           }
  2873           
  2874           // / <remarks />
  2875           pu blic strin g employer Phone {
  2876                get {
  2877                    retu rn this.em ployerPhon eField;
  2878                }
  2879                set {
  2880                    this .employerP honeField  = value;
  2881                }
  2882           }
  2883           
  2884           // / <remarks />
  2885           pu blic strin g employme ntStatus {
  2886                get {
  2887                    retu rn this.em ploymentSt atusField;
  2888                }
  2889                set {
  2890                    this .employmen tStatusFie ld = value ;
  2891                }
  2892           }
  2893           
  2894           // / <remarks />
  2895           pu blic strin g occupati on {
  2896                get {
  2897                    retu rn this.oc cupationFi eld;
  2898                }
  2899                set {
  2900                    this .occupatio nField = v alue;
  2901                }
  2902           }
  2903           
  2904           // / <remarks />
  2905           pu blic Syste m.DateTime  retiremen tDate {
  2906                get {
  2907                    retu rn this.re tirementDa teField;
  2908                }
  2909                set {
  2910                    this .retiremen tDateField  = value;
  2911                }
  2912           }
  2913           
  2914           // / <remarks />
  2915           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  2916           pu blic bool  retirement DateSpecif ied {
  2917                get {
  2918                    retu rn this.re tirementDa teFieldSpe cified;
  2919                }
  2920                set {
  2921                    this .retiremen tDateField Specified  = value;
  2922                }
  2923           }
  2924       }
  2925       
  2926       /// <r emarks/>
  2927       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  2928       [Syste m.Serializ ableAttrib ute()]
  2929       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  2930       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  2931         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  2932       public  partial c lass spous eFinancial sInfo {
  2933           
  2934           pr ivate asse tInfo[] as setsField;
  2935           
  2936           pr ivate debi tInfo debi tsField;
  2937           
  2938           pr ivate expe nseInfo[]  expensesFi eld;
  2939           
  2940           pr ivate int  incomeYear Field;
  2941           
  2942           pr ivate bool  incomeYea rFieldSpec ified;
  2943           
  2944           pr ivate inco meInfo[] i ncomesFiel d;
  2945           
  2946           pr ivate bool  livedWith PatientFie ld;
  2947           
  2948           pr ivate bool  livedWith PatientFie ldSpecifie d;
  2949           
  2950           pr ivate bool  validDepe ndentField ;
  2951           
  2952           pr ivate bool  validDepe ndentField Specified;
  2953           
  2954           pr ivate spou seInfo spo useField;
  2955           
  2956           // / <remarks />
  2957           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass et")]
  2958           pu blic asset Info[] ass ets {
  2959                get {
  2960                    retu rn this.as setsField;
  2961                }
  2962                set {
  2963                    this .assetsFie ld = value ;
  2964                }
  2965           }
  2966           
  2967           // / <remarks />
  2968           pu blic debit Info debit s {
  2969                get {
  2970                    retu rn this.de bitsField;
  2971                }
  2972                set {
  2973                    this .debitsFie ld = value ;
  2974                }
  2975           }
  2976           
  2977           // / <remarks />
  2978           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("exp ense")]
  2979           pu blic expen seInfo[] e xpenses {
  2980                get {
  2981                    retu rn this.ex pensesFiel d;
  2982                }
  2983                set {
  2984                    this .expensesF ield = val ue;
  2985                }
  2986           }
  2987           
  2988           // / <remarks />
  2989           pu blic int i ncomeYear  {
  2990                get {
  2991                    retu rn this.in comeYearFi eld;
  2992                }
  2993                set {
  2994                    this .incomeYea rField = v alue;
  2995                }
  2996           }
  2997           
  2998           // / <remarks />
  2999           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3000           pu blic bool  incomeYear Specified  {
  3001                get {
  3002                    retu rn this.in comeYearFi eldSpecifi ed;
  3003                }
  3004                set {
  3005                    this .incomeYea rFieldSpec ified = va lue;
  3006                }
  3007           }
  3008           
  3009           // / <remarks />
  3010           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("inc ome")]
  3011           pu blic incom eInfo[] in comes {
  3012                get {
  3013                    retu rn this.in comesField ;
  3014                }
  3015                set {
  3016                    this .incomesFi eld = valu e;
  3017                }
  3018           }
  3019           
  3020           // / <remarks />
  3021           pu blic bool  livedWithP atient {
  3022                get {
  3023                    retu rn this.li vedWithPat ientField;
  3024                }
  3025                set {
  3026                    this .livedWith PatientFie ld = value ;
  3027                }
  3028           }
  3029           
  3030           // / <remarks />
  3031           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3032           pu blic bool  livedWithP atientSpec ified {
  3033                get {
  3034                    retu rn this.li vedWithPat ientFieldS pecified;
  3035                }
  3036                set {
  3037                    this .livedWith PatientFie ldSpecifie d = value;
  3038                }
  3039           }
  3040           
  3041           // / <remarks />
  3042           pu blic bool  validDepen dent {
  3043                get {
  3044                    retu rn this.va lidDepende ntField;
  3045                }
  3046                set {
  3047                    this .validDepe ndentField  = value;
  3048                }
  3049           }
  3050           
  3051           // / <remarks />
  3052           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3053           pu blic bool  validDepen dentSpecif ied {
  3054                get {
  3055                    retu rn this.va lidDepende ntFieldSpe cified;
  3056                }
  3057                set {
  3058                    this .validDepe ndentField Specified  = value;
  3059                }
  3060           }
  3061           
  3062           // / <remarks />
  3063           pu blic spous eInfo spou se {
  3064                get {
  3065                    retu rn this.sp ouseField;
  3066                }
  3067                set {
  3068                    this .spouseFie ld = value ;
  3069                }
  3070           }
  3071       }
  3072       
  3073       /// <r emarks/>
  3074       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3075       [Syste m.Serializ ableAttrib ute()]
  3076       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3077       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3078         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3079       public  partial c lass asset Info {
  3080           
  3081           pr ivate deci mal amount Field;
  3082           
  3083           pr ivate bool  amountFie ldSpecifie d;
  3084           
  3085           pr ivate stri ng assetTy peField;
  3086           
  3087           // / <remarks />
  3088           pu blic decim al amount  {
  3089                get {
  3090                    retu rn this.am ountField;
  3091                }
  3092                set {
  3093                    this .amountFie ld = value ;
  3094                }
  3095           }
  3096           
  3097           // / <remarks />
  3098           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3099           pu blic bool  amountSpec ified {
  3100                get {
  3101                    retu rn this.am ountFieldS pecified;
  3102                }
  3103                set {
  3104                    this .amountFie ldSpecifie d = value;
  3105                }
  3106           }
  3107           
  3108           // / <remarks />
  3109           pu blic strin g assetTyp e {
  3110                get {
  3111                    retu rn this.as setTypeFie ld;
  3112                }
  3113                set {
  3114                    this .assetType Field = va lue;
  3115                }
  3116           }
  3117       }
  3118       
  3119       /// <r emarks/>
  3120       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3121       [Syste m.Serializ ableAttrib ute()]
  3122       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3123       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3124         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3125       public  partial c lass debit Info {
  3126           
  3127           pr ivate deci mal amount Field;
  3128           
  3129           pr ivate bool  amountFie ldSpecifie d;
  3130           
  3131           // / <remarks />
  3132           pu blic decim al amount  {
  3133                get {
  3134                    retu rn this.am ountField;
  3135                }
  3136                set {
  3137                    this .amountFie ld = value ;
  3138                }
  3139           }
  3140           
  3141           // / <remarks />
  3142           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3143           pu blic bool  amountSpec ified {
  3144                get {
  3145                    retu rn this.am ountFieldS pecified;
  3146                }
  3147                set {
  3148                    this .amountFie ldSpecifie d = value;
  3149                }
  3150           }
  3151       }
  3152       
  3153       /// <r emarks/>
  3154       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3155       [Syste m.Serializ ableAttrib ute()]
  3156       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3157       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3158         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3159       public  partial c lass expen seInfo {
  3160           
  3161           pr ivate deci mal amount Field;
  3162           
  3163           pr ivate bool  amountFie ldSpecifie d;
  3164           
  3165           pr ivate stri ng expense TypeField;
  3166           
  3167           // / <remarks />
  3168           pu blic decim al amount  {
  3169                get {
  3170                    retu rn this.am ountField;
  3171                }
  3172                set {
  3173                    this .amountFie ld = value ;
  3174                }
  3175           }
  3176           
  3177           // / <remarks />
  3178           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3179           pu blic bool  amountSpec ified {
  3180                get {
  3181                    retu rn this.am ountFieldS pecified;
  3182                }
  3183                set {
  3184                    this .amountFie ldSpecifie d = value;
  3185                }
  3186           }
  3187           
  3188           // / <remarks />
  3189           pu blic strin g expenseT ype {
  3190                get {
  3191                    retu rn this.ex penseTypeF ield;
  3192                }
  3193                set {
  3194                    this .expenseTy peField =  value;
  3195                }
  3196           }
  3197       }
  3198       
  3199       /// <r emarks/>
  3200       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3201       [Syste m.Serializ ableAttrib ute()]
  3202       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3203       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3204         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3205       public  partial c lass incom eInfo {
  3206           
  3207           pr ivate deci mal amount Field;
  3208           
  3209           pr ivate bool  amountFie ldSpecifie d;
  3210           
  3211           pr ivate stri ng typeFie ld;
  3212           
  3213           // / <remarks />
  3214           pu blic decim al amount  {
  3215                get {
  3216                    retu rn this.am ountField;
  3217                }
  3218                set {
  3219                    this .amountFie ld = value ;
  3220                }
  3221           }
  3222           
  3223           // / <remarks />
  3224           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3225           pu blic bool  amountSpec ified {
  3226                get {
  3227                    retu rn this.am ountFieldS pecified;
  3228                }
  3229                set {
  3230                    this .amountFie ldSpecifie d = value;
  3231                }
  3232           }
  3233           
  3234           // / <remarks />
  3235           pu blic strin g type {
  3236                get {
  3237                    retu rn this.ty peField;
  3238                }
  3239                set {
  3240                    this .typeField  = value;
  3241                }
  3242           }
  3243       }
  3244       
  3245       /// <r emarks/>
  3246       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3247       [Syste m.Serializ ableAttrib ute()]
  3248       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3249       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3250         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3251       public  partial c lass depen dentInfo {
  3252           
  3253           pr ivate stri ng dobFiel d;
  3254           
  3255           pr ivate Syst em.DateTim e endDateF ield;
  3256           
  3257           pr ivate bool  endDateFi eldSpecifi ed;
  3258           
  3259           pr ivate stri ng familyN ameField;
  3260           
  3261           pr ivate stri ng genderF ield;
  3262           
  3263           pr ivate stri ng givenNa meField;
  3264           
  3265           pr ivate stri ng middleN ameField;
  3266           
  3267           pr ivate stri ng relatio nshipField ;
  3268           
  3269           pr ivate ssnI nfo[] ssns Field;
  3270           
  3271           pr ivate stri ng startDa teField;
  3272           
  3273           // / <remarks />
  3274           pu blic strin g dob {
  3275                get {
  3276                    retu rn this.do bField;
  3277                }
  3278                set {
  3279                    this .dobField  = value;
  3280                }
  3281           }
  3282           
  3283           // / <remarks />
  3284           pu blic Syste m.DateTime  endDate {
  3285                get {
  3286                    retu rn this.en dDateField ;
  3287                }
  3288                set {
  3289                    this .endDateFi eld = valu e;
  3290                }
  3291           }
  3292           
  3293           // / <remarks />
  3294           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3295           pu blic bool  endDateSpe cified {
  3296                get {
  3297                    retu rn this.en dDateField Specified;
  3298                }
  3299                set {
  3300                    this .endDateFi eldSpecifi ed = value ;
  3301                }
  3302           }
  3303           
  3304           // / <remarks />
  3305           pu blic strin g familyNa me {
  3306                get {
  3307                    retu rn this.fa milyNameFi eld;
  3308                }
  3309                set {
  3310                    this .familyNam eField = v alue;
  3311                }
  3312           }
  3313           
  3314           // / <remarks />
  3315           pu blic strin g gender {
  3316                get {
  3317                    retu rn this.ge nderField;
  3318                }
  3319                set {
  3320                    this .genderFie ld = value ;
  3321                }
  3322           }
  3323           
  3324           // / <remarks />
  3325           pu blic strin g givenNam e {
  3326                get {
  3327                    retu rn this.gi venNameFie ld;
  3328                }
  3329                set {
  3330                    this .givenName Field = va lue;
  3331                }
  3332           }
  3333           
  3334           // / <remarks />
  3335           pu blic strin g middleNa me {
  3336                get {
  3337                    retu rn this.mi ddleNameFi eld;
  3338                }
  3339                set {
  3340                    this .middleNam eField = v alue;
  3341                }
  3342           }
  3343           
  3344           // / <remarks />
  3345           pu blic strin g relation ship {
  3346                get {
  3347                    retu rn this.re lationship Field;
  3348                }
  3349                set {
  3350                    this .relations hipField =  value;
  3351                }
  3352           }
  3353           
  3354           // / <remarks />
  3355           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ssn ")]
  3356           pu blic ssnIn fo[] ssns  {
  3357                get {
  3358                    retu rn this.ss nsField;
  3359                }
  3360                set {
  3361                    this .ssnsField  = value;
  3362                }
  3363           }
  3364           
  3365           // / <remarks />
  3366           pu blic strin g startDat e {
  3367                get {
  3368                    retu rn this.st artDateFie ld;
  3369                }
  3370                set {
  3371                    this .startDate Field = va lue;
  3372                }
  3373           }
  3374       }
  3375       
  3376       /// <r emarks/>
  3377       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3378       [Syste m.Serializ ableAttrib ute()]
  3379       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3380       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3381         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3382       public  partial c lass depen dentFinanc ialsInfo {
  3383           
  3384           pr ivate asse tInfo[] as setsField;
  3385           
  3386           pr ivate debi tInfo debi tsField;
  3387           
  3388           pr ivate expe nseInfo[]  expensesFi eld;
  3389           
  3390           pr ivate int  incomeYear Field;
  3391           
  3392           pr ivate bool  incomeYea rFieldSpec ified;
  3393           
  3394           pr ivate inco meInfo[] i ncomesFiel d;
  3395           
  3396           pr ivate bool  livedWith PatientFie ld;
  3397           
  3398           pr ivate bool  livedWith PatientFie ldSpecifie d;
  3399           
  3400           pr ivate bool  validDepe ndentField ;
  3401           
  3402           pr ivate bool  validDepe ndentField Specified;
  3403           
  3404           pr ivate deci mal amount Contribute dToSupport Field;
  3405           
  3406           pr ivate bool  amountCon tributedTo SupportFie ldSpecifie d;
  3407           
  3408           pr ivate bool  attendedS choolField ;
  3409           
  3410           pr ivate bool  attendedS choolField Specified;
  3411           
  3412           pr ivate bool  contribut edToSuppor tField;
  3413           
  3414           pr ivate bool  contribut edToSuppor tFieldSpec ified;
  3415           
  3416           pr ivate depe ndentInfo  dependentI nfoField;
  3417           
  3418           pr ivate bool  hasIncome Field;
  3419           
  3420           pr ivate bool  hasIncome FieldSpeci fied;
  3421           
  3422           pr ivate bool  incapable OfSelfSupp ortField;
  3423           
  3424           pr ivate bool  incapable OfSelfSupp ortFieldSp ecified;
  3425           
  3426           pr ivate bool  incomeAva ilableToPa tientField ;
  3427           
  3428           pr ivate bool  incomeAva ilableToPa tientField Specified;
  3429           
  3430           // / <remarks />
  3431           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass et")]
  3432           pu blic asset Info[] ass ets {
  3433                get {
  3434                    retu rn this.as setsField;
  3435                }
  3436                set {
  3437                    this .assetsFie ld = value ;
  3438                }
  3439           }
  3440           
  3441           // / <remarks />
  3442           pu blic debit Info debit s {
  3443                get {
  3444                    retu rn this.de bitsField;
  3445                }
  3446                set {
  3447                    this .debitsFie ld = value ;
  3448                }
  3449           }
  3450           
  3451           // / <remarks />
  3452           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("exp ense")]
  3453           pu blic expen seInfo[] e xpenses {
  3454                get {
  3455                    retu rn this.ex pensesFiel d;
  3456                }
  3457                set {
  3458                    this .expensesF ield = val ue;
  3459                }
  3460           }
  3461           
  3462           // / <remarks />
  3463           pu blic int i ncomeYear  {
  3464                get {
  3465                    retu rn this.in comeYearFi eld;
  3466                }
  3467                set {
  3468                    this .incomeYea rField = v alue;
  3469                }
  3470           }
  3471           
  3472           // / <remarks />
  3473           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3474           pu blic bool  incomeYear Specified  {
  3475                get {
  3476                    retu rn this.in comeYearFi eldSpecifi ed;
  3477                }
  3478                set {
  3479                    this .incomeYea rFieldSpec ified = va lue;
  3480                }
  3481           }
  3482           
  3483           // / <remarks />
  3484           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("inc ome")]
  3485           pu blic incom eInfo[] in comes {
  3486                get {
  3487                    retu rn this.in comesField ;
  3488                }
  3489                set {
  3490                    this .incomesFi eld = valu e;
  3491                }
  3492           }
  3493           
  3494           // / <remarks />
  3495           pu blic bool  livedWithP atient {
  3496                get {
  3497                    retu rn this.li vedWithPat ientField;
  3498                }
  3499                set {
  3500                    this .livedWith PatientFie ld = value ;
  3501                }
  3502           }
  3503           
  3504           // / <remarks />
  3505           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3506           pu blic bool  livedWithP atientSpec ified {
  3507                get {
  3508                    retu rn this.li vedWithPat ientFieldS pecified;
  3509                }
  3510                set {
  3511                    this .livedWith PatientFie ldSpecifie d = value;
  3512                }
  3513           }
  3514           
  3515           // / <remarks />
  3516           pu blic bool  validDepen dent {
  3517                get {
  3518                    retu rn this.va lidDepende ntField;
  3519                }
  3520                set {
  3521                    this .validDepe ndentField  = value;
  3522                }
  3523           }
  3524           
  3525           // / <remarks />
  3526           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3527           pu blic bool  validDepen dentSpecif ied {
  3528                get {
  3529                    retu rn this.va lidDepende ntFieldSpe cified;
  3530                }
  3531                set {
  3532                    this .validDepe ndentField Specified  = value;
  3533                }
  3534           }
  3535           
  3536           // / <remarks />
  3537           pu blic decim al amountC ontributed ToSupport  {
  3538                get {
  3539                    retu rn this.am ountContri butedToSup portField;
  3540                }
  3541                set {
  3542                    this .amountCon tributedTo SupportFie ld = value ;
  3543                }
  3544           }
  3545           
  3546           // / <remarks />
  3547           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3548           pu blic bool  amountCont ributedToS upportSpec ified {
  3549                get {
  3550                    retu rn this.am ountContri butedToSup portFieldS pecified;
  3551                }
  3552                set {
  3553                    this .amountCon tributedTo SupportFie ldSpecifie d = value;
  3554                }
  3555           }
  3556           
  3557           // / <remarks />
  3558           pu blic bool  attendedSc hool {
  3559                get {
  3560                    retu rn this.at tendedScho olField;
  3561                }
  3562                set {
  3563                    this .attendedS choolField  = value;
  3564                }
  3565           }
  3566           
  3567           // / <remarks />
  3568           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3569           pu blic bool  attendedSc hoolSpecif ied {
  3570                get {
  3571                    retu rn this.at tendedScho olFieldSpe cified;
  3572                }
  3573                set {
  3574                    this .attendedS choolField Specified  = value;
  3575                }
  3576           }
  3577           
  3578           // / <remarks />
  3579           pu blic bool  contribute dToSupport  {
  3580                get {
  3581                    retu rn this.co ntributedT oSupportFi eld;
  3582                }
  3583                set {
  3584                    this .contribut edToSuppor tField = v alue;
  3585                }
  3586           }
  3587           
  3588           // / <remarks />
  3589           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3590           pu blic bool  contribute dToSupport Specified  {
  3591                get {
  3592                    retu rn this.co ntributedT oSupportFi eldSpecifi ed;
  3593                }
  3594                set {
  3595                    this .contribut edToSuppor tFieldSpec ified = va lue;
  3596                }
  3597           }
  3598           
  3599           // / <remarks />
  3600           pu blic depen dentInfo d ependentIn fo {
  3601                get {
  3602                    retu rn this.de pendentInf oField;
  3603                }
  3604                set {
  3605                    this .dependent InfoField  = value;
  3606                }
  3607           }
  3608           
  3609           // / <remarks />
  3610           pu blic bool  hasIncome  {
  3611                get {
  3612                    retu rn this.ha sIncomeFie ld;
  3613                }
  3614                set {
  3615                    this .hasIncome Field = va lue;
  3616                }
  3617           }
  3618           
  3619           // / <remarks />
  3620           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3621           pu blic bool  hasIncomeS pecified {
  3622                get {
  3623                    retu rn this.ha sIncomeFie ldSpecifie d;
  3624                }
  3625                set {
  3626                    this .hasIncome FieldSpeci fied = val ue;
  3627                }
  3628           }
  3629           
  3630           // / <remarks />
  3631           pu blic bool  incapableO fSelfSuppo rt {
  3632                get {
  3633                    retu rn this.in capableOfS elfSupport Field;
  3634                }
  3635                set {
  3636                    this .incapable OfSelfSupp ortField =  value;
  3637                }
  3638           }
  3639           
  3640           // / <remarks />
  3641           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3642           pu blic bool  incapableO fSelfSuppo rtSpecifie d {
  3643                get {
  3644                    retu rn this.in capableOfS elfSupport FieldSpeci fied;
  3645                }
  3646                set {
  3647                    this .incapable OfSelfSupp ortFieldSp ecified =  value;
  3648                }
  3649           }
  3650           
  3651           // / <remarks />
  3652           pu blic bool  incomeAvai lableToPat ient {
  3653                get {
  3654                    retu rn this.in comeAvaila bleToPatie ntField;
  3655                }
  3656                set {
  3657                    this .incomeAva ilableToPa tientField  = value;
  3658                }
  3659           }
  3660           
  3661           // / <remarks />
  3662           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3663           pu blic bool  incomeAvai lableToPat ientSpecif ied {
  3664                get {
  3665                    retu rn this.in comeAvaila bleToPatie ntFieldSpe cified;
  3666                }
  3667                set {
  3668                    this .incomeAva ilableToPa tientField Specified  = value;
  3669                }
  3670           }
  3671       }
  3672       
  3673       /// <r emarks/>
  3674       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3675       [Syste m.Serializ ableAttrib ute()]
  3676       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3677       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3678         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3679       public  partial c lass finan cialStatem entInfo {
  3680           
  3681           pr ivate asse tInfo[] as setsField;
  3682           
  3683           pr ivate debi tInfo debi tsField;
  3684           
  3685           pr ivate expe nseInfo[]  expensesFi eld;
  3686           
  3687           pr ivate int  incomeYear Field;
  3688           
  3689           pr ivate bool  incomeYea rFieldSpec ified;
  3690           
  3691           pr ivate inco meInfo[] i ncomesFiel d;
  3692           
  3693           pr ivate deci mal contri butionToSp ouseField;
  3694           
  3695           pr ivate bool  contribut ionToSpous eFieldSpec ified;
  3696           
  3697           pr ivate depe ndentFinan cialsInfo[ ] dependen tFinancial sListField ;
  3698           
  3699           pr ivate bool  marriedLa stCalendar YearField;
  3700           
  3701           pr ivate bool  marriedLa stCalendar YearFieldS pecified;
  3702           
  3703           pr ivate int  numberOfDe pendentChi ldrenField ;
  3704           
  3705           pr ivate bool  numberOfD ependentCh ildrenFiel dSpecified ;
  3706           
  3707           pr ivate spou seFinancia lsInfo[] s pouseFinan cialsListF ield;
  3708           
  3709           // / <remarks />
  3710           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ass et")]
  3711           pu blic asset Info[] ass ets {
  3712                get {
  3713                    retu rn this.as setsField;
  3714                }
  3715                set {
  3716                    this .assetsFie ld = value ;
  3717                }
  3718           }
  3719           
  3720           // / <remarks />
  3721           pu blic debit Info debit s {
  3722                get {
  3723                    retu rn this.de bitsField;
  3724                }
  3725                set {
  3726                    this .debitsFie ld = value ;
  3727                }
  3728           }
  3729           
  3730           // / <remarks />
  3731           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("exp ense")]
  3732           pu blic expen seInfo[] e xpenses {
  3733                get {
  3734                    retu rn this.ex pensesFiel d;
  3735                }
  3736                set {
  3737                    this .expensesF ield = val ue;
  3738                }
  3739           }
  3740           
  3741           // / <remarks />
  3742           pu blic int i ncomeYear  {
  3743                get {
  3744                    retu rn this.in comeYearFi eld;
  3745                }
  3746                set {
  3747                    this .incomeYea rField = v alue;
  3748                }
  3749           }
  3750           
  3751           // / <remarks />
  3752           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3753           pu blic bool  incomeYear Specified  {
  3754                get {
  3755                    retu rn this.in comeYearFi eldSpecifi ed;
  3756                }
  3757                set {
  3758                    this .incomeYea rFieldSpec ified = va lue;
  3759                }
  3760           }
  3761           
  3762           // / <remarks />
  3763           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("inc ome")]
  3764           pu blic incom eInfo[] in comes {
  3765                get {
  3766                    retu rn this.in comesField ;
  3767                }
  3768                set {
  3769                    this .incomesFi eld = valu e;
  3770                }
  3771           }
  3772           
  3773           // / <remarks />
  3774           pu blic decim al contrib utionToSpo use {
  3775                get {
  3776                    retu rn this.co ntribution ToSpouseFi eld;
  3777                }
  3778                set {
  3779                    this .contribut ionToSpous eField = v alue;
  3780                }
  3781           }
  3782           
  3783           // / <remarks />
  3784           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3785           pu blic bool  contributi onToSpouse Specified  {
  3786                get {
  3787                    retu rn this.co ntribution ToSpouseFi eldSpecifi ed;
  3788                }
  3789                set {
  3790                    this .contribut ionToSpous eFieldSpec ified = va lue;
  3791                }
  3792           }
  3793           
  3794           // / <remarks />
  3795           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("dep endentFina ncials")]
  3796           pu blic depen dentFinanc ialsInfo[]  dependent Financials List {
  3797                get {
  3798                    retu rn this.de pendentFin ancialsLis tField;
  3799                }
  3800                set {
  3801                    this .dependent Financials ListField  = value;
  3802                }
  3803           }
  3804           
  3805           // / <remarks />
  3806           pu blic bool  marriedLas tCalendarY ear {
  3807                get {
  3808                    retu rn this.ma rriedLastC alendarYea rField;
  3809                }
  3810                set {
  3811                    this .marriedLa stCalendar YearField  = value;
  3812                }
  3813           }
  3814           
  3815           // / <remarks />
  3816           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3817           pu blic bool  marriedLas tCalendarY earSpecifi ed {
  3818                get {
  3819                    retu rn this.ma rriedLastC alendarYea rFieldSpec ified;
  3820                }
  3821                set {
  3822                    this .marriedLa stCalendar YearFieldS pecified =  value;
  3823                }
  3824           }
  3825           
  3826           // / <remarks />
  3827           pu blic int n umberOfDep endentChil dren {
  3828                get {
  3829                    retu rn this.nu mberOfDepe ndentChild renField;
  3830                }
  3831                set {
  3832                    this .numberOfD ependentCh ildrenFiel d = value;
  3833                }
  3834           }
  3835           
  3836           // / <remarks />
  3837           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3838           pu blic bool  numberOfDe pendentChi ldrenSpeci fied {
  3839                get {
  3840                    retu rn this.nu mberOfDepe ndentChild renFieldSp ecified;
  3841                }
  3842                set {
  3843                    this .numberOfD ependentCh ildrenFiel dSpecified  = value;
  3844                }
  3845           }
  3846           
  3847           // / <remarks />
  3848           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("spo useFinanci als")]
  3849           pu blic spous eFinancial sInfo[] sp ouseFinanc ialsList {
  3850                get {
  3851                    retu rn this.sp ouseFinanc ialsListFi eld;
  3852                }
  3853                set {
  3854                    this .spouseFin ancialsLis tField = v alue;
  3855                }
  3856           }
  3857       }
  3858       
  3859       /// <r emarks/>
  3860       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3861       [Syste m.Serializ ableAttrib ute()]
  3862       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3863       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3864         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3865       public  partial c lass benef iciaryTrav elInfo {
  3866           
  3867           pr ivate deci mal amount CertifiedF ield;
  3868           
  3869           pr ivate bool  amountCer tifiedFiel dSpecified ;
  3870           
  3871           pr ivate Syst em.DateTim e dateCert ifiedField ;
  3872           
  3873           pr ivate bool  dateCerti fiedFieldS pecified;
  3874           
  3875           pr ivate bool  eligibleF ield;
  3876           
  3877           pr ivate bool  eligibleF ieldSpecif ied;
  3878           
  3879           // / <remarks />
  3880           pu blic decim al amountC ertified {
  3881                get {
  3882                    retu rn this.am ountCertif iedField;
  3883                }
  3884                set {
  3885                    this .amountCer tifiedFiel d = value;
  3886                }
  3887           }
  3888           
  3889           // / <remarks />
  3890           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3891           pu blic bool  amountCert ifiedSpeci fied {
  3892                get {
  3893                    retu rn this.am ountCertif iedFieldSp ecified;
  3894                }
  3895                set {
  3896                    this .amountCer tifiedFiel dSpecified  = value;
  3897                }
  3898           }
  3899           
  3900           // / <remarks />
  3901           pu blic Syste m.DateTime  dateCerti fied {
  3902                get {
  3903                    retu rn this.da teCertifie dField;
  3904                }
  3905                set {
  3906                    this .dateCerti fiedField  = value;
  3907                }
  3908           }
  3909           
  3910           // / <remarks />
  3911           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3912           pu blic bool  dateCertif iedSpecifi ed {
  3913                get {
  3914                    retu rn this.da teCertifie dFieldSpec ified;
  3915                }
  3916                set {
  3917                    this .dateCerti fiedFieldS pecified =  value;
  3918                }
  3919           }
  3920           
  3921           // / <remarks />
  3922           pu blic bool  eligible {
  3923                get {
  3924                    retu rn this.el igibleFiel d;
  3925                }
  3926                set {
  3927                    this .eligibleF ield = val ue;
  3928                }
  3929           }
  3930           
  3931           // / <remarks />
  3932           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  3933           pu blic bool  eligibleSp ecified {
  3934                get {
  3935                    retu rn this.el igibleFiel dSpecified ;
  3936                }
  3937                set {
  3938                    this .eligibleF ieldSpecif ied = valu e;
  3939                }
  3940           }
  3941       }
  3942       
  3943       /// <r emarks/>
  3944       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3945       [Syste m.Serializ ableAttrib ute()]
  3946       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3947       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3948         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3949       public  partial c lass finan cialsInfo  {
  3950           
  3951           pr ivate bene ficiaryTra velInfo[]  beneficiar yTravelsFi eld;
  3952           
  3953           pr ivate fina ncialState mentInfo f inancialSt atementFie ld;
  3954           
  3955           pr ivate inco meTestInfo  incomeTes tField;
  3956           
  3957           // / <remarks />
  3958           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ben eficiaryTr avel")]
  3959           pu blic benef iciaryTrav elInfo[] b eneficiary Travels {
  3960                get {
  3961                    retu rn this.be neficiaryT ravelsFiel d;
  3962                }
  3963                set {
  3964                    this .beneficia ryTravelsF ield = val ue;
  3965                }
  3966           }
  3967           
  3968           // / <remarks />
  3969           pu blic finan cialStatem entInfo fi nancialSta tement {
  3970                get {
  3971                    retu rn this.fi nancialSta tementFiel d;
  3972                }
  3973                set {
  3974                    this .financial StatementF ield = val ue;
  3975                }
  3976           }
  3977           
  3978           // / <remarks />
  3979           pu blic incom eTestInfo  incomeTest  {
  3980                get {
  3981                    retu rn this.in comeTestFi eld;
  3982                }
  3983                set {
  3984                    this .incomeTes tField = v alue;
  3985                }
  3986           }
  3987       }
  3988       
  3989       /// <r emarks/>
  3990       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  3991       [Syste m.Serializ ableAttrib ute()]
  3992       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  3993       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  3994         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  3995       public  partial c lass feeBa sisInfo {
  3996           
  3997           pr ivate Syst em.DateTim e authoriz ationFromD ateField;
  3998           
  3999           pr ivate bool  authoriza tionFromDa teFieldSpe cified;
  4000           
  4001           pr ivate Syst em.DateTim e authoriz ationToDat eField;
  4002           
  4003           pr ivate bool  authoriza tionToDate FieldSpeci fied;
  4004           
  4005           pr ivate stri ng program Field;
  4006           
  4007           pr ivate Syst em.DateTim e reportDa teField;
  4008           
  4009           pr ivate bool  reportDat eFieldSpec ified;
  4010           
  4011           pr ivate stri ng reportS iteField;
  4012           
  4013           pr ivate stri ng treatme ntTypeFiel d;
  4014           
  4015           // / <remarks />
  4016           pu blic Syste m.DateTime  authoriza tionFromDa te {
  4017                get {
  4018                    retu rn this.au thorizatio nFromDateF ield;
  4019                }
  4020                set {
  4021                    this .authoriza tionFromDa teField =  value;
  4022                }
  4023           }
  4024           
  4025           // / <remarks />
  4026           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4027           pu blic bool  authorizat ionFromDat eSpecified  {
  4028                get {
  4029                    retu rn this.au thorizatio nFromDateF ieldSpecif ied;
  4030                }
  4031                set {
  4032                    this .authoriza tionFromDa teFieldSpe cified = v alue;
  4033                }
  4034           }
  4035           
  4036           // / <remarks />
  4037           pu blic Syste m.DateTime  authoriza tionToDate  {
  4038                get {
  4039                    retu rn this.au thorizatio nToDateFie ld;
  4040                }
  4041                set {
  4042                    this .authoriza tionToDate Field = va lue;
  4043                }
  4044           }
  4045           
  4046           // / <remarks />
  4047           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4048           pu blic bool  authorizat ionToDateS pecified {
  4049                get {
  4050                    retu rn this.au thorizatio nToDateFie ldSpecifie d;
  4051                }
  4052                set {
  4053                    this .authoriza tionToDate FieldSpeci fied = val ue;
  4054                }
  4055           }
  4056           
  4057           // / <remarks />
  4058           pu blic strin g program  {
  4059                get {
  4060                    retu rn this.pr ogramField ;
  4061                }
  4062                set {
  4063                    this .programFi eld = valu e;
  4064                }
  4065           }
  4066           
  4067           // / <remarks />
  4068           pu blic Syste m.DateTime  reportDat e {
  4069                get {
  4070                    retu rn this.re portDateFi eld;
  4071                }
  4072                set {
  4073                    this .reportDat eField = v alue;
  4074                }
  4075           }
  4076           
  4077           // / <remarks />
  4078           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4079           pu blic bool  reportDate Specified  {
  4080                get {
  4081                    retu rn this.re portDateFi eldSpecifi ed;
  4082                }
  4083                set {
  4084                    this .reportDat eFieldSpec ified = va lue;
  4085                }
  4086           }
  4087           
  4088           // / <remarks />
  4089           pu blic strin g reportSi te {
  4090                get {
  4091                    retu rn this.re portSiteFi eld;
  4092                }
  4093                set {
  4094                    this .reportSit eField = v alue;
  4095                }
  4096           }
  4097           
  4098           // / <remarks />
  4099           pu blic strin g treatmen tType {
  4100                get {
  4101                    retu rn this.tr eatmentTyp eField;
  4102                }
  4103                set {
  4104                    this .treatment TypeField  = value;
  4105                }
  4106           }
  4107       }
  4108       
  4109       /// <r emarks/>
  4110       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4111       [Syste m.Serializ ableAttrib ute()]
  4112       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4113       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4114         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4115       public  partial c lass speci alFactorsI nfo {
  4116           
  4117           pr ivate bool  agentOran geIndField ;
  4118           
  4119           pr ivate bool  agentOran geIndField Specified;
  4120           
  4121           pr ivate stri ng agentOr angeLocati onField;
  4122           
  4123           pr ivate bool  envContam inantsIndF ield;
  4124           
  4125           pr ivate bool  envContam inantsIndF ieldSpecif ied;
  4126           
  4127           pr ivate bool  radiation ExposureIn dField;
  4128           
  4129           pr ivate bool  radiation ExposureIn dFieldSpec ified;
  4130           
  4131           pr ivate stri ng radiati onExposure MethodFiel d;
  4132           
  4133           // / <remarks />
  4134           pu blic bool  agentOrang eInd {
  4135                get {
  4136                    retu rn this.ag entOrangeI ndField;
  4137                }
  4138                set {
  4139                    this .agentOran geIndField  = value;
  4140                }
  4141           }
  4142           
  4143           // / <remarks />
  4144           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4145           pu blic bool  agentOrang eIndSpecif ied {
  4146                get {
  4147                    retu rn this.ag entOrangeI ndFieldSpe cified;
  4148                }
  4149                set {
  4150                    this .agentOran geIndField Specified  = value;
  4151                }
  4152           }
  4153           
  4154           // / <remarks />
  4155           pu blic strin g agentOra ngeLocatio n {
  4156                get {
  4157                    retu rn this.ag entOrangeL ocationFie ld;
  4158                }
  4159                set {
  4160                    this .agentOran geLocation Field = va lue;
  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                }
  4172           }
  4173           
  4174           // / <remarks />
  4175           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4176           pu blic bool  envContami nantsIndSp ecified {
  4177                get {
  4178                    retu rn this.en vContamina ntsIndFiel dSpecified ;
  4179                }
  4180                set {
  4181                    this .envContam inantsIndF ieldSpecif ied = valu e;
  4182                }
  4183           }
  4184           
  4185           // / <remarks />
  4186           pu blic bool  radiationE xposureInd  {
  4187                get {
  4188                    retu rn this.ra diationExp osureIndFi eld;
  4189                }
  4190                set {
  4191                    this .radiation ExposureIn dField = v alue;
  4192                }
  4193           }
  4194           
  4195           // / <remarks />
  4196           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4197           pu blic bool  radiationE xposureInd Specified  {
  4198                get {
  4199                    retu rn this.ra diationExp osureIndFi eldSpecifi ed;
  4200                }
  4201                set {
  4202                    this .radiation ExposureIn dFieldSpec ified = va lue;
  4203                }
  4204           }
  4205           
  4206           // / <remarks />
  4207           pu blic strin g radiatio nExposureM ethod {
  4208                get {
  4209                    retu rn this.ra diationExp osureMetho dField;
  4210                }
  4211                set {
  4212                    this .radiation ExposureMe thodField  = value;
  4213                }
  4214           }
  4215       }
  4216       
  4217       /// <r emarks/>
  4218       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4219       [Syste m.Serializ ableAttrib ute()]
  4220       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4221       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4222         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4223       public  partial c lass rated Disability Info {
  4224           
  4225           pr ivate stri ng diagnos ticExtremi tyField;
  4226           
  4227           pr ivate stri ng disabil ityField;
  4228           
  4229           pr ivate stri ng origina lEffective RatingDate Field;
  4230           
  4231           pr ivate int  percentage Field;
  4232           
  4233           pr ivate bool  percentag eFieldSpec ified;
  4234           
  4235           pr ivate stri ng ratingD ateField;
  4236           
  4237           pr ivate bool  serviceCo nnectedFie ld;
  4238           
  4239           pr ivate bool  serviceCo nnectedFie ldSpecifie d;
  4240           
  4241           // / <remarks />
  4242           pu blic strin g diagnost icExtremit y {
  4243                get {
  4244                    retu rn this.di agnosticEx tremityFie ld;
  4245                }
  4246                set {
  4247                    this .diagnosti cExtremity Field = va lue;
  4248                }
  4249           }
  4250           
  4251           // / <remarks />
  4252           pu blic strin g disabili ty {
  4253                get {
  4254                    retu rn this.di sabilityFi eld;
  4255                }
  4256                set {
  4257                    this .disabilit yField = v alue;
  4258                }
  4259           }
  4260           
  4261           // / <remarks />
  4262           pu blic strin g original EffectiveR atingDate  {
  4263                get {
  4264                    retu rn this.or iginalEffe ctiveRatin gDateField ;
  4265                }
  4266                set {
  4267                    this .originalE ffectiveRa tingDateFi eld = valu e;
  4268                }
  4269           }
  4270           
  4271           // / <remarks />
  4272           pu blic int p ercentage  {
  4273                get {
  4274                    retu rn this.pe rcentageFi eld;
  4275                }
  4276                set {
  4277                    this .percentag eField = v alue;
  4278                }
  4279           }
  4280           
  4281           // / <remarks />
  4282           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4283           pu blic bool  percentage Specified  {
  4284                get {
  4285                    retu rn this.pe rcentageFi eldSpecifi ed;
  4286                }
  4287                set {
  4288                    this .percentag eFieldSpec ified = va lue;
  4289                }
  4290           }
  4291           
  4292           // / <remarks />
  4293           pu blic strin g ratingDa te {
  4294                get {
  4295                    retu rn this.ra tingDateFi eld;
  4296                }
  4297                set {
  4298                    this .ratingDat eField = v alue;
  4299                }
  4300           }
  4301           
  4302           // / <remarks />
  4303           pu blic bool  serviceCon nected {
  4304                get {
  4305                    retu rn this.se rviceConne ctedField;
  4306                }
  4307                set {
  4308                    this .serviceCo nnectedFie ld = value ;
  4309                }
  4310           }
  4311           
  4312           // / <remarks />
  4313           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4314           pu blic bool  serviceCon nectedSpec ified {
  4315                get {
  4316                    retu rn this.se rviceConne ctedFieldS pecified;
  4317                }
  4318                set {
  4319                    this .serviceCo nnectedFie ldSpecifie d = value;
  4320                }
  4321           }
  4322       }
  4323       
  4324       /// <r emarks/>
  4325       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4326       [Syste m.Serializ ableAttrib ute()]
  4327       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4328       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4329         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4330       public  partial c lass servi ceConnecti onAwardInf o {
  4331           
  4332           pr ivate stri ng awardDa teField;
  4333           
  4334           pr ivate stri ng combine dServiceCo nnectedPer centageEff ectiveDate Field;
  4335           
  4336           pr ivate bool  permanent AndTotalFi eld;
  4337           
  4338           pr ivate bool  permanent AndTotalFi eldSpecifi ed;
  4339           
  4340           pr ivate Syst em.DateTim e permanen tAndTotalE ffectiveDa teField;
  4341           
  4342           pr ivate bool  permanent AndTotalEf fectiveDat eFieldSpec ified;
  4343           
  4344           pr ivate rate dDisabilit yInfo[] ra tedDisabil itiesField ;
  4345           
  4346           pr ivate bool  serviceCo nnectedInd icatorFiel d;
  4347           
  4348           pr ivate bool  serviceCo nnectedInd icatorFiel dSpecified ;
  4349           
  4350           pr ivate int  serviceCon nectedPerc entageFiel d;
  4351           
  4352           pr ivate bool  serviceCo nnectedPer centageFie ldSpecifie d;
  4353           
  4354           pr ivate bool  unemploya bleField;
  4355           
  4356           pr ivate bool  unemploya bleFieldSp ecified;
  4357           
  4358           // / <remarks />
  4359           pu blic strin g awardDat e {
  4360                get {
  4361                    retu rn this.aw ardDateFie ld;
  4362                }
  4363                set {
  4364                    this .awardDate Field = va lue;
  4365                }
  4366           }
  4367           
  4368           // / <remarks />
  4369           pu blic strin g combined ServiceCon nectedPerc entageEffe ctiveDate  {
  4370                get {
  4371                    retu rn this.co mbinedServ iceConnect edPercenta geEffectiv eDateField ;
  4372                }
  4373                set {
  4374                    this .combinedS erviceConn ectedPerce ntageEffec tiveDateFi eld = valu e;
  4375                }
  4376           }
  4377           
  4378           // / <remarks />
  4379           pu blic bool  permanentA ndTotal {
  4380                get {
  4381                    retu rn this.pe rmanentAnd TotalField ;
  4382                }
  4383                set {
  4384                    this .permanent AndTotalFi eld = valu e;
  4385                }
  4386           }
  4387           
  4388           // / <remarks />
  4389           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4390           pu blic bool  permanentA ndTotalSpe cified {
  4391                get {
  4392                    retu rn this.pe rmanentAnd TotalField Specified;
  4393                }
  4394                set {
  4395                    this .permanent AndTotalFi eldSpecifi ed = value ;
  4396                }
  4397           }
  4398           
  4399           // / <remarks />
  4400           pu blic Syste m.DateTime  permanent AndTotalEf fectiveDat e {
  4401                get {
  4402                    retu rn this.pe rmanentAnd TotalEffec tiveDateFi eld;
  4403                }
  4404                set {
  4405                    this .permanent AndTotalEf fectiveDat eField = v alue;
  4406                }
  4407           }
  4408           
  4409           // / <remarks />
  4410           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4411           pu blic bool  permanentA ndTotalEff ectiveDate Specified  {
  4412                get {
  4413                    retu rn this.pe rmanentAnd TotalEffec tiveDateFi eldSpecifi ed;
  4414                }
  4415                set {
  4416                    this .permanent AndTotalEf fectiveDat eFieldSpec ified = va lue;
  4417                }
  4418           }
  4419           
  4420           // / <remarks />
  4421           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("rat edDisabili ty")]
  4422           pu blic rated Disability Info[] rat edDisabili ties {
  4423                get {
  4424                    retu rn this.ra tedDisabil itiesField ;
  4425                }
  4426                set {
  4427                    this .ratedDisa bilitiesFi eld = valu e;
  4428                }
  4429           }
  4430           
  4431           // / <remarks />
  4432           pu blic bool  serviceCon nectedIndi cator {
  4433                get {
  4434                    retu rn this.se rviceConne ctedIndica torField;
  4435                }
  4436                set {
  4437                    this .serviceCo nnectedInd icatorFiel d = value;
  4438                }
  4439           }
  4440           
  4441           // / <remarks />
  4442           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4443           pu blic bool  serviceCon nectedIndi catorSpeci fied {
  4444                get {
  4445                    retu rn this.se rviceConne ctedIndica torFieldSp ecified;
  4446                }
  4447                set {
  4448                    this .serviceCo nnectedInd icatorFiel dSpecified  = value;
  4449                }
  4450           }
  4451           
  4452           // / <remarks />
  4453           pu blic int s erviceConn ectedPerce ntage {
  4454                get {
  4455                    retu rn this.se rviceConne ctedPercen tageField;
  4456                }
  4457                set {
  4458                    this .serviceCo nnectedPer centageFie ld = value ;
  4459                }
  4460           }
  4461           
  4462           // / <remarks />
  4463           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4464           pu blic bool  serviceCon nectedPerc entageSpec ified {
  4465                get {
  4466                    retu rn this.se rviceConne ctedPercen tageFieldS pecified;
  4467                }
  4468                set {
  4469                    this .serviceCo nnectedPer centageFie ldSpecifie d = value;
  4470                }
  4471           }
  4472           
  4473           // / <remarks />
  4474           pu blic bool  unemployab le {
  4475                get {
  4476                    retu rn this.un employable Field;
  4477                }
  4478                set {
  4479                    this .unemploya bleField =  value;
  4480                }
  4481           }
  4482           
  4483           // / <remarks />
  4484           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4485           pu blic bool  unemployab leSpecifie d {
  4486                get {
  4487                    retu rn this.un employable FieldSpeci fied;
  4488                }
  4489                set {
  4490                    this .unemploya bleFieldSp ecified =  value;
  4491                }
  4492           }
  4493       }
  4494       
  4495       /// <r emarks/>
  4496       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4497       [Syste m.Serializ ableAttrib ute()]
  4498       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4499       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4500         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4501       public  partial c lass eligi bilityInfo  {
  4502           
  4503           pr ivate stri ng indicat orField;
  4504           
  4505           pr ivate stri ng typeFie ld;
  4506           
  4507           // / <remarks />
  4508           pu blic strin g indicato r {
  4509                get {
  4510                    retu rn this.in dicatorFie ld;
  4511                }
  4512                set {
  4513                    this .indicator Field = va lue;
  4514                }
  4515           }
  4516           
  4517           // / <remarks />
  4518           pu blic strin g type {
  4519                get {
  4520                    retu rn this.ty peField;
  4521                }
  4522                set {
  4523                    this .typeField  = value;
  4524                }
  4525           }
  4526       }
  4527       
  4528       /// <r emarks/>
  4529       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4530       [Syste m.Serializ ableAttrib ute()]
  4531       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4532       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4533         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4534       public  partial c lass noseT hroatRadiu mInfo {
  4535           
  4536           pr ivate stri ng determi nationFaci lityField;
  4537           
  4538           pr ivate bool  diagnosed WithCancer Field;
  4539           
  4540           pr ivate bool  diagnosed WithCancer FieldSpeci fied;
  4541           
  4542           pr ivate Syst em.DateTim e diagnosi sVerifiedD ateField;
  4543           
  4544           pr ivate bool  diagnosis VerifiedDa teFieldSpe cified;
  4545           
  4546           pr ivate bool  fromAviat orServiceB efore1955F ield;
  4547           
  4548           pr ivate bool  fromAviat orServiceB efore1955F ieldSpecif ied;
  4549           
  4550           pr ivate bool  fromSubma rinerServi ceBefore19 65Field;
  4551           
  4552           pr ivate bool  fromSubma rinerServi ceBefore19 65FieldSpe cified;
  4553           
  4554           pr ivate stri ng receivi ngTreatmen tField;
  4555           
  4556           pr ivate Syst em.DateTim e verifica tionDateFi eld;
  4557           
  4558           pr ivate bool  verificat ionDateFie ldSpecifie d;
  4559           
  4560           pr ivate stri ng verific ationFacil ityField;
  4561           
  4562           pr ivate stri ng verific ationMetho dField;
  4563           
  4564           // / <remarks />
  4565           pu blic strin g determin ationFacil ity {
  4566                get {
  4567                    retu rn this.de terminatio nFacilityF ield;
  4568                }
  4569                set {
  4570                    this .determina tionFacili tyField =  value;
  4571                }
  4572           }
  4573           
  4574           // / <remarks />
  4575           pu blic bool  diagnosedW ithCancer  {
  4576                get {
  4577                    retu rn this.di agnosedWit hCancerFie ld;
  4578                }
  4579                set {
  4580                    this .diagnosed WithCancer Field = va lue;
  4581                }
  4582           }
  4583           
  4584           // / <remarks />
  4585           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4586           pu blic bool  diagnosedW ithCancerS pecified {
  4587                get {
  4588                    retu rn this.di agnosedWit hCancerFie ldSpecifie d;
  4589                }
  4590                set {
  4591                    this .diagnosed WithCancer FieldSpeci fied = val ue;
  4592                }
  4593           }
  4594           
  4595           // / <remarks />
  4596           pu blic Syste m.DateTime  diagnosis VerifiedDa te {
  4597                get {
  4598                    retu rn this.di agnosisVer ifiedDateF ield;
  4599                }
  4600                set {
  4601                    this .diagnosis VerifiedDa teField =  value;
  4602                }
  4603           }
  4604           
  4605           // / <remarks />
  4606           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4607           pu blic bool  diagnosisV erifiedDat eSpecified  {
  4608                get {
  4609                    retu rn this.di agnosisVer ifiedDateF ieldSpecif ied;
  4610                }
  4611                set {
  4612                    this .diagnosis VerifiedDa teFieldSpe cified = v alue;
  4613                }
  4614           }
  4615           
  4616           // / <remarks />
  4617           pu blic bool  fromAviato rServiceBe fore1955 {
  4618                get {
  4619                    retu rn this.fr omAviatorS erviceBefo re1955Fiel d;
  4620                }
  4621                set {
  4622                    this .fromAviat orServiceB efore1955F ield = val ue;
  4623                }
  4624           }
  4625           
  4626           // / <remarks />
  4627           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4628           pu blic bool  fromAviato rServiceBe fore1955Sp ecified {
  4629                get {
  4630                    retu rn this.fr omAviatorS erviceBefo re1955Fiel dSpecified ;
  4631                }
  4632                set {
  4633                    this .fromAviat orServiceB efore1955F ieldSpecif ied = valu e;
  4634                }
  4635           }
  4636           
  4637           // / <remarks />
  4638           pu blic bool  fromSubmar inerServic eBefore196 5 {
  4639                get {
  4640                    retu rn this.fr omSubmarin erServiceB efore1965F ield;
  4641                }
  4642                set {
  4643                    this .fromSubma rinerServi ceBefore19 65Field =  value;
  4644                }
  4645           }
  4646           
  4647           // / <remarks />
  4648           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4649           pu blic bool  fromSubmar inerServic eBefore196 5Specified  {
  4650                get {
  4651                    retu rn this.fr omSubmarin erServiceB efore1965F ieldSpecif ied;
  4652                }
  4653                set {
  4654                    this .fromSubma rinerServi ceBefore19 65FieldSpe cified = v alue;
  4655                }
  4656           }
  4657           
  4658           // / <remarks />
  4659           pu blic strin g receivin gTreatment  {
  4660                get {
  4661                    retu rn this.re ceivingTre atmentFiel d;
  4662                }
  4663                set {
  4664                    this .receiving TreatmentF ield = val ue;
  4665                }
  4666           }
  4667           
  4668           // / <remarks />
  4669           pu blic Syste m.DateTime  verificat ionDate {
  4670                get {
  4671                    retu rn this.ve rification DateField;
  4672                }
  4673                set {
  4674                    this .verificat ionDateFie ld = value ;
  4675                }
  4676           }
  4677           
  4678           // / <remarks />
  4679           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4680           pu blic bool  verificati onDateSpec ified {
  4681                get {
  4682                    retu rn this.ve rification DateFieldS pecified;
  4683                }
  4684                set {
  4685                    this .verificat ionDateFie ldSpecifie d = value;
  4686                }
  4687           }
  4688           
  4689           // / <remarks />
  4690           pu blic strin g verifica tionFacili ty {
  4691                get {
  4692                    retu rn this.ve rification FacilityFi eld;
  4693                }
  4694                set {
  4695                    this .verificat ionFacilit yField = v alue;
  4696                }
  4697           }
  4698           
  4699           // / <remarks />
  4700           pu blic strin g verifica tionMethod  {
  4701                get {
  4702                    retu rn this.ve rification MethodFiel d;
  4703                }
  4704                set {
  4705                    this .verificat ionMethodF ield = val ue;
  4706                }
  4707           }
  4708       }
  4709       
  4710       /// <r emarks/>
  4711       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4712       [Syste m.Serializ ableAttrib ute()]
  4713       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4714       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4715         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4716       public  partial c lass monet aryBenefit Info {
  4717           
  4718           pr ivate bool  monetaryB enefitIndi catorField ;
  4719           
  4720           pr ivate bool  monetaryB enefitIndi catorField Specified;
  4721           
  4722           pr ivate stri ng typeFie ld;
  4723           
  4724           // / <remarks />
  4725           pu blic bool  monetaryBe nefitIndic ator {
  4726                get {
  4727                    retu rn this.mo netaryBene fitIndicat orField;
  4728                }
  4729                set {
  4730                    this .monetaryB enefitIndi catorField  = value;
  4731                }
  4732           }
  4733           
  4734           // / <remarks />
  4735           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4736           pu blic bool  monetaryBe nefitIndic atorSpecif ied {
  4737                get {
  4738                    retu rn this.mo netaryBene fitIndicat orFieldSpe cified;
  4739                }
  4740                set {
  4741                    this .monetaryB enefitIndi catorField Specified  = value;
  4742                }
  4743           }
  4744           
  4745           // / <remarks />
  4746           pu blic strin g type {
  4747                get {
  4748                    retu rn this.ty peField;
  4749                }
  4750                set {
  4751                    this .typeField  = value;
  4752                }
  4753           }
  4754       }
  4755       
  4756       /// <r emarks/>
  4757       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4758       [Syste m.Serializ ableAttrib ute()]
  4759       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4760       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4761         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4762       public  partial c lass monet aryBenefit AwardInfo  {
  4763           
  4764           pr ivate deci mal checkA mountField ;
  4765           
  4766           pr ivate bool  checkAmou ntFieldSpe cified;
  4767           
  4768           pr ivate mone taryBenefi tInfo[] mo netaryBene fitsField;
  4769           
  4770           // / <remarks />
  4771           pu blic decim al checkAm ount {
  4772                get {
  4773                    retu rn this.ch eckAmountF ield;
  4774                }
  4775                set {
  4776                    this .checkAmou ntField =  value;
  4777                }
  4778           }
  4779           
  4780           // / <remarks />
  4781           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4782           pu blic bool  checkAmoun tSpecified  {
  4783                get {
  4784                    retu rn this.ch eckAmountF ieldSpecif ied;
  4785                }
  4786                set {
  4787                    this .checkAmou ntFieldSpe cified = v alue;
  4788                }
  4789           }
  4790           
  4791           // / <remarks />
  4792           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("mon etaryBenef it")]
  4793           pu blic monet aryBenefit Info[] mon etaryBenef its {
  4794                get {
  4795                    retu rn this.mo netaryBene fitsField;
  4796                }
  4797                set {
  4798                    this .monetaryB enefitsFie ld = value ;
  4799                }
  4800           }
  4801       }
  4802       
  4803       /// <r emarks/>
  4804       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4805       [Syste m.Serializ ableAttrib ute()]
  4806       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4807       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4808         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4809       public  partial c lass milit arySexualT raumaInfo  {
  4810           
  4811           pr ivate stri ng determi nationFaci lityField;
  4812           
  4813           pr ivate stri ng statusF ield;
  4814           
  4815           pr ivate Syst em.DateTim e statusCh angeDateFi eld;
  4816           
  4817           pr ivate bool  statusCha ngeDateFie ldSpecifie d;
  4818           
  4819           // / <remarks />
  4820           pu blic strin g determin ationFacil ity {
  4821                get {
  4822                    retu rn this.de terminatio nFacilityF ield;
  4823                }
  4824                set {
  4825                    this .determina tionFacili tyField =  value;
  4826                }
  4827           }
  4828           
  4829           // / <remarks />
  4830           pu blic strin g status {
  4831                get {
  4832                    retu rn this.st atusField;
  4833                }
  4834                set {
  4835                    this .statusFie ld = value ;
  4836                }
  4837           }
  4838           
  4839           // / <remarks />
  4840           pu blic Syste m.DateTime  statusCha ngeDate {
  4841                get {
  4842                    retu rn this.st atusChange DateField;
  4843                }
  4844                set {
  4845                    this .statusCha ngeDateFie ld = value ;
  4846                }
  4847           }
  4848           
  4849           // / <remarks />
  4850           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4851           pu blic bool  statusChan geDateSpec ified {
  4852                get {
  4853                    retu rn this.st atusChange DateFieldS pecified;
  4854                }
  4855                set {
  4856                    this .statusCha ngeDateFie ldSpecifie d = value;
  4857                }
  4858           }
  4859       }
  4860       
  4861       /// <r emarks/>
  4862       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4863       [Syste m.Serializ ableAttrib ute()]
  4864       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4865       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4866         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4867       public  partial c lass ineli gibilityFa ctorInfo {
  4868           
  4869           pr ivate stri ng facilit yReceivedF ield;
  4870           
  4871           pr ivate Syst em.DateTim e ineligib leDateFiel d;
  4872           
  4873           pr ivate bool  ineligibl eDateField Specified;
  4874           
  4875           pr ivate stri ng reasonF ield;
  4876           
  4877           pr ivate stri ng varoDec isionField ;
  4878           
  4879           // / <remarks />
  4880           pu blic strin g facility Received {
  4881                get {
  4882                    retu rn this.fa cilityRece ivedField;
  4883                }
  4884                set {
  4885                    this .facilityR eceivedFie ld = value ;
  4886                }
  4887           }
  4888           
  4889           // / <remarks />
  4890           pu blic Syste m.DateTime  ineligibl eDate {
  4891                get {
  4892                    retu rn this.in eligibleDa teField;
  4893                }
  4894                set {
  4895                    this .ineligibl eDateField  = value;
  4896                }
  4897           }
  4898           
  4899           // / <remarks />
  4900           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  4901           pu blic bool  ineligible DateSpecif ied {
  4902                get {
  4903                    retu rn this.in eligibleDa teFieldSpe cified;
  4904                }
  4905                set {
  4906                    this .ineligibl eDateField Specified  = value;
  4907                }
  4908           }
  4909           
  4910           // / <remarks />
  4911           pu blic strin g reason {
  4912                get {
  4913                    retu rn this.re asonField;
  4914                }
  4915                set {
  4916                    this .reasonFie ld = value ;
  4917                }
  4918           }
  4919           
  4920           // / <remarks />
  4921           pu blic strin g varoDeci sion {
  4922                get {
  4923                    retu rn this.va roDecision Field;
  4924                }
  4925                set {
  4926                    this .varoDecis ionField =  value;
  4927                }
  4928           }
  4929       }
  4930       
  4931       /// <r emarks/>
  4932       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4933       [Syste m.Serializ ableAttrib ute()]
  4934       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4935       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4936         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4937       public  partial c lass cdPro cedureInfo  {
  4938           
  4939           pr ivate stri ng affecte dExtremity Field;
  4940           
  4941           pr ivate stri ng procedu reField;
  4942           
  4943           // / <remarks />
  4944           pu blic strin g affected Extremity  {
  4945                get {
  4946                    retu rn this.af fectedExtr emityField ;
  4947                }
  4948                set {
  4949                    this .affectedE xtremityFi eld = valu e;
  4950                }
  4951           }
  4952           
  4953           // / <remarks />
  4954           pu blic strin g procedur e {
  4955                get {
  4956                    retu rn this.pr ocedureFie ld;
  4957                }
  4958                set {
  4959                    this .procedure Field = va lue;
  4960                }
  4961           }
  4962       }
  4963       
  4964       /// <r emarks/>
  4965       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  4966       [Syste m.Serializ ableAttrib ute()]
  4967       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  4968       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  4969         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  4970       public  partial c lass cdCon ditionInfo  {
  4971           
  4972           pr ivate stri ng conditi onField;
  4973           
  4974           pr ivate bool  permanent IndicatorF ield;
  4975           
  4976           pr ivate bool  permanent IndicatorF ieldSpecif ied;
  4977           
  4978           pr ivate int  scoreField ;
  4979           
  4980           pr ivate bool  scoreFiel dSpecified ;
  4981           
  4982           // / <remarks />
  4983           pu blic strin g conditio n {
  4984                get {
  4985                    retu rn this.co nditionFie ld;
  4986                }
  4987                set {
  4988                    this .condition Field = va lue;
  4989                }
  4990           }
  4991           
  4992           // / <remarks />
  4993           pu blic bool  permanentI ndicator {
  4994                get {
  4995                    retu rn this.pe rmanentInd icatorFiel d;
  4996                }
  4997                set {
  4998                    this .permanent IndicatorF ield = val ue;
  4999                }
  5000           }
  5001           
  5002           // / <remarks />
  5003           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5004           pu blic bool  permanentI ndicatorSp ecified {
  5005                get {
  5006                    retu rn this.pe rmanentInd icatorFiel dSpecified ;
  5007                }
  5008                set {
  5009                    this .permanent IndicatorF ieldSpecif ied = valu e;
  5010                }
  5011           }
  5012           
  5013           // / <remarks />
  5014           pu blic int s core {
  5015                get {
  5016                    retu rn this.sc oreField;
  5017                }
  5018                set {
  5019                    this .scoreFiel d = value;
  5020                }
  5021           }
  5022           
  5023           // / <remarks />
  5024           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5025           pu blic bool  scoreSpeci fied {
  5026                get {
  5027                    retu rn this.sc oreFieldSp ecified;
  5028                }
  5029                set {
  5030                    this .scoreFiel dSpecified  = value;
  5031                }
  5032           }
  5033       }
  5034       
  5035       /// <r emarks/>
  5036       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5037       [Syste m.Serializ ableAttrib ute()]
  5038       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5039       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5040         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5041       public  partial c lass catas trophicDis abilityInf o {
  5042           
  5043           pr ivate bool  catastrop hicallyDis abledField ;
  5044           
  5045           pr ivate bool  catastrop hicallyDis abledField Specified;
  5046           
  5047           pr ivate cdCo nditionInf o[] cdCond itionsFiel d;
  5048           
  5049           pr ivate cdPr ocedureInf o[] cdProc eduresFiel d;
  5050           
  5051           pr ivate Syst em.DateTim e decision DateField;
  5052           
  5053           pr ivate bool  decisionD ateFieldSp ecified;
  5054           
  5055           pr ivate stri ng determi nationFaci lityField;
  5056           
  5057           pr ivate stri ng determi nationMeth odField;
  5058           
  5059           pr ivate stri ng determi nedByField ;
  5060           
  5061           pr ivate stri ng[] diagn osesField;
  5062           
  5063           pr ivate Syst em.DateTim e facility InitiatedC DReviewDat eField;
  5064           
  5065           pr ivate bool  facilityI nitiatedCD ReviewDate FieldSpeci fied;
  5066           
  5067           pr ivate Syst em.DateTim e reviewDa teField;
  5068           
  5069           pr ivate bool  reviewDat eFieldSpec ified;
  5070           
  5071           pr ivate Syst em.DateTim e veteranR equestedCD ReviewDate Field;
  5072           
  5073           pr ivate bool  veteranRe questedCDR eviewDateF ieldSpecif ied;
  5074           
  5075           pr ivate Syst em.DateTim e veteranW asNotified CDDateFiel d;
  5076           
  5077           pr ivate bool  veteranWa sNotifiedC DDateField Specified;
  5078           
  5079           // / <remarks />
  5080           pu blic bool  catastroph icallyDisa bled {
  5081                get {
  5082                    retu rn this.ca tastrophic allyDisabl edField;
  5083                }
  5084                set {
  5085                    this .catastrop hicallyDis abledField  = value;
  5086                }
  5087           }
  5088           
  5089           // / <remarks />
  5090           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5091           pu blic bool  catastroph icallyDisa bledSpecif ied {
  5092                get {
  5093                    retu rn this.ca tastrophic allyDisabl edFieldSpe cified;
  5094                }
  5095                set {
  5096                    this .catastrop hicallyDis abledField Specified  = value;
  5097                }
  5098           }
  5099           
  5100           // / <remarks />
  5101           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("cdC ondition") ]
  5102           pu blic cdCon ditionInfo [] cdCondi tions {
  5103                get {
  5104                    retu rn this.cd Conditions Field;
  5105                }
  5106                set {
  5107                    this .cdConditi onsField =  value;
  5108                }
  5109           }
  5110           
  5111           // / <remarks />
  5112           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("cdP rocedure") ]
  5113           pu blic cdPro cedureInfo [] cdProce dures {
  5114                get {
  5115                    retu rn this.cd Procedures Field;
  5116                }
  5117                set {
  5118                    this .cdProcedu resField =  value;
  5119                }
  5120           }
  5121           
  5122           // / <remarks />
  5123           pu blic Syste m.DateTime  decisionD ate {
  5124                get {
  5125                    retu rn this.de cisionDate Field;
  5126                }
  5127                set {
  5128                    this .decisionD ateField =  value;
  5129                }
  5130           }
  5131           
  5132           // / <remarks />
  5133           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5134           pu blic bool  decisionDa teSpecifie d {
  5135                get {
  5136                    retu rn this.de cisionDate FieldSpeci fied;
  5137                }
  5138                set {
  5139                    this .decisionD ateFieldSp ecified =  value;
  5140                }
  5141           }
  5142           
  5143           // / <remarks />
  5144           pu blic strin g determin ationFacil ity {
  5145                get {
  5146                    retu rn this.de terminatio nFacilityF ield;
  5147                }
  5148                set {
  5149                    this .determina tionFacili tyField =  value;
  5150                }
  5151           }
  5152           
  5153           // / <remarks />
  5154           pu blic strin g determin ationMetho d {
  5155                get {
  5156                    retu rn this.de terminatio nMethodFie ld;
  5157                }
  5158                set {
  5159                    this .determina tionMethod Field = va lue;
  5160                }
  5161           }
  5162           
  5163           // / <remarks />
  5164           pu blic strin g determin edBy {
  5165                get {
  5166                    retu rn this.de terminedBy Field;
  5167                }
  5168                set {
  5169                    this .determine dByField =  value;
  5170                }
  5171           }
  5172           
  5173           // / <remarks />
  5174           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("dia gnosis")]
  5175           pu blic strin g[] diagno ses {
  5176                get {
  5177                    retu rn this.di agnosesFie ld;
  5178                }
  5179                set {
  5180                    this .diagnoses Field = va lue;
  5181                }
  5182           }
  5183           
  5184           // / <remarks />
  5185           pu blic Syste m.DateTime  facilityI nitiatedCD ReviewDate  {
  5186                get {
  5187                    retu rn this.fa cilityInit iatedCDRev iewDateFie ld;
  5188                }
  5189                set {
  5190                    this .facilityI nitiatedCD ReviewDate Field = va lue;
  5191                }
  5192           }
  5193           
  5194           // / <remarks />
  5195           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5196           pu blic bool  facilityIn itiatedCDR eviewDateS pecified {
  5197                get {
  5198                    retu rn this.fa cilityInit iatedCDRev iewDateFie ldSpecifie d;
  5199                }
  5200                set {
  5201                    this .facilityI nitiatedCD ReviewDate FieldSpeci fied = val ue;
  5202                }
  5203           }
  5204           
  5205           // / <remarks />
  5206           pu blic Syste m.DateTime  reviewDat e {
  5207                get {
  5208                    retu rn this.re viewDateFi eld;
  5209                }
  5210                set {
  5211                    this .reviewDat eField = v alue;
  5212                }
  5213           }
  5214           
  5215           // / <remarks />
  5216           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5217           pu blic bool  reviewDate Specified  {
  5218                get {
  5219                    retu rn this.re viewDateFi eldSpecifi ed;
  5220                }
  5221                set {
  5222                    this .reviewDat eFieldSpec ified = va lue;
  5223                }
  5224           }
  5225           
  5226           // / <remarks />
  5227           pu blic Syste m.DateTime  veteranRe questedCDR eviewDate  {
  5228                get {
  5229                    retu rn this.ve teranReque stedCDRevi ewDateFiel d;
  5230                }
  5231                set {
  5232                    this .veteranRe questedCDR eviewDateF ield = val ue;
  5233                }
  5234           }
  5235           
  5236           // / <remarks />
  5237           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5238           pu blic bool  veteranReq uestedCDRe viewDateSp ecified {
  5239                get {
  5240                    retu rn this.ve teranReque stedCDRevi ewDateFiel dSpecified ;
  5241                }
  5242                set {
  5243                    this .veteranRe questedCDR eviewDateF ieldSpecif ied = valu e;
  5244                }
  5245           }
  5246           
  5247           // / <remarks />
  5248           pu blic Syste m.DateTime  veteranWa sNotifiedC DDate {
  5249                get {
  5250                    retu rn this.ve teranWasNo tifiedCDDa teField;
  5251                }
  5252                set {
  5253                    this .veteranWa sNotifiedC DDateField  = value;
  5254                }
  5255           }
  5256           
  5257           // / <remarks />
  5258           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5259           pu blic bool  veteranWas NotifiedCD DateSpecif ied {
  5260                get {
  5261                    retu rn this.ve teranWasNo tifiedCDDa teFieldSpe cified;
  5262                }
  5263                set {
  5264                    this .veteranWa sNotifiedC DDateField Specified  = value;
  5265                }
  5266           }
  5267       }
  5268       
  5269       /// <r emarks/>
  5270       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5271       [Syste m.Serializ ableAttrib ute()]
  5272       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5273       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5274         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5275       public  partial c lass cance lDeclineIn fo {
  5276           
  5277           pr ivate bool  cancelDec lineIndica torField;
  5278           
  5279           pr ivate bool  cancelDec lineIndica torFieldSp ecified;
  5280           
  5281           pr ivate stri ng reasonF ield;
  5282           
  5283           pr ivate stri ng remarks Field;
  5284           
  5285           // / <remarks />
  5286           pu blic bool  cancelDecl ineIndicat or {
  5287                get {
  5288                    retu rn this.ca ncelDeclin eIndicator Field;
  5289                }
  5290                set {
  5291                    this .cancelDec lineIndica torField =  value;
  5292                }
  5293           }
  5294           
  5295           // / <remarks />
  5296           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5297           pu blic bool  cancelDecl ineIndicat orSpecifie d {
  5298                get {
  5299                    retu rn this.ca ncelDeclin eIndicator FieldSpeci fied;
  5300                }
  5301                set {
  5302                    this .cancelDec lineIndica torFieldSp ecified =  value;
  5303                }
  5304           }
  5305           
  5306           // / <remarks />
  5307           pu blic strin g reason {
  5308                get {
  5309                    retu rn this.re asonField;
  5310                }
  5311                set {
  5312                    this .reasonFie ld = value ;
  5313                }
  5314           }
  5315           
  5316           // / <remarks />
  5317           pu blic strin g remarks  {
  5318                get {
  5319                    retu rn this.re marksField ;
  5320                }
  5321                set {
  5322                    this .remarksFi eld = valu e;
  5323                }
  5324           }
  5325       }
  5326       
  5327       /// <r emarks/>
  5328       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5329       [Syste m.Serializ ableAttrib ute()]
  5330       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5331       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5332         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5333       public  partial c lass enrol lmentDeter minationIn fo {
  5334           
  5335           pr ivate Syst em.DateTim e applicat ionDateFie ld;
  5336           
  5337           pr ivate bool  applicati onDateFiel dSpecified ;
  5338           
  5339           pr ivate stri ng calcula tionSource Field;
  5340           
  5341           pr ivate canc elDeclineI nfo cancel DeclineInf oField;
  5342           
  5343           pr ivate cata strophicDi sabilityIn fo catastr ophicDisab ilityInfoF ield;
  5344           
  5345           pr ivate Syst em.DateTim e effectiv eDateField ;
  5346           
  5347           pr ivate bool  effective DateFieldS pecified;
  5348           
  5349           pr ivate bool  eligibleF orMedicaid Field;
  5350           
  5351           pr ivate bool  eligibleF orMedicaid FieldSpeci fied;
  5352           
  5353           pr ivate Syst em.DateTim e endDateF ield;
  5354           
  5355           pr ivate bool  endDateFi eldSpecifi ed;
  5356           
  5357           pr ivate Syst em.DateTim e enrollme ntDateFiel d;
  5358           
  5359           pr ivate bool  enrollmen tDateField Specified;
  5360           
  5361           pr ivate stri ng enrollm entStatusF ield;
  5362           
  5363           pr ivate stri ng facilit yReceivedF ield;
  5364           
  5365           pr ivate inel igibilityF actorInfo  ineligibil ityFactorF ield;
  5366           
  5367           pr ivate mili tarySexual TraumaInfo  militaryS exualTraum aInfoField ;
  5368           
  5369           pr ivate mone taryBenefi tAwardInfo  monetaryB enefitAwar dInfoField ;
  5370           
  5371           pr ivate nose ThroatRadi umInfo nos eThroatRad iumInfoFie ld;
  5372           
  5373           pr ivate elig ibilityInf o[] otherE ligibiliti esField;
  5374           
  5375           pr ivate elig ibilityInf o primaryE ligibility Field;
  5376           
  5377           pr ivate stri ng priorit yGroupFiel d;
  5378           
  5379           pr ivate stri ng priorit ySubGroupF ield;
  5380           
  5381           pr ivate elig ibilityInf o[] second aryEligibi litiesFiel d;
  5382           
  5383           pr ivate serv iceConnect ionAwardIn fo service Connection AwardField ;
  5384           
  5385           pr ivate spec ialFactors Info speci alFactorsF ield;
  5386           
  5387           pr ivate stri ng userEnr olleeSiteF ield;
  5388           
  5389           pr ivate int  userEnroll eeValidThr oughField;
  5390           
  5391           pr ivate bool  userEnrol leeValidTh roughField Specified;
  5392           
  5393           pr ivate bool  veteranFi eld;
  5394           
  5395           pr ivate bool  veteranFi eldSpecifi ed;
  5396           
  5397           // / <remarks />
  5398           pu blic Syste m.DateTime  applicati onDate {
  5399                get {
  5400                    retu rn this.ap plicationD ateField;
  5401                }
  5402                set {
  5403                    this .applicati onDateFiel d = value;
  5404                }
  5405           }
  5406           
  5407           // / <remarks />
  5408           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5409           pu blic bool  applicatio nDateSpeci fied {
  5410                get {
  5411                    retu rn this.ap plicationD ateFieldSp ecified;
  5412                }
  5413                set {
  5414                    this .applicati onDateFiel dSpecified  = value;
  5415                }
  5416           }
  5417           
  5418           // / <remarks />
  5419           pu blic strin g calculat ionSource  {
  5420                get {
  5421                    retu rn this.ca lculationS ourceField ;
  5422                }
  5423                set {
  5424                    this .calculati onSourceFi eld = valu e;
  5425                }
  5426           }
  5427           
  5428           // / <remarks />
  5429           pu blic cance lDeclineIn fo cancelD eclineInfo  {
  5430                get {
  5431                    retu rn this.ca ncelDeclin eInfoField ;
  5432                }
  5433                set {
  5434                    this .cancelDec lineInfoFi eld = valu e;
  5435                }
  5436           }
  5437           
  5438           // / <remarks />
  5439           pu blic catas trophicDis abilityInf o catastro phicDisabi lityInfo {
  5440                get {
  5441                    retu rn this.ca tastrophic Disability InfoField;
  5442                }
  5443                set {
  5444                    this .catastrop hicDisabil ityInfoFie ld = value ;
  5445                }
  5446           }
  5447           
  5448           // / <remarks />
  5449           pu blic Syste m.DateTime  effective Date {
  5450                get {
  5451                    retu rn this.ef fectiveDat eField;
  5452                }
  5453                set {
  5454                    this .effective DateField  = value;
  5455                }
  5456           }
  5457           
  5458           // / <remarks />
  5459           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5460           pu blic bool  effectiveD ateSpecifi ed {
  5461                get {
  5462                    retu rn this.ef fectiveDat eFieldSpec ified;
  5463                }
  5464                set {
  5465                    this .effective DateFieldS pecified =  value;
  5466                }
  5467           }
  5468           
  5469           // / <remarks />
  5470           pu blic bool  eligibleFo rMedicaid  {
  5471                get {
  5472                    retu rn this.el igibleForM edicaidFie ld;
  5473                }
  5474                set {
  5475                    this .eligibleF orMedicaid Field = va lue;
  5476                }
  5477           }
  5478           
  5479           // / <remarks />
  5480           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5481           pu blic bool  eligibleFo rMedicaidS pecified {
  5482                get {
  5483                    retu rn this.el igibleForM edicaidFie ldSpecifie d;
  5484                }
  5485                set {
  5486                    this .eligibleF orMedicaid FieldSpeci fied = val ue;
  5487                }
  5488           }
  5489           
  5490           // / <remarks />
  5491           pu blic Syste m.DateTime  endDate {
  5492                get {
  5493                    retu rn this.en dDateField ;
  5494                }
  5495                set {
  5496                    this .endDateFi eld = valu e;
  5497                }
  5498           }
  5499           
  5500           // / <remarks />
  5501           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5502           pu blic bool  endDateSpe cified {
  5503                get {
  5504                    retu rn this.en dDateField Specified;
  5505                }
  5506                set {
  5507                    this .endDateFi eldSpecifi ed = value ;
  5508                }
  5509           }
  5510           
  5511           // / <remarks />
  5512           pu blic Syste m.DateTime  enrollmen tDate {
  5513                get {
  5514                    retu rn this.en rollmentDa teField;
  5515                }
  5516                set {
  5517                    this .enrollmen tDateField  = value;
  5518                }
  5519           }
  5520           
  5521           // / <remarks />
  5522           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5523           pu blic bool  enrollment DateSpecif ied {
  5524                get {
  5525                    retu rn this.en rollmentDa teFieldSpe cified;
  5526                }
  5527                set {
  5528                    this .enrollmen tDateField Specified  = value;
  5529                }
  5530           }
  5531           
  5532           // / <remarks />
  5533           pu blic strin g enrollme ntStatus {
  5534                get {
  5535                    retu rn this.en rollmentSt atusField;
  5536                }
  5537                set {
  5538                    this .enrollmen tStatusFie ld = value ;
  5539                }
  5540           }
  5541           
  5542           // / <remarks />
  5543           pu blic strin g facility Received {
  5544                get {
  5545                    retu rn this.fa cilityRece ivedField;
  5546                }
  5547                set {
  5548                    this .facilityR eceivedFie ld = value ;
  5549                }
  5550           }
  5551           
  5552           // / <remarks />
  5553           pu blic ineli gibilityFa ctorInfo i neligibili tyFactor {
  5554                get {
  5555                    retu rn this.in eligibilit yFactorFie ld;
  5556                }
  5557                set {
  5558                    this .ineligibi lityFactor Field = va lue;
  5559                }
  5560           }
  5561           
  5562           // / <remarks />
  5563           pu blic milit arySexualT raumaInfo  militarySe xualTrauma Info {
  5564                get {
  5565                    retu rn this.mi litarySexu alTraumaIn foField;
  5566                }
  5567                set {
  5568                    this .militaryS exualTraum aInfoField  = value;
  5569                }
  5570           }
  5571           
  5572           // / <remarks />
  5573           pu blic monet aryBenefit AwardInfo  monetaryBe nefitAward Info {
  5574                get {
  5575                    retu rn this.mo netaryBene fitAwardIn foField;
  5576                }
  5577                set {
  5578                    this .monetaryB enefitAwar dInfoField  = value;
  5579                }
  5580           }
  5581           
  5582           // / <remarks />
  5583           pu blic noseT hroatRadiu mInfo nose ThroatRadi umInfo {
  5584                get {
  5585                    retu rn this.no seThroatRa diumInfoFi eld;
  5586                }
  5587                set {
  5588                    this .noseThroa tRadiumInf oField = v alue;
  5589                }
  5590           }
  5591           
  5592           // / <remarks />
  5593           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("eli gibility") ]
  5594           pu blic eligi bilityInfo [] otherEl igibilitie s {
  5595                get {
  5596                    retu rn this.ot herEligibi litiesFiel d;
  5597                }
  5598                set {
  5599                    this .otherElig ibilitiesF ield = val ue;
  5600                }
  5601           }
  5602           
  5603           // / <remarks />
  5604           pu blic eligi bilityInfo  primaryEl igibility  {
  5605                get {
  5606                    retu rn this.pr imaryEligi bilityFiel d;
  5607                }
  5608                set {
  5609                    this .primaryEl igibilityF ield = val ue;
  5610                }
  5611           }
  5612           
  5613           // / <remarks />
  5614           pu blic strin g priority Group {
  5615                get {
  5616                    retu rn this.pr iorityGrou pField;
  5617                }
  5618                set {
  5619                    this .priorityG roupField  = value;
  5620                }
  5621           }
  5622           
  5623           // / <remarks />
  5624           pu blic strin g priority SubGroup {
  5625                get {
  5626                    retu rn this.pr ioritySubG roupField;
  5627                }
  5628                set {
  5629                    this .priorityS ubGroupFie ld = value ;
  5630                }
  5631           }
  5632           
  5633           // / <remarks />
  5634           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("eli gibility") ]
  5635           pu blic eligi bilityInfo [] seconda ryEligibil ities {
  5636                get {
  5637                    retu rn this.se condaryEli gibilities Field;
  5638                }
  5639                set {
  5640                    this .secondary Eligibilit iesField =  value;
  5641                }
  5642           }
  5643           
  5644           // / <remarks />
  5645           pu blic servi ceConnecti onAwardInf o serviceC onnectionA ward {
  5646                get {
  5647                    retu rn this.se rviceConne ctionAward Field;
  5648                }
  5649                set {
  5650                    this .serviceCo nnectionAw ardField =  value;
  5651                }
  5652           }
  5653           
  5654           // / <remarks />
  5655           pu blic speci alFactorsI nfo specia lFactors {
  5656                get {
  5657                    retu rn this.sp ecialFacto rsField;
  5658                }
  5659                set {
  5660                    this .specialFa ctorsField  = value;
  5661                }
  5662           }
  5663           
  5664           // / <remarks />
  5665           pu blic strin g userEnro lleeSite {
  5666                get {
  5667                    retu rn this.us erEnrollee SiteField;
  5668                }
  5669                set {
  5670                    this .userEnrol leeSiteFie ld = value ;
  5671                }
  5672           }
  5673           
  5674           // / <remarks />
  5675           pu blic int u serEnrolle eValidThro ugh {
  5676                get {
  5677                    retu rn this.us erEnrollee ValidThrou ghField;
  5678                }
  5679                set {
  5680                    this .userEnrol leeValidTh roughField  = value;
  5681                }
  5682           }
  5683           
  5684           // / <remarks />
  5685           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5686           pu blic bool  userEnroll eeValidThr oughSpecif ied {
  5687                get {
  5688                    retu rn this.us erEnrollee ValidThrou ghFieldSpe cified;
  5689                }
  5690                set {
  5691                    this .userEnrol leeValidTh roughField Specified  = value;
  5692                }
  5693           }
  5694           
  5695           // / <remarks />
  5696           pu blic bool  veteran {
  5697                get {
  5698                    retu rn this.ve teranField ;
  5699                }
  5700                set {
  5701                    this .veteranFi eld = valu e;
  5702                }
  5703           }
  5704           
  5705           // / <remarks />
  5706           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5707           pu blic bool  veteranSpe cified {
  5708                get {
  5709                    retu rn this.ve teranField Specified;
  5710                }
  5711                set {
  5712                    this .veteranFi eldSpecifi ed = value ;
  5713                }
  5714           }
  5715       }
  5716       
  5717       /// <r emarks/>
  5718       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5719       [Syste m.Serializ ableAttrib ute()]
  5720       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5721       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5722         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5723       public  partial c lass eligi bilityVeri ficationIn fo {
  5724           
  5725           pr ivate stri ng eligibi lityStatus Field;
  5726           
  5727           pr ivate stri ng eligibi lityStatus DateField;
  5728           
  5729           pr ivate stri ng verific ationMetho dField;
  5730           
  5731           // / <remarks />
  5732           pu blic strin g eligibil ityStatus  {
  5733                get {
  5734                    retu rn this.el igibilityS tatusField ;
  5735                }
  5736                set {
  5737                    this .eligibili tyStatusFi eld = valu e;
  5738                }
  5739           }
  5740           
  5741           // / <remarks />
  5742           pu blic strin g eligibil ityStatusD ate {
  5743                get {
  5744                    retu rn this.el igibilityS tatusDateF ield;
  5745                }
  5746                set {
  5747                    this .eligibili tyStatusDa teField =  value;
  5748                }
  5749           }
  5750           
  5751           // / <remarks />
  5752           pu blic strin g verifica tionMethod  {
  5753                get {
  5754                    retu rn this.ve rification MethodFiel d;
  5755                }
  5756                set {
  5757                    this .verificat ionMethodF ield = val ue;
  5758                }
  5759           }
  5760       }
  5761       
  5762       /// <r emarks/>
  5763       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5764       [Syste m.Serializ ableAttrib ute()]
  5765       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5766       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5767         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5768       public  partial c lass email Info {
  5769           
  5770           pr ivate stri ng address Field;
  5771           
  5772           pr ivate Syst em.DateTim e changeDa teField;
  5773           
  5774           pr ivate bool  changeDat eFieldSpec ified;
  5775           
  5776           pr ivate stri ng siteOfC hangeField ;
  5777           
  5778           pr ivate stri ng sourceO fChangeFie ld;
  5779           
  5780           pr ivate stri ng typeFie ld;
  5781           
  5782           // / <remarks />
  5783           pu blic strin g address  {
  5784                get {
  5785                    retu rn this.ad dressField ;
  5786                }
  5787                set {
  5788                    this .addressFi eld = valu e;
  5789                }
  5790           }
  5791           
  5792           // / <remarks />
  5793           pu blic Syste m.DateTime  changeDat e {
  5794                get {
  5795                    retu rn this.ch angeDateFi eld;
  5796                }
  5797                set {
  5798                    this .changeDat eField = v alue;
  5799                }
  5800           }
  5801           
  5802           // / <remarks />
  5803           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5804           pu blic bool  changeDate Specified  {
  5805                get {
  5806                    retu rn this.ch angeDateFi eldSpecifi ed;
  5807                }
  5808                set {
  5809                    this .changeDat eFieldSpec ified = va lue;
  5810                }
  5811           }
  5812           
  5813           // / <remarks />
  5814           pu blic strin g siteOfCh ange {
  5815                get {
  5816                    retu rn this.si teOfChange Field;
  5817                }
  5818                set {
  5819                    this .siteOfCha ngeField =  value;
  5820                }
  5821           }
  5822           
  5823           // / <remarks />
  5824           pu blic strin g sourceOf Change {
  5825                get {
  5826                    retu rn this.so urceOfChan geField;
  5827                }
  5828                set {
  5829                    this .sourceOfC hangeField  = value;
  5830                }
  5831           }
  5832           
  5833           // / <remarks />
  5834           pu blic strin g type {
  5835                get {
  5836                    retu rn this.ty peField;
  5837                }
  5838                set {
  5839                    this .typeField  = value;
  5840                }
  5841           }
  5842       }
  5843       
  5844       /// <r emarks/>
  5845       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5846       [Syste m.Serializ ableAttrib ute()]
  5847       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5848       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5849         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5850       public  partial c lass conta ctInfo {
  5851           
  5852           pr ivate addr essInfo[]  addressesF ield;
  5853           
  5854           pr ivate emai lInfo[] em ailsField;
  5855           
  5856           pr ivate phon eInfo[] ph onesField;
  5857           
  5858           // / <remarks />
  5859           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("add ress")]
  5860           pu blic addre ssInfo[] a ddresses {
  5861                get {
  5862                    retu rn this.ad dressesFie ld;
  5863                }
  5864                set {
  5865                    this .addresses Field = va lue;
  5866                }
  5867           }
  5868           
  5869           // / <remarks />
  5870           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ema il")]
  5871           pu blic email Info[] ema ils {
  5872                get {
  5873                    retu rn this.em ailsField;
  5874                }
  5875                set {
  5876                    this .emailsFie ld = value ;
  5877                }
  5878           }
  5879           
  5880           // / <remarks />
  5881           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("pho ne")]
  5882           pu blic phone Info[] pho nes {
  5883                get {
  5884                    retu rn this.ph onesField;
  5885                }
  5886                set {
  5887                    this .phonesFie ld = value ;
  5888                }
  5889           }
  5890       }
  5891       
  5892       /// <r emarks/>
  5893       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  5894       [Syste m.Serializ ableAttrib ute()]
  5895       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  5896       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  5897         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  5898       public  partial c lass demog raphicInfo  {
  5899           
  5900           pr ivate Syst em.DateTim e appointm entRequest DateField;
  5901           
  5902           pr ivate bool  appointme ntRequestD ateFieldSp ecified;
  5903           
  5904           pr ivate bool  appointme ntRequestR esponseFie ld;
  5905           
  5906           pr ivate bool  appointme ntRequestR esponseFie ldSpecifie d;
  5907           
  5908           pr ivate stri ng claimFo lderLocati onField;
  5909           
  5910           pr ivate stri ng claimFo lderNumber Field;
  5911           
  5912           pr ivate cont actInfo co ntactInfoF ield;
  5913           
  5914           pr ivate stri ng ethnici tyField;
  5915           
  5916           pr ivate stri ng marital StatusFiel d;
  5917           
  5918           pr ivate stri ng preferr edFacility Field;
  5919           
  5920           pr ivate stri ng[] races Field;
  5921           
  5922           pr ivate stri ng religio nField;
  5923           
  5924           // / <remarks />
  5925           pu blic Syste m.DateTime  appointme ntRequestD ate {
  5926                get {
  5927                    retu rn this.ap pointmentR equestDate Field;
  5928                }
  5929                set {
  5930                    this .appointme ntRequestD ateField =  value;
  5931                }
  5932           }
  5933           
  5934           // / <remarks />
  5935           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5936           pu blic bool  appointmen tRequestDa teSpecifie d {
  5937                get {
  5938                    retu rn this.ap pointmentR equestDate FieldSpeci fied;
  5939                }
  5940                set {
  5941                    this .appointme ntRequestD ateFieldSp ecified =  value;
  5942                }
  5943           }
  5944           
  5945           // / <remarks />
  5946           pu blic bool  appointmen tRequestRe sponse {
  5947                get {
  5948                    retu rn this.ap pointmentR equestResp onseField;
  5949                }
  5950                set {
  5951                    this .appointme ntRequestR esponseFie ld = value ;
  5952                }
  5953           }
  5954           
  5955           // / <remarks />
  5956           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  5957           pu blic bool  appointmen tRequestRe sponseSpec ified {
  5958                get {
  5959                    retu rn this.ap pointmentR equestResp onseFieldS pecified;
  5960                }
  5961                set {
  5962                    this .appointme ntRequestR esponseFie ldSpecifie d = value;
  5963                }
  5964           }
  5965           
  5966           // / <remarks />
  5967           pu blic strin g claimFol derLocatio n {
  5968                get {
  5969                    retu rn this.cl aimFolderL ocationFie ld;
  5970                }
  5971                set {
  5972                    this .claimFold erLocation Field = va lue;
  5973                }
  5974           }
  5975           
  5976           // / <remarks />
  5977           pu blic strin g claimFol derNumber  {
  5978                get {
  5979                    retu rn this.cl aimFolderN umberField ;
  5980                }
  5981                set {
  5982                    this .claimFold erNumberFi eld = valu e;
  5983                }
  5984           }
  5985           
  5986           // / <remarks />
  5987           pu blic conta ctInfo con tactInfo {
  5988                get {
  5989                    retu rn this.co ntactInfoF ield;
  5990                }
  5991                set {
  5992                    this .contactIn foField =  value;
  5993                }
  5994           }
  5995           
  5996           // / <remarks />
  5997           pu blic strin g ethnicit y {
  5998                get {
  5999                    retu rn this.et hnicityFie ld;
  6000                }
  6001                set {
  6002                    this .ethnicity Field = va lue;
  6003                }
  6004           }
  6005           
  6006           // / <remarks />
  6007           pu blic strin g maritalS tatus {
  6008                get {
  6009                    retu rn this.ma ritalStatu sField;
  6010                }
  6011                set {
  6012                    this .maritalSt atusField  = value;
  6013                }
  6014           }
  6015           
  6016           // / <remarks />
  6017           pu blic strin g preferre dFacility  {
  6018                get {
  6019                    retu rn this.pr eferredFac ilityField ;
  6020                }
  6021                set {
  6022                    this .preferred FacilityFi eld = valu e;
  6023                }
  6024           }
  6025           
  6026           // / <remarks />
  6027           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("rac e")]
  6028           pu blic strin g[] races  {
  6029                get {
  6030                    retu rn this.ra cesField;
  6031                }
  6032                set {
  6033                    this .racesFiel d = value;
  6034                }
  6035           }
  6036           
  6037           // / <remarks />
  6038           pu blic strin g religion  {
  6039                get {
  6040                    retu rn this.re ligionFiel d;
  6041                }
  6042                set {
  6043                    this .religionF ield = val ue;
  6044                }
  6045           }
  6046       }
  6047       
  6048       /// <r emarks/>
  6049       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  6050       [Syste m.Serializ ableAttrib ute()]
  6051       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6052       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6053         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  6054       public  partial c lass death RecondInfo  {
  6055           
  6056           pr ivate stri ng dataSou rceField;
  6057           
  6058           pr ivate stri ng deathDa teField;
  6059           
  6060           pr ivate Syst em.DateTim e deathLas tModifiedF ield;
  6061           
  6062           pr ivate bool  deathLast ModifiedFi eldSpecifi ed;
  6063           
  6064           pr ivate Syst em.DateTim e deathRep ortDateFie ld;
  6065           
  6066           pr ivate bool  deathRepo rtDateFiel dSpecified ;
  6067           
  6068           pr ivate stri ng facilit yReceivedF ield;
  6069           
  6070           // / <remarks />
  6071           pu blic strin g dataSour ce {
  6072                get {
  6073                    retu rn this.da taSourceFi eld;
  6074                }
  6075                set {
  6076                    this .dataSourc eField = v alue;
  6077                }
  6078           }
  6079           
  6080           // / <remarks />
  6081           pu blic strin g deathDat e {
  6082                get {
  6083                    retu rn this.de athDateFie ld;
  6084                }
  6085                set {
  6086                    this .deathDate Field = va lue;
  6087                }
  6088           }
  6089           
  6090           // / <remarks />
  6091           pu blic Syste m.DateTime  deathLast Modified {
  6092                get {
  6093                    retu rn this.de athLastMod ifiedField ;
  6094                }
  6095                set {
  6096                    this .deathLast ModifiedFi eld = valu e;
  6097                }
  6098           }
  6099           
  6100           // / <remarks />
  6101           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6102           pu blic bool  deathLastM odifiedSpe cified {
  6103                get {
  6104                    retu rn this.de athLastMod ifiedField Specified;
  6105                }
  6106                set {
  6107                    this .deathLast ModifiedFi eldSpecifi ed = value ;
  6108                }
  6109           }
  6110           
  6111           // / <remarks />
  6112           pu blic Syste m.DateTime  deathRepo rtDate {
  6113                get {
  6114                    retu rn this.de athReportD ateField;
  6115                }
  6116                set {
  6117                    this .deathRepo rtDateFiel d = value;
  6118                }
  6119           }
  6120           
  6121           // / <remarks />
  6122           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6123           pu blic bool  deathRepor tDateSpeci fied {
  6124                get {
  6125                    retu rn this.de athReportD ateFieldSp ecified;
  6126                }
  6127                set {
  6128                    this .deathRepo rtDateFiel dSpecified  = value;
  6129                }
  6130           }
  6131           
  6132           // / <remarks />
  6133           pu blic strin g facility Received {
  6134                get {
  6135                    retu rn this.fa cilityRece ivedField;
  6136                }
  6137                set {
  6138                    this .facilityR eceivedFie ld = value ;
  6139                }
  6140           }
  6141       }
  6142       
  6143       /// <r emarks/>
  6144       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  6145       [Syste m.Serializ ableAttrib ute()]
  6146       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6147       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6148         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  6149       public  partial c lass baseA ddressInfo  {
  6150           
  6151           pr ivate stri ng cityFie ld;
  6152           
  6153           pr ivate stri ng country Field;
  6154           
  6155           pr ivate stri ng countyF ield;
  6156           
  6157           pr ivate stri ng line1Fi eld;
  6158           
  6159           pr ivate stri ng line2Fi eld;
  6160           
  6161           pr ivate stri ng line3Fi eld;
  6162           
  6163           pr ivate stri ng postalC odeField;
  6164           
  6165           pr ivate stri ng provinc eCodeField ;
  6166           
  6167           pr ivate stri ng stateFi eld;
  6168           
  6169           pr ivate stri ng zipCode Field;
  6170           
  6171           pr ivate stri ng zipPlus 4Field;
  6172           
  6173           // / <remarks />
  6174           pu blic strin g city {
  6175                get {
  6176                    retu rn this.ci tyField;
  6177                }
  6178                set {
  6179                    this .cityField  = value;
  6180                }
  6181           }
  6182           
  6183           // / <remarks />
  6184           pu blic strin g country  {
  6185                get {
  6186                    retu rn this.co untryField ;
  6187                }
  6188                set {
  6189                    this .countryFi eld = valu e;
  6190                }
  6191           }
  6192           
  6193           // / <remarks />
  6194           pu blic strin g county {
  6195                get {
  6196                    retu rn this.co untyField;
  6197                }
  6198                set {
  6199                    this .countyFie ld = value ;
  6200                }
  6201           }
  6202           
  6203           // / <remarks />
  6204           pu blic strin g line1 {
  6205                get {
  6206                    retu rn this.li ne1Field;
  6207                }
  6208                set {
  6209                    this .line1Fiel d = value;
  6210                }
  6211           }
  6212           
  6213           // / <remarks />
  6214           pu blic strin g line2 {
  6215                get {
  6216                    retu rn this.li ne2Field;
  6217                }
  6218                set {
  6219                    this .line2Fiel d = value;
  6220                }
  6221           }
  6222           
  6223           // / <remarks />
  6224           pu blic strin g line3 {
  6225                get {
  6226                    retu rn this.li ne3Field;
  6227                }
  6228                set {
  6229                    this .line3Fiel d = value;
  6230                }
  6231           }
  6232           
  6233           // / <remarks />
  6234           pu blic strin g postalCo de {
  6235                get {
  6236                    retu rn this.po stalCodeFi eld;
  6237                }
  6238                set {
  6239                    this .postalCod eField = v alue;
  6240                }
  6241           }
  6242           
  6243           // / <remarks />
  6244           pu blic strin g province Code {
  6245                get {
  6246                    retu rn this.pr ovinceCode Field;
  6247                }
  6248                set {
  6249                    this .provinceC odeField =  value;
  6250                }
  6251           }
  6252           
  6253           // / <remarks />
  6254           pu blic strin g state {
  6255                get {
  6256                    retu rn this.st ateField;
  6257                }
  6258                set {
  6259                    this .stateFiel d = value;
  6260                }
  6261           }
  6262           
  6263           // / <remarks />
  6264           pu blic strin g zipCode  {
  6265                get {
  6266                    retu rn this.zi pCodeField ;
  6267                }
  6268                set {
  6269                    this .zipCodeFi eld = valu e;
  6270                }
  6271           }
  6272           
  6273           // / <remarks />
  6274           pu blic strin g zipPlus4  {
  6275                get {
  6276                    retu rn this.zi pPlus4Fiel d;
  6277                }
  6278                set {
  6279                    this .zipPlus4F ield = val ue;
  6280                }
  6281           }
  6282       }
  6283       
  6284       /// <r emarks/>
  6285       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  6286       [Syste m.Serializ ableAttrib ute()]
  6287       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6288       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6289         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  6290       public  partial c lass assoc iationInfo  {
  6291           
  6292           pr ivate base AddressInf o addressF ield;
  6293           
  6294           pr ivate stri ng alterna tePhoneFie ld;
  6295           
  6296           pr ivate stri ng contact TypeField;
  6297           
  6298           pr ivate stri ng familyN ameField;
  6299           
  6300           pr ivate stri ng givenNa meField;
  6301           
  6302           pr ivate Syst em.DateTim e lastUpda teDateFiel d;
  6303           
  6304           pr ivate bool  lastUpdat eDateField Specified;
  6305           
  6306           pr ivate stri ng middleN ameField;
  6307           
  6308           pr ivate stri ng organiz ationNameF ield;
  6309           
  6310           pr ivate stri ng prefixF ield;
  6311           
  6312           pr ivate stri ng primary PhoneField ;
  6313           
  6314           pr ivate stri ng relatio nshipField ;
  6315           
  6316           pr ivate stri ng suffixF ield;
  6317           
  6318           // / <remarks />
  6319           pu blic baseA ddressInfo  address {
  6320                get {
  6321                    retu rn this.ad dressField ;
  6322                }
  6323                set {
  6324                    this .addressFi eld = valu e;
  6325                }
  6326           }
  6327           
  6328           // / <remarks />
  6329           pu blic strin g alternat ePhone {
  6330                get {
  6331                    retu rn this.al ternatePho neField;
  6332                }
  6333                set {
  6334                    this .alternate PhoneField  = value;
  6335                }
  6336           }
  6337           
  6338           // / <remarks />
  6339           pu blic strin g contactT ype {
  6340                get {
  6341                    retu rn this.co ntactTypeF ield;
  6342                }
  6343                set {
  6344                    this .contactTy peField =  value;
  6345                }
  6346           }
  6347           
  6348           // / <remarks />
  6349           pu blic strin g familyNa me {
  6350                get {
  6351                    retu rn this.fa milyNameFi eld;
  6352                }
  6353                set {
  6354                    this .familyNam eField = v alue;
  6355                }
  6356           }
  6357           
  6358           // / <remarks />
  6359           pu blic strin g givenNam e {
  6360                get {
  6361                    retu rn this.gi venNameFie ld;
  6362                }
  6363                set {
  6364                    this .givenName Field = va lue;
  6365                }
  6366           }
  6367           
  6368           // / <remarks />
  6369           pu blic Syste m.DateTime  lastUpdat eDate {
  6370                get {
  6371                    retu rn this.la stUpdateDa teField;
  6372                }
  6373                set {
  6374                    this .lastUpdat eDateField  = value;
  6375                }
  6376           }
  6377           
  6378           // / <remarks />
  6379           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6380           pu blic bool  lastUpdate DateSpecif ied {
  6381                get {
  6382                    retu rn this.la stUpdateDa teFieldSpe cified;
  6383                }
  6384                set {
  6385                    this .lastUpdat eDateField Specified  = value;
  6386                }
  6387           }
  6388           
  6389           // / <remarks />
  6390           pu blic strin g middleNa me {
  6391                get {
  6392                    retu rn this.mi ddleNameFi eld;
  6393                }
  6394                set {
  6395                    this .middleNam eField = v alue;
  6396                }
  6397           }
  6398           
  6399           // / <remarks />
  6400           pu blic strin g organiza tionName {
  6401                get {
  6402                    retu rn this.or ganization NameField;
  6403                }
  6404                set {
  6405                    this .organizat ionNameFie ld = value ;
  6406                }
  6407           }
  6408           
  6409           // / <remarks />
  6410           pu blic strin g prefix {
  6411                get {
  6412                    retu rn this.pr efixField;
  6413                }
  6414                set {
  6415                    this .prefixFie ld = value ;
  6416                }
  6417           }
  6418           
  6419           // / <remarks />
  6420           pu blic strin g primaryP hone {
  6421                get {
  6422                    retu rn this.pr imaryPhone Field;
  6423                }
  6424                set {
  6425                    this .primaryPh oneField =  value;
  6426                }
  6427           }
  6428           
  6429           // / <remarks />
  6430           pu blic strin g relation ship {
  6431                get {
  6432                    retu rn this.re lationship Field;
  6433                }
  6434                set {
  6435                    this .relations hipField =  value;
  6436                }
  6437           }
  6438           
  6439           // / <remarks />
  6440           pu blic strin g suffix {
  6441                get {
  6442                    retu rn this.su ffixField;
  6443                }
  6444                set {
  6445                    this .suffixFie ld = value ;
  6446                }
  6447           }
  6448       }
  6449       
  6450       /// <r emarks/>
  6451       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  6452       [Syste m.Serializ ableAttrib ute()]
  6453       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6454       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6455         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  6456       public  partial c lass assoc iationColl ection {
  6457           
  6458           pr ivate asso ciationInf o associat ionField;
  6459           
  6460           // / <remarks />
  6461           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute(IsNull able=true) ]
  6462           pu blic assoc iationInfo  associati on {
  6463                get {
  6464                    retu rn this.as sociationF ield;
  6465                }
  6466                set {
  6467                    this .associati onField =  value;
  6468                }
  6469           }
  6470       }
  6471       
  6472       /// <r emarks/>
  6473       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  6474       [Syste m.Serializ ableAttrib ute()]
  6475       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6476       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6477         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  6478       public  partial c lass eeSum mary {
  6479           
  6480           pr ivate asso ciationCol lection as sociations Field;
  6481           
  6482           pr ivate deat hRecondInf o deathRec ondField;
  6483           
  6484           pr ivate demo graphicInf o demograp hicsField;
  6485           
  6486           pr ivate elig ibilityVer ificationI nfo eligib ilityVerif icationInf oField;
  6487           
  6488           pr ivate empl oymentInfo  employmen tInfoField ;
  6489           
  6490           pr ivate enro llmentDete rminationI nfo enroll mentDeterm inationInf oField;
  6491           
  6492           pr ivate feeB asisInfo[]  feeBasisL istField;
  6493           
  6494           pr ivate fina ncialsInfo  financial sInfoField ;
  6495           
  6496           pr ivate inco mpetenceRu lingInfo i ncompetenc eRulingInf oField;
  6497           
  6498           pr ivate insu ranceInfo[ ] insuranc eListField ;
  6499           
  6500           pr ivate mili taryServic eInfo mili taryServic eInfoField ;
  6501           
  6502           pr ivate pris onerOfWarI nfo prison erOfWarInf oField;
  6503           
  6504           pr ivate purp leHeartInf o purpleHe artField;
  6505           
  6506           pr ivate rela tionInfo[]  relations Field;
  6507           
  6508           pr ivate sens itivityInf o sensitiv ityInfoFie ld;
  6509           
  6510           pr ivate spin alCordInju ryInfo spi nalCordInj uryInfoFie ld;
  6511           
  6512           // / <remarks />
  6513           pu blic assoc iationColl ection ass ociations  {
  6514                get {
  6515                    retu rn this.as sociations Field;
  6516                }
  6517                set {
  6518                    this .associati onsField =  value;
  6519                }
  6520           }
  6521           
  6522           // / <remarks />
  6523           pu blic death RecondInfo  deathReco nd {
  6524                get {
  6525                    retu rn this.de athRecondF ield;
  6526                }
  6527                set {
  6528                    this .deathReco ndField =  value;
  6529                }
  6530           }
  6531           
  6532           // / <remarks />
  6533           pu blic demog raphicInfo  demograph ics {
  6534                get {
  6535                    retu rn this.de mographics Field;
  6536                }
  6537                set {
  6538                    this .demograph icsField =  value;
  6539                }
  6540           }
  6541           
  6542           // / <remarks />
  6543           pu blic eligi bilityVeri ficationIn fo eligibi lityVerifi cationInfo  {
  6544                get {
  6545                    retu rn this.el igibilityV erificatio nInfoField ;
  6546                }
  6547                set {
  6548                    this .eligibili tyVerifica tionInfoFi eld = valu e;
  6549                }
  6550           }
  6551           
  6552           // / <remarks />
  6553           pu blic emplo ymentInfo  employment Info {
  6554                get {
  6555                    retu rn this.em ploymentIn foField;
  6556                }
  6557                set {
  6558                    this .employmen tInfoField  = value;
  6559                }
  6560           }
  6561           
  6562           // / <remarks />
  6563           pu blic enrol lmentDeter minationIn fo enrollm entDetermi nationInfo  {
  6564                get {
  6565                    retu rn this.en rollmentDe terminatio nInfoField ;
  6566                }
  6567                set {
  6568                    this .enrollmen tDetermina tionInfoFi eld = valu e;
  6569                }
  6570           }
  6571           
  6572           // / <remarks />
  6573           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("fee Basis")]
  6574           pu blic feeBa sisInfo[]  feeBasisLi st {
  6575                get {
  6576                    retu rn this.fe eBasisList Field;
  6577                }
  6578                set {
  6579                    this .feeBasisL istField =  value;
  6580                }
  6581           }
  6582           
  6583           // / <remarks />
  6584           pu blic finan cialsInfo  financials Info {
  6585                get {
  6586                    retu rn this.fi nancialsIn foField;
  6587                }
  6588                set {
  6589                    this .financial sInfoField  = value;
  6590                }
  6591           }
  6592           
  6593           // / <remarks />
  6594           pu blic incom petenceRul ingInfo in competence RulingInfo  {
  6595                get {
  6596                    retu rn this.in competence RulingInfo Field;
  6597                }
  6598                set {
  6599                    this .incompete nceRulingI nfoField =  value;
  6600                }
  6601           }
  6602           
  6603           // / <remarks />
  6604           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("ins urance")]
  6605           pu blic insur anceInfo[]  insurance List {
  6606                get {
  6607                    retu rn this.in suranceLis tField;
  6608                }
  6609                set {
  6610                    this .insurance ListField  = value;
  6611                }
  6612           }
  6613           
  6614           // / <remarks />
  6615           pu blic milit aryService Info milit aryService Info {
  6616                get {
  6617                    retu rn this.mi litaryServ iceInfoFie ld;
  6618                }
  6619                set {
  6620                    this .militaryS erviceInfo Field = va lue;
  6621                }
  6622           }
  6623           
  6624           // / <remarks />
  6625           pu blic priso nerOfWarIn fo prisone rOfWarInfo  {
  6626                get {
  6627                    retu rn this.pr isonerOfWa rInfoField ;
  6628                }
  6629                set {
  6630                    this .prisonerO fWarInfoFi eld = valu e;
  6631                }
  6632           }
  6633           
  6634           // / <remarks />
  6635           pu blic purpl eHeartInfo  purpleHea rt {
  6636                get {
  6637                    retu rn this.pu rpleHeartF ield;
  6638                }
  6639                set {
  6640                    this .purpleHea rtField =  value;
  6641                }
  6642           }
  6643           
  6644           // / <remarks />
  6645           [S ystem.Xml. Serializat ion.XmlArr ayItemAttr ibute("rel ation")]
  6646           pu blic relat ionInfo[]  relations  {
  6647                get {
  6648                    retu rn this.re lationsFie ld;
  6649                }
  6650                set {
  6651                    this .relations Field = va lue;
  6652                }
  6653           }
  6654           
  6655           // / <remarks />
  6656           pu blic sensi tivityInfo  sensitivi tyInfo {
  6657                get {
  6658                    retu rn this.se nsitivityI nfoField;
  6659                }
  6660                set {
  6661                    this .sensitivi tyInfoFiel d = value;
  6662                }
  6663           }
  6664           
  6665           // / <remarks />
  6666           pu blic spina lCordInjur yInfo spin alCordInju ryInfo {
  6667                get {
  6668                    retu rn this.sp inalCordIn juryInfoFi eld;
  6669                }
  6670                set {
  6671                    this .spinalCor dInjuryInf oField = v alue;
  6672                }
  6673           }
  6674       }
  6675       
  6676       /// <r emarks/>
  6677       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Xml", "4.6 .1586.0")]
  6678       [Syste m.Serializ ableAttrib ute()]
  6679       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6680       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6681         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Namespa ce="http:/ / DNS . URL         /schemas") ]
  6682       public  partial c lass getEE SummaryRes ponse {
  6683           
  6684           pr ivate eeSu mmary summ aryField;
  6685           
  6686           pr ivate stri ng eesVers ionField;
  6687           
  6688           pr ivate Syst em.DateTim e invocati onDateFiel d;
  6689           
  6690           pr ivate bool  invocatio nDateField Specified;
  6691           
  6692           pr ivate stri ng noDataM essageFiel d;
  6693           
  6694           // / <remarks />
  6695           pu blic eeSum mary summa ry {
  6696                get {
  6697                    retu rn this.su mmaryField ;
  6698                }
  6699                set {
  6700                    this .summaryFi eld = valu e;
  6701                }
  6702           }
  6703           
  6704           // / <remarks />
  6705           pu blic strin g eesVersi on {
  6706                get {
  6707                    retu rn this.ee sVersionFi eld;
  6708                }
  6709                set {
  6710                    this .eesVersio nField = v alue;
  6711                }
  6712           }
  6713           
  6714           // / <remarks />
  6715           pu blic Syste m.DateTime  invocatio nDate {
  6716                get {
  6717                    retu rn this.in vocationDa teField;
  6718                }
  6719                set {
  6720                    this .invocatio nDateField  = value;
  6721                }
  6722           }
  6723           
  6724           // / <remarks />
  6725           [S ystem.Xml. Serializat ion.XmlIgn oreAttribu te()]
  6726           pu blic bool  invocation DateSpecif ied {
  6727                get {
  6728                    retu rn this.in vocationDa teFieldSpe cified;
  6729                }
  6730                set {
  6731                    this .invocatio nDateField Specified  = value;
  6732                }
  6733           }
  6734           
  6735           // / <remarks />
  6736           pu blic strin g noDataMe ssage {
  6737                get {
  6738                    retu rn this.no DataMessag eField;
  6739                }
  6740                set {
  6741                    this .noDataMes sageField  = value;
  6742                }
  6743           }
  6744       }
  6745       
  6746       /// <r emarks/>
  6747       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Web.Servic es", "4.6. 1586.0")]
  6748       public  delegate  void getEE SummaryCom pletedEven tHandler(o bject send er, getEES ummaryComp letedEvent Args e);
  6749       
  6750       /// <r emarks/>
  6751       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("System. Web.Servic es", "4.6. 1586.0")]
  6752       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  6753       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  6754       public  partial c lass getEE SummaryCom pletedEven tArgs : Sy stem.Compo nentModel. AsyncCompl etedEventA rgs {
  6755           
  6756           pr ivate obje ct[] resul ts;
  6757           
  6758           in ternal get EESummaryC ompletedEv entArgs(ob ject[] res ults, Syst em.Excepti on excepti on, bool c ancelled,  object use rState) : 
  6759                    base (exception , cancelle d, userSta te) {
  6760                this.res ults = res ults;
  6761           }
  6762           
  6763           // / <remarks />
  6764           pu blic getEE SummaryRes ponse Resu lt {
  6765                get {
  6766                    this .RaiseExce ptionIfNec essary();
  6767                    retu rn ((getEE SummaryRes ponse)(thi s.results[ 0]));
  6768                }
  6769           }
  6770       }
  6771   }
  6772  
  6773   #pragma wa rning rest ore 1591