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

112.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 SeverityType.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 SeverityType.java Thu Jul 6 15:04:07 2017 UTC

112.2 Comparison summary

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

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

112.4 Active regular expressions

No regular expressions were active.

112.5 Comparison detail

  1   /**
  2    * Severit yType.java
  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 Severit yType impl ements jav a.io.Seria lizable {
  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 Severi tyType(jav a.lang.Str ing value)  {
  16           _v alue_ = va lue;
  17           _t able_.put( _value_,th is);
  18       }
  19  
  20       public  static fi nal java.l ang.String  _warning  = "warning ";
  21       public  static fi nal java.l ang.String  _error =  "error";
  22       public  static fi nal Severi tyType war ning = new  SeverityT ype(_warni ng);
  23       public  static fi nal Severi tyType err or = new S everityTyp e(_error);
  24       public  java.lang .String ge tValue() {  return _v alue_;}
  25       public  static Se verityType  fromValue (java.lang .String va lue)
  26              throws jav a.lang.Ill egalArgume ntExceptio n {
  27           Se verityType  enumerati on = (Seve rityType)
  28                _table_. get(value) ;
  29           if  (enumerat ion==null)  throw new  java.lang .IllegalAr gumentExce ption();
  30           re turn enume ration;
  31       }
  32       public  static Se verityType  fromStrin g(java.lan g.String v alue)
  33              throws jav a.lang.Ill egalArgume ntExceptio n {
  34           re turn fromV alue(value );
  35       }
  36       public  boolean e quals(java .lang.Obje ct obj) {r eturn (obj  == this); }
  37       public  int hashC ode() { re turn toStr ing().hash Code();}
  38       public  java.lang .String to String() {  return _v alue_;}
  39       public  java.lang .Object re adResolve( ) throws j ava.io.Obj ectStreamE xception {  return fr omValue(_v alue_);}
  40       public  static or g.apache.a xis.encodi ng.Seriali zer getSer ializer(
  41               java.lang .String me chType, 
  42               java.lang .Class _ja vaType,  
  43               javax.xml .namespace .QName _xm lType) {
  44           re turn 
  45              new org.ap ache.axis. encoding.s er.EnumSer ializer(
  46                _javaTyp e, _xmlTyp e);
  47       }
  48       public  static or g.apache.a xis.encodi ng.Deseria lizer getD eserialize r(
  49               java.lang .String me chType, 
  50               java.lang .Class _ja vaType,  
  51               javax.xml .namespace .QName _xm lType) {
  52           re turn 
  53              new org.ap ache.axis. encoding.s er.EnumDes erializer(
  54                _javaTyp e, _xmlTyp e);
  55       }
  56       // Typ e metadata
  57       privat e static o rg.apache. axis.descr iption.Typ eDesc type Desc =
  58           ne w org.apac he.axis.de scription. TypeDesc(S everityTyp e.class);
  59  
  60       static  {
  61             typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v2.ty pes.soap.w ebservices .exchange. imaging. URL         ", "Severi tyType"));
  62       }
  63       /**
  64        * Ret urn type m etadata ob ject
  65        */
  66       public  static or g.apache.a xis.descri ption.Type Desc getTy peDesc() {
  67           re turn typeD esc;
  68       }
  69  
  70   }