3021. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:42 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.

3021.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:42 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\java\gov\va\nvap\privacy\data ObjectFactory.java Fri Apr 21 20:03:26 2017 UTC

3021.2 Comparison summary

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

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

3021.4 Active regular expressions

No regular expressions were active.

3021.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 , v2.1-b02 -fcs
        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 1.09.27 at  08:56:54  AM PDT
        6   //
        7  
        8   package go v.va.nvap. privacy.da ta;
        9  
        10   import jav ax.xml.bin d.annotati on.XmlRegi stry;
        11  
        12   /**
        13    * This ob ject conta ins factor y methods  for each J ava conten t interfac e and Java
        14    * element  interface  generated  in the go v.va.nvap. privacy.da ta package .
        15    * <p>
        16    * An Obje ctFactory  allows you  to progra matically  construct  new instan ces of the
        17    * Java re presentati on for XML  content.  The Java r epresentat ion of XML  content
        18    * can con sist of sc hema deriv ed interfa ces and cl asses repr esenting t he binding
        19    * of sche ma type de finitions,  element d eclaration s and mode l groups.  Factory
        20    * methods  for each  of these a re provide d in this  class.
        21    * 
        22    */
        23   @XmlRegist ry
        24   public cla ss ObjectF actory {
        25  
        26           /* *
        27            *  Create a  new Object Factory th at can be  used to cr eate new i nstances o f
        28            *  schema de rived clas ses for pa ckage: gov .va.nvap.p rivacy.dat a
        29            *  
        30            * /
        31           pu blic Objec tFactory()  {
        32           }
        33  
        34           /* *
        35            *  Create an  instance  of {@link  ConsentDir ectiveData  }
        36            *  
        37            * /
        38           pu blic Conse ntDirectiv eData crea teConsentD irectiveDa ta() {
        39                    retu rn new Con sentDirect iveData();
        40           }
        41  
        42           /* *
        43            *  Create an  instance  of {@link  Participan t }
        44            *  
        45            * /
        46           pu blic Parti cipant cre atePartici pant() {
        47                    retu rn new Par ticipant() ;
        48           }
        49  
        50           /* *
        51            *  Create an  instance  of {@link  ScannedCon sentDirect iveDocumen tBase64Tex t }
        52            *  
        53            * /
        54           pu blic Scann edConsentD irectiveDo cumentBase 64Text cre ateScanned ConsentDir ectiveDocu mentBase64 Text() {
        55                    retu rn new Sca nnedConsen tDirective DocumentBa se64Text() ;
        56           }
        57  
        58   }