3024. EPMO Open Source Coordination Office Redaction File Detail Report

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

3024.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:43 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 ScannedConsentDirectiveDocumentBase64Text.java Fri Apr 21 20:03:26 2017 UTC

3024.2 Comparison summary

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

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

3024.4 Active regular expressions

No regular expressions were active.

3024.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.XmlAcce ssType;
        11   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        12   import jav ax.xml.bin d.annotati on.XmlElem ent;
        13   import jav ax.xml.bin d.annotati on.XmlType ;
        14  
        15   /**
        16    * <p>
        17    * Java cl ass for sc annedConse ntDirectiv eDocumentB ase64Text  complex ty pe.
        18    * 
        19    * <p>
        20    * The fol lowing sch ema fragme nt specifi es the exp ected cont ent contai ned within
        21    * this cl ass.
        22    * 
        23    * <pre>
        24    * &lt;com plexType n ame="scann edConsentD irectiveDo cumentBase 64Text">
        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="m ediaType"  type="{htt p://www.w3 .org/2001/ XMLSchema} string"/>
        29    *          &lt;eleme nt name="r epresentat ion" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g"/>
        30    *          &lt;eleme nt name="d ocument" t ype="{http ://www.w3. org/2001/X MLSchema}b ase64Binar y"/>
        31    *       & lt;/sequen ce>
        32    *     &lt ;/restrict ion>
        33    *   &lt;/ complexCon tent>
        34    * &lt;/co mplexType>
        35    * </pre>
        36    * 
        37    * 
        38    */
        39   @XmlAccess orType(Xml AccessType .FIELD)
        40   @XmlType(n ame = "sca nnedConsen tDirective DocumentBa se64Text",  propOrder  = {
        41                    "med iaType", " representa tion", "do cument" })
        42   public cla ss Scanned ConsentDir ectiveDocu mentBase64 Text {
        43  
        44           @X mlElement( required =  true)
        45           pr otected by te[] docum ent;
        46           @X mlElement( required =  true)
        47           pr otected St ring media Type;
        48           @X mlElement( required =  true)
        49           pr otected St ring repre sentation;
        50  
        51           /* *
        52            *  Gets the  value of t he documen t property .
        53            *  
        54            *  @return p ossible ob ject is by te[]
        55            * /
        56           pu blic byte[ ] getDocum ent() {
        57                    retu rn this.do cument;
        58           }
        59  
        60           /* *
        61            *  Gets the  value of t he mediaTy pe propert y.
        62            *  
        63            *  @return p ossible ob ject is {@ link Strin g }
        64            *  
        65            * /
        66           pu blic Strin g getMedia Type() {
        67                    retu rn this.me diaType;
        68           }
        69  
        70           /* *
        71            *  Gets the  value of t he represe ntation pr operty.
        72            *  
        73            *  @return p ossible ob ject is {@ link Strin g }
        74            *  
        75            * /
        76           pu blic Strin g getRepre sentation( ) {
        77                    retu rn this.re presentati on;
        78           }
        79  
        80           /* *
        81            *  Sets the  value of t he documen t property .
        82            *  
        83            *  @param va lue
        84            *              allowed  object is  byte[]
        85            * /
        86           pu blic void  setDocumen t(final by te[] value ) {
        87                    this .document  = (value);
        88           }
        89  
        90           /* *
        91            *  Sets the  value of t he mediaTy pe propert y.
        92            *  
        93            *  @param va lue
        94            *              allowed  object is  {@link Str ing }
        95            *  
        96            * /
        97           pu blic void  setMediaTy pe(final S tring valu e) {
        98                    this .mediaType  = value;
        99           }
        100  
        101           /* *
        102            *  Sets the  value of t he represe ntation pr operty.
        103            *  
        104            *  @param va lue
        105            *              allowed  object is  {@link Str ing }
        106            *  
        107            * /
        108           pu blic void  setReprese ntation(fi nal String  value) {
        109                    this .represent ation = va lue;
        110           }
        111  
        112   }