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.
| # | 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 | InstanceType.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 | InstanceType.java | Mon Dec 4 21:59:59 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 374 |
| Changed | 4 | 8 |
| 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 | * Instanc eType.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 Instanc eType imp lements ja va.io.Seri alizable { | |
| 11 | privat e java.lan g.String i mageUrn; | |
| 12 | ||
| 13 | privat e java.lan g.String d icomUid; | |
| 14 | ||
| 15 | privat e java.lan g.Integer dicomInsta nceNumber; | |
| 16 | ||
| 17 | public InstanceT ype() { | |
| 18 | } | |
| 19 | ||
| 20 | public InstanceT ype( | |
| 21 | java.lang .String im ageUrn, | |
| 22 | java.lang .String di comUid, | |
| 23 | java.lang .Integer d icomInstan ceNumber) { | |
| 24 | this.imag eUrn = ima geUrn; | |
| 25 | this.dico mUid = dic omUid; | |
| 26 | this.dico mInstanceN umber = di comInstanc eNumber; | |
| 27 | } | |
| 28 | ||
| 29 | ||
| 30 | /** | |
| 31 | * Get s the imag eUrn value for this InstanceTy pe. | |
| 32 | * | |
| 33 | * @re turn image Urn | |
| 34 | */ | |
| 35 | public java.lang .String ge tImageUrn( ) { | |
| 36 | re turn image Urn; | |
| 37 | } | |
| 38 | ||
| 39 | ||
| 40 | /** | |
| 41 | * Set s the imag eUrn value for this InstanceTy pe. | |
| 42 | * | |
| 43 | * @pa ram imageU rn | |
| 44 | */ | |
| 45 | public void setI mageUrn(ja va.lang.St ring image Urn) { | |
| 46 | th is.imageUr n = imageU rn; | |
| 47 | } | |
| 48 | ||
| 49 | ||
| 50 | /** | |
| 51 | * Get s the dico mUid value for this InstanceTy pe. | |
| 52 | * | |
| 53 | * @re turn dicom Uid | |
| 54 | */ | |
| 55 | public java.lang .String ge tDicomUid( ) { | |
| 56 | re turn dicom Uid; | |
| 57 | } | |
| 58 | ||
| 59 | ||
| 60 | /** | |
| 61 | * Set s the dico mUid value for this InstanceTy pe. | |
| 62 | * | |
| 63 | * @pa ram dicomU id | |
| 64 | */ | |
| 65 | public void setD icomUid(ja va.lang.St ring dicom Uid) { | |
| 66 | th is.dicomUi d = dicomU id; | |
| 67 | } | |
| 68 | ||
| 69 | ||
| 70 | /** | |
| 71 | * Get s the dico mInstanceN umber valu e for this InstanceT ype. | |
| 72 | * | |
| 73 | * @re turn dicom InstanceNu mber | |
| 74 | */ | |
| 75 | public java.lang .Integer g etDicomIns tanceNumbe r() { | |
| 76 | re turn dicom InstanceNu mber; | |
| 77 | } | |
| 78 | ||
| 79 | ||
| 80 | /** | |
| 81 | * Set s the dico mInstanceN umber valu e for this InstanceT ype. | |
| 82 | * | |
| 83 | * @pa ram dicomI nstanceNum ber | |
| 84 | */ | |
| 85 | public void setD icomInstan ceNumber(j ava.lang.I nteger dic omInstance Number) { | |
| 86 | th is.dicomIn stanceNumb er = dicom InstanceNu mber; | |
| 87 | } | |
| 88 | ||
| 89 | privat e java.lan g.Object _ _equalsCal c = null; | |
| 90 | public synchroni zed boolea n equals(j ava.lang.O bject obj) { | |
| 91 | if (!(obj in stanceof I nstanceTyp e)) return false; | |
| 92 | In stanceType other = ( InstanceTy pe) obj; | |
| 93 | if (obj == n ull) retur n false; | |
| 94 | if (this == obj) retur n true; | |
| 95 | if (__equals Calc != nu ll) { | |
| 96 | return ( __equalsCa lc == obj) ; | |
| 97 | } | |
| 98 | __ equalsCalc = obj; | |
| 99 | bo olean _equ als; | |
| 100 | _e quals = tr ue && | |
| 101 | ((this.i mageUrn==n ull && oth er.getImag eUrn()==nu ll) || | |
| 102 | (this.i mageUrn!=n ull && | |
| 103 | this.i mageUrn.eq uals(other .getImageU rn()))) && | |
| 104 | ((this.d icomUid==n ull && oth er.getDico mUid()==nu ll) || | |
| 105 | (this.d icomUid!=n ull && | |
| 106 | this.d icomUid.eq uals(other .getDicomU id()))) && | |
| 107 | ((this.d icomInstan ceNumber== null && ot her.getDic omInstance Number()== null) || | |
| 108 | (this.d icomInstan ceNumber!= null && | |
| 109 | this.d icomInstan ceNumber.e quals(othe r.getDicom InstanceNu mber()))); | |
| 110 | __ equalsCalc = null; | |
| 111 | re turn _equa ls; | |
| 112 | } | |
| 113 | ||
| 114 | privat e boolean __hashCode Calc = fal se; | |
| 115 | public synchroni zed int ha shCode() { | |
| 116 | if (__hashCo deCalc) { | |
| 117 | return 0 ; | |
| 118 | } | |
| 119 | __ hashCodeCa lc = true; | |
| 120 | in t _hashCod e = 1; | |
| 121 | if (getImage Urn() != n ull) { | |
| 122 | _hashCod e += getIm ageUrn().h ashCode(); | |
| 123 | } | |
| 124 | if (getDicom Uid() != n ull) { | |
| 125 | _hashCod e += getDi comUid().h ashCode(); | |
| 126 | } | |
| 127 | if (getDicom InstanceNu mber() != null) { | |
| 128 | _hashCod e += getDi comInstanc eNumber(). hashCode() ; | |
| 129 | } | |
| 130 | __ hashCodeCa lc = false ; | |
| 131 | re turn _hash Code; | |
| 132 | } | |
| 133 | ||
| 134 | // Typ e metadata | |
| 135 | privat e static o rg.apache. axis.descr iption.Typ eDesc type Desc = | |
| 136 | ne w org.apac he.axis.de scription. TypeDesc(I nstanceTyp e.class, t rue); | |
| 137 | ||
| 138 | static { | |
| 139 | typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v1.ty pes.soap.w ebservices .exchange. imaging. URL ", "Instan ceType")); | |
| 140 | or g.apache.a xis.descri ption.Elem entDesc el emField = new org.ap ache.axis. descriptio n.ElementD esc(); | |
| 141 | el emField.se tFieldName ("imageUrn "); | |
| 142 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL ", "image- urn")); | |
| 143 | el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng")); | |
| 144 | el emField.se tNillable( false); | |
| 145 | ty peDesc.add FieldDesc( elemField) ; | |
| 146 | el emField = new org.ap ache.axis. descriptio n.ElementD esc(); | |
| 147 | el emField.se tFieldName ("dicomUid "); | |
| 148 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL ", "dicom- uid")); | |
| 149 | el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng")); | |
| 150 | el emField.se tNillable( true); | |
| 151 | ty peDesc.add FieldDesc( elemField) ; | |
| 152 | el emField = new org.ap ache.axis. descriptio n.ElementD esc(); | |
| 153 | el emField.se tFieldName ("dicomIns tanceNumbe r"); | |
| 154 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL ", "dicom- instance-n umber")); | |
| 155 | el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "int" )); | |
| 156 | el emField.se tNillable( true); | |
| 157 | ty peDesc.add FieldDesc( elemField) ; | |
| 158 | } | |
| 159 | ||
| 160 | /** | |
| 161 | * Ret urn type m etadata ob ject | |
| 162 | */ | |
| 163 | public static or g.apache.a xis.descri ption.Type Desc getTy peDesc() { | |
| 164 | re turn typeD esc; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Get Custom Se rializer | |
| 169 | */ | |
| 170 | public static or g.apache.a xis.encodi ng.Seriali zer getSer ializer( | |
| 171 | java.lang .String me chType, | |
| 172 | java.lang .Class _ja vaType, | |
| 173 | javax.xml .namespace .QName _xm lType) { | |
| 174 | re turn | |
| 175 | new org.a pache.axis .encoding. ser.BeanSe rializer( | |
| 176 | _javaTyp e, _xmlTyp e, typeDes c); | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Get Custom De serializer | |
| 181 | */ | |
| 182 | public static or g.apache.a xis.encodi ng.Deseria lizer getD eserialize r( | |
| 183 | java.lang .String me chType, | |
| 184 | java.lang .Class _ja vaType, | |
| 185 | javax.xml .namespace .QName _xm lType) { | |
| 186 | re turn | |
| 187 | new org.a pache.axis .encoding. ser.BeanDe serializer ( | |
| 188 | _javaTyp e, _xmlTyp e, typeDes c); | |
| 189 | } | |
| 190 | ||
| 191 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.