85. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:21:47 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.

85.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterLIB\src\main\java\gov\va\oit\oed\vaww ObjectFactory.java Fri Feb 10 15:41:44 2017 UTC
2 eHX-CIF.zip\eHX-CIF\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter\AdapterLIB\src\main\java\gov\va\oit\oed\vaww ObjectFactory.java Mon Apr 3 14:26:00 2017 UTC

85.2 Comparison summary

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

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

85.4 Active regular expressions

No regular expressions were active.

85.5 Comparison detail

  1  
  2   package go v.va.oit.o ed.vaww;
  3  
  4   import jav ax.xml.bin d.JAXBElem ent;
  5   import jav ax.xml.bin d.annotati on.XmlElem entDecl;
  6   import jav ax.xml.bin d.annotati on.XmlRegi stry;
  7   import jav ax.xml.nam espace.QNa me;
  8   import org .hl7.v3.PR PAIN201305 UV02;
  9   import org .hl7.v3.PR PAIN201306 UV02;
  10  
  11  
  12   /**
  13    * This ob ject conta ins factor y methods  for each 
  14    * Java co ntent inte rface and  Java eleme nt interfa ce 
  15    * generat ed in the  gov.va.oit .oed.vaww  package. 
  16    * <p>An O bjectFacto ry allows  you to pro gramatical ly 
  17    * constru ct new ins tances of  the Java r epresentat ion 
  18    * for XML  content.  The Java r epresentat ion of XML  
  19    * content  can consi st of sche ma derived  interface
  20    * and cla sses repre senting th e binding  of schema 
  21    * type de finitions,  element d eclaration s and mode
  22    * groups.   Factory  methods fo r each of  these are 
  23    * provide d in this  class.
  24    * 
  25    */
  26   @XmlRegist ry
  27   public cla ss ObjectF actory {
  28  
  29         private fi nal static  QName _PR PAIN201306 UV02_QNAME  = new QNa me("http:/ / URL           . DNS     ", "PRPA_I N201306UV0 2");
  30         private fi nal static  QName _PR PAIN201305 UV02_QNAME  = new QNa me("http:/ / URL           . DNS     ", "PRPA_I N201305UV0 2");
  31  
  32       /**
  33        * Cre ate a new  ObjectFact ory that c an be used  to create  new insta nces of sc hema deriv ed classes  for packa ge: gov.va .oit.oed.v aww
  34        * 
  35        */
  36       public  ObjectFac tory() {
  37       }
  38  
  39       /**
  40        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link PRPAI N201306UV0 2 }{@code  >}}
  41        * 
  42        */
  43         @XmlElemen tDecl(name space = "h ttp:// URL           . DNS     ", name =  "PRPA_IN20 1306UV02")
  44       public  JAXBEleme nt<PRPAIN2 01306UV02>  createPRP AIN201306U V02(PRPAIN 201306UV02  value) {
  45           re turn new J AXBElement <PRPAIN201 306UV02>(_ PRPAIN2013 06UV02_QNA ME, PRPAIN 201306UV02  .class, n ull, value );
  46       }
  47  
  48       /**
  49        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link PRPAI N201305UV0 2 }{@code  >}}
  50        * 
  51        */
  52         @XmlElemen tDecl(name space = "h ttp:// URL           . DNS     ", name =  "PRPA_IN20 1305UV02")
  53       public  JAXBEleme nt<PRPAIN2 01305UV02>  createPRP AIN201305U V02(PRPAIN 201305UV02  value) {
  54           re turn new J AXBElement <PRPAIN201 305UV02>(_ PRPAIN2013 05UV02_QNA ME, PRPAIN 201305UV02  .class, n ull, value );
  55       }
  56  
  57   }