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

600.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_3_0_2\webservice ClinicalReminder.java Thu Apr 28 21:02:40 2016 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice ClinicalReminder.java Mon Oct 2 19:54:13 2017 UTC

600.2 Comparison summary

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

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

600.4 Active regular expressions

No regular expressions were active.

600.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_3_0_2.we bservice;
  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  clinicalR eminder co mplex 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="clini calReminde r">
  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="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="d etail" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="d ueDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}da teTime" mi nOccurs="0 "/>
  24    *          &lt;eleme nt name="d ueDateStri ng" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  25    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  26    *          &lt;eleme nt name="l astOccurre nceDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/>
  27    *          &lt;eleme nt name="l astOccurre nceDateStr ing" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  28    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  29    *          &lt;eleme nt name="r eminderCla ss" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " 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 = "cli nicalRemin der", name space = "h ttp://webs ervice.vds . URL         /", propOr der = {
  41       "descr iption",
  42       "detai l",
  43       "dueDa te",
  44       "dueDa teString",
  45       "id",
  46       "lastO ccurrenceD ate",
  47       "lastO ccurrenceD ateString" ,
  48       "name" ,
  49       "remin derClass",
  50       "statu s"
  51   })
  52   public cla ss Clinica lReminder
  53       extend s DataBean
  54   {
  55  
  56       protec ted String  descripti on;
  57       protec ted String  detail;
  58       @XmlSc hemaType(n ame = "dat eTime")
  59       protec ted XMLGre gorianCale ndar dueDa te;
  60       protec ted String  dueDateSt ring;
  61       protec ted String  id;
  62       @XmlSc hemaType(n ame = "dat eTime")
  63       protec ted XMLGre gorianCale ndar lastO ccurrenceD ate;
  64       protec ted String  lastOccur renceDateS tring;
  65       protec ted String  name;
  66       protec ted String  reminderC lass;
  67       protec ted String  status;
  68  
  69       /**
  70        * Get s the valu e of the d escription  property.
  71        * 
  72        * @re turn
  73        *      possible  object is
  74        *      {@link St ring }
  75        *      
  76        */
  77       public  String ge tDescripti on() {
  78           re turn descr iption;
  79       }
  80  
  81       /**
  82        * Set s the valu e of the d escription  property.
  83        * 
  84        * @pa ram value
  85        *      allowed o bject is
  86        *      {@link St ring }
  87        *      
  88        */
  89       public  void setD escription (String va lue) {
  90           th is.descrip tion = val ue;
  91       }
  92  
  93       /**
  94        * Get s the valu e of the d etail prop erty.
  95        * 
  96        * @re turn
  97        *      possible  object is
  98        *      {@link St ring }
  99        *      
  100        */
  101       public  String ge tDetail()  {
  102           re turn detai l;
  103       }
  104  
  105       /**
  106        * Set s the valu e of the d etail prop erty.
  107        * 
  108        * @pa ram value
  109        *      allowed o bject is
  110        *      {@link St ring }
  111        *      
  112        */
  113       public  void setD etail(Stri ng value)  {
  114           th is.detail  = value;
  115       }
  116  
  117       /**
  118        * Get s the valu e of the d ueDate pro perty.
  119        * 
  120        * @re turn
  121        *      possible  object is
  122        *      {@link XM LGregorian Calendar }
  123        *      
  124        */
  125       public  XMLGregor ianCalenda r getDueDa te() {
  126           re turn dueDa te;
  127       }
  128  
  129       /**
  130        * Set s the valu e of the d ueDate pro perty.
  131        * 
  132        * @pa ram value
  133        *      allowed o bject is
  134        *      {@link XM LGregorian Calendar }
  135        *      
  136        */
  137       public  void setD ueDate(XML GregorianC alendar va lue) {
  138           th is.dueDate  = value;
  139       }
  140  
  141       /**
  142        * Get s the valu e of the d ueDateStri ng propert y.
  143        * 
  144        * @re turn
  145        *      possible  object is
  146        *      {@link St ring }
  147        *      
  148        */
  149       public  String ge tDueDateSt ring() {
  150           re turn dueDa teString;
  151       }
  152  
  153       /**
  154        * Set s the valu e of the d ueDateStri ng propert y.
  155        * 
  156        * @pa ram value
  157        *      allowed o bject is
  158        *      {@link St ring }
  159        *      
  160        */
  161       public  void setD ueDateStri ng(String  value) {
  162           th is.dueDate String = v alue;
  163       }
  164  
  165       /**
  166        * Get s the valu e of the i d property .
  167        * 
  168        * @re turn
  169        *      possible  object is
  170        *      {@link St ring }
  171        *      
  172        */
  173       public  String ge tId() {
  174           re turn id;
  175       }
  176  
  177       /**
  178        * Set s the valu e of the i d property .
  179        * 
  180        * @pa ram value
  181        *      allowed o bject is
  182        *      {@link St ring }
  183        *      
  184        */
  185       public  void setI d(String v alue) {
  186           th is.id = va lue;
  187       }
  188  
  189       /**
  190        * Get s the valu e of the l astOccurre nceDate pr operty.
  191        * 
  192        * @re turn
  193        *      possible  object is
  194        *      {@link XM LGregorian Calendar }
  195        *      
  196        */
  197       public  XMLGregor ianCalenda r getLastO ccurrenceD ate() {
  198           re turn lastO ccurrenceD ate;
  199       }
  200  
  201       /**
  202        * Set s the valu e of the l astOccurre nceDate pr operty.
  203        * 
  204        * @pa ram value
  205        *      allowed o bject is
  206        *      {@link XM LGregorian Calendar }
  207        *      
  208        */
  209       public  void setL astOccurre nceDate(XM LGregorian Calendar v alue) {
  210           th is.lastOcc urrenceDat e = value;
  211       }
  212  
  213       /**
  214        * Get s the valu e of the l astOccurre nceDateStr ing proper ty.
  215        * 
  216        * @re turn
  217        *      possible  object is
  218        *      {@link St ring }
  219        *      
  220        */
  221       public  String ge tLastOccur renceDateS tring() {
  222           re turn lastO ccurrenceD ateString;
  223       }
  224  
  225       /**
  226        * Set s the valu e of the l astOccurre nceDateStr ing proper ty.
  227        * 
  228        * @pa ram value
  229        *      allowed o bject is
  230        *      {@link St ring }
  231        *      
  232        */
  233       public  void setL astOccurre nceDateStr ing(String  value) {
  234           th is.lastOcc urrenceDat eString =  value;
  235       }
  236  
  237       /**
  238        * Get s the valu e of the n ame proper ty.
  239        * 
  240        * @re turn
  241        *      possible  object is
  242        *      {@link St ring }
  243        *      
  244        */
  245       public  String ge tName() {
  246           re turn name;
  247       }
  248  
  249       /**
  250        * Set s the valu e of the n ame proper ty.
  251        * 
  252        * @pa ram value
  253        *      allowed o bject is
  254        *      {@link St ring }
  255        *      
  256        */
  257       public  void setN ame(String  value) {
  258           th is.name =  value;
  259       }
  260  
  261       /**
  262        * Get s the valu e of the r eminderCla ss propert y.
  263        * 
  264        * @re turn
  265        *      possible  object is
  266        *      {@link St ring }
  267        *      
  268        */
  269       public  String ge tReminderC lass() {
  270           re turn remin derClass;
  271       }
  272  
  273       /**
  274        * Set s the valu e of the r eminderCla ss propert y.
  275        * 
  276        * @pa ram value
  277        *      allowed o bject is
  278        *      {@link St ring }
  279        *      
  280        */
  281       public  void setR eminderCla ss(String  value) {
  282           th is.reminde rClass = v alue;
  283       }
  284  
  285       /**
  286        * Get s the valu e of the s tatus prop erty.
  287        * 
  288        * @re turn
  289        *      possible  object is
  290        *      {@link St ring }
  291        *      
  292        */
  293       public  String ge tStatus()  {
  294           re turn statu s;
  295       }
  296  
  297       /**
  298        * Set s the valu e of the s tatus prop erty.
  299        * 
  300        * @pa ram value
  301        *      allowed o bject is
  302        *      {@link St ring }
  303        *      
  304        */
  305       public  void setS tatus(Stri ng value)  {
  306           th is.status  = value;
  307       }
  308  
  309   }