3080. EPMO Open Source Coordination Office Redaction File Detail Report

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

3080.1 Files compared

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

3080.2 Comparison summary

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

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

3080.4 Active regular expressions

No regular expressions were active.

3080.5 Comparison detail

        1   package go v.va.nvap. privacy;
        2  
        3   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        4   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        5   import jav ax.xml.bin d.annotati on.XmlElem ent;
        6   import jav ax.xml.bin d.annotati on.XmlType ;
        7   /**
        8    * <p>Java  class for  Organizat ionTrusted SourceResp onseType c omplex typ e.
        9    * 
        10    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        11    * 
        12    * <pre>
        13    * &lt;com plexType n ame="Organ izationTru stedSource ResponseTy pe">
        14    *   &lt;c omplexCont ent>
        15    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        16    *       & lt;sequenc e>
        17    *          &lt;eleme nt name="i sTrusted"  type="{htt p://www.w3 .org/2001/ XMLSchema} boolean" m axOccurs=" unbounded" />
        18    *       & lt;/sequen ce>
        19    *     &lt ;/restrict ion>
        20    *   &lt;/ complexCon tent>
        21    * &lt;/co mplexType>
        22    * </pre>
        23    * 
        24    * 
        25    */
        26   @XmlAccess orType(Xml AccessType .FIELD)
        27   @XmlType(n ame = "Org anizationT rustedSour ceResponse Type", pro pOrder = {  "isTruste d" })
        28   public cla ss Organiz ationTrust edSourceRe sponseType  {
        29  
        30       @XmlEl ement(name  = "isTrus ted", requ ired = tru e)
        31       protec ted Boolea n isTruste d;
        32  
        33       public  Boolean g etIsTruste d() {
        34           re turn this. isTrusted;
        35       }
        36   }