575. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:25:31 PM Central 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.

575.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPort.java Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas EeSummaryPort.java Mon Apr 3 14:02:50 2017 UTC

575.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 9 106
Changed 8 18
Inserted 0 0
Removed 0 0

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

575.4 Active regular expressions

No regular expressions were active.

575.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  DN     RI.
  14    *  DN     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: //jaxws.we bservices. esr. URL         /schemas")
  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         @WebResult (name = "g etEESummar yHistoryRe sponse", t argetNames pace = "ht tp://jaxws .webservic es.esr. URL         /schemas",  partName  = "getEESu mmaryHisto ryResponse ")
  34       public  GetEESumm aryHistory Response g etEESummar yHistory(
  35             @WebParam( name = "ge tEESummary HistoryReq uest", tar getNamespa ce = "http ://jaxws.w ebservices .esr. URL         /schemas",  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         @WebResult (name = "g etEESummar yResponse" , targetNa mespace =  "http://ja xws.webser vices.esr. URL         /schemas",  partName  = "getEESu mmaryRespo nse")
  46       public  GetEESumm aryRespons e getEESum mary(
  47             @WebParam( name = "ge tEESummary Request",  targetName space = "h ttp://jaxw s.webservi ces.esr. URL         /schemas",  partName  = "getEESu mmaryReque st")
  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         @WebResult (name = "g etEligibil ityDetermi nationResp onse", tar getNamespa ce = "http ://jaxws.w ebservices .esr. URL         /schemas",  partName  = "getElig ibilityDet ermination Response")
  58       public  GetEligib ilityDeter minationRe sponse get Eligibilit yDetermina tion(
  59             @WebParam( name = "ge tEligibili tyDetermin ationReque st", targe tNamespace  = "http:/ /jaxws.web services.e sr. URL         /schemas",  partName  = "getElig ibilityDet ermination Request")
  60           Ge tEligibili tyDetermin ationReque st getElig ibilityDet ermination Request);
  61  
  62   }