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 | FilterType.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 | FilterType.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 | * FilterT ype.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 FilterT ype imple ments java .io.Serial izable { | |
| 11 | privat e java.lan g.String f romDate; | |
| 12 | ||
| 13 | privat e java.lan g.String t oDate; | |
| 14 | ||
| 15 | privat e java.lan g.String s tudyId; | |
| 16 | ||
| 17 | public FilterTyp e() { | |
| 18 | } | |
| 19 | ||
| 20 | public FilterTyp e( | |
| 21 | java.lang .String fr omDate, | |
| 22 | java.lang .String to Date, | |
| 23 | java.lang .String st udyId) { | |
| 24 | this.from Date = fro mDate; | |
| 25 | this.toDa te = toDat e; | |
| 26 | this.stud yId = stud yId; | |
| 27 | } | |
| 28 | ||
| 29 | ||
| 30 | /** | |
| 31 | * Get s the from Date value for this FilterType . | |
| 32 | * | |
| 33 | * @re turn fromD ate | |
| 34 | */ | |
| 35 | public java.lang .String ge tFromDate( ) { | |
| 36 | re turn fromD ate; | |
| 37 | } | |
| 38 | ||
| 39 | ||
| 40 | /** | |
| 41 | * Set s the from Date value for this FilterType . | |
| 42 | * | |
| 43 | * @pa ram fromDa te | |
| 44 | */ | |
| 45 | public void setF romDate(ja va.lang.St ring fromD ate) { | |
| 46 | th is.fromDat e = fromDa te; | |
| 47 | } | |
| 48 | ||
| 49 | ||
| 50 | /** | |
| 51 | * Get s the toDa te value f or this Fi lterType. | |
| 52 | * | |
| 53 | * @re turn toDat e | |
| 54 | */ | |
| 55 | public java.lang .String ge tToDate() { | |
| 56 | re turn toDat e; | |
| 57 | } | |
| 58 | ||
| 59 | ||
| 60 | /** | |
| 61 | * Set s the toDa te value f or this Fi lterType. | |
| 62 | * | |
| 63 | * @pa ram toDate | |
| 64 | */ | |
| 65 | public void setT oDate(java .lang.Stri ng toDate) { | |
| 66 | th is.toDate = toDate; | |
| 67 | } | |
| 68 | ||
| 69 | ||
| 70 | /** | |
| 71 | * Get s the stud yId value for this F ilterType. | |
| 72 | * | |
| 73 | * @re turn study Id | |
| 74 | */ | |
| 75 | public java.lang .String ge tStudyId() { | |
| 76 | re turn study Id; | |
| 77 | } | |
| 78 | ||
| 79 | ||
| 80 | /** | |
| 81 | * Set s the stud yId value for this F ilterType. | |
| 82 | * | |
| 83 | * @pa ram studyI d | |
| 84 | */ | |
| 85 | public void setS tudyId(jav a.lang.Str ing studyI d) { | |
| 86 | th is.studyId = studyId ; | |
| 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 F ilterType) ) return f alse; | |
| 92 | Fi lterType o ther = (Fi lterType) 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.f romDate==n ull && oth er.getFrom Date()==nu ll) || | |
| 102 | (this.f romDate!=n ull && | |
| 103 | this.f romDate.eq uals(other .getFromDa te()))) && | |
| 104 | ((this.t oDate==nul l && other .getToDate ()==null) || | |
| 105 | (this.t oDate!=nul l && | |
| 106 | this.t oDate.equa ls(other.g etToDate() ))) && | |
| 107 | ((this.s tudyId==nu ll && othe r.getStudy Id()==null ) || | |
| 108 | (this.s tudyId!=nu ll && | |
| 109 | this.s tudyId.equ als(other. getStudyId ()))); | |
| 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 (getFromD ate() != n ull) { | |
| 122 | _hashCod e += getFr omDate().h ashCode(); | |
| 123 | } | |
| 124 | if (getToDat e() != nul l) { | |
| 125 | _hashCod e += getTo Date().has hCode(); | |
| 126 | } | |
| 127 | if (getStudy Id() != nu ll) { | |
| 128 | _hashCod e += getSt udyId().ha shCode(); | |
| 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(F ilterType. class, tru e); | |
| 137 | ||
| 138 | static { | |
| 139 | typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v1.ty pes.soap.w ebservices .exchange. imaging. URL ", "Filter Type")); | |
| 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 ("fromDate "); | |
| 142 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL ", "from-d ate")); | |
| 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( true); | |
| 145 | ty peDesc.add FieldDesc( elemField) ; | |
| 146 | el emField = new org.ap ache.axis. descriptio n.ElementD esc(); | |
| 147 | el emField.se tFieldName ("toDate") ; | |
| 148 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL ", "to-dat e")); | |
| 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 ("studyId" ); | |
| 154 | elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL ", "study- id")); | |
| 155 | el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng")); | |
| 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.