Produced by Araxis Merge on 7/10/2017 1:01:46 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.
| # | 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 | StudyTypeProcedureCodes.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 | StudyTypeProcedureCodes.java | Thu Jul 6 15:04:09 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 266 |
| Changed | 2 | 6 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | /** | |
| 2 | * StudyTy peProcedur eCodes.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 StudyTy peProcedur eCodes im plements j ava.io.Ser ializable { | |
| 11 | privat e java.lan g.String[] cptCode; | |
| 12 | ||
| 13 | public StudyType ProcedureC odes() { | |
| 14 | } | |
| 15 | ||
| 16 | public StudyType ProcedureC odes( | |
| 17 | java.lang .String[] cptCode) { | |
| 18 | this.cptC ode = cptC ode; | |
| 19 | } | |
| 20 | ||
| 21 | ||
| 22 | /** | |
| 23 | * Get s the cptC ode value for this S tudyTypePr ocedureCod es. | |
| 24 | * | |
| 25 | * @re turn cptCo de | |
| 26 | */ | |
| 27 | public java.lang .String[] getCptCode () { | |
| 28 | re turn cptCo de; | |
| 29 | } | |
| 30 | ||
| 31 | ||
| 32 | /** | |
| 33 | * Set s the cptC ode value for this S tudyTypePr ocedureCod es. | |
| 34 | * | |
| 35 | * @pa ram cptCod e | |
| 36 | */ | |
| 37 | public void setC ptCode(jav a.lang.Str ing[] cptC ode) { | |
| 38 | th is.cptCode = cptCode ; | |
| 39 | } | |
| 40 | ||
| 41 | public java.lang .String ge tCptCode(i nt i) { | |
| 42 | re turn this. cptCode[i] ; | |
| 43 | } | |
| 44 | ||
| 45 | public void setC ptCode(int i, java.l ang.String _value) { | |
| 46 | th is.cptCode [i] = _val ue; | |
| 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 tudyTypePr ocedureCod es)) retur n false; | |
| 52 | St udyTypePro cedureCode s other = (StudyType ProcedureC odes) 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.c ptCode==nu ll && othe r.getCptCo de()==null ) || | |
| 62 | (this.c ptCode!=nu ll && | |
| 63 | java.u til.Arrays .equals(th is.cptCode , other.ge tCptCode() ))); | |
| 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 (getCptCo de() != nu ll) { | |
| 76 | for (int i=0; | |
| 77 | i<j ava.lang.r eflect.Arr ay.getLeng th(getCptC ode()); | |
| 78 | i++ ) { | |
| 79 | java .lang.Obje ct obj = j ava.lang.r eflect.Arr ay.get(get CptCode(), 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 tudyTypePr ocedureCod es.class, true); | |
| 93 | ||
| 94 | static { | |
| 95 | typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v2.ty pes.soap.w ebservices .exchange. imaging. URL ", ">Study Type>proce dure-codes ")); | |
| 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 ("cptCode" ); | |
| 98 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v2.t ypes.soap. webservice s.exchange .imaging. URL ", "cpt-co de")); | |
| 99 | elemField. setXmlType (new javax .xml.names pace.QName ("urn:v2.t ypes.soap. webservice s.exchange .imaging. URL ", "CptCod eType")); | |
| 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 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.