592. EPMO Open Source Coordination Office Redaction File Detail Report

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

592.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_1\webservice VlerDocument.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_1\webservice VlerDocument.java Mon Oct 2 19:54:07 2017 UTC

592.2 Comparison summary

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

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

592.4 Active regular expressions

No regular expressions were active.

592.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.webser vice;
  3  
  4   import jav a.util.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlElem ent;
  9   import jav ax.xml.bin d.annotati on.XmlSche maType;
  10   import jav ax.xml.bin d.annotati on.XmlType ;
  11   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  12  
  13  
  14   /**
  15    * <p>Java  class for  vlerDocum ent comple x type.
  16    * 
  17    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  18    * 
  19    * <pre>
  20    * &lt;com plexType n ame="vlerD ocument">
  21    *   &lt;c omplexCont ent>
  22    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  23    *       & lt;sequenc e>
  24    *           &lt;elemen t name="au thorList"  type="{htt p://webser vice.vds. URL         /}author"  maxOccurs= "unbounded " minOccur s="0"/>
  25    *          &lt;eleme nt name="c reationTim e" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/>
  26    *          &lt;eleme nt name="d ocument" t ype="{http ://www.w3. org/2001/X MLSchema}b ase64Binar y" minOccu rs="0"/>
  27    *          &lt;eleme nt name="d ocumentUni queId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  28    *          &lt;eleme nt name="h omeCommuni tyId" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  29    *          &lt;eleme nt name="m imeType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  30    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  31    *          &lt;eleme nt name="r epositoryU niqueId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  32    *          &lt;eleme nt name="s ourcePatie ntId" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  33    *       & lt;/sequen ce>
  34    *     &lt ;/extensio n>
  35    *   &lt;/ complexCon tent>
  36    * &lt;/co mplexType>
  37    * </pre>
  38    * 
  39    * 
  40    */
  41   @XmlAccess orType(Xml AccessType .FIELD)
  42   @XmlType(n ame = "vle rDocument" , namespac e = "http: //webservi ce.vds. URL         /", propOr der = {
  43       "autho rList",
  44       "creat ionTime",
  45       "docum ent",
  46       "docum entUniqueI d",
  47       "homeC ommunityId ",
  48       "mimeT ype",
  49       "name" ,
  50       "repos itoryUniqu eId",
  51       "sourc ePatientId "
  52   })
  53   public cla ss VlerDoc ument
  54       extend s DataBean
  55   {
  56  
  57       @XmlEl ement(nill able = tru e)
  58       protec ted List<A uthor> aut horList;
  59       @XmlSc hemaType(n ame = "dat eTime")
  60       protec ted XMLGre gorianCale ndar creat ionTime;
  61       protec ted byte[]  document;
  62       protec ted String  documentU niqueId;
  63       protec ted String  homeCommu nityId;
  64       protec ted String  mimeType;
  65       protec ted String  name;
  66       protec ted String  repositor yUniqueId;
  67       protec ted String  sourcePat ientId;
  68  
  69       /**
  70        * Get s the valu e of the a uthorList  property.
  71        * 
  72        * <p>
  73        * Thi s accessor  method re turns a re ference to  the live  list,
  74        * not  a snapsho t. Therefo re any mod ification  you make t o the
  75        * ret urned list  will be p resent ins ide the JA XB object.
  76        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the auth orList pro perty.
  77        * 
  78        * <p>
  79        * For  example,  to add a n ew item, d o as follo ws:
  80        * <pr e>
  81        *     getAuthorL ist().add( newItem);
  82        * </p re>
  83        * 
  84        * 
  85        * <p>
  86        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  87        * {@l ink Author  }
  88        * 
  89        * 
  90        */
  91       public  List<Auth or> getAut horList()  {
  92           if  (authorLi st == null ) {
  93                authorLi st = new A rrayList<A uthor>();
  94           }
  95           re turn this. authorList ;
  96       }
  97  
  98       /**
  99        * Get s the valu e of the c reationTim e property .
  100        * 
  101        * @re turn
  102        *      possible  object is
  103        *      {@link XM LGregorian Calendar }
  104        *      
  105        */
  106       public  XMLGregor ianCalenda r getCreat ionTime()  {
  107           re turn creat ionTime;
  108       }
  109  
  110       /**
  111        * Set s the valu e of the c reationTim e property .
  112        * 
  113        * @pa ram value
  114        *      allowed o bject is
  115        *      {@link XM LGregorian Calendar }
  116        *      
  117        */
  118       public  void setC reationTim e(XMLGrego rianCalend ar value)  {
  119           th is.creatio nTime = va lue;
  120       }
  121  
  122       /**
  123        * Get s the valu e of the d ocument pr operty.
  124        * 
  125        * @re turn
  126        *      possible  object is
  127        *      byte[]
  128        */
  129       public  byte[] ge tDocument( ) {
  130           re turn docum ent;
  131       }
  132  
  133       /**
  134        * Set s the valu e of the d ocument pr operty.
  135        * 
  136        * @pa ram value
  137        *      allowed o bject is
  138        *      byte[]
  139        */
  140       public  void setD ocument(by te[] value ) {
  141           th is.documen t = value;
  142       }
  143  
  144       /**
  145        * Get s the valu e of the d ocumentUni queId prop erty.
  146        * 
  147        * @re turn
  148        *      possible  object is
  149        *      {@link St ring }
  150        *      
  151        */
  152       public  String ge tDocumentU niqueId()  {
  153           re turn docum entUniqueI d;
  154       }
  155  
  156       /**
  157        * Set s the valu e of the d ocumentUni queId prop erty.
  158        * 
  159        * @pa ram value
  160        *      allowed o bject is
  161        *      {@link St ring }
  162        *      
  163        */
  164       public  void setD ocumentUni queId(Stri ng value)  {
  165           th is.documen tUniqueId  = value;
  166       }
  167  
  168       /**
  169        * Get s the valu e of the h omeCommuni tyId prope rty.
  170        * 
  171        * @re turn
  172        *      possible  object is
  173        *      {@link St ring }
  174        *      
  175        */
  176       public  String ge tHomeCommu nityId() {
  177           re turn homeC ommunityId ;
  178       }
  179  
  180       /**
  181        * Set s the valu e of the h omeCommuni tyId prope rty.
  182        * 
  183        * @pa ram value
  184        *      allowed o bject is
  185        *      {@link St ring }
  186        *      
  187        */
  188       public  void setH omeCommuni tyId(Strin g value) {
  189           th is.homeCom munityId =  value;
  190       }
  191  
  192       /**
  193        * Get s the valu e of the m imeType pr operty.
  194        * 
  195        * @re turn
  196        *      possible  object is
  197        *      {@link St ring }
  198        *      
  199        */
  200       public  String ge tMimeType( ) {
  201           re turn mimeT ype;
  202       }
  203  
  204       /**
  205        * Set s the valu e of the m imeType pr operty.
  206        * 
  207        * @pa ram value
  208        *      allowed o bject is
  209        *      {@link St ring }
  210        *      
  211        */
  212       public  void setM imeType(St ring value ) {
  213           th is.mimeTyp e = value;
  214       }
  215  
  216       /**
  217        * Get s the valu e of the n ame proper ty.
  218        * 
  219        * @re turn
  220        *      possible  object is
  221        *      {@link St ring }
  222        *      
  223        */
  224       public  String ge tName() {
  225           re turn name;
  226       }
  227  
  228       /**
  229        * Set s the valu e of the n ame proper ty.
  230        * 
  231        * @pa ram value
  232        *      allowed o bject is
  233        *      {@link St ring }
  234        *      
  235        */
  236       public  void setN ame(String  value) {
  237           th is.name =  value;
  238       }
  239  
  240       /**
  241        * Get s the valu e of the r epositoryU niqueId pr operty.
  242        * 
  243        * @re turn
  244        *      possible  object is
  245        *      {@link St ring }
  246        *      
  247        */
  248       public  String ge tRepositor yUniqueId( ) {
  249           re turn repos itoryUniqu eId;
  250       }
  251  
  252       /**
  253        * Set s the valu e of the r epositoryU niqueId pr operty.
  254        * 
  255        * @pa ram value
  256        *      allowed o bject is
  257        *      {@link St ring }
  258        *      
  259        */
  260       public  void setR epositoryU niqueId(St ring value ) {
  261           th is.reposit oryUniqueI d = value;
  262       }
  263  
  264       /**
  265        * Get s the valu e of the s ourcePatie ntId prope rty.
  266        * 
  267        * @re turn
  268        *      possible  object is
  269        *      {@link St ring }
  270        *      
  271        */
  272       public  String ge tSourcePat ientId() {
  273           re turn sourc ePatientId ;
  274       }
  275  
  276       /**
  277        * Set s the valu e of the s ourcePatie ntId prope rty.
  278        * 
  279        * @pa ram value
  280        *      allowed o bject is
  281        *      {@link St ring }
  282        *      
  283        */
  284       public  void setS ourcePatie ntId(Strin g value) {
  285           th is.sourceP atientId =  value;
  286       }
  287  
  288   }