763. EPMO Open Source Coordination Office Redaction File Detail Report

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

763.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 PerformerV4.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 PerformerV4.java Mon Oct 2 19:55:36 2017 UTC

763.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 334
Changed 1 2
Inserted 0 0
Removed 0 0

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

763.4 Active regular expressions

No regular expressions were active.

763.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.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  performer V4 complex  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="perfo rmerV4">
  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="d ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  20    *          &lt;eleme nt name="p roviderNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  21    *          &lt;eleme nt name="p roviderOrg Name" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  22    *          &lt;eleme nt name="p roviderRol e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  23    *          &lt;eleme nt name="p roviderTax onomy" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *       & lt;/sequen ce>
  25    *     &lt ;/restrict ion>
  26    *   &lt;/ complexCon tent>
  27    * &lt;/co mplexType>
  28    * </pre>
  29    * 
  30    * 
  31    */
  32   @XmlAccess orType(Xml AccessType .FIELD)
  33   @XmlType(n ame = "per formerV4",  namespace  = "http:/ /webservic e.bhie. URL         /", propOr der = {
  34       "date" ,
  35       "provi derName",
  36       "provi derOrgName ",
  37       "provi derRole",
  38       "provi derTaxonom y"
  39   })
  40   public cla ss Perform erV4 {
  41  
  42       protec ted String  date;
  43       protec ted String  providerN ame;
  44       protec ted String  providerO rgName;
  45       protec ted String  providerR ole;
  46       protec ted String  providerT axonomy;
  47  
  48       /**
  49        * Get s the valu e of the d ate proper ty.
  50        * 
  51        * @re turn
  52        *      possible  object is
  53        *      {@link St ring }
  54        *      
  55        */
  56       public  String ge tDate() {
  57           re turn date;
  58       }
  59  
  60       /**
  61        * Set s the valu e of the d ate proper ty.
  62        * 
  63        * @pa ram value
  64        *      allowed o bject is
  65        *      {@link St ring }
  66        *      
  67        */
  68       public  void setD ate(String  value) {
  69           th is.date =  value;
  70       }
  71  
  72       /**
  73        * Get s the valu e of the p roviderNam e property .
  74        * 
  75        * @re turn
  76        *      possible  object is
  77        *      {@link St ring }
  78        *      
  79        */
  80       public  String ge tProviderN ame() {
  81           re turn provi derName;
  82       }
  83  
  84       /**
  85        * Set s the valu e of the p roviderNam e property .
  86        * 
  87        * @pa ram value
  88        *      allowed o bject is
  89        *      {@link St ring }
  90        *      
  91        */
  92       public  void setP roviderNam e(String v alue) {
  93           th is.provide rName = va lue;
  94       }
  95  
  96       /**
  97        * Get s the valu e of the p roviderOrg Name prope rty.
  98        * 
  99        * @re turn
  100        *      possible  object is
  101        *      {@link St ring }
  102        *      
  103        */
  104       public  String ge tProviderO rgName() {
  105           re turn provi derOrgName ;
  106       }
  107  
  108       /**
  109        * Set s the valu e of the p roviderOrg Name prope rty.
  110        * 
  111        * @pa ram value
  112        *      allowed o bject is
  113        *      {@link St ring }
  114        *      
  115        */
  116       public  void setP roviderOrg Name(Strin g value) {
  117           th is.provide rOrgName =  value;
  118       }
  119  
  120       /**
  121        * Get s the valu e of the p roviderRol e property .
  122        * 
  123        * @re turn
  124        *      possible  object is
  125        *      {@link St ring }
  126        *      
  127        */
  128       public  String ge tProviderR ole() {
  129           re turn provi derRole;
  130       }
  131  
  132       /**
  133        * Set s the valu e of the p roviderRol e property .
  134        * 
  135        * @pa ram value
  136        *      allowed o bject is
  137        *      {@link St ring }
  138        *      
  139        */
  140       public  void setP roviderRol e(String v alue) {
  141           th is.provide rRole = va lue;
  142       }
  143  
  144       /**
  145        * Get s the valu e of the p roviderTax onomy prop erty.
  146        * 
  147        * @re turn
  148        *      possible  object is
  149        *      {@link St ring }
  150        *      
  151        */
  152       public  String ge tProviderT axonomy()  {
  153           re turn provi derTaxonom y;
  154       }
  155  
  156       /**
  157        * Set s the valu e of the p roviderTax onomy prop erty.
  158        * 
  159        * @pa ram value
  160        *      allowed o bject is
  161        *      {@link St ring }
  162        *      
  163        */
  164       public  void setP roviderTax onomy(Stri ng value)  {
  165           th is.provide rTaxonomy  = value;
  166       }
  167  
  168   }