108. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/10/2017 1:01:45 PM 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.

108.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IV-ehmp_cif\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 RequestorTypePurposeOfUse.java Thu Jun 29 17:22:02 2017 UTC
2 C:\AraxisMergeCompare\Pri_re\IV-ehmp_cif\MIXCommon\main\src\java\gov\va\med\imaging\mix\webservices\rest\types\v1 RequestorTypePurposeOfUse.java Thu Jul 6 15:04:05 2017 UTC

108.2 Comparison summary

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

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

108.4 Active regular expressions

No regular expressions were active.

108.5 Comparison detail

  1   /**
  2    * Request orTypePurp oseOfUse.j ava
  3    *
  4    * This fi le was aut o-generate d from WSD L
  5    * by the  Apache Axi s 1.4 Apr  22, 2006 ( 06:55:48 P DT) WSDL2J ava emitte r.
  6    */
  7  
  8   package go v.va.med.i maging.mix .webservic es.rest.ty pes.v1;
  9  
  10   public cla ss Request orTypePurp oseOfUse i mplements  java.io.Se rializable  {
  11       privat e java.lan g.String _ value_;
  12       privat e static j ava.util.H ashMap _ta ble_ = new  java.util .HashMap() ;
  13  
  14       // Con structor
  15       protec ted Reques torTypePur poseOfUse( java.lang. String val ue) {
  16           _v alue_ = va lue;
  17           _t able_.put( _value_,th is);
  18       }
  19  
  20       public  static fi nal java.l ang.String  _value1 =  "Routine  health car e";
  21       public  static fi nal Reques torTypePur poseOfUse  value1 = n ew Request orTypePurp oseOfUse(_ value1);
  22       public  java.lang .String ge tValue() {  return _v alue_;}
  23       public  static Re questorTyp ePurposeOf Use fromVa lue(java.l ang.String  value)
  24              throws jav a.lang.Ill egalArgume ntExceptio n {
  25           Re questorTyp ePurposeOf Use enumer ation = (R equestorTy pePurposeO fUse)
  26                _table_. get(value) ;
  27           if  (enumerat ion==null)  throw new  java.lang .IllegalAr gumentExce ption();
  28           re turn enume ration;
  29       }
  30       public  static Re questorTyp ePurposeOf Use fromSt ring(java. lang.Strin g value)
  31              throws jav a.lang.Ill egalArgume ntExceptio n {
  32           re turn fromV alue(value );
  33       }
  34       public  boolean e quals(java .lang.Obje ct obj) {r eturn (obj  == this); }
  35       public  int hashC ode() { re turn toStr ing().hash Code();}
  36       public  java.lang .String to String() {  return _v alue_;}
  37       public  java.lang .Object re adResolve( ) throws j ava.io.Obj ectStreamE xception {  return fr omValue(_v alue_);}
  38       public  static or g.apache.a xis.encodi ng.Seriali zer getSer ializer(
  39               java.lang .String me chType, 
  40               java.lang .Class _ja vaType,  
  41               javax.xml .namespace .QName _xm lType) {
  42           re turn 
  43              new org.ap ache.axis. encoding.s er.EnumSer ializer(
  44                _javaTyp e, _xmlTyp e);
  45       }
  46       public  static or g.apache.a xis.encodi ng.Deseria lizer getD eserialize r(
  47               java.lang .String me chType, 
  48               java.lang .Class _ja vaType,  
  49               javax.xml .namespace .QName _xm lType) {
  50           re turn 
  51              new org.ap ache.axis. encoding.s er.EnumDes erializer(
  52                _javaTyp e, _xmlTyp e);
  53       }
  54       // Typ e metadata
  55       privat e static o rg.apache. axis.descr iption.Typ eDesc type Desc =
  56           ne w org.apac he.axis.de scription. TypeDesc(R equestorTy pePurposeO fUse.class );
  57  
  58       static  {
  59             typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v2.ty pes.soap.w ebservices .exchange. imaging. URL         ", ">Reque storType>p urpose-of- use"));
  60       }
  61       /**
  62        * Ret urn type m etadata ob ject
  63        */
  64       public  static or g.apache.a xis.descri ption.Type Desc getTy peDesc() {
  65           re turn typeD esc;
  66       }
  67  
  68   }