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

363.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 QuestionnaireResponseComments.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 QuestionnaireResponseComments.java Mon Oct 2 19:52:09 2017 UTC

363.2 Comparison summary

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

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

363.4 Active regular expressions

No regular expressions were active.

363.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.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  questionn aireRespon seComments  complex t ype.
  11    * 
  12    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  13    * 
  14    * <pre>
  15    * &lt;com plexType n ame="quest ionnaireRe sponseComm ents">
  16    *   &lt;c omplexCont ent>
  17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  20    *          &lt;eleme nt name="d ateEntered " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  21    *           &lt;elemen t name="en teredBy" t ype="{http ://webserv ice.vds. URL         /}provider " minOccur s="0"/>
  22    *          &lt;eleme nt name="e nteredDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  23    *          &lt;eleme nt name="n umber" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="s equence" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  25    *       & lt;/sequen ce>
  26    *     &lt ;/restrict ion>
  27    *   &lt;/ complexCon tent>
  28    * &lt;/co mplexType>
  29    * </pre>
  30    * 
  31    * 
  32    */
  33   @XmlAccess orType(Xml AccessType .FIELD)
  34   @XmlType(n ame = "que stionnaire ResponseCo mments", n amespace =  "http://w ebservice. vds. URL         /", propOr der = {
  35       "comme nt",
  36       "dateE ntered",
  37       "enter edBy",
  38       "enter edDate",
  39       "numbe r",
  40       "seque nce"
  41   })
  42   public cla ss Questio nnaireResp onseCommen ts {
  43  
  44       protec ted String  comment;
  45       protec ted String  dateEnter ed;
  46       protec ted Provid er entered By;
  47       protec ted String  enteredDa te;
  48       protec ted String  number;
  49       protec ted String  sequence;
  50  
  51       /**
  52        * Get s the valu e of the c omment pro perty.
  53        * 
  54        * @re turn
  55        *      possible  object is
  56        *      {@link St ring }
  57        *      
  58        */
  59       public  String ge tComment()  {
  60           re turn comme nt;
  61       }
  62  
  63       /**
  64        * Set s the valu e of the c omment pro perty.
  65        * 
  66        * @pa ram value
  67        *      allowed o bject is
  68        *      {@link St ring }
  69        *      
  70        */
  71       public  void setC omment(Str ing value)  {
  72           th is.comment  = value;
  73       }
  74  
  75       /**
  76        * Get s the valu e of the d ateEntered  property.
  77        * 
  78        * @re turn
  79        *      possible  object is
  80        *      {@link St ring }
  81        *      
  82        */
  83       public  String ge tDateEnter ed() {
  84           re turn dateE ntered;
  85       }
  86  
  87       /**
  88        * Set s the valu e of the d ateEntered  property.
  89        * 
  90        * @pa ram value
  91        *      allowed o bject is
  92        *      {@link St ring }
  93        *      
  94        */
  95       public  void setD ateEntered (String va lue) {
  96           th is.dateEnt ered = val ue;
  97       }
  98  
  99       /**
  100        * Get s the valu e of the e nteredBy p roperty.
  101        * 
  102        * @re turn
  103        *      possible  object is
  104        *      {@link Pr ovider }
  105        *      
  106        */
  107       public  Provider  getEntered By() {
  108           re turn enter edBy;
  109       }
  110  
  111       /**
  112        * Set s the valu e of the e nteredBy p roperty.
  113        * 
  114        * @pa ram value
  115        *      allowed o bject is
  116        *      {@link Pr ovider }
  117        *      
  118        */
  119       public  void setE nteredBy(P rovider va lue) {
  120           th is.entered By = value ;
  121       }
  122  
  123       /**
  124        * Get s the valu e of the e nteredDate  property.
  125        * 
  126        * @re turn
  127        *      possible  object is
  128        *      {@link St ring }
  129        *      
  130        */
  131       public  String ge tEnteredDa te() {
  132           re turn enter edDate;
  133       }
  134  
  135       /**
  136        * Set s the valu e of the e nteredDate  property.
  137        * 
  138        * @pa ram value
  139        *      allowed o bject is
  140        *      {@link St ring }
  141        *      
  142        */
  143       public  void setE nteredDate (String va lue) {
  144           th is.entered Date = val ue;
  145       }
  146  
  147       /**
  148        * Get s the valu e of the n umber prop erty.
  149        * 
  150        * @re turn
  151        *      possible  object is
  152        *      {@link St ring }
  153        *      
  154        */
  155       public  String ge tNumber()  {
  156           re turn numbe r;
  157       }
  158  
  159       /**
  160        * Set s the valu e of the n umber prop erty.
  161        * 
  162        * @pa ram value
  163        *      allowed o bject is
  164        *      {@link St ring }
  165        *      
  166        */
  167       public  void setN umber(Stri ng value)  {
  168           th is.number  = value;
  169       }
  170  
  171       /**
  172        * Get s the valu e of the s equence pr operty.
  173        * 
  174        * @re turn
  175        *      possible  object is
  176        *      {@link St ring }
  177        *      
  178        */
  179       public  String ge tSequence( ) {
  180           re turn seque nce;
  181       }
  182  
  183       /**
  184        * Set s the valu e of the s equence pr operty.
  185        * 
  186        * @pa ram value
  187        *      allowed o bject is
  188        *      {@link St ring }
  189        *      
  190        */
  191       public  void setS equence(St ring value ) {
  192           th is.sequenc e = value;
  193       }
  194  
  195   }