63. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/11/2017 8:05:40 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.

63.1 Files compared

# Location File Last Modified
1 MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\sms_main\sms_source\mhv_sms_ng\mhv-sm-domain\src\main\java\gov\va\med\mhv\sm\wsclient\pcmm NonVAPCProviders.java Sat May 13 00:14:00 2017 UTC
2 MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\sms_main\sms_source\mhv_sms_ng\mhv-sm-domain\src\main\java\gov\va\med\mhv\sm\wsclient\pcmm NonVAPCProviders.java Thu Sep 7 19:20:42 2017 UTC

63.2 Comparison summary

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

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

63.4 Active regular expressions

No regular expressions were active.

63.5 Comparison detail

  1   //
  2   // This fi le was gen erated by  the JavaTM  Architect ure for XM L Binding( JAXB) Refe rence Impl ementation , vJAXB 2. 1.10 in JD K 6 
  3   // See <a  href="http ://java.su n.com/xml/ jaxb">http ://java.su n.com/xml/ jaxb</a> 
  4   // Any mod ifications  to this f ile will b e lost upo n recompil ation of t he source  schema. 
  5   // Generat ed on: 201 5.09.30 at  09:44:41  AM EDT 
  6   //
  7  
  8  
  9   package go v.va.med.m hv.sm.wscl ient.pcmm;
  10  
  11   import jav a.util.Arr ayList;
  12   import jav a.util.Lis t;
  13   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  14   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  15   import jav ax.xml.bin d.annotati on.XmlType ;
  16  
  17  
  18   /**
  19    * <p>Java  class for  anonymous  complex t ype.
  20    * 
  21    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  22    * 
  23    * <pre>
  24    * &lt;com plexType>
  25    *   &lt;c omplexCont ent>
  26    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  27    *       & lt;sequenc e>
  28    *          &lt;eleme nt name="n onVAProvid er" type=" {}nonVAPro viderAssig nment" max Occurs="un bounded" m inOccurs=" 0"/>
  29    *       & lt;/sequen ce>
  30    *     &lt ;/restrict ion>
  31    *   &lt;/ complexCon tent>
  32    * &lt;/co mplexType>
  33    * </pre>
  34    * 
  35    * 
  36    */
  37   @XmlAccess orType(Xml AccessType .FIELD)
  38   @XmlType(n ame = "",  propOrder  = {
  39       "nonVA Provider"
  40   })
  41   public cla ss Non DNS    roviders {
  42  
  43       protec ted List<N onVAProvid erAssignme nt> nonVAP rovider;
  44  
  45       /**
  46        * Get s the valu e of the n onVAProvid er propert y.
  47        * 
  48        * <p>
  49        * Thi s accessor  method re turns a re ference to  the live  list,
  50        * not  a snapsho t. Therefo re any mod ification  you make t o the
  51        * ret urned list  will be p resent ins ide the JA XB object.
  52        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the nonV AProvider  property.
  53        * 
  54        * <p>
  55        * For  example,  to add a n ew item, d o as follo ws:
  56        * <pr e>
  57        *     getNonVAPr ovider().a dd(newItem );
  58        * </p re>
  59        * 
  60        * 
  61        * <p>
  62        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  63        * {@l ink NonVAP roviderAss ignment }
  64        * 
  65        * 
  66        */
  67       public  List<NonV AProviderA ssignment>  getNonVAP rovider()  {
  68           if  (nonVAPro vider == n ull) {
  69                nonVAPro vider = ne w ArrayLis t<NonVAPro viderAssig nment>();
  70           }
  71           re turn this. nonVAProvi der;
  72       }
  73  
  74   }