37670. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:39 AM Central Standard 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.

37670.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service WriteNote.java Wed Jan 16 16:06:44 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service WriteNote.java Wed Jan 16 20:18:50 2019 UTC

37670.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 10 498
Changed 9 18
Inserted 0 0
Removed 0 0

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

37670.4 Active regular expressions

No regular expressions were active.

37670.5 Comparison detail

  1  
  2   package go v.va.med.v ia.service ;
  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.XmlElem ent;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  writeNote  complex t ype.
  12    * 
  13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  14    * 
  15    * <pre>
  16    * &lt;com plexType n ame="write Note"&gt;
  17    *   &lt;c omplexCont ent&gt;
  18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  19    *       & lt;sequenc e&gt;
  20    *          &lt;eleme nt name="t itleIEN" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /&gt;
  21    *          &lt;eleme nt name="e ncounterSt ring" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/&g t;
  22    *          &lt;eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/&gt ;
  23    *          &lt;eleme nt name="a uthorDUZ"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/&gt;
  24    *          &lt;eleme nt name="c osignerDUZ " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/&gt;
  25    *          &lt;eleme nt name="c onsultIEN"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/&gt;
  26    *          &lt;eleme nt name="p rfIEN" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  27    *           &lt;elemen t name="qu eryBean" t ype="{http :// DNS          . URL         /}queryBea n" minOccu rs="0"/&gt ;
  28    *       & lt;/sequen ce&gt;
  29    *     &lt ;/restrict ion&gt;
  30    *   &lt;/ complexCon tent&gt;
  31    * &lt;/co mplexType& gt;
  32    * </pre>
  33    * 
  34    * 
  35    */
  36   @XmlAccess orType(Xml AccessType .FIELD)
  37   @XmlType(n ame = "wri teNote", p ropOrder =  {
  38       "title IEN",
  39       "encou nterString ",
  40       "text" ,
  41       "autho rDUZ",
  42       "cosig nerDUZ",
  43       "consu ltIEN",
  44       "prfIE N",
  45       "query Bean"
  46   })
  47   public cla ss WriteNo te {
  48  
  49         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  50       protec ted String  titleIEN;
  51         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  52       protec ted String  encounter String;
  53         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  54       protec ted String  text;
  55         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  56       protec ted String  authorDUZ ;
  57         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  58       protec ted String  cosignerD UZ;
  59         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  60       protec ted String  consultIE N;
  61         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  62       protec ted String  prfIEN;
  63         @XmlElemen t(namespac e = "http: // DNS          . URL         /")
  64       protec ted QueryB ean queryB ean;
  65  
  66       /**
  67        * Get s the valu e of the t itleIEN pr operty.
  68        * 
  69        * @re turn
  70        *      possible  object is
  71        *      {@link St ring }
  72        *      
  73        */
  74       public  String ge tTitleIEN( ) {
  75           re turn title IEN;
  76       }
  77  
  78       /**
  79        * Set s the valu e of the t itleIEN pr operty.
  80        * 
  81        * @pa ram value
  82        *      allowed o bject is
  83        *      {@link St ring }
  84        *      
  85        */
  86       public  void setT itleIEN(St ring value ) {
  87           th is.titleIE N = value;
  88       }
  89  
  90       /**
  91        * Get s the valu e of the e ncounterSt ring prope rty.
  92        * 
  93        * @re turn
  94        *      possible  object is
  95        *      {@link St ring }
  96        *      
  97        */
  98       public  String ge tEncounter String() {
  99           re turn encou nterString ;
  100       }
  101  
  102       /**
  103        * Set s the valu e of the e ncounterSt ring prope rty.
  104        * 
  105        * @pa ram value
  106        *      allowed o bject is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  void setE ncounterSt ring(Strin g value) {
  111           th is.encount erString =  value;
  112       }
  113  
  114       /**
  115        * Get s the valu e of the t ext proper ty.
  116        * 
  117        * @re turn
  118        *      possible  object is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  String ge tText() {
  123           re turn text;
  124       }
  125  
  126       /**
  127        * Set s the valu e of the t ext proper ty.
  128        * 
  129        * @pa ram value
  130        *      allowed o bject is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  void setT ext(String  value) {
  135           th is.text =  value;
  136       }
  137  
  138       /**
  139        * Get s the valu e of the a uthorDUZ p roperty.
  140        * 
  141        * @re turn
  142        *      possible  object is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  String ge tAuthorDUZ () {
  147           re turn autho rDUZ;
  148       }
  149  
  150       /**
  151        * Set s the valu e of the a uthorDUZ p roperty.
  152        * 
  153        * @pa ram value
  154        *      allowed o bject is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  void setA uthorDUZ(S tring valu e) {
  159           th is.authorD UZ = value ;
  160       }
  161  
  162       /**
  163        * Get s the valu e of the c osignerDUZ  property.
  164        * 
  165        * @re turn
  166        *      possible  object is
  167        *      {@link St ring }
  168        *      
  169        */
  170       public  String ge tCosignerD UZ() {
  171           re turn cosig nerDUZ;
  172       }
  173  
  174       /**
  175        * Set s the valu e of the c osignerDUZ  property.
  176        * 
  177        * @pa ram value
  178        *      allowed o bject is
  179        *      {@link St ring }
  180        *      
  181        */
  182       public  void setC osignerDUZ (String va lue) {
  183           th is.cosigne rDUZ = val ue;
  184       }
  185  
  186       /**
  187        * Get s the valu e of the c onsultIEN  property.
  188        * 
  189        * @re turn
  190        *      possible  object is
  191        *      {@link St ring }
  192        *      
  193        */
  194       public  String ge tConsultIE N() {
  195           re turn consu ltIEN;
  196       }
  197  
  198       /**
  199        * Set s the valu e of the c onsultIEN  property.
  200        * 
  201        * @pa ram value
  202        *      allowed o bject is
  203        *      {@link St ring }
  204        *      
  205        */
  206       public  void setC onsultIEN( String val ue) {
  207           th is.consult IEN = valu e;
  208       }
  209  
  210       /**
  211        * Get s the valu e of the p rfIEN prop erty.
  212        * 
  213        * @re turn
  214        *      possible  object is
  215        *      {@link St ring }
  216        *      
  217        */
  218       public  String ge tPrfIEN()  {
  219           re turn prfIE N;
  220       }
  221  
  222       /**
  223        * Set s the valu e of the p rfIEN prop erty.
  224        * 
  225        * @pa ram value
  226        *      allowed o bject is
  227        *      {@link St ring }
  228        *      
  229        */
  230       public  void setP rfIEN(Stri ng value)  {
  231           th is.prfIEN  = value;
  232       }
  233  
  234       /**
  235        * Get s the valu e of the q ueryBean p roperty.
  236        * 
  237        * @re turn
  238        *      possible  object is
  239        *      {@link Qu eryBean }
  240        *      
  241        */
  242       public  QueryBean  getQueryB ean() {
  243           re turn query Bean;
  244       }
  245  
  246       /**
  247        * Set s the valu e of the q ueryBean p roperty.
  248        * 
  249        * @pa ram value
  250        *      allowed o bject is
  251        *      {@link Qu eryBean }
  252        *      
  253        */
  254       public  void setQ ueryBean(Q ueryBean v alue) {
  255           th is.queryBe an = value ;
  256       }
  257  
  258   }