36. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:13:55 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.

36.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde GetEESummaryHistoryRequest.java Fri Aug 26 21:28:58 2016 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde GetEESummaryHistoryRequest.java Tue Apr 25 13:13:37 2017 UTC

36.2 Comparison summary

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

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

36.4 Active regular expressions

No regular expressions were active.

36.5 Comparison detail

  1  
  2   package go v.va.med.p harmacy.ws clients.eA nde;
  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.XmlElem ent;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  getEESumm aryHistory Request co mplex type .
  12    * 
  13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  14    * 
  15    * <pre>
  16    * &lt;com plexType n ame="getEE SummaryHis toryReques t"&gt;
  17    *   &lt;c omplexCont ent&gt;
  18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  19    *       & lt;all&gt;
  20    *          &lt;eleme nt name="k ey" type=" {http://ww w.w3.org/2 001/XMLSch ema}string "/&gt;
  21    *          &lt;eleme nt name="k eyType" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ &gt;
  22    *          &lt;eleme nt name="r equestName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"/ &gt;
  23    *           &lt;elemen t name="ca tegories"  type="{htt p:// DNS . URL         /schemas}c ategoryCol lection"/& gt;
  24    *       & lt;/all&gt ;
  25    *     &lt ;/restrict ion&gt;
  26    *   &lt;/ complexCon tent&gt;
  27    * &lt;/co mplexType& gt;
  28    * </pre>
  29    * 
  30    * 
  31    */
  32   @XmlAccess orType(Xml AccessType .FIELD)
  33   @XmlType(n ame = "get EESummaryH istoryRequ est", prop Order = {
  34  
  35   })
  36   public cla ss GetEESu mmaryHisto ryRequest  {
  37  
  38       @XmlEl ement(requ ired = tru e)
  39       protec ted String  key;
  40       protec ted String  keyType;
  41       @XmlEl ement(requ ired = tru e)
  42       protec ted String  requestNa me;
  43       @XmlEl ement(requ ired = tru e)
  44       protec ted Catego ryCollecti on categor ies;
  45  
  46       /**
  47        * Get s the valu e of the k ey propert y.
  48        * 
  49        * @re turn
  50        *      possible  object is
  51        *      {@link St ring }
  52        *      
  53        */
  54       public  String ge tKey() {
  55           re turn key;
  56       }
  57  
  58       /**
  59        * Set s the valu e of the k ey propert y.
  60        * 
  61        * @pa ram value
  62        *      allowed o bject is
  63        *      {@link St ring }
  64        *      
  65        */
  66       public  void setK ey(String  value) {
  67           th is.key = v alue;
  68       }
  69  
  70       /**
  71        * Get s the valu e of the k eyType pro perty.
  72        * 
  73        * @re turn
  74        *      possible  object is
  75        *      {@link St ring }
  76        *      
  77        */
  78       public  String ge tKeyType()  {
  79           re turn keyTy pe;
  80       }
  81  
  82       /**
  83        * Set s the valu e of the k eyType pro perty.
  84        * 
  85        * @pa ram value
  86        *      allowed o bject is
  87        *      {@link St ring }
  88        *      
  89        */
  90       public  void setK eyType(Str ing value)  {
  91           th is.keyType  = value;
  92       }
  93  
  94       /**
  95        * Get s the valu e of the r equestName  property.
  96        * 
  97        * @re turn
  98        *      possible  object is
  99        *      {@link St ring }
  100        *      
  101        */
  102       public  String ge tRequestNa me() {
  103           re turn reque stName;
  104       }
  105  
  106       /**
  107        * Set s the valu e of the r equestName  property.
  108        * 
  109        * @pa ram value
  110        *      allowed o bject is
  111        *      {@link St ring }
  112        *      
  113        */
  114       public  void setR equestName (String va lue) {
  115           th is.request Name = val ue;
  116       }
  117  
  118       /**
  119        * Get s the valu e of the c ategories  property.
  120        * 
  121        * @re turn
  122        *      possible  object is
  123        *      {@link Ca tegoryColl ection }
  124        *      
  125        */
  126       public  CategoryC ollection  getCategor ies() {
  127           re turn categ ories;
  128       }
  129  
  130       /**
  131        * Set s the valu e of the c ategories  property.
  132        * 
  133        * @pa ram value
  134        *      allowed o bject is
  135        *      {@link Ca tegoryColl ection }
  136        *      
  137        */
  138       public  void setC ategories( CategoryCo llection v alue) {
  139           th is.categor ies = valu e;
  140       }
  141  
  142   }