593. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:25:31 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

593.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas InsuranceInfo.java Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas InsuranceInfo.java Mon Apr 3 14:03:01 2017 UTC

593.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 1166
Changed 1 4
Inserted 0 0
Removed 0 0

593.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

593.4 Active regular expressions

No regular expressions were active.

593.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  3  
  4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  6   import jav ax.xml.bin d.annotati on.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  insurance Info compl ex type.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="insur anceInfo">
  18    *   &lt;c omplexCont ent>
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  20    *       & lt;all>
  21    *          &lt;eleme nt name="c ompanyName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="e nrolledInP artA" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0"/>
  23    *          &lt;eleme nt name="e nrolledInP artB" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0"/>
  24    *          &lt;eleme nt name="g roupName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  25    *          &lt;eleme nt name="g roupNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  26    *           &lt;elemen t name="in sAddress"  type="{htt p://jaxws. webservice s.esr. URL         /schemas}a ddressInfo " minOccur s="0"/>
  27    *           &lt;elemen t name="in surancePho nes" type= "{http://j axws.webse rvices.esr . URL         /schemas}p honeCollec tion" minO ccurs="0"/ >
  28    *          &lt;eleme nt name="i nsuranceSi teUploadSt atus" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  29    *          &lt;eleme nt name="i nsuredRela tionship"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  30    *          &lt;eleme nt name="i nsuranceMa ppingTypeN ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  31    *          &lt;eleme nt name="l astEditedD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/>
  32    *          &lt;eleme nt name="p artAEffect iveDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/>
  33    *          &lt;eleme nt name="p artBEffect iveDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/>
  34    *          &lt;eleme nt name="p lanType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  35    *          &lt;eleme nt name="p olicyEffec tiveDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  36    *          &lt;eleme nt name="p olicyExpir ationDate"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  37    *          &lt;eleme nt name="p olicyHolde rName" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  38    *          &lt;eleme nt name="p olicyNumbe r" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  39    *          &lt;eleme nt name="p readmitCer tification " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean"  minOccurs ="0"/>
  40    *          &lt;eleme nt name="r easonInsur anceNotUpl oaded" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  41    *          &lt;eleme nt name="s ubscriber"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  42    *       & lt;/all>
  43    *     &lt ;/restrict ion>
  44    *   &lt;/ complexCon tent>
  45    * &lt;/co mplexType>
  46    * </pre>
  47    * 
  48    * 
  49    */
  50   @XmlAccess orType(Xml AccessType .FIELD)
  51   @XmlType(n ame = "ins uranceInfo ", propOrd er = {
  52  
  53   })
  54   public cla ss Insuran ceInfo {
  55  
  56       protec ted String  companyNa me;
  57       protec ted Boolea n enrolled InPartA;
  58       protec ted Boolea n enrolled InPartB;
  59       protec ted String  groupName ;
  60       protec ted String  groupNumb er;
  61       protec ted Addres sInfo insA ddress;
  62       protec ted PhoneC ollection  insuranceP hones;
  63       protec ted String  insurance SiteUpload Status;
  64       protec ted String  insuredRe lationship ;
  65       protec ted String  insurance MappingTyp eName;
  66       @XmlSc hemaType(n ame = "dat eTime")
  67       protec ted XMLGre gorianCale ndar lastE ditedDate;
  68       @XmlSc hemaType(n ame = "dat eTime")
  69       protec ted XMLGre gorianCale ndar partA EffectiveD ate;
  70       @XmlSc hemaType(n ame = "dat eTime")
  71       protec ted XMLGre gorianCale ndar partB EffectiveD ate;
  72       protec ted String  planType;
  73       protec ted String  policyEff ectiveDate ;
  74       protec ted String  policyExp irationDat e;
  75       protec ted String  policyHol derName;
  76       protec ted String  policyNum ber;
  77       protec ted Boolea n preadmit Certificat ion;
  78       protec ted String  reasonIns uranceNotU ploaded;
  79       protec ted String  subscribe r;
  80  
  81       /**
  82        * Get s the valu e of the c ompanyName  property.
  83        * 
  84        * @re turn
  85        *      possible  object is
  86        *      {@link St ring }
  87        *      
  88        */
  89       public  String ge tCompanyNa me() {
  90           re turn compa nyName;
  91       }
  92  
  93       /**
  94        * Set s the valu e of the c ompanyName  property.
  95        * 
  96        * @pa ram value
  97        *      allowed o bject is
  98        *      {@link St ring }
  99        *      
  100        */
  101       public  void setC ompanyName (String va lue) {
  102           th is.company Name = val ue;
  103       }
  104  
  105       /**
  106        * Get s the valu e of the e nrolledInP artA prope rty.
  107        * 
  108        * @re turn
  109        *      possible  object is
  110        *      {@link Bo olean }
  111        *      
  112        */
  113       public  Boolean i sEnrolledI nPartA() {
  114           re turn enrol ledInPartA ;
  115       }
  116  
  117       /**
  118        * Set s the valu e of the e nrolledInP artA prope rty.
  119        * 
  120        * @pa ram value
  121        *      allowed o bject is
  122        *      {@link Bo olean }
  123        *      
  124        */
  125       public  void setE nrolledInP artA(Boole an value)  {
  126           th is.enrolle dInPartA =  value;
  127       }
  128  
  129       /**
  130        * Get s the valu e of the e nrolledInP artB prope rty.
  131        * 
  132        * @re turn
  133        *      possible  object is
  134        *      {@link Bo olean }
  135        *      
  136        */
  137       public  Boolean i sEnrolledI nPartB() {
  138           re turn enrol ledInPartB ;
  139       }
  140  
  141       /**
  142        * Set s the valu e of the e nrolledInP artB prope rty.
  143        * 
  144        * @pa ram value
  145        *      allowed o bject is
  146        *      {@link Bo olean }
  147        *      
  148        */
  149       public  void setE nrolledInP artB(Boole an value)  {
  150           th is.enrolle dInPartB =  value;
  151       }
  152  
  153       /**
  154        * Get s the valu e of the g roupName p roperty.
  155        * 
  156        * @re turn
  157        *      possible  object is
  158        *      {@link St ring }
  159        *      
  160        */
  161       public  String ge tGroupName () {
  162           re turn group Name;
  163       }
  164  
  165       /**
  166        * Set s the valu e of the g roupName p roperty.
  167        * 
  168        * @pa ram value
  169        *      allowed o bject is
  170        *      {@link St ring }
  171        *      
  172        */
  173       public  void setG roupName(S tring valu e) {
  174           th is.groupNa me = value ;
  175       }
  176  
  177       /**
  178        * Get s the valu e of the g roupNumber  property.
  179        * 
  180        * @re turn
  181        *      possible  object is
  182        *      {@link St ring }
  183        *      
  184        */
  185       public  String ge tGroupNumb er() {
  186           re turn group Number;
  187       }
  188  
  189       /**
  190        * Set s the valu e of the g roupNumber  property.
  191        * 
  192        * @pa ram value
  193        *      allowed o bject is
  194        *      {@link St ring }
  195        *      
  196        */
  197       public  void setG roupNumber (String va lue) {
  198           th is.groupNu mber = val ue;
  199       }
  200  
  201       /**
  202        * Get s the valu e of the i nsAddress  property.
  203        * 
  204        * @re turn
  205        *      possible  object is
  206        *      {@link Ad dressInfo  }
  207        *      
  208        */
  209       public  AddressIn fo getInsA ddress() {
  210           re turn insAd dress;
  211       }
  212  
  213       /**
  214        * Set s the valu e of the i nsAddress  property.
  215        * 
  216        * @pa ram value
  217        *      allowed o bject is
  218        *      {@link Ad dressInfo  }
  219        *      
  220        */
  221       public  void setI nsAddress( AddressInf o value) {
  222           th is.insAddr ess = valu e;
  223       }
  224  
  225       /**
  226        * Get s the valu e of the i nsurancePh ones prope rty.
  227        * 
  228        * @re turn
  229        *      possible  object is
  230        *      {@link Ph oneCollect ion }
  231        *      
  232        */
  233       public  PhoneColl ection get InsuranceP hones() {
  234           re turn insur ancePhones ;
  235       }
  236  
  237       /**
  238        * Set s the valu e of the i nsurancePh ones prope rty.
  239        * 
  240        * @pa ram value
  241        *      allowed o bject is
  242        *      {@link Ph oneCollect ion }
  243        *      
  244        */
  245       public  void setI nsurancePh ones(Phone Collection  value) {
  246           th is.insuran cePhones =  value;
  247       }
  248  
  249       /**
  250        * Get s the valu e of the i nsuranceSi teUploadSt atus prope rty.
  251        * 
  252        * @re turn
  253        *      possible  object is
  254        *      {@link St ring }
  255        *      
  256        */
  257       public  String ge tInsurance SiteUpload Status() {
  258           re turn insur anceSiteUp loadStatus ;
  259       }
  260  
  261       /**
  262        * Set s the valu e of the i nsuranceSi teUploadSt atus prope rty.
  263        * 
  264        * @pa ram value
  265        *      allowed o bject is
  266        *      {@link St ring }
  267        *      
  268        */
  269       public  void setI nsuranceSi teUploadSt atus(Strin g value) {
  270           th is.insuran ceSiteUplo adStatus =  value;
  271       }
  272  
  273       /**
  274        * Get s the valu e of the i nsuredRela tionship p roperty.
  275        * 
  276        * @re turn
  277        *      possible  object is
  278        *      {@link St ring }
  279        *      
  280        */
  281       public  String ge tInsuredRe lationship () {
  282           re turn insur edRelation ship;
  283       }
  284  
  285       /**
  286        * Set s the valu e of the i nsuredRela tionship p roperty.
  287        * 
  288        * @pa ram value
  289        *      allowed o bject is
  290        *      {@link St ring }
  291        *      
  292        */
  293       public  void setI nsuredRela tionship(S tring valu e) {
  294           th is.insured Relationsh ip = value ;
  295       }
  296  
  297       /**
  298        * Get s the valu e of the i nsuranceMa ppingTypeN ame proper ty.
  299        * 
  300        * @re turn
  301        *      possible  object is
  302        *      {@link St ring }
  303        *      
  304        */
  305       public  String ge tInsurance MappingTyp eName() {
  306           re turn insur anceMappin gTypeName;
  307       }
  308  
  309       /**
  310        * Set s the valu e of the i nsuranceMa ppingTypeN ame proper ty.
  311        * 
  312        * @pa ram value
  313        *      allowed o bject is
  314        *      {@link St ring }
  315        *      
  316        */
  317       public  void setI nsuranceMa ppingTypeN ame(String  value) {
  318           th is.insuran ceMappingT ypeName =  value;
  319       }
  320  
  321       /**
  322        * Get s the valu e of the l astEditedD ate proper ty.
  323        * 
  324        * @re turn
  325        *      possible  object is
  326        *      {@link XM LGregorian Calendar }
  327        *      
  328        */
  329       public  XMLGregor ianCalenda r getLastE ditedDate( ) {
  330           re turn lastE ditedDate;
  331       }
  332  
  333       /**
  334        * Set s the valu e of the l astEditedD ate proper ty.
  335        * 
  336        * @pa ram value
  337        *      allowed o bject is
  338        *      {@link XM LGregorian Calendar }
  339        *      
  340        */
  341       public  void setL astEditedD ate(XMLGre gorianCale ndar value ) {
  342           th is.lastEdi tedDate =  value;
  343       }
  344  
  345       /**
  346        * Get s the valu e of the p artAEffect iveDate pr operty.
  347        * 
  348        * @re turn
  349        *      possible  object is
  350        *      {@link XM LGregorian Calendar }
  351        *      
  352        */
  353       public  XMLGregor ianCalenda r getPartA EffectiveD ate() {
  354           re turn partA EffectiveD ate;
  355       }
  356  
  357       /**
  358        * Set s the valu e of the p artAEffect iveDate pr operty.
  359        * 
  360        * @pa ram value
  361        *      allowed o bject is
  362        *      {@link XM LGregorian Calendar }
  363        *      
  364        */
  365       public  void setP artAEffect iveDate(XM LGregorian Calendar v alue) {
  366           th is.partAEf fectiveDat e = value;
  367       }
  368  
  369       /**
  370        * Get s the valu e of the p artBEffect iveDate pr operty.
  371        * 
  372        * @re turn
  373        *      possible  object is
  374        *      {@link XM LGregorian Calendar }
  375        *      
  376        */
  377       public  XMLGregor ianCalenda r getPartB EffectiveD ate() {
  378           re turn partB EffectiveD ate;
  379       }
  380  
  381       /**
  382        * Set s the valu e of the p artBEffect iveDate pr operty.
  383        * 
  384        * @pa ram value
  385        *      allowed o bject is
  386        *      {@link XM LGregorian Calendar }
  387        *      
  388        */
  389       public  void setP artBEffect iveDate(XM LGregorian Calendar v alue) {
  390           th is.partBEf fectiveDat e = value;
  391       }
  392  
  393       /**
  394        * Get s the valu e of the p lanType pr operty.
  395        * 
  396        * @re turn
  397        *      possible  object is
  398        *      {@link St ring }
  399        *      
  400        */
  401       public  String ge tPlanType( ) {
  402           re turn planT ype;
  403       }
  404  
  405       /**
  406        * Set s the valu e of the p lanType pr operty.
  407        * 
  408        * @pa ram value
  409        *      allowed o bject is
  410        *      {@link St ring }
  411        *      
  412        */
  413       public  void setP lanType(St ring value ) {
  414           th is.planTyp e = value;
  415       }
  416  
  417       /**
  418        * Get s the valu e of the p olicyEffec tiveDate p roperty.
  419        * 
  420        * @re turn
  421        *      possible  object is
  422        *      {@link St ring }
  423        *      
  424        */
  425       public  String ge tPolicyEff ectiveDate () {
  426           re turn polic yEffective Date;
  427       }
  428  
  429       /**
  430        * Set s the valu e of the p olicyEffec tiveDate p roperty.
  431        * 
  432        * @pa ram value
  433        *      allowed o bject is
  434        *      {@link St ring }
  435        *      
  436        */
  437       public  void setP olicyEffec tiveDate(S tring valu e) {
  438           th is.policyE ffectiveDa te = value ;
  439       }
  440  
  441       /**
  442        * Get s the valu e of the p olicyExpir ationDate  property.
  443        * 
  444        * @re turn
  445        *      possible  object is
  446        *      {@link St ring }
  447        *      
  448        */
  449       public  String ge tPolicyExp irationDat e() {
  450           re turn polic yExpiratio nDate;
  451       }
  452  
  453       /**
  454        * Set s the valu e of the p olicyExpir ationDate  property.
  455        * 
  456        * @pa ram value
  457        *      allowed o bject is
  458        *      {@link St ring }
  459        *      
  460        */
  461       public  void setP olicyExpir ationDate( String val ue) {
  462           th is.policyE xpirationD ate = valu e;
  463       }
  464  
  465       /**
  466        * Get s the valu e of the p olicyHolde rName prop erty.
  467        * 
  468        * @re turn
  469        *      possible  object is
  470        *      {@link St ring }
  471        *      
  472        */
  473       public  String ge tPolicyHol derName()  {
  474           re turn polic yHolderNam e;
  475       }
  476  
  477       /**
  478        * Set s the valu e of the p olicyHolde rName prop erty.
  479        * 
  480        * @pa ram value
  481        *      allowed o bject is
  482        *      {@link St ring }
  483        *      
  484        */
  485       public  void setP olicyHolde rName(Stri ng value)  {
  486           th is.policyH olderName  = value;
  487       }
  488  
  489       /**
  490        * Get s the valu e of the p olicyNumbe r property .
  491        * 
  492        * @re turn
  493        *      possible  object is
  494        *      {@link St ring }
  495        *      
  496        */
  497       public  String ge tPolicyNum ber() {
  498           re turn polic yNumber;
  499       }
  500  
  501       /**
  502        * Set s the valu e of the p olicyNumbe r property .
  503        * 
  504        * @pa ram value
  505        *      allowed o bject is
  506        *      {@link St ring }
  507        *      
  508        */
  509       public  void setP olicyNumbe r(String v alue) {
  510           th is.policyN umber = va lue;
  511       }
  512  
  513       /**
  514        * Get s the valu e of the p readmitCer tification  property.
  515        * 
  516        * @re turn
  517        *      possible  object is
  518        *      {@link Bo olean }
  519        *      
  520        */
  521       public  Boolean i sPreadmitC ertificati on() {
  522           re turn pread mitCertifi cation;
  523       }
  524  
  525       /**
  526        * Set s the valu e of the p readmitCer tification  property.
  527        * 
  528        * @pa ram value
  529        *      allowed o bject is
  530        *      {@link Bo olean }
  531        *      
  532        */
  533       public  void setP readmitCer tification (Boolean v alue) {
  534           th is.preadmi tCertifica tion = val ue;
  535       }
  536  
  537       /**
  538        * Get s the valu e of the r easonInsur anceNotUpl oaded prop erty.
  539        * 
  540        * @re turn
  541        *      possible  object is
  542        *      {@link St ring }
  543        *      
  544        */
  545       public  String ge tReasonIns uranceNotU ploaded()  {
  546           re turn reaso nInsurance NotUploade d;
  547       }
  548  
  549       /**
  550        * Set s the valu e of the r easonInsur anceNotUpl oaded prop erty.
  551        * 
  552        * @pa ram value
  553        *      allowed o bject is
  554        *      {@link St ring }
  555        *      
  556        */
  557       public  void setR easonInsur anceNotUpl oaded(Stri ng value)  {
  558           th is.reasonI nsuranceNo tUploaded  = value;
  559       }
  560  
  561       /**
  562        * Get s the valu e of the s ubscriber  property.
  563        * 
  564        * @re turn
  565        *      possible  object is
  566        *      {@link St ring }
  567        *      
  568        */
  569       public  String ge tSubscribe r() {
  570           re turn subsc riber;
  571       }
  572  
  573       /**
  574        * Set s the valu e of the s ubscriber  property.
  575        * 
  576        * @pa ram value
  577        *      allowed o bject is
  578        *      {@link St ring }
  579        *      
  580        */
  581       public  void setS ubscriber( String val ue) {
  582           th is.subscri ber = valu e;
  583       }
  584  
  585   }