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

3078.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 OrganizationTrustedSourceRequestType.java Fri Apr 21 20:03:26 2017 UTC

3078.2 Comparison summary

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

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

3078.4 Active regular expressions

No regular expressions were active.

3078.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 SourceRequ estType co mplex type .
        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 RequestTyp e">
        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="o rganizatio nId" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g"/>
        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 ceRequestT ype", prop Order = {" organizati onId"})
        28   public cla ss Organiz ationTrust edSourceRe questType  {
        29  
        30       @XmlEl ement(name  = "organi zationId",  required  = true)
        31       protec ted String  organizat ionId;
        32       
        33       /**
        34        * Get s the valu e of the o rganizatio nId proper ty.
        35        * 
        36        * @re turn
        37        *      possible  object is
        38        *      {@link St ring }
        39        *      
        40        */
        41       public  String ge tOrganizat ionId() {
        42           re turn organ izationId;
        43       }
        44       
        45       /**
        46        * Set s the valu e of the o rganizatio nId proper ty.
        47        * 
        48        * @pa ram value
        49        *      allowed o bject is
        50        *      {@link St ring }
        51        *      
        52        */
        53       public  void setO rganizatio nId(String  value) {
        54           th is.organiz ationId =  value;
        55       }
        56   }