329. EPMO Open Source Coordination Office Redaction File Detail Report

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

329.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 JMeadowsQuery.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 JMeadowsQuery.java Mon Oct 2 19:51:48 2017 UTC

329.2 Comparison summary

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

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

329.4 Active regular expressions

No regular expressions were active.

329.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  jMeadowsQ uery compl ex 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="jMead owsQuery">
  18    *   &lt;c omplexCont ent>
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  20    *       & lt;sequenc e>
  21    *          &lt;eleme nt name="a ctive" typ e="{http:/ /www.w3.or g/2001/XML Schema}int " minOccur s="0"/>
  22    *          &lt;eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}da teTime" mi nOccurs="0 "/>
  23    *          &lt;eleme nt name="i temId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="m ax" type=" {http://ww w.w3.org/2 001/XMLSch ema}int" m inOccurs=" 0"/>
  25    *           &lt;elemen t name="pa tient" typ e="{http:/ /webservic e.vds. URL         /}patient"  minOccurs ="0"/>
  26    *          &lt;eleme nt name="r ecordSiteC ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  27    *          &lt;eleme nt name="r equestingA pp" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  28    *          &lt;eleme nt name="s ortBy" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  29    *          &lt;eleme nt name="s tartDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime"  minOccurs= "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;elemen t name="us er" type=" {http://we bservice.v ds. URL         /}user" mi nOccurs="0 "/>
  32    *       & lt;/sequen ce>
  33    *     &lt ;/restrict ion>
  34    *   &lt;/ complexCon tent>
  35    * &lt;/co mplexType>
  36    * </pre>
  37    * 
  38    * 
  39    */
  40   @XmlAccess orType(Xml AccessType .FIELD)
  41   @XmlType(n ame = "jMe adowsQuery ", propOrd er = {
  42       "activ e",
  43       "endDa te",
  44       "itemI d",
  45       "max",
  46       "patie nt",
  47       "recor dSiteCode" ,
  48       "reque stingApp",
  49       "sortB y",
  50       "start Date",
  51       "statu s",
  52       "user"
  53   })
  54   public cla ss JMeadow sQuery {
  55  
  56       protec ted Intege r active;
  57       @XmlSc hemaType(n ame = "dat eTime")
  58       protec ted XMLGre gorianCale ndar endDa te;
  59       protec ted String  itemId;
  60       protec ted Intege r max;
  61       protec ted Patien t patient;
  62       protec ted String  recordSit eCode;
  63       protec ted String  requestin gApp;
  64       protec ted String  sortBy;
  65       @XmlSc hemaType(n ame = "dat eTime")
  66       protec ted XMLGre gorianCale ndar start Date;
  67       protec ted String  status;
  68       protec ted User u ser;
  69  
  70       /**
  71        * Get s the valu e of the a ctive prop erty.
  72        * 
  73        * @re turn
  74        *      possible  object is
  75        *      {@link In teger }
  76        *      
  77        */
  78       public  Integer g etActive()  {
  79           re turn activ e;
  80       }
  81  
  82       /**
  83        * Set s the valu e of the a ctive prop erty.
  84        * 
  85        * @pa ram value
  86        *      allowed o bject is
  87        *      {@link In teger }
  88        *      
  89        */
  90       public  void setA ctive(Inte ger value)  {
  91           th is.active  = value;
  92       }
  93  
  94       /**
  95        * Get s the valu e of the e ndDate pro perty.
  96        * 
  97        * @re turn
  98        *      possible  object is
  99        *      {@link XM LGregorian Calendar }
  100        *      
  101        */
  102       public  XMLGregor ianCalenda r getEndDa te() {
  103           re turn endDa te;
  104       }
  105  
  106       /**
  107        * Set s the valu e of the e ndDate pro perty.
  108        * 
  109        * @pa ram value
  110        *      allowed o bject is
  111        *      {@link XM LGregorian Calendar }
  112        *      
  113        */
  114       public  void setE ndDate(XML GregorianC alendar va lue) {
  115           th is.endDate  = value;
  116       }
  117  
  118       /**
  119        * Get s the valu e of the i temId prop erty.
  120        * 
  121        * @re turn
  122        *      possible  object is
  123        *      {@link St ring }
  124        *      
  125        */
  126       public  String ge tItemId()  {
  127           re turn itemI d;
  128       }
  129  
  130       /**
  131        * Set s the valu e of the i temId prop erty.
  132        * 
  133        * @pa ram value
  134        *      allowed o bject is
  135        *      {@link St ring }
  136        *      
  137        */
  138       public  void setI temId(Stri ng value)  {
  139           th is.itemId  = value;
  140       }
  141  
  142       /**
  143        * Get s the valu e of the m ax propert y.
  144        * 
  145        * @re turn
  146        *      possible  object is
  147        *      {@link In teger }
  148        *      
  149        */
  150       public  Integer g etMax() {
  151           re turn max;
  152       }
  153  
  154       /**
  155        * Set s the valu e of the m ax propert y.
  156        * 
  157        * @pa ram value
  158        *      allowed o bject is
  159        *      {@link In teger }
  160        *      
  161        */
  162       public  void setM ax(Integer  value) {
  163           th is.max = v alue;
  164       }
  165  
  166       /**
  167        * Get s the valu e of the p atient pro perty.
  168        * 
  169        * @re turn
  170        *      possible  object is
  171        *      {@link Pa tient }
  172        *      
  173        */
  174       public  Patient g etPatient( ) {
  175           re turn patie nt;
  176       }
  177  
  178       /**
  179        * Set s the valu e of the p atient pro perty.
  180        * 
  181        * @pa ram value
  182        *      allowed o bject is
  183        *      {@link Pa tient }
  184        *      
  185        */
  186       public  void setP atient(Pat ient value ) {
  187           th is.patient  = value;
  188       }
  189  
  190       /**
  191        * Get s the valu e of the r ecordSiteC ode proper ty.
  192        * 
  193        * @re turn
  194        *      possible  object is
  195        *      {@link St ring }
  196        *      
  197        */
  198       public  String ge tRecordSit eCode() {
  199           re turn recor dSiteCode;
  200       }
  201  
  202       /**
  203        * Set s the valu e of the r ecordSiteC ode proper ty.
  204        * 
  205        * @pa ram value
  206        *      allowed o bject is
  207        *      {@link St ring }
  208        *      
  209        */
  210       public  void setR ecordSiteC ode(String  value) {
  211           th is.recordS iteCode =  value;
  212       }
  213  
  214       /**
  215        * Get s the valu e of the r equestingA pp propert y.
  216        * 
  217        * @re turn
  218        *      possible  object is
  219        *      {@link St ring }
  220        *      
  221        */
  222       public  String ge tRequestin gApp() {
  223           re turn reque stingApp;
  224       }
  225  
  226       /**
  227        * Set s the valu e of the r equestingA pp propert y.
  228        * 
  229        * @pa ram value
  230        *      allowed o bject is
  231        *      {@link St ring }
  232        *      
  233        */
  234       public  void setR equestingA pp(String  value) {
  235           th is.request ingApp = v alue;
  236       }
  237  
  238       /**
  239        * Get s the valu e of the s ortBy prop erty.
  240        * 
  241        * @re turn
  242        *      possible  object is
  243        *      {@link St ring }
  244        *      
  245        */
  246       public  String ge tSortBy()  {
  247           re turn sortB y;
  248       }
  249  
  250       /**
  251        * Set s the valu e of the s ortBy prop erty.
  252        * 
  253        * @pa ram value
  254        *      allowed o bject is
  255        *      {@link St ring }
  256        *      
  257        */
  258       public  void setS ortBy(Stri ng value)  {
  259           th is.sortBy  = value;
  260       }
  261  
  262       /**
  263        * Get s the valu e of the s tartDate p roperty.
  264        * 
  265        * @re turn
  266        *      possible  object is
  267        *      {@link XM LGregorian Calendar }
  268        *      
  269        */
  270       public  XMLGregor ianCalenda r getStart Date() {
  271           re turn start Date;
  272       }
  273  
  274       /**
  275        * Set s the valu e of the s tartDate p roperty.
  276        * 
  277        * @pa ram value
  278        *      allowed o bject is
  279        *      {@link XM LGregorian Calendar }
  280        *      
  281        */
  282       public  void setS tartDate(X MLGregoria nCalendar  value) {
  283           th is.startDa te = value ;
  284       }
  285  
  286       /**
  287        * Get s the valu e of the s tatus prop erty.
  288        * 
  289        * @re turn
  290        *      possible  object is
  291        *      {@link St ring }
  292        *      
  293        */
  294       public  String ge tStatus()  {
  295           re turn statu s;
  296       }
  297  
  298       /**
  299        * Set s the valu e of the s tatus prop erty.
  300        * 
  301        * @pa ram value
  302        *      allowed o bject is
  303        *      {@link St ring }
  304        *      
  305        */
  306       public  void setS tatus(Stri ng value)  {
  307           th is.status  = value;
  308       }
  309  
  310       /**
  311        * Get s the valu e of the u ser proper ty.
  312        * 
  313        * @re turn
  314        *      possible  object is
  315        *      {@link Us er }
  316        *      
  317        */
  318       public  User getU ser() {
  319           re turn user;
  320       }
  321  
  322       /**
  323        * Set s the valu e of the u ser proper ty.
  324        * 
  325        * @pa ram value
  326        *      allowed o bject is
  327        *      {@link Us er }
  328        *      
  329        */
  330       public  void setU ser(User v alue) {
  331           th is.user =  value;
  332       }
  333  
  334   }