324. EPMO Open Source Coordination Office Redaction File Detail Report

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

324.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice InsuranceBean.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice InsuranceBean.java Mon Oct 2 19:51:45 2017 UTC

324.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 1226
Changed 3 6
Inserted 0 0
Removed 0 0

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

324.4 Active regular expressions

No regular expressions were active.

324.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_0.webser vice;
  3  
  4   import jav a.util.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlElem ent;
  9   import jav ax.xml.bin d.annotati on.XmlSche maType;
  10   import jav ax.xml.bin d.annotati on.XmlType ;
  11   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  12  
  13  
  14   /**
  15    * <p>Java  class for  insurance Bean compl ex type.
  16    * 
  17    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  18    * 
  19    * <pre>
  20    * &lt;com plexType n ame="insur anceBean">
  21    *   &lt;c omplexCont ent>
  22    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  23    *       & lt;sequenc e>
  24    *          &lt;eleme nt name="c ompanyAddr essLine1"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  25    *          &lt;eleme nt name="c ompanyAddr essLine2"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  26    *          &lt;eleme nt name="c ompanyAddr essLine3"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  27    *          &lt;eleme nt name="c ompanyCity " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  28    *          &lt;eleme nt name="c ompanyIen"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  29    *          &lt;eleme nt name="c ompanyName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  30    *          &lt;eleme nt name="c ompanyPost alCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  31    *          &lt;eleme nt name="c ompanyStat eProvince"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  32    *           &lt;elemen t name="co mpanyTelec om" type=" {http://we bservice.v ds. URL         /}telecom"  maxOccurs ="unbounde d" minOccu rs="0"/>
  33    *          &lt;eleme nt name="e ffectiveDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/>
  34    *          &lt;eleme nt name="e xpirationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/>
  35    *          &lt;eleme nt name="g roupNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  36    *          &lt;eleme nt name="i nsuranceNu mber" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  37    *          &lt;eleme nt name="i nsuranceTy pe" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  38    *          &lt;eleme nt name="i nsuranceTy peId" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  39    *          &lt;eleme nt name="m emberId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  40    *          &lt;eleme nt name="p lanName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  41    *          &lt;eleme nt name="p olicyHolde r" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  42    *          &lt;eleme nt name="r elationShi p" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  43    *          &lt;eleme nt name="s ubscriberD OB" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/>
  44    *          &lt;eleme nt name="s ubscriberI d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  45    *       & lt;/sequen ce>
  46    *     &lt ;/extensio n>
  47    *   &lt;/ complexCon tent>
  48    * &lt;/co mplexType>
  49    * </pre>
  50    * 
  51    * 
  52    */
  53   @XmlAccess orType(Xml AccessType .FIELD)
  54   @XmlType(n ame = "ins uranceBean ", namespa ce = "http ://webserv ice.vds. URL         /", propOr der = {
  55       "compa nyAddressL ine1",
  56       "compa nyAddressL ine2",
  57       "compa nyAddressL ine3",
  58       "compa nyCity",
  59       "compa nyIen",
  60       "compa nyName",
  61       "compa nyPostalCo de",
  62       "compa nyStatePro vince",
  63       "compa nyTelecom" ,
  64       "effec tiveDate",
  65       "expir ationDate" ,
  66       "group Number",
  67       "insur anceNumber ",
  68       "insur anceType",
  69       "insur anceTypeId ",
  70       "membe rId",
  71       "planN ame",
  72       "polic yHolder",
  73       "relat ionShip",
  74       "subsc riberDOB",
  75       "subsc riberId"
  76   })
  77   public cla ss Insuran ceBean
  78       extend s DataBean
  79   {
  80  
  81       protec ted String  companyAd dressLine1 ;
  82       protec ted String  companyAd dressLine2 ;
  83       protec ted String  companyAd dressLine3 ;
  84       protec ted String  companyCi ty;
  85       protec ted String  companyIe n;
  86       protec ted String  companyNa me;
  87       protec ted String  companyPo stalCode;
  88       protec ted String  companySt ateProvinc e;
  89       @XmlEl ement(nill able = tru e)
  90       protec ted List<T elecom> co mpanyTelec om;
  91       @XmlSc hemaType(n ame = "dat eTime")
  92       protec ted XMLGre gorianCale ndar effec tiveDate;
  93       @XmlSc hemaType(n ame = "dat eTime")
  94       protec ted XMLGre gorianCale ndar expir ationDate;
  95       protec ted String  groupNumb er;
  96       protec ted String  insurance Number;
  97       protec ted String  insurance Type;
  98       protec ted String  insurance TypeId;
  99       protec ted String  memberId;
  100       protec ted String  planName;
  101       protec ted String  policyHol der;
  102       protec ted String  relationS hip;
  103       @XmlSc hemaType(n ame = "dat eTime")
  104       protec ted XMLGre gorianCale ndar subsc riberDOB;
  105       protec ted String  subscribe rId;
  106  
  107       /**
  108        * Get s the valu e of the c ompanyAddr essLine1 p roperty.
  109        * 
  110        * @re turn
  111        *      possible  object is
  112        *      {@link St ring }
  113        *      
  114        */
  115       public  String ge tCompanyAd dressLine1 () {
  116           re turn compa nyAddressL ine1;
  117       }
  118  
  119       /**
  120        * Set s the valu e of the c ompanyAddr essLine1 p roperty.
  121        * 
  122        * @pa ram value
  123        *      allowed o bject is
  124        *      {@link St ring }
  125        *      
  126        */
  127       public  void setC ompanyAddr essLine1(S tring valu e) {
  128           th is.company AddressLin e1 = value ;
  129       }
  130  
  131       /**
  132        * Get s the valu e of the c ompanyAddr essLine2 p roperty.
  133        * 
  134        * @re turn
  135        *      possible  object is
  136        *      {@link St ring }
  137        *      
  138        */
  139       public  String ge tCompanyAd dressLine2 () {
  140           re turn compa nyAddressL ine2;
  141       }
  142  
  143       /**
  144        * Set s the valu e of the c ompanyAddr essLine2 p roperty.
  145        * 
  146        * @pa ram value
  147        *      allowed o bject is
  148        *      {@link St ring }
  149        *      
  150        */
  151       public  void setC ompanyAddr essLine2(S tring valu e) {
  152           th is.company AddressLin e2 = value ;
  153       }
  154  
  155       /**
  156        * Get s the valu e of the c ompanyAddr essLine3 p roperty.
  157        * 
  158        * @re turn
  159        *      possible  object is
  160        *      {@link St ring }
  161        *      
  162        */
  163       public  String ge tCompanyAd dressLine3 () {
  164           re turn compa nyAddressL ine3;
  165       }
  166  
  167       /**
  168        * Set s the valu e of the c ompanyAddr essLine3 p roperty.
  169        * 
  170        * @pa ram value
  171        *      allowed o bject is
  172        *      {@link St ring }
  173        *      
  174        */
  175       public  void setC ompanyAddr essLine3(S tring valu e) {
  176           th is.company AddressLin e3 = value ;
  177       }
  178  
  179       /**
  180        * Get s the valu e of the c ompanyCity  property.
  181        * 
  182        * @re turn
  183        *      possible  object is
  184        *      {@link St ring }
  185        *      
  186        */
  187       public  String ge tCompanyCi ty() {
  188           re turn compa nyCity;
  189       }
  190  
  191       /**
  192        * Set s the valu e of the c ompanyCity  property.
  193        * 
  194        * @pa ram value
  195        *      allowed o bject is
  196        *      {@link St ring }
  197        *      
  198        */
  199       public  void setC ompanyCity (String va lue) {
  200           th is.company City = val ue;
  201       }
  202  
  203       /**
  204        * Get s the valu e of the c ompanyIen  property.
  205        * 
  206        * @re turn
  207        *      possible  object is
  208        *      {@link St ring }
  209        *      
  210        */
  211       public  String ge tCompanyIe n() {
  212           re turn compa nyIen;
  213       }
  214  
  215       /**
  216        * Set s the valu e of the c ompanyIen  property.
  217        * 
  218        * @pa ram value
  219        *      allowed o bject is
  220        *      {@link St ring }
  221        *      
  222        */
  223       public  void setC ompanyIen( String val ue) {
  224           th is.company Ien = valu e;
  225       }
  226  
  227       /**
  228        * Get s the valu e of the c ompanyName  property.
  229        * 
  230        * @re turn
  231        *      possible  object is
  232        *      {@link St ring }
  233        *      
  234        */
  235       public  String ge tCompanyNa me() {
  236           re turn compa nyName;
  237       }
  238  
  239       /**
  240        * Set s the valu e of the c ompanyName  property.
  241        * 
  242        * @pa ram value
  243        *      allowed o bject is
  244        *      {@link St ring }
  245        *      
  246        */
  247       public  void setC ompanyName (String va lue) {
  248           th is.company Name = val ue;
  249       }
  250  
  251       /**
  252        * Get s the valu e of the c ompanyPost alCode pro perty.
  253        * 
  254        * @re turn
  255        *      possible  object is
  256        *      {@link St ring }
  257        *      
  258        */
  259       public  String ge tCompanyPo stalCode()  {
  260           re turn compa nyPostalCo de;
  261       }
  262  
  263       /**
  264        * Set s the valu e of the c ompanyPost alCode pro perty.
  265        * 
  266        * @pa ram value
  267        *      allowed o bject is
  268        *      {@link St ring }
  269        *      
  270        */
  271       public  void setC ompanyPost alCode(Str ing value)  {
  272           th is.company PostalCode  = value;
  273       }
  274  
  275       /**
  276        * Get s the valu e of the c ompanyStat eProvince  property.
  277        * 
  278        * @re turn
  279        *      possible  object is
  280        *      {@link St ring }
  281        *      
  282        */
  283       public  String ge tCompanySt ateProvinc e() {
  284           re turn compa nyStatePro vince;
  285       }
  286  
  287       /**
  288        * Set s the valu e of the c ompanyStat eProvince  property.
  289        * 
  290        * @pa ram value
  291        *      allowed o bject is
  292        *      {@link St ring }
  293        *      
  294        */
  295       public  void setC ompanyStat eProvince( String val ue) {
  296           th is.company StateProvi nce = valu e;
  297       }
  298  
  299       /**
  300        * Get s the valu e of the c ompanyTele com proper ty.
  301        * 
  302        * <p>
  303        * Thi s accessor  method re turns a re ference to  the live  list,
  304        * not  a snapsho t. Therefo re any mod ification  you make t o the
  305        * ret urned list  will be p resent ins ide the JA XB object.
  306        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the comp anyTelecom  property.
  307        * 
  308        * <p>
  309        * For  example,  to add a n ew item, d o as follo ws:
  310        * <pr e>
  311        *     getCompany Telecom(). add(newIte m);
  312        * </p re>
  313        * 
  314        * 
  315        * <p>
  316        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  317        * {@l ink Teleco m }
  318        * 
  319        * 
  320        */
  321       public  List<Tele com> getCo mpanyTelec om() {
  322           if  (companyT elecom ==  null) {
  323                companyT elecom = n ew ArrayLi st<Telecom >();
  324           }
  325           re turn this. companyTel ecom;
  326       }
  327  
  328       /**
  329        * Get s the valu e of the e ffectiveDa te propert y.
  330        * 
  331        * @re turn
  332        *      possible  object is
  333        *      {@link XM LGregorian Calendar }
  334        *      
  335        */
  336       public  XMLGregor ianCalenda r getEffec tiveDate()  {
  337           re turn effec tiveDate;
  338       }
  339  
  340       /**
  341        * Set s the valu e of the e ffectiveDa te propert y.
  342        * 
  343        * @pa ram value
  344        *      allowed o bject is
  345        *      {@link XM LGregorian Calendar }
  346        *      
  347        */
  348       public  void setE ffectiveDa te(XMLGreg orianCalen dar value)  {
  349           th is.effecti veDate = v alue;
  350       }
  351  
  352       /**
  353        * Get s the valu e of the e xpirationD ate proper ty.
  354        * 
  355        * @re turn
  356        *      possible  object is
  357        *      {@link XM LGregorian Calendar }
  358        *      
  359        */
  360       public  XMLGregor ianCalenda r getExpir ationDate( ) {
  361           re turn expir ationDate;
  362       }
  363  
  364       /**
  365        * Set s the valu e of the e xpirationD ate proper ty.
  366        * 
  367        * @pa ram value
  368        *      allowed o bject is
  369        *      {@link XM LGregorian Calendar }
  370        *      
  371        */
  372       public  void setE xpirationD ate(XMLGre gorianCale ndar value ) {
  373           th is.expirat ionDate =  value;
  374       }
  375  
  376       /**
  377        * Get s the valu e of the g roupNumber  property.
  378        * 
  379        * @re turn
  380        *      possible  object is
  381        *      {@link St ring }
  382        *      
  383        */
  384       public  String ge tGroupNumb er() {
  385           re turn group Number;
  386       }
  387  
  388       /**
  389        * Set s the valu e of the g roupNumber  property.
  390        * 
  391        * @pa ram value
  392        *      allowed o bject is
  393        *      {@link St ring }
  394        *      
  395        */
  396       public  void setG roupNumber (String va lue) {
  397           th is.groupNu mber = val ue;
  398       }
  399  
  400       /**
  401        * Get s the valu e of the i nsuranceNu mber prope rty.
  402        * 
  403        * @re turn
  404        *      possible  object is
  405        *      {@link St ring }
  406        *      
  407        */
  408       public  String ge tInsurance Number() {
  409           re turn insur anceNumber ;
  410       }
  411  
  412       /**
  413        * Set s the valu e of the i nsuranceNu mber prope rty.
  414        * 
  415        * @pa ram value
  416        *      allowed o bject is
  417        *      {@link St ring }
  418        *      
  419        */
  420       public  void setI nsuranceNu mber(Strin g value) {
  421           th is.insuran ceNumber =  value;
  422       }
  423  
  424       /**
  425        * Get s the valu e of the i nsuranceTy pe propert y.
  426        * 
  427        * @re turn
  428        *      possible  object is
  429        *      {@link St ring }
  430        *      
  431        */
  432       public  String ge tInsurance Type() {
  433           re turn insur anceType;
  434       }
  435  
  436       /**
  437        * Set s the valu e of the i nsuranceTy pe propert y.
  438        * 
  439        * @pa ram value
  440        *      allowed o bject is
  441        *      {@link St ring }
  442        *      
  443        */
  444       public  void setI nsuranceTy pe(String  value) {
  445           th is.insuran ceType = v alue;
  446       }
  447  
  448       /**
  449        * Get s the valu e of the i nsuranceTy peId prope rty.
  450        * 
  451        * @re turn
  452        *      possible  object is
  453        *      {@link St ring }
  454        *      
  455        */
  456       public  String ge tInsurance TypeId() {
  457           re turn insur anceTypeId ;
  458       }
  459  
  460       /**
  461        * Set s the valu e of the i nsuranceTy peId prope rty.
  462        * 
  463        * @pa ram value
  464        *      allowed o bject is
  465        *      {@link St ring }
  466        *      
  467        */
  468       public  void setI nsuranceTy peId(Strin g value) {
  469           th is.insuran ceTypeId =  value;
  470       }
  471  
  472       /**
  473        * Get s the valu e of the m emberId pr operty.
  474        * 
  475        * @re turn
  476        *      possible  object is
  477        *      {@link St ring }
  478        *      
  479        */
  480       public  String ge tMemberId( ) {
  481           re turn membe rId;
  482       }
  483  
  484       /**
  485        * Set s the valu e of the m emberId pr operty.
  486        * 
  487        * @pa ram value
  488        *      allowed o bject is
  489        *      {@link St ring }
  490        *      
  491        */
  492       public  void setM emberId(St ring value ) {
  493           th is.memberI d = value;
  494       }
  495  
  496       /**
  497        * Get s the valu e of the p lanName pr operty.
  498        * 
  499        * @re turn
  500        *      possible  object is
  501        *      {@link St ring }
  502        *      
  503        */
  504       public  String ge tPlanName( ) {
  505           re turn planN ame;
  506       }
  507  
  508       /**
  509        * Set s the valu e of the p lanName pr operty.
  510        * 
  511        * @pa ram value
  512        *      allowed o bject is
  513        *      {@link St ring }
  514        *      
  515        */
  516       public  void setP lanName(St ring value ) {
  517           th is.planNam e = value;
  518       }
  519  
  520       /**
  521        * Get s the valu e of the p olicyHolde r property .
  522        * 
  523        * @re turn
  524        *      possible  object is
  525        *      {@link St ring }
  526        *      
  527        */
  528       public  String ge tPolicyHol der() {
  529           re turn polic yHolder;
  530       }
  531  
  532       /**
  533        * Set s the valu e of the p olicyHolde r property .
  534        * 
  535        * @pa ram value
  536        *      allowed o bject is
  537        *      {@link St ring }
  538        *      
  539        */
  540       public  void setP olicyHolde r(String v alue) {
  541           th is.policyH older = va lue;
  542       }
  543  
  544       /**
  545        * Get s the valu e of the r elationShi p property .
  546        * 
  547        * @re turn
  548        *      possible  object is
  549        *      {@link St ring }
  550        *      
  551        */
  552       public  String ge tRelationS hip() {
  553           re turn relat ionShip;
  554       }
  555  
  556       /**
  557        * Set s the valu e of the r elationShi p property .
  558        * 
  559        * @pa ram value
  560        *      allowed o bject is
  561        *      {@link St ring }
  562        *      
  563        */
  564       public  void setR elationShi p(String v alue) {
  565           th is.relatio nShip = va lue;
  566       }
  567  
  568       /**
  569        * Get s the valu e of the s ubscriberD OB propert y.
  570        * 
  571        * @re turn
  572        *      possible  object is
  573        *      {@link XM LGregorian Calendar }
  574        *      
  575        */
  576       public  XMLGregor ianCalenda r getSubsc riberDOB()  {
  577           re turn subsc riberDOB;
  578       }
  579  
  580       /**
  581        * Set s the valu e of the s ubscriberD OB propert y.
  582        * 
  583        * @pa ram value
  584        *      allowed o bject is
  585        *      {@link XM LGregorian Calendar }
  586        *      
  587        */
  588       public  void setS ubscriberD OB(XMLGreg orianCalen dar value)  {
  589           th is.subscri berDOB = v alue;
  590       }
  591  
  592       /**
  593        * Get s the valu e of the s ubscriberI d property .
  594        * 
  595        * @re turn
  596        *      possible  object is
  597        *      {@link St ring }
  598        *      
  599        */
  600       public  String ge tSubscribe rId() {
  601           re turn subsc riberId;
  602       }
  603  
  604       /**
  605        * Set s the valu e of the s ubscriberI d property .
  606        * 
  607        * @pa ram value
  608        *      allowed o bject is
  609        *      {@link St ring }
  610        *      
  611        */
  612       public  void setS ubscriberI d(String v alue) {
  613           th is.subscri berId = va lue;
  614       }
  615  
  616   }