355. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:32 AM 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.

355.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice Procedure.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice Procedure.java Mon Oct 2 19:52:05 2017 UTC

355.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 610
Changed 3 6
Inserted 0 0
Removed 0 0

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

355.4 Active regular expressions

No regular expressions were active.

355.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_0.webser vice;
  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  procedure  complex t ype.
  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="proce dure">
  18    *   &lt;c omplexCont ent>
  19    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  20    *       & lt;sequenc e>
  21    *          &lt;eleme nt name="c ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  22    *          &lt;eleme nt name="c odeSystem"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  23    *          &lt;eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  24    *          &lt;eleme nt name="d ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/>
  25    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  26    *          &lt;eleme nt name="e ncounterId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  27    *          &lt;eleme nt name="e ncounterNa me" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  28    *          &lt;eleme nt name="l ocation" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  29    *           &lt;elemen t name="pr ovider" ty pe="{http: //webservi ce.vds. URL         /}provider " minOccur s="0"/>
  30    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  31    *       & lt;/sequen ce>
  32    *     &lt ;/extensio n>
  33    *   &lt;/ complexCon tent>
  34    * &lt;/co mplexType>
  35    * </pre>
  36    * 
  37    * 
  38    */
  39   @XmlAccess orType(Xml AccessType .FIELD)
  40   @XmlType(n ame = "pro cedure", n amespace =  "http://w ebservice. vds. URL         /", propOr der = {
  41       "code" ,
  42       "codeS ystem",
  43       "comme nt",
  44       "date" ,
  45       "descr iption",
  46       "encou nterId",
  47       "encou nterName",
  48       "locat ion",
  49       "provi der",
  50       "statu s"
  51   })
  52   public cla ss Procedu re
  53       extend s DataBean
  54   {
  55  
  56       protec ted String  code;
  57       protec ted String  codeSyste m;
  58       protec ted String  comment;
  59       @XmlSc hemaType(n ame = "dat eTime")
  60       protec ted XMLGre gorianCale ndar date;
  61       protec ted String  descripti on;
  62       protec ted String  encounter Id;
  63       protec ted String  encounter Name;
  64       protec ted String  location;
  65       protec ted Provid er provide r;
  66       protec ted String  status;
  67  
  68       /**
  69        * Get s the valu e of the c ode proper ty.
  70        * 
  71        * @re turn
  72        *      possible  object is
  73        *      {@link St ring }
  74        *      
  75        */
  76       public  String ge tCode() {
  77           re turn code;
  78       }
  79  
  80       /**
  81        * Set s the valu e of the c ode proper ty.
  82        * 
  83        * @pa ram value
  84        *      allowed o bject is
  85        *      {@link St ring }
  86        *      
  87        */
  88       public  void setC ode(String  value) {
  89           th is.code =  value;
  90       }
  91  
  92       /**
  93        * Get s the valu e of the c odeSystem  property.
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link St ring }
  98        *      
  99        */
  100       public  String ge tCodeSyste m() {
  101           re turn codeS ystem;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the c odeSystem  property.
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link St ring }
  110        *      
  111        */
  112       public  void setC odeSystem( String val ue) {
  113           th is.codeSys tem = valu e;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the c omment pro perty.
  118        * 
  119        * @re turn
  120        *      possible  object is
  121        *      {@link St ring }
  122        *      
  123        */
  124       public  String ge tComment()  {
  125           re turn comme nt;
  126       }
  127  
  128       /**
  129        * Set s the valu e of the c omment pro perty.
  130        * 
  131        * @pa ram value
  132        *      allowed o bject is
  133        *      {@link St ring }
  134        *      
  135        */
  136       public  void setC omment(Str ing value)  {
  137           th is.comment  = value;
  138       }
  139  
  140       /**
  141        * Get s the valu e of the d ate proper ty.
  142        * 
  143        * @re turn
  144        *      possible  object is
  145        *      {@link XM LGregorian Calendar }
  146        *      
  147        */
  148       public  XMLGregor ianCalenda r getDate( ) {
  149           re turn date;
  150       }
  151  
  152       /**
  153        * Set s the valu e of the d ate proper ty.
  154        * 
  155        * @pa ram value
  156        *      allowed o bject is
  157        *      {@link XM LGregorian Calendar }
  158        *      
  159        */
  160       public  void setD ate(XMLGre gorianCale ndar value ) {
  161           th is.date =  value;
  162       }
  163  
  164       /**
  165        * Get s the valu e of the d escription  property.
  166        * 
  167        * @re turn
  168        *      possible  object is
  169        *      {@link St ring }
  170        *      
  171        */
  172       public  String ge tDescripti on() {
  173           re turn descr iption;
  174       }
  175  
  176       /**
  177        * Set s the valu e of the d escription  property.
  178        * 
  179        * @pa ram value
  180        *      allowed o bject is
  181        *      {@link St ring }
  182        *      
  183        */
  184       public  void setD escription (String va lue) {
  185           th is.descrip tion = val ue;
  186       }
  187  
  188       /**
  189        * Get s the valu e of the e ncounterId  property.
  190        * 
  191        * @re turn
  192        *      possible  object is
  193        *      {@link St ring }
  194        *      
  195        */
  196       public  String ge tEncounter Id() {
  197           re turn encou nterId;
  198       }
  199  
  200       /**
  201        * Set s the valu e of the e ncounterId  property.
  202        * 
  203        * @pa ram value
  204        *      allowed o bject is
  205        *      {@link St ring }
  206        *      
  207        */
  208       public  void setE ncounterId (String va lue) {
  209           th is.encount erId = val ue;
  210       }
  211  
  212       /**
  213        * Get s the valu e of the e ncounterNa me propert y.
  214        * 
  215        * @re turn
  216        *      possible  object is
  217        *      {@link St ring }
  218        *      
  219        */
  220       public  String ge tEncounter Name() {
  221           re turn encou nterName;
  222       }
  223  
  224       /**
  225        * Set s the valu e of the e ncounterNa me propert y.
  226        * 
  227        * @pa ram value
  228        *      allowed o bject is
  229        *      {@link St ring }
  230        *      
  231        */
  232       public  void setE ncounterNa me(String  value) {
  233           th is.encount erName = v alue;
  234       }
  235  
  236       /**
  237        * Get s the valu e of the l ocation pr operty.
  238        * 
  239        * @re turn
  240        *      possible  object is
  241        *      {@link St ring }
  242        *      
  243        */
  244       public  String ge tLocation( ) {
  245           re turn locat ion;
  246       }
  247  
  248       /**
  249        * Set s the valu e of the l ocation pr operty.
  250        * 
  251        * @pa ram value
  252        *      allowed o bject is
  253        *      {@link St ring }
  254        *      
  255        */
  256       public  void setL ocation(St ring value ) {
  257           th is.locatio n = value;
  258       }
  259  
  260       /**
  261        * Get s the valu e of the p rovider pr operty.
  262        * 
  263        * @re turn
  264        *      possible  object is
  265        *      {@link Pr ovider }
  266        *      
  267        */
  268       public  Provider  getProvide r() {
  269           re turn provi der;
  270       }
  271  
  272       /**
  273        * Set s the valu e of the p rovider pr operty.
  274        * 
  275        * @pa ram value
  276        *      allowed o bject is
  277        *      {@link Pr ovider }
  278        *      
  279        */
  280       public  void setP rovider(Pr ovider val ue) {
  281           th is.provide r = value;
  282       }
  283  
  284       /**
  285        * Get s the valu e of the s tatus prop erty.
  286        * 
  287        * @re turn
  288        *      possible  object is
  289        *      {@link St ring }
  290        *      
  291        */
  292       public  String ge tStatus()  {
  293           re turn statu s;
  294       }
  295  
  296       /**
  297        * Set s the valu e of the s tatus prop erty.
  298        * 
  299        * @pa ram value
  300        *      allowed o bject is
  301        *      {@link St ring }
  302        *      
  303        */
  304       public  void setS tatus(Stri ng value)  {
  305           th is.status  = value;
  306       }
  307  
  308   }