170. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/5/2017 12:06:40 PM Central Standard 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.

170.1 Files compared

# Location File Last Modified
1 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\ExchangeDataSource\main\src\java\gov\va\med\imaging\exchange\webservices\soap\types\v1 SeriesTypeComponentInstances.java Mon Dec 4 21:35:34 2017 UTC
2 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\ExchangeDataSource\main\src\java\gov\va\med\imaging\exchange\webservices\soap\types\v1 SeriesTypeComponentInstances.java Mon Dec 4 22:00:01 2017 UTC

170.2 Comparison summary

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

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

170.4 Active regular expressions

No regular expressions were active.

170.5 Comparison detail

  1   /**
  2    * SeriesT ypeCompone ntInstance s.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.exc hange.webs ervices.so ap.types.v 1;
  9  
  10   public cla ss SeriesT ypeCompone ntInstance s  impleme nts java.i o.Serializ able {
  11       privat e gov.va.m ed.imaging .exchange. webservice s.soap.typ es.v1.Inst anceType[]  instance;
  12  
  13       public  SeriesTyp eComponent Instances( ) {
  14       }
  15  
  16       public  SeriesTyp eComponent Instances(
  17               gov.va.me d.imaging. exchange.w ebservices .soap.type s.v1.Insta nceType[]  instance)  {
  18               this.inst ance = ins tance;
  19       }
  20  
  21  
  22       /**
  23        * Get s the inst ance value  for this  SeriesType ComponentI nstances.
  24        * 
  25        * @re turn insta nce
  26        */
  27       public  gov.va.me d.imaging. exchange.w ebservices .soap.type s.v1.Insta nceType[]  getInstanc e() {
  28           re turn insta nce;
  29       }
  30  
  31  
  32       /**
  33        * Set s the inst ance value  for this  SeriesType ComponentI nstances.
  34        * 
  35        * @pa ram instan ce
  36        */
  37       public  void setI nstance(go v.va.med.i maging.exc hange.webs ervices.so ap.types.v 1.Instance Type[] ins tance) {
  38           th is.instanc e = instan ce;
  39       }
  40  
  41       public  gov.va.me d.imaging. exchange.w ebservices .soap.type s.v1.Insta nceType ge tInstance( int i) {
  42           re turn this. instance[i ];
  43       }
  44  
  45       public  void setI nstance(in t i, gov.v a.med.imag ing.exchan ge.webserv ices.soap. types.v1.I nstanceTyp e _value)  {
  46           th is.instanc e[i] = _va lue;
  47       }
  48  
  49       privat e java.lan g.Object _ _equalsCal c = null;
  50       public  synchroni zed boolea n equals(j ava.lang.O bject obj)  {
  51           if  (!(obj in stanceof S eriesTypeC omponentIn stances))  return fal se;
  52           Se riesTypeCo mponentIns tances oth er = (Seri esTypeComp onentInsta nces) obj;
  53           if  (obj == n ull) retur n false;
  54           if  (this ==  obj) retur n true;
  55           if  (__equals Calc != nu ll) {
  56                return ( __equalsCa lc == obj) ;
  57           }
  58           __ equalsCalc  = obj;
  59           bo olean _equ als;
  60           _e quals = tr ue && 
  61                ((this.i nstance==n ull && oth er.getInst ance()==nu ll) || 
  62                 (this.i nstance!=n ull &&
  63                  java.u til.Arrays .equals(th is.instanc e, other.g etInstance ())));
  64           __ equalsCalc  = null;
  65           re turn _equa ls;
  66       }
  67  
  68       privat e boolean  __hashCode Calc = fal se;
  69       public  synchroni zed int ha shCode() {
  70           if  (__hashCo deCalc) {
  71                return 0 ;
  72           }
  73           __ hashCodeCa lc = true;
  74           in t _hashCod e = 1;
  75           if  (getInsta nce() != n ull) {
  76                for (int  i=0;
  77                     i<j ava.lang.r eflect.Arr ay.getLeng th(getInst ance());
  78                     i++ ) {
  79                    java .lang.Obje ct obj = j ava.lang.r eflect.Arr ay.get(get Instance() , i);
  80                    if ( obj != nul l &&
  81                         !obj.getCl ass().isAr ray()) {
  82                         _hashCode  += obj.has hCode();
  83                    }
  84                }
  85           }
  86           __ hashCodeCa lc = false ;
  87           re turn _hash Code;
  88       }
  89  
  90       // Typ e metadata
  91       privat e static o rg.apache. axis.descr iption.Typ eDesc type Desc =
  92           ne w org.apac he.axis.de scription. TypeDesc(S eriesTypeC omponentIn stances.cl ass, true) ;
  93  
  94       static  {
  95             typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v1.ty pes.soap.w ebservices .exchange. imaging. URL         ", ">Serie sType>comp onent-inst ances"));
  96           or g.apache.a xis.descri ption.Elem entDesc el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  97           el emField.se tFieldName ("instance ");
  98             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "instan ce"));
  99             elemField. setXmlType (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "Instan ceType"));
  100           el emField.se tNillable( false);
  101           el emField.se tMaxOccurs Unbounded( true);
  102           ty peDesc.add FieldDesc( elemField) ;
  103       }
  104  
  105       /**
  106        * Ret urn type m etadata ob ject
  107        */
  108       public  static or g.apache.a xis.descri ption.Type Desc getTy peDesc() {
  109           re turn typeD esc;
  110       }
  111  
  112       /**
  113        * Get  Custom Se rializer
  114        */
  115       public  static or g.apache.a xis.encodi ng.Seriali zer getSer ializer(
  116               java.lang .String me chType, 
  117               java.lang .Class _ja vaType,  
  118               javax.xml .namespace .QName _xm lType) {
  119           re turn 
  120              new  org.a pache.axis .encoding. ser.BeanSe rializer(
  121                _javaTyp e, _xmlTyp e, typeDes c);
  122       }
  123  
  124       /**
  125        * Get  Custom De serializer
  126        */
  127       public  static or g.apache.a xis.encodi ng.Deseria lizer getD eserialize r(
  128               java.lang .String me chType, 
  129               java.lang .Class _ja vaType,  
  130               javax.xml .namespace .QName _xm lType) {
  131           re turn 
  132              new  org.a pache.axis .encoding. ser.BeanDe serializer (
  133                _javaTyp e, _xmlTyp e, typeDes c);
  134       }
  135  
  136   }