3486. EPMO Open Source Coordination Office Redaction File Detail Report

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

3486.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:17 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-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPort.java Wed Jun 7 05:11:56 2017 UTC

3486.2 Comparison summary

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

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

3486.4 Active regular expressions

No regular expressions were active.

3486.5 Comparison detail

        1  
        2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
        3  
        4   import jav ax.jws.Web Method;
        5   import jav ax.jws.Web Param;
        6   import jav ax.jws.Web Result;
        7   import jav ax.jws.Web Service;
        8   import jav ax.jws.soa p.SOAPBind ing;
        9   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
        10  
        11  
        12   /**
        13    * This cl ass was ge nerated by  the DNS     RI.
        14    * DNS     RI 2.1.4-b 01-
        15    * Generat ed source  version: 2 .1
        16    * 
        17    */
        18   @WebServic e(name = " eeSummaryP ort", targ etNamespac e = "http: //URL.DNS" )
        19   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
        20   @XmlSeeAls o({
        21       Object Factory.cl ass
        22   })
        23   public int erface EeS ummaryPort  {
        24  
        25  
        26       /**
        27        * 
        28        * @pa ram getEES ummaryHist oryRequest
        29        * @re turn
        30        *      returns g ov.va.med. esr.webser vices.jaxw s.schemas. GetEESumma ryHistoryR esponse
        31        */
        32       @WebMe thod
        33       @WebRe sult(name  = "getEESu mmaryHisto ryResponse ", targetN amespace =  "http://U RL.DNS", p artName =  "getEESumm aryHistory Response")
        34       public  GetEESumm aryHistory Response g etEESummar yHistory(
        35           @W ebParam(na me = "getE ESummaryHi storyReque st", targe tNamespace  = "http:/ /URL.DNS",  partName  = "getEESu mmaryHisto ryRequest" )
        36           Ge tEESummary HistoryReq uest getEE SummaryHis toryReques t);
        37  
        38       /**
        39        * 
        40        * @pa ram getEES ummaryRequ est
        41        * @re turn
        42        *      returns g ov.va.med. esr.webser vices.jaxw s.schemas. GetEESumma ryResponse
        43        */
        44       @WebMe thod
        45       @WebRe sult(name  = "getEESu mmaryRespo nse", targ etNamespac e = "http: //URL.DNS" , partName  = "getEES ummaryResp onse")
        46       public  GetEESumm aryRespons e getEESum mary(
        47           @W ebParam(na me = "getE ESummaryRe quest", ta rgetNamesp ace = "htt p://URL.DN S", partNa me = "getE ESummaryRe quest")
        48           Ge tEESummary Request ge tEESummary Request);
        49  
        50       /**
        51        * 
        52        * @pa ram getEli gibilityDe terminatio nRequest
        53        * @re turn
        54        *      returns g ov.va.med. esr.webser vices.jaxw s.schemas. GetEligibi lityDeterm inationRes ponse
        55        */
        56       @WebMe thod
        57       @WebRe sult(name  = "getElig ibilityDet ermination Response",  targetNam espace = " http://URL .DNS", par tName = "g etEligibil ityDetermi nationResp onse")
        58       public  GetEligib ilityDeter minationRe sponse get Eligibilit yDetermina tion(
        59           @W ebParam(na me = "getE ligibility Determinat ionRequest ", targetN amespace =  "http://U RL.DNS", p artName =  "getEligib ilityDeter minationRe quest")
        60           Ge tEligibili tyDetermin ationReque st getElig ibilityDet ermination Request);
        61  
        62   }