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

95.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 ErrorCodeType.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 ErrorCodeType.java Thu Jul 6 15:04:00 2017 UTC

95.2 Comparison summary

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

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

95.4 Active regular expressions

No regular expressions were active.

95.5 Comparison detail

  1   /**
  2    * ErrorCo deType.jav a
  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 ErrorCo deType imp lements ja va.io.Seri alizable {
  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 ErrorC odeType(ja va.lang.St ring value ) {
  16           _v alue_ = va lue;
  17           _t able_.put( _value_,th is);
  18       }
  19  
  20       public  static fi nal java.l ang.String  _Authoriz ationExcep tion = "Au thorizatio nException ";
  21       public  static fi nal java.l ang.String  _InvalidR equestExce ption = "I nvalidRequ estExcepti on";
  22       public  static fi nal java.l ang.String  _TimeoutE xception =  "TimeoutE xception";
  23       public  static fi nal java.l ang.String  _Internal Exception  = "Interna lException ";
  24       public  static fi nal ErrorC odeType Au thorizatio nException  = new Err orCodeType (_Authoriz ationExcep tion);
  25       public  static fi nal ErrorC odeType In validReque stExceptio n = new Er rorCodeTyp e(_Invalid RequestExc eption);
  26       public  static fi nal ErrorC odeType Ti meoutExcep tion = new  ErrorCode Type(_Time outExcepti on);
  27       public  static fi nal ErrorC odeType In ternalExce ption = ne w ErrorCod eType(_Int ernalExcep tion);
  28       public  java.lang .String ge tValue() {  return _v alue_;}
  29       public  static Er rorCodeTyp e fromValu e(java.lan g.String v alue)
  30              throws jav a.lang.Ill egalArgume ntExceptio n {
  31           Er rorCodeTyp e enumerat ion = (Err orCodeType )
  32                _table_. get(value) ;
  33           if  (enumerat ion==null)  throw new  java.lang .IllegalAr gumentExce ption();
  34           re turn enume ration;
  35       }
  36       public  static Er rorCodeTyp e fromStri ng(java.la ng.String  value)
  37              throws jav a.lang.Ill egalArgume ntExceptio n {
  38           re turn fromV alue(value );
  39       }
  40       public  boolean e quals(java .lang.Obje ct obj) {r eturn (obj  == this); }
  41       public  int hashC ode() { re turn toStr ing().hash Code();}
  42       public  java.lang .String to String() {  return _v alue_;}
  43       public  java.lang .Object re adResolve( ) throws j ava.io.Obj ectStreamE xception {  return fr omValue(_v alue_);}
  44       public  static or g.apache.a xis.encodi ng.Seriali zer getSer ializer(
  45               java.lang .String me chType, 
  46               java.lang .Class _ja vaType,  
  47               javax.xml .namespace .QName _xm lType) {
  48           re turn 
  49              new org.ap ache.axis. encoding.s er.EnumSer ializer(
  50                _javaTyp e, _xmlTyp e);
  51       }
  52       public  static or g.apache.a xis.encodi ng.Deseria lizer getD eserialize r(
  53               java.lang .String me chType, 
  54               java.lang .Class _ja vaType,  
  55               javax.xml .namespace .QName _xm lType) {
  56           re turn 
  57              new org.ap ache.axis. encoding.s er.EnumDes erializer(
  58                _javaTyp e, _xmlTyp e);
  59       }
  60       // Typ e metadata
  61       privat e static o rg.apache. axis.descr iption.Typ eDesc type Desc =
  62           ne w org.apac he.axis.de scription. TypeDesc(E rrorCodeTy pe.class);
  63  
  64       static  {
  65             typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v2.ty pes.soap.w ebservices .exchange. imaging. URL         ", "ErrorC odeType")) ;
  66       }
  67       /**
  68        * Ret urn type m etadata ob ject
  69        */
  70       public  static or g.apache.a xis.descri ption.Type Desc getTy peDesc() {
  71           re turn typeD esc;
  72       }
  73  
  74   }