15. EPMO Open Source Coordination Office Redaction File Detail Report

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

15.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 DeliveryPreferenceInfo.java Fri Aug 26 22:28:56 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 DeliveryPreferenceInfo.java Tue Aug 22 16:14:23 2017 UTC

15.2 Comparison summary

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

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

15.4 Active regular expressions

No regular expressions were active.

15.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.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  deliveryP referenceI nfo comple x 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="deliv eryPrefere nceInfo"&g t;
  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="d eliveryPre ference" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /&gt;
  21    *          &lt;eleme nt name="e mailAddres s" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/&gt;
  22    *           &lt;elemen t name="em ailType" t ype="{http ://jaxws.w ebservices .esr. URL         /schemas}E mailType"  minOccurs= "0"/&gt;
  23    *          &lt;eleme nt name="e ditableFla g" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/&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 = "del iveryPrefe renceInfo" , propOrde r = {
  34  
  35   })
  36   public cla ss Deliver yPreferenc eInfo {
  37  
  38       protec ted String  deliveryP reference;
  39       protec ted String  emailAddr ess;
  40       @XmlSc hemaType(n ame = "str ing")
  41       protec ted EmailT ype emailT ype;
  42       protec ted Boolea n editable Flag;
  43  
  44       /**
  45        * Get s the valu e of the d eliveryPre ference pr operty.
  46        * 
  47        * @re turn
  48        *      possible  object is
  49        *      {@link St ring }
  50        *      
  51        */
  52       public  String ge tDeliveryP reference( ) {
  53           re turn deliv eryPrefere nce;
  54       }
  55  
  56       /**
  57        * Set s the valu e of the d eliveryPre ference pr operty.
  58        * 
  59        * @pa ram value
  60        *      allowed o bject is
  61        *      {@link St ring }
  62        *      
  63        */
  64       public  void setD eliveryPre ference(St ring value ) {
  65           th is.deliver yPreferenc e = value;
  66       }
  67  
  68       /**
  69        * Get s the valu e of the e mailAddres s property .
  70        * 
  71        * @re turn
  72        *      possible  object is
  73        *      {@link St ring }
  74        *      
  75        */
  76       public  String ge tEmailAddr ess() {
  77           re turn email Address;
  78       }
  79  
  80       /**
  81        * Set s the valu e of the e mailAddres s property .
  82        * 
  83        * @pa ram value
  84        *      allowed o bject is
  85        *      {@link St ring }
  86        *      
  87        */
  88       public  void setE mailAddres s(String v alue) {
  89           th is.emailAd dress = va lue;
  90       }
  91  
  92       /**
  93        * Get s the valu e of the e mailType p roperty.
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link Em ailType }
  98        *      
  99        */
  100       public  EmailType  getEmailT ype() {
  101           re turn email Type;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the e mailType p roperty.
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link Em ailType }
  110        *      
  111        */
  112       public  void setE mailType(E mailType v alue) {
  113           th is.emailTy pe = value ;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the e ditableFla g property .
  118        * 
  119        * @re turn
  120        *      possible  object is
  121        *      {@link Bo olean }
  122        *      
  123        */
  124       public  Boolean i sEditableF lag() {
  125           re turn edita bleFlag;
  126       }
  127  
  128       /**
  129        * Set s the valu e of the e ditableFla g property .
  130        * 
  131        * @pa ram value
  132        *      allowed o bject is
  133        *      {@link Bo olean }
  134        *      
  135        */
  136       public  void setE ditableFla g(Boolean  value) {
  137           th is.editabl eFlag = va lue;
  138       }
  139  
  140   }