49. EPMO Open Source Coordination Office Redaction File Detail Report

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

49.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 IvmLetterCandidateInfo.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 IvmLetterCandidateInfo.java Tue Apr 25 13:17:40 2017 UTC

49.2 Comparison summary

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

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

49.4 Active regular expressions

No regular expressions were active.

49.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   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  ivmLetter CandidateI nfo comple x type.
  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="ivmLe tterCandid ateInfo"&g t;
  18    *   &lt;c omplexCont ent&gt;
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  20    *       & lt;sequenc e&gt;
  21    *          &lt;eleme nt name="v pid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/&gt ;
  22    *          &lt;eleme nt name="i vmCaseNumb er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/&gt;
  23    *          &lt;eleme nt name="i vmLetterCo de" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/&gt;
  24    *          &lt;eleme nt name="i vmLetterMa iledDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} date" minO ccurs="0"/ &gt;
  25    *           &lt;elemen t name="iv mLetterSta tuses" typ e="{http:/ / DNS . URL         /schemas}i vmLetterSt atusCollec tion" minO ccurs="0"/ &gt;
  26    *       & lt;/sequen ce&gt;
  27    *     &lt ;/restrict ion&gt;
  28    *   &lt;/ complexCon tent&gt;
  29    * &lt;/co mplexType& gt;
  30    * </pre>
  31    * 
  32    * 
  33    */
  34   @XmlAccess orType(Xml AccessType .FIELD)
  35   @XmlType(n ame = "ivm LetterCand idateInfo" , propOrde r = {
  36       "vpid" ,
  37       "ivmCa seNumber",
  38       "ivmLe tterCode",
  39       "ivmLe tterMailed Date",
  40       "ivmLe tterStatus es"
  41   })
  42   public cla ss IvmLett erCandidat eInfo {
  43  
  44       protec ted String  vpid;
  45       protec ted String  ivmCaseNu mber;
  46       protec ted String  ivmLetter Code;
  47       @XmlSc hemaType(n ame = "dat e")
  48       protec ted XMLGre gorianCale ndar ivmLe tterMailed Date;
  49       protec ted IvmLet terStatusC ollection  ivmLetterS tatuses;
  50  
  51       /**
  52        * Get s the valu e of the v pid proper ty.
  53        * 
  54        * @re turn
  55        *      possible  object is
  56        *      {@link St ring }
  57        *      
  58        */
  59       public  String ge tVpid() {
  60           re turn vpid;
  61       }
  62  
  63       /**
  64        * Set s the valu e of the v pid proper ty.
  65        * 
  66        * @pa ram value
  67        *      allowed o bject is
  68        *      {@link St ring }
  69        *      
  70        */
  71       public  void setV pid(String  value) {
  72           th is.vpid =  value;
  73       }
  74  
  75       /**
  76        * Get s the valu e of the i vmCaseNumb er propert y.
  77        * 
  78        * @re turn
  79        *      possible  object is
  80        *      {@link St ring }
  81        *      
  82        */
  83       public  String ge tIvmCaseNu mber() {
  84           re turn ivmCa seNumber;
  85       }
  86  
  87       /**
  88        * Set s the valu e of the i vmCaseNumb er propert y.
  89        * 
  90        * @pa ram value
  91        *      allowed o bject is
  92        *      {@link St ring }
  93        *      
  94        */
  95       public  void setI vmCaseNumb er(String  value) {
  96           th is.ivmCase Number = v alue;
  97       }
  98  
  99       /**
  100        * Get s the valu e of the i vmLetterCo de propert y.
  101        * 
  102        * @re turn
  103        *      possible  object is
  104        *      {@link St ring }
  105        *      
  106        */
  107       public  String ge tIvmLetter Code() {
  108           re turn ivmLe tterCode;
  109       }
  110  
  111       /**
  112        * Set s the valu e of the i vmLetterCo de propert y.
  113        * 
  114        * @pa ram value
  115        *      allowed o bject is
  116        *      {@link St ring }
  117        *      
  118        */
  119       public  void setI vmLetterCo de(String  value) {
  120           th is.ivmLett erCode = v alue;
  121       }
  122  
  123       /**
  124        * Get s the valu e of the i vmLetterMa iledDate p roperty.
  125        * 
  126        * @re turn
  127        *      possible  object is
  128        *      {@link XM LGregorian Calendar }
  129        *      
  130        */
  131       public  XMLGregor ianCalenda r getIvmLe tterMailed Date() {
  132           re turn ivmLe tterMailed Date;
  133       }
  134  
  135       /**
  136        * Set s the valu e of the i vmLetterMa iledDate p roperty.
  137        * 
  138        * @pa ram value
  139        *      allowed o bject is
  140        *      {@link XM LGregorian Calendar }
  141        *      
  142        */
  143       public  void setI vmLetterMa iledDate(X MLGregoria nCalendar  value) {
  144           th is.ivmLett erMailedDa te = value ;
  145       }
  146  
  147       /**
  148        * Get s the valu e of the i vmLetterSt atuses pro perty.
  149        * 
  150        * @re turn
  151        *      possible  object is
  152        *      {@link Iv mLetterSta tusCollect ion }
  153        *      
  154        */
  155       public  IvmLetter StatusColl ection get IvmLetterS tatuses()  {
  156           re turn ivmLe tterStatus es;
  157       }
  158  
  159       /**
  160        * Set s the valu e of the i vmLetterSt atuses pro perty.
  161        * 
  162        * @pa ram value
  163        *      allowed o bject is
  164        *      {@link Iv mLetterSta tusCollect ion }
  165        *      
  166        */
  167       public  void setI vmLetterSt atuses(Ivm LetterStat usCollecti on value)  {
  168           th is.ivmLett erStatuses  = value;
  169       }
  170  
  171   }