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

588.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 User.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 User.java Mon Oct 2 19:54:06 2017 UTC

588.2 Comparison summary

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

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

588.4 Active regular expressions

No regular expressions were active.

588.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.webser vice;
  3  
  4   import jav a.util.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlElem ent;
  9   import jav ax.xml.bin d.annotati on.XmlType ;
  10  
  11  
  12   /**
  13    * <p>Java  class for  user comp lex type.
  14    * 
  15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  16    * 
  17    * <pre>
  18    * &lt;com plexType n ame="user" >
  19    *   &lt;c omplexCont ent>
  20    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  21    *       & lt;sequenc e>
  22    *          &lt;eleme nt name="a gency" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="b seToken" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  24    *          &lt;eleme nt name="D OB" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  25    *          &lt;eleme nt name="d misId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  26    *          &lt;eleme nt name="d utyPhone"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  27    *          &lt;eleme nt name="e mail" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  28    *          &lt;eleme nt name="e ncryptedAv Code" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  29    *          &lt;eleme nt name="e ncryptedFe deratedUid " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  30    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  31    *           &lt;elemen t name="ho stSite" ty pe="{http: //webservi ce.vds. URL         /}site" mi nOccurs="0 "/>
  32    *          &lt;eleme nt name="j anusGUICon fig" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  33    *           &lt;elemen t name="ja nusPermiss ions" type ="{http:// webservice .vds. URL         /}janusPer mission" m axOccurs=" unbounded"  minOccurs ="0"/>
  34    *          &lt;eleme nt name="N PI" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  35    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  36    *          &lt;eleme nt name="p ager" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  37    *          &lt;eleme nt name="p roviderCla ss" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  38    *          &lt;eleme nt name="p roviderFla g" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  39    *          &lt;eleme nt name="p roviderIen " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  40    *          &lt;eleme nt name="s igClass" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  41    *          &lt;eleme nt name="u serId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  42    *          &lt;eleme nt name="u serIen" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  43    *       & lt;/sequen ce>
  44    *     &lt ;/restrict ion>
  45    *   &lt;/ complexCon tent>
  46    * &lt;/co mplexType>
  47    * </pre>
  48    * 
  49    * 
  50    */
  51   @XmlAccess orType(Xml AccessType .FIELD)
  52   @XmlType(n ame = "use r", namesp ace = "htt p://webser vice.vds. URL         /", propOr der = {
  53       "agenc y",
  54       "bseTo ken",
  55       "dob",
  56       "dmisI d",
  57       "dutyP hone",
  58       "email ",
  59       "encry ptedAvCode ",
  60       "encry ptedFedera tedUid",
  61       "gende r",
  62       "hostS ite",
  63       "janus GUIConfig" ,
  64       "janus Permission s",
  65       "npi",
  66       "name" ,
  67       "pager ",
  68       "provi derClass",
  69       "provi derFlag",
  70       "provi derIen",
  71       "sigCl ass",
  72       "userI d",
  73       "userI en"
  74   })
  75   public cla ss User {
  76  
  77       protec ted String  agency;
  78       protec ted String  bseToken;
  79       @XmlEl ement(name  = "DOB")
  80       protec ted String  dob;
  81       protec ted String  dmisId;
  82       protec ted String  dutyPhone ;
  83       protec ted String  email;
  84       protec ted String  encrypted AvCode;
  85       protec ted String  encrypted FederatedU id;
  86       protec ted String  gender;
  87       protec ted Site h ostSite;
  88       protec ted String  janusGUIC onfig;
  89       @XmlEl ement(nill able = tru e)
  90       protec ted List<J anusPermis sion> janu sPermissio ns;
  91       @XmlEl ement(name  = "NPI")
  92       protec ted String  npi;
  93       protec ted String  name;
  94       protec ted String  pager;
  95       protec ted String  providerC lass;
  96       protec ted String  providerF lag;
  97       protec ted String  providerI en;
  98       protec ted String  sigClass;
  99       protec ted String  userId;
  100       protec ted String  userIen;
  101  
  102       /**
  103        * Get s the valu e of the a gency prop erty.
  104        * 
  105        * @re turn
  106        *      possible  object is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  String ge tAgency()  {
  111           re turn agenc y;
  112       }
  113  
  114       /**
  115        * Set s the valu e of the a gency prop erty.
  116        * 
  117        * @pa ram value
  118        *      allowed o bject is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  void setA gency(Stri ng value)  {
  123           th is.agency  = value;
  124       }
  125  
  126       /**
  127        * Get s the valu e of the b seToken pr operty.
  128        * 
  129        * @re turn
  130        *      possible  object is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  String ge tBseToken( ) {
  135           re turn bseTo ken;
  136       }
  137  
  138       /**
  139        * Set s the valu e of the b seToken pr operty.
  140        * 
  141        * @pa ram value
  142        *      allowed o bject is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  void setB seToken(St ring value ) {
  147           th is.bseToke n = value;
  148       }
  149  
  150       /**
  151        * Get s the valu e of the d ob propert y.
  152        * 
  153        * @re turn
  154        *      possible  object is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  String ge tDOB() {
  159           re turn dob;
  160       }
  161  
  162       /**
  163        * Set s the valu e of the d ob propert y.
  164        * 
  165        * @pa ram value
  166        *      allowed o bject is
  167        *      {@link St ring }
  168        *      
  169        */
  170       public  void setD OB(String  value) {
  171           th is.dob = v alue;
  172       }
  173  
  174       /**
  175        * Get s the valu e of the d misId prop erty.
  176        * 
  177        * @re turn
  178        *      possible  object is
  179        *      {@link St ring }
  180        *      
  181        */
  182       public  String ge tDmisId()  {
  183           re turn dmisI d;
  184       }
  185  
  186       /**
  187        * Set s the valu e of the d misId prop erty.
  188        * 
  189        * @pa ram value
  190        *      allowed o bject is
  191        *      {@link St ring }
  192        *      
  193        */
  194       public  void setD misId(Stri ng value)  {
  195           th is.dmisId  = value;
  196       }
  197  
  198       /**
  199        * Get s the valu e of the d utyPhone p roperty.
  200        * 
  201        * @re turn
  202        *      possible  object is
  203        *      {@link St ring }
  204        *      
  205        */
  206       public  String ge tDutyPhone () {
  207           re turn dutyP hone;
  208       }
  209  
  210       /**
  211        * Set s the valu e of the d utyPhone p roperty.
  212        * 
  213        * @pa ram value
  214        *      allowed o bject is
  215        *      {@link St ring }
  216        *      
  217        */
  218       public  void setD utyPhone(S tring valu e) {
  219           th is.dutyPho ne = value ;
  220       }
  221  
  222       /**
  223        * Get s the valu e of the e mail prope rty.
  224        * 
  225        * @re turn
  226        *      possible  object is
  227        *      {@link St ring }
  228        *      
  229        */
  230       public  String ge tEmail() {
  231           re turn email ;
  232       }
  233  
  234       /**
  235        * Set s the valu e of the e mail prope rty.
  236        * 
  237        * @pa ram value
  238        *      allowed o bject is
  239        *      {@link St ring }
  240        *      
  241        */
  242       public  void setE mail(Strin g value) {
  243           th is.email =  value;
  244       }
  245  
  246       /**
  247        * Get s the valu e of the e ncryptedAv Code prope rty.
  248        * 
  249        * @re turn
  250        *      possible  object is
  251        *      {@link St ring }
  252        *      
  253        */
  254       public  String ge tEncrypted AvCode() {
  255           re turn encry ptedAvCode ;
  256       }
  257  
  258       /**
  259        * Set s the valu e of the e ncryptedAv Code prope rty.
  260        * 
  261        * @pa ram value
  262        *      allowed o bject is
  263        *      {@link St ring }
  264        *      
  265        */
  266       public  void setE ncryptedAv Code(Strin g value) {
  267           th is.encrypt edAvCode =  value;
  268       }
  269  
  270       /**
  271        * Get s the valu e of the e ncryptedFe deratedUid  property.
  272        * 
  273        * @re turn
  274        *      possible  object is
  275        *      {@link St ring }
  276        *      
  277        */
  278       public  String ge tEncrypted FederatedU id() {
  279           re turn encry ptedFedera tedUid;
  280       }
  281  
  282       /**
  283        * Set s the valu e of the e ncryptedFe deratedUid  property.
  284        * 
  285        * @pa ram value
  286        *      allowed o bject is
  287        *      {@link St ring }
  288        *      
  289        */
  290       public  void setE ncryptedFe deratedUid (String va lue) {
  291           th is.encrypt edFederate dUid = val ue;
  292       }
  293  
  294       /**
  295        * Get s the valu e of the g ender prop erty.
  296        * 
  297        * @re turn
  298        *      possible  object is
  299        *      {@link St ring }
  300        *      
  301        */
  302       public  String ge tGender()  {
  303           re turn gende r;
  304       }
  305  
  306       /**
  307        * Set s the valu e of the g ender prop erty.
  308        * 
  309        * @pa ram value
  310        *      allowed o bject is
  311        *      {@link St ring }
  312        *      
  313        */
  314       public  void setG ender(Stri ng value)  {
  315           th is.gender  = value;
  316       }
  317  
  318       /**
  319        * Get s the valu e of the h ostSite pr operty.
  320        * 
  321        * @re turn
  322        *      possible  object is
  323        *      {@link Si te }
  324        *      
  325        */
  326       public  Site getH ostSite()  {
  327           re turn hostS ite;
  328       }
  329  
  330       /**
  331        * Set s the valu e of the h ostSite pr operty.
  332        * 
  333        * @pa ram value
  334        *      allowed o bject is
  335        *      {@link Si te }
  336        *      
  337        */
  338       public  void setH ostSite(Si te value)  {
  339           th is.hostSit e = value;
  340       }
  341  
  342       /**
  343        * Get s the valu e of the j anusGUICon fig proper ty.
  344        * 
  345        * @re turn
  346        *      possible  object is
  347        *      {@link St ring }
  348        *      
  349        */
  350       public  String ge tJanusGUIC onfig() {
  351           re turn janus GUIConfig;
  352       }
  353  
  354       /**
  355        * Set s the valu e of the j anusGUICon fig proper ty.
  356        * 
  357        * @pa ram value
  358        *      allowed o bject is
  359        *      {@link St ring }
  360        *      
  361        */
  362       public  void setJ anusGUICon fig(String  value) {
  363           th is.janusGU IConfig =  value;
  364       }
  365  
  366       /**
  367        * Get s the valu e of the j anusPermis sions prop erty.
  368        * 
  369        * <p>
  370        * Thi s accessor  method re turns a re ference to  the live  list,
  371        * not  a snapsho t. Therefo re any mod ification  you make t o the
  372        * ret urned list  will be p resent ins ide the JA XB object.
  373        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the janu sPermissio ns propert y.
  374        * 
  375        * <p>
  376        * For  example,  to add a n ew item, d o as follo ws:
  377        * <pr e>
  378        *     getJanusPe rmissions( ).add(newI tem);
  379        * </p re>
  380        * 
  381        * 
  382        * <p>
  383        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  384        * {@l ink JanusP ermission  }
  385        * 
  386        * 
  387        */
  388       public  List<Janu sPermissio n> getJanu sPermissio ns() {
  389           if  (janusPer missions = = null) {
  390                janusPer missions =  new Array List<Janus Permission >();
  391           }
  392           re turn this. janusPermi ssions;
  393       }
  394  
  395       /**
  396        * Get s the valu e of the n pi propert y.
  397        * 
  398        * @re turn
  399        *      possible  object is
  400        *      {@link St ring }
  401        *      
  402        */
  403       public  String ge tNPI() {
  404           re turn npi;
  405       }
  406  
  407       /**
  408        * Set s the valu e of the n pi propert y.
  409        * 
  410        * @pa ram value
  411        *      allowed o bject is
  412        *      {@link St ring }
  413        *      
  414        */
  415       public  void setN PI(String  value) {
  416           th is.npi = v alue;
  417       }
  418  
  419       /**
  420        * Get s the valu e of the n ame proper ty.
  421        * 
  422        * @re turn
  423        *      possible  object is
  424        *      {@link St ring }
  425        *      
  426        */
  427       public  String ge tName() {
  428           re turn name;
  429       }
  430  
  431       /**
  432        * Set s the valu e of the n ame proper ty.
  433        * 
  434        * @pa ram value
  435        *      allowed o bject is
  436        *      {@link St ring }
  437        *      
  438        */
  439       public  void setN ame(String  value) {
  440           th is.name =  value;
  441       }
  442  
  443       /**
  444        * Get s the valu e of the p ager prope rty.
  445        * 
  446        * @re turn
  447        *      possible  object is
  448        *      {@link St ring }
  449        *      
  450        */
  451       public  String ge tPager() {
  452           re turn pager ;
  453       }
  454  
  455       /**
  456        * Set s the valu e of the p ager prope rty.
  457        * 
  458        * @pa ram value
  459        *      allowed o bject is
  460        *      {@link St ring }
  461        *      
  462        */
  463       public  void setP ager(Strin g value) {
  464           th is.pager =  value;
  465       }
  466  
  467       /**
  468        * Get s the valu e of the p roviderCla ss propert y.
  469        * 
  470        * @re turn
  471        *      possible  object is
  472        *      {@link St ring }
  473        *      
  474        */
  475       public  String ge tProviderC lass() {
  476           re turn provi derClass;
  477       }
  478  
  479       /**
  480        * Set s the valu e of the p roviderCla ss propert y.
  481        * 
  482        * @pa ram value
  483        *      allowed o bject is
  484        *      {@link St ring }
  485        *      
  486        */
  487       public  void setP roviderCla ss(String  value) {
  488           th is.provide rClass = v alue;
  489       }
  490  
  491       /**
  492        * Get s the valu e of the p roviderFla g property .
  493        * 
  494        * @re turn
  495        *      possible  object is
  496        *      {@link St ring }
  497        *      
  498        */
  499       public  String ge tProviderF lag() {
  500           re turn provi derFlag;
  501       }
  502  
  503       /**
  504        * Set s the valu e of the p roviderFla g property .
  505        * 
  506        * @pa ram value
  507        *      allowed o bject is
  508        *      {@link St ring }
  509        *      
  510        */
  511       public  void setP roviderFla g(String v alue) {
  512           th is.provide rFlag = va lue;
  513       }
  514  
  515       /**
  516        * Get s the valu e of the p roviderIen  property.
  517        * 
  518        * @re turn
  519        *      possible  object is
  520        *      {@link St ring }
  521        *      
  522        */
  523       public  String ge tProviderI en() {
  524           re turn provi derIen;
  525       }
  526  
  527       /**
  528        * Set s the valu e of the p roviderIen  property.
  529        * 
  530        * @pa ram value
  531        *      allowed o bject is
  532        *      {@link St ring }
  533        *      
  534        */
  535       public  void setP roviderIen (String va lue) {
  536           th is.provide rIen = val ue;
  537       }
  538  
  539       /**
  540        * Get s the valu e of the s igClass pr operty.
  541        * 
  542        * @re turn
  543        *      possible  object is
  544        *      {@link St ring }
  545        *      
  546        */
  547       public  String ge tSigClass( ) {
  548           re turn sigCl ass;
  549       }
  550  
  551       /**
  552        * Set s the valu e of the s igClass pr operty.
  553        * 
  554        * @pa ram value
  555        *      allowed o bject is
  556        *      {@link St ring }
  557        *      
  558        */
  559       public  void setS igClass(St ring value ) {
  560           th is.sigClas s = value;
  561       }
  562  
  563       /**
  564        * Get s the valu e of the u serId prop erty.
  565        * 
  566        * @re turn
  567        *      possible  object is
  568        *      {@link St ring }
  569        *      
  570        */
  571       public  String ge tUserId()  {
  572           re turn userI d;
  573       }
  574  
  575       /**
  576        * Set s the valu e of the u serId prop erty.
  577        * 
  578        * @pa ram value
  579        *      allowed o bject is
  580        *      {@link St ring }
  581        *      
  582        */
  583       public  void setU serId(Stri ng value)  {
  584           th is.userId  = value;
  585       }
  586  
  587       /**
  588        * Get s the valu e of the u serIen pro perty.
  589        * 
  590        * @re turn
  591        *      possible  object is
  592        *      {@link St ring }
  593        *      
  594        */
  595       public  String ge tUserIen()  {
  596           re turn userI en;
  597       }
  598  
  599       /**
  600        * Set s the valu e of the u serIen pro perty.
  601        * 
  602        * @pa ram value
  603        *      allowed o bject is
  604        *      {@link St ring }
  605        *      
  606        */
  607       public  void setU serIen(Str ing value)  {
  608           th is.userIen  = value;
  609       }
  610  
  611   }