396. EPMO Open Source Coordination Office Redaction File Detail Report

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

396.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 DeploymentForm.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 DeploymentForm.java Mon Oct 2 19:52:27 2017 UTC

396.2 Comparison summary

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

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

396.4 Active regular expressions

No regular expressions were active.

396.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.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  deploymen tForm comp lex type.
  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="deplo ymentForm" >
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="c ompleteNot e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  20    *          &lt;eleme nt name="c ustodianId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  21    *          &lt;eleme nt name="e nteredBy"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  22    *          &lt;eleme nt name="e nteredByDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  23    *          &lt;eleme nt name="f acility" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  24    *          &lt;eleme nt name="l oincCode"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  25    *          &lt;eleme nt name="n oteFormat"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  26    *          &lt;eleme nt name="n oteId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  27    *          &lt;eleme nt name="n oteTitle"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  28    *          &lt;eleme nt name="n oteTypeCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  29    *          &lt;eleme nt name="n oteTypeNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  30    *          &lt;eleme nt name="o therIdenti fier" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  31    *          &lt;eleme nt name="r epositoryI d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  32    *          &lt;eleme nt name="v erifiedBy"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  33    *          &lt;eleme nt name="v erifiedDat e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  34    *       & lt;/sequen ce>
  35    *     &lt ;/extensio n>
  36    *   &lt;/ complexCon tent>
  37    * &lt;/co mplexType>
  38    * </pre>
  39    * 
  40    * 
  41    */
  42   @XmlAccess orType(Xml AccessType .FIELD)
  43   @XmlType(n ame = "dep loymentFor m", namesp ace = "htt p://webser vice.vds. URL         /", propOr der = {
  44       "compl eteNote",
  45       "custo dianId",
  46       "enter edBy",
  47       "enter edByDate",
  48       "facil ity",
  49       "loinc Code",
  50       "noteF ormat",
  51       "noteI d",
  52       "noteT itle",
  53       "noteT ypeCode",
  54       "noteT ypeName",
  55       "other Identifier ",
  56       "repos itoryId",
  57       "verif iedBy",
  58       "verif iedDate"
  59   })
  60   public cla ss Deploym entForm
  61       extend s DataBean
  62   {
  63  
  64       protec ted String  completeN ote;
  65       protec ted String  custodian Id;
  66       protec ted String  enteredBy ;
  67       protec ted String  enteredBy Date;
  68       protec ted String  facility;
  69       protec ted String  loincCode ;
  70       protec ted String  noteForma t;
  71       protec ted String  noteId;
  72       protec ted String  noteTitle ;
  73       protec ted String  noteTypeC ode;
  74       protec ted String  noteTypeN ame;
  75       protec ted String  otherIden tifier;
  76       protec ted String  repositor yId;
  77       protec ted String  verifiedB y;
  78       protec ted String  verifiedD ate;
  79  
  80       /**
  81        * Get s the valu e of the c ompleteNot e property .
  82        * 
  83        * @re turn
  84        *      possible  object is
  85        *      {@link St ring }
  86        *      
  87        */
  88       public  String ge tCompleteN ote() {
  89           re turn compl eteNote;
  90       }
  91  
  92       /**
  93        * Set s the valu e of the c ompleteNot e property .
  94        * 
  95        * @pa ram value
  96        *      allowed o bject is
  97        *      {@link St ring }
  98        *      
  99        */
  100       public  void setC ompleteNot e(String v alue) {
  101           th is.complet eNote = va lue;
  102       }
  103  
  104       /**
  105        * Get s the valu e of the c ustodianId  property.
  106        * 
  107        * @re turn
  108        *      possible  object is
  109        *      {@link St ring }
  110        *      
  111        */
  112       public  String ge tCustodian Id() {
  113           re turn custo dianId;
  114       }
  115  
  116       /**
  117        * Set s the valu e of the c ustodianId  property.
  118        * 
  119        * @pa ram value
  120        *      allowed o bject is
  121        *      {@link St ring }
  122        *      
  123        */
  124       public  void setC ustodianId (String va lue) {
  125           th is.custodi anId = val ue;
  126       }
  127  
  128       /**
  129        * Get s the valu e of the e nteredBy p roperty.
  130        * 
  131        * @re turn
  132        *      possible  object is
  133        *      {@link St ring }
  134        *      
  135        */
  136       public  String ge tEnteredBy () {
  137           re turn enter edBy;
  138       }
  139  
  140       /**
  141        * Set s the valu e of the e nteredBy p roperty.
  142        * 
  143        * @pa ram value
  144        *      allowed o bject is
  145        *      {@link St ring }
  146        *      
  147        */
  148       public  void setE nteredBy(S tring valu e) {
  149           th is.entered By = value ;
  150       }
  151  
  152       /**
  153        * Get s the valu e of the e nteredByDa te propert y.
  154        * 
  155        * @re turn
  156        *      possible  object is
  157        *      {@link St ring }
  158        *      
  159        */
  160       public  String ge tEnteredBy Date() {
  161           re turn enter edByDate;
  162       }
  163  
  164       /**
  165        * Set s the valu e of the e nteredByDa te propert y.
  166        * 
  167        * @pa ram value
  168        *      allowed o bject is
  169        *      {@link St ring }
  170        *      
  171        */
  172       public  void setE nteredByDa te(String  value) {
  173           th is.entered ByDate = v alue;
  174       }
  175  
  176       /**
  177        * Get s the valu e of the f acility pr operty.
  178        * 
  179        * @re turn
  180        *      possible  object is
  181        *      {@link St ring }
  182        *      
  183        */
  184       public  String ge tFacility( ) {
  185           re turn facil ity;
  186       }
  187  
  188       /**
  189        * Set s the valu e of the f acility pr operty.
  190        * 
  191        * @pa ram value
  192        *      allowed o bject is
  193        *      {@link St ring }
  194        *      
  195        */
  196       public  void setF acility(St ring value ) {
  197           th is.facilit y = value;
  198       }
  199  
  200       /**
  201        * Get s the valu e of the l oincCode p roperty.
  202        * 
  203        * @re turn
  204        *      possible  object is
  205        *      {@link St ring }
  206        *      
  207        */
  208       public  String ge tLoincCode () {
  209           re turn loinc Code;
  210       }
  211  
  212       /**
  213        * Set s the valu e of the l oincCode p roperty.
  214        * 
  215        * @pa ram value
  216        *      allowed o bject is
  217        *      {@link St ring }
  218        *      
  219        */
  220       public  void setL oincCode(S tring valu e) {
  221           th is.loincCo de = value ;
  222       }
  223  
  224       /**
  225        * Get s the valu e of the n oteFormat  property.
  226        * 
  227        * @re turn
  228        *      possible  object is
  229        *      {@link St ring }
  230        *      
  231        */
  232       public  String ge tNoteForma t() {
  233           re turn noteF ormat;
  234       }
  235  
  236       /**
  237        * Set s the valu e of the n oteFormat  property.
  238        * 
  239        * @pa ram value
  240        *      allowed o bject is
  241        *      {@link St ring }
  242        *      
  243        */
  244       public  void setN oteFormat( String val ue) {
  245           th is.noteFor mat = valu e;
  246       }
  247  
  248       /**
  249        * Get s the valu e of the n oteId prop erty.
  250        * 
  251        * @re turn
  252        *      possible  object is
  253        *      {@link St ring }
  254        *      
  255        */
  256       public  String ge tNoteId()  {
  257           re turn noteI d;
  258       }
  259  
  260       /**
  261        * Set s the valu e of the n oteId prop erty.
  262        * 
  263        * @pa ram value
  264        *      allowed o bject is
  265        *      {@link St ring }
  266        *      
  267        */
  268       public  void setN oteId(Stri ng value)  {
  269           th is.noteId  = value;
  270       }
  271  
  272       /**
  273        * Get s the valu e of the n oteTitle p roperty.
  274        * 
  275        * @re turn
  276        *      possible  object is
  277        *      {@link St ring }
  278        *      
  279        */
  280       public  String ge tNoteTitle () {
  281           re turn noteT itle;
  282       }
  283  
  284       /**
  285        * Set s the valu e of the n oteTitle p roperty.
  286        * 
  287        * @pa ram value
  288        *      allowed o bject is
  289        *      {@link St ring }
  290        *      
  291        */
  292       public  void setN oteTitle(S tring valu e) {
  293           th is.noteTit le = value ;
  294       }
  295  
  296       /**
  297        * Get s the valu e of the n oteTypeCod e property .
  298        * 
  299        * @re turn
  300        *      possible  object is
  301        *      {@link St ring }
  302        *      
  303        */
  304       public  String ge tNoteTypeC ode() {
  305           re turn noteT ypeCode;
  306       }
  307  
  308       /**
  309        * Set s the valu e of the n oteTypeCod e property .
  310        * 
  311        * @pa ram value
  312        *      allowed o bject is
  313        *      {@link St ring }
  314        *      
  315        */
  316       public  void setN oteTypeCod e(String v alue) {
  317           th is.noteTyp eCode = va lue;
  318       }
  319  
  320       /**
  321        * Get s the valu e of the n oteTypeNam e property .
  322        * 
  323        * @re turn
  324        *      possible  object is
  325        *      {@link St ring }
  326        *      
  327        */
  328       public  String ge tNoteTypeN ame() {
  329           re turn noteT ypeName;
  330       }
  331  
  332       /**
  333        * Set s the valu e of the n oteTypeNam e property .
  334        * 
  335        * @pa ram value
  336        *      allowed o bject is
  337        *      {@link St ring }
  338        *      
  339        */
  340       public  void setN oteTypeNam e(String v alue) {
  341           th is.noteTyp eName = va lue;
  342       }
  343  
  344       /**
  345        * Get s the valu e of the o therIdenti fier prope rty.
  346        * 
  347        * @re turn
  348        *      possible  object is
  349        *      {@link St ring }
  350        *      
  351        */
  352       public  String ge tOtherIden tifier() {
  353           re turn other Identifier ;
  354       }
  355  
  356       /**
  357        * Set s the valu e of the o therIdenti fier prope rty.
  358        * 
  359        * @pa ram value
  360        *      allowed o bject is
  361        *      {@link St ring }
  362        *      
  363        */
  364       public  void setO therIdenti fier(Strin g value) {
  365           th is.otherId entifier =  value;
  366       }
  367  
  368       /**
  369        * Get s the valu e of the r epositoryI d property .
  370        * 
  371        * @re turn
  372        *      possible  object is
  373        *      {@link St ring }
  374        *      
  375        */
  376       public  String ge tRepositor yId() {
  377           re turn repos itoryId;
  378       }
  379  
  380       /**
  381        * Set s the valu e of the r epositoryI d property .
  382        * 
  383        * @pa ram value
  384        *      allowed o bject is
  385        *      {@link St ring }
  386        *      
  387        */
  388       public  void setR epositoryI d(String v alue) {
  389           th is.reposit oryId = va lue;
  390       }
  391  
  392       /**
  393        * Get s the valu e of the v erifiedBy  property.
  394        * 
  395        * @re turn
  396        *      possible  object is
  397        *      {@link St ring }
  398        *      
  399        */
  400       public  String ge tVerifiedB y() {
  401           re turn verif iedBy;
  402       }
  403  
  404       /**
  405        * Set s the valu e of the v erifiedBy  property.
  406        * 
  407        * @pa ram value
  408        *      allowed o bject is
  409        *      {@link St ring }
  410        *      
  411        */
  412       public  void setV erifiedBy( String val ue) {
  413           th is.verifie dBy = valu e;
  414       }
  415  
  416       /**
  417        * Get s the valu e of the v erifiedDat e property .
  418        * 
  419        * @re turn
  420        *      possible  object is
  421        *      {@link St ring }
  422        *      
  423        */
  424       public  String ge tVerifiedD ate() {
  425           re turn verif iedDate;
  426       }
  427  
  428       /**
  429        * Set s the valu e of the v erifiedDat e property .
  430        * 
  431        * @pa ram value
  432        *      allowed o bject is
  433        *      {@link St ring }
  434        *      
  435        */
  436       public  void setV erifiedDat e(String v alue) {
  437           th is.verifie dDate = va lue;
  438       }
  439  
  440   }