41. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/22/2017 3:39:50 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.

41.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde GetPersonNotificationRequest.java Fri Aug 26 22:28:58 2016 UTC
2 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde GetPersonNotificationRequest.java Tue Aug 22 16:14:36 2017 UTC

41.2 Comparison summary

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

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

41.4 Active regular expressions

No regular expressions were active.

41.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.XmlSche maType;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9  
  10  
  11   /**
  12    * <p>Java  class for  getPerson Notificati onRequest  complex ty pe.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="getPe rsonNotifi cationRequ est"&gt;
  18    *   &lt;c omplexCont ent&gt;
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  20    *       & lt;all&gt;
  21    *           &lt;elemen t name="no tification Type" type ="{http:// jaxws.webs ervices.es r. URL         /schemas}N otificatio nType"/&gt ;
  22    *           &lt;elemen t name="pr imaryviewN otificatio n" type="{ http://jax ws.webserv ices.esr. URL         /schemas}p rimaryview Notificati onInfo" mi nOccurs="0 "/&gt;
  23    *           &lt;elemen t name="li nkNotifica tion" type ="{http:// jaxws.webs ervices.es r. URL         /schemas}l inkNotific ationInfo"  minOccurs ="0"/&gt;
  24    *           &lt;elemen t name="mo veNotifica tion" type ="{http:// jaxws.webs ervices.es r. URL         /schemas}m oveNotific ationInfo"  minOccurs ="0"/&gt;
  25    *       & lt;/all&gt ;
  26    *     &lt ;/restrict ion&gt;
  27    *   &lt;/ complexCon tent&gt;
  28    * &lt;/co mplexType& gt;
  29    * </pre>
  30    * 
  31    * 
  32    */
  33   @XmlAccess orType(Xml AccessType .FIELD)
  34   @XmlType(n ame = "get PersonNoti ficationRe quest", pr opOrder =  {
  35  
  36   })
  37   public cla ss GetPers onNotifica tionReques t {
  38  
  39       @XmlEl ement(requ ired = tru e)
  40       @XmlSc hemaType(n ame = "str ing")
  41       protec ted Notifi cationType  notificat ionType;
  42       protec ted Primar yviewNotif icationInf o primaryv iewNotific ation;
  43       protec ted LinkNo tification Info linkN otificatio n;
  44       protec ted MoveNo tification Info moveN otificatio n;
  45  
  46       /**
  47        * Get s the valu e of the n otificatio nType prop erty.
  48        * 
  49        * @re turn
  50        *      possible  object is
  51        *      {@link No tification Type }
  52        *      
  53        */
  54       public  Notificat ionType ge tNotificat ionType()  {
  55           re turn notif icationTyp e;
  56       }
  57  
  58       /**
  59        * Set s the valu e of the n otificatio nType prop erty.
  60        * 
  61        * @pa ram value
  62        *      allowed o bject is
  63        *      {@link No tification Type }
  64        *      
  65        */
  66       public  void setN otificatio nType(Noti ficationTy pe value)  {
  67           th is.notific ationType  = value;
  68       }
  69  
  70       /**
  71        * Get s the valu e of the p rimaryview Notificati on propert y.
  72        * 
  73        * @re turn
  74        *      possible  object is
  75        *      {@link Pr imaryviewN otificatio nInfo }
  76        *      
  77        */
  78       public  Primaryvi ewNotifica tionInfo g etPrimaryv iewNotific ation() {
  79           re turn prima ryviewNoti fication;
  80       }
  81  
  82       /**
  83        * Set s the valu e of the p rimaryview Notificati on propert y.
  84        * 
  85        * @pa ram value
  86        *      allowed o bject is
  87        *      {@link Pr imaryviewN otificatio nInfo }
  88        *      
  89        */
  90       public  void setP rimaryview Notificati on(Primary viewNotifi cationInfo  value) {
  91           th is.primary viewNotifi cation = v alue;
  92       }
  93  
  94       /**
  95        * Get s the valu e of the l inkNotific ation prop erty.
  96        * 
  97        * @re turn
  98        *      possible  object is
  99        *      {@link Li nkNotifica tionInfo }
  100        *      
  101        */
  102       public  LinkNotif icationInf o getLinkN otificatio n() {
  103           re turn linkN otificatio n;
  104       }
  105  
  106       /**
  107        * Set s the valu e of the l inkNotific ation prop erty.
  108        * 
  109        * @pa ram value
  110        *      allowed o bject is
  111        *      {@link Li nkNotifica tionInfo }
  112        *      
  113        */
  114       public  void setL inkNotific ation(Link Notificati onInfo val ue) {
  115           th is.linkNot ification  = value;
  116       }
  117  
  118       /**
  119        * Get s the valu e of the m oveNotific ation prop erty.
  120        * 
  121        * @re turn
  122        *      possible  object is
  123        *      {@link Mo veNotifica tionInfo }
  124        *      
  125        */
  126       public  MoveNotif icationInf o getMoveN otificatio n() {
  127           re turn moveN otificatio n;
  128       }
  129  
  130       /**
  131        * Set s the valu e of the m oveNotific ation prop erty.
  132        * 
  133        * @pa ram value
  134        *      allowed o bject is
  135        *      {@link Mo veNotifica tionInfo }
  136        *      
  137        */
  138       public  void setM oveNotific ation(Move Notificati onInfo val ue) {
  139           th is.moveNot ification  = value;
  140       }
  141  
  142   }