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

587.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 GetEESummaryResponse.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 GetEESummaryResponse.java Mon Apr 3 14:02:57 2017 UTC

587.2 Comparison summary

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

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

587.4 Active regular expressions

No regular expressions were active.

587.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  3  
  4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  6   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  7   import jav ax.xml.bin d.annotati on.XmlSche maType;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  10  
  11  
  12   /**
  13    * <p>Java  class for  getEESumm aryRespons e complex  type.
  14    * 
  15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  16    * 
  17    * <pre>
  18    * &lt;com plexType n ame="getEE SummaryRes ponse">
  19    *   &lt;c omplexCont ent>
  20    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  21    *       & lt;all>
  22    *           &lt;elemen t name="su mmary" typ e="{http:/ /jaxws.web services.e sr. URL         /schemas}e eSummary"  minOccurs= "0"/>
  23    *          &lt;eleme nt name="e esVersion"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  24    *          &lt;eleme nt name="i nvocationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/>
  25    *          &lt;eleme nt name="n oDataMessa ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  26    *       & lt;/all>
  27    *     &lt ;/restrict ion>
  28    *   &lt;/ complexCon tent>
  29    * &lt;/co mplexType>
  30    * </pre>
  31    * 
  32    * 
  33    */
  34   /*
  35    * Modifie d By: Anan d Sastry -  Created R oot elemen ts for Spr ing-WS and  JAXB
  36    */
  37   @XmlAccess orType(Xml AccessType .FIELD)
  38   @XmlType(n ame = "get EESummaryR esponse",  propOrder  = {
  39  
  40   })
  41   @XmlRootEl ement(name  = "getEES ummaryResp onse")
  42   public cla ss GetEESu mmaryRespo nse {
  43  
  44       protec ted EeSumm ary summar y;
  45       protec ted String  eesVersio n;
  46       @XmlSc hemaType(n ame = "dat eTime")
  47       protec ted XMLGre gorianCale ndar invoc ationDate;
  48       protec ted String  noDataMes sage;
  49  
  50       /**
  51        * Get s the valu e of the s ummary pro perty.
  52        * 
  53        * @re turn
  54        *      possible  object is
  55        *      {@link Ee Summary }
  56        *      
  57        */
  58       public  EeSummary  getSummar y() {
  59           re turn summa ry;
  60       }
  61  
  62       /**
  63        * Set s the valu e of the s ummary pro perty.
  64        * 
  65        * @pa ram value
  66        *      allowed o bject is
  67        *      {@link Ee Summary }
  68        *      
  69        */
  70       public  void setS ummary(EeS ummary val ue) {
  71           th is.summary  = value;
  72       }
  73  
  74       /**
  75        * Get s the valu e of the e esVersion  property.
  76        * 
  77        * @re turn
  78        *      possible  object is
  79        *      {@link St ring }
  80        *      
  81        */
  82       public  String ge tEesVersio n() {
  83           re turn eesVe rsion;
  84       }
  85  
  86       /**
  87        * Set s the valu e of the e esVersion  property.
  88        * 
  89        * @pa ram value
  90        *      allowed o bject is
  91        *      {@link St ring }
  92        *      
  93        */
  94       public  void setE esVersion( String val ue) {
  95           th is.eesVers ion = valu e;
  96       }
  97  
  98       /**
  99        * Get s the valu e of the i nvocationD ate proper ty.
  100        * 
  101        * @re turn
  102        *      possible  object is
  103        *      {@link XM LGregorian Calendar }
  104        *      
  105        */
  106       public  XMLGregor ianCalenda r getInvoc ationDate( ) {
  107           re turn invoc ationDate;
  108       }
  109  
  110       /**
  111        * Set s the valu e of the i nvocationD ate proper ty.
  112        * 
  113        * @pa ram value
  114        *      allowed o bject is
  115        *      {@link XM LGregorian Calendar }
  116        *      
  117        */
  118       public  void setI nvocationD ate(XMLGre gorianCale ndar value ) {
  119           th is.invocat ionDate =  value;
  120       }
  121  
  122       /**
  123        * Get s the valu e of the n oDataMessa ge propert y.
  124        * 
  125        * @re turn
  126        *      possible  object is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  String ge tNoDataMes sage() {
  131           re turn noDat aMessage;
  132       }
  133  
  134       /**
  135        * Set s the valu e of the n oDataMessa ge propert y.
  136        * 
  137        * @pa ram value
  138        *      allowed o bject is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  void setN oDataMessa ge(String  value) {
  143           th is.noDataM essage = v alue;
  144       }
  145  
  146   }