Produced by Araxis Merge on 10/3/2017 11:15:41 AM 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | JMeadowsQuery.java | Thu Apr 28 21:02:40 2016 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | JMeadowsQuery.java | Mon Oct 2 19:55:20 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 740 |
| Changed | 2 | 4 |
| 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 | package go v.va.med.j meadows_2_ 3_3_0_2.we bservice; | |
| 3 | ||
| 4 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for jMeadowsQ uery compl ex type. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType n ame="jMead owsQuery"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="a ctive" typ e="{http:/ /www.w3.or g/2001/XML Schema}int " minOccur s="0"/> | |
| 22 | * <eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}da teTime" mi nOccurs="0 "/> | |
| 23 | * <eleme nt name="f orceRefres h" type="{ http://www .w3.org/20 01/XMLSche ma}boolean "/> | |
| 24 | * <eleme nt name="i ncludeVLER " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" /> | |
| 25 | * <eleme nt name="i temId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 26 | * <eleme nt name="m ax" type=" {http://ww w.w3.org/2 001/XMLSch ema}int" m inOccurs=" 0"/> | |
| 27 | * <elemen t name="pa tient" typ e="{http:/ /webservic e.vds. URL /}patient" minOccurs ="0"/> | |
| 28 | * <eleme nt name="r ecordSiteC ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 29 | * <eleme nt name="r equestingA pp" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 30 | * <eleme nt name="s ortBy" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 31 | * <eleme nt name="s tartDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 32 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 33 | * <elemen t name="us er" type=" {http://we bservice.v ds. URL /}user" mi nOccurs="0 "/> | |
| 34 | * & lt;/sequen ce> | |
| 35 | * < ;/restrict ion> | |
| 36 | * </ complexCon tent> | |
| 37 | * </co mplexType> | |
| 38 | * </pre> | |
| 39 | * | |
| 40 | * | |
| 41 | */ | |
| 42 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 43 | @XmlType(n ame = "jMe adowsQuery ", propOrd er = { | |
| 44 | "activ e", | |
| 45 | "endDa te", | |
| 46 | "force Refresh", | |
| 47 | "inclu deVLER", | |
| 48 | "itemI d", | |
| 49 | "max", | |
| 50 | "patie nt", | |
| 51 | "recor dSiteCode" , | |
| 52 | "reque stingApp", | |
| 53 | "sortB y", | |
| 54 | "start Date", | |
| 55 | "statu s", | |
| 56 | "user" | |
| 57 | }) | |
| 58 | public cla ss JMeadow sQuery { | |
| 59 | ||
| 60 | protec ted Intege r active; | |
| 61 | @XmlSc hemaType(n ame = "dat eTime") | |
| 62 | protec ted XMLGre gorianCale ndar endDa te; | |
| 63 | protec ted boolea n forceRef resh; | |
| 64 | protec ted boolea n includeV LER; | |
| 65 | protec ted String itemId; | |
| 66 | protec ted Intege r max; | |
| 67 | protec ted Patien t patient; | |
| 68 | protec ted String recordSit eCode; | |
| 69 | protec ted String requestin gApp; | |
| 70 | protec ted String sortBy; | |
| 71 | @XmlSc hemaType(n ame = "dat eTime") | |
| 72 | protec ted XMLGre gorianCale ndar start Date; | |
| 73 | protec ted String status; | |
| 74 | protec ted User u ser; | |
| 75 | ||
| 76 | /** | |
| 77 | * Get s the valu e of the a ctive prop erty. | |
| 78 | * | |
| 79 | * @re turn | |
| 80 | * possible object is | |
| 81 | * {@link In teger } | |
| 82 | * | |
| 83 | */ | |
| 84 | public Integer g etActive() { | |
| 85 | re turn activ e; | |
| 86 | } | |
| 87 | ||
| 88 | /** | |
| 89 | * Set s the valu e of the a ctive prop erty. | |
| 90 | * | |
| 91 | * @pa ram value | |
| 92 | * allowed o bject is | |
| 93 | * {@link In teger } | |
| 94 | * | |
| 95 | */ | |
| 96 | public void setA ctive(Inte ger value) { | |
| 97 | th is.active = value; | |
| 98 | } | |
| 99 | ||
| 100 | /** | |
| 101 | * Get s the valu e of the e ndDate pro perty. | |
| 102 | * | |
| 103 | * @re turn | |
| 104 | * possible object is | |
| 105 | * {@link XM LGregorian Calendar } | |
| 106 | * | |
| 107 | */ | |
| 108 | public XMLGregor ianCalenda r getEndDa te() { | |
| 109 | re turn endDa te; | |
| 110 | } | |
| 111 | ||
| 112 | /** | |
| 113 | * Set s the valu e of the e ndDate pro perty. | |
| 114 | * | |
| 115 | * @pa ram value | |
| 116 | * allowed o bject is | |
| 117 | * {@link XM LGregorian Calendar } | |
| 118 | * | |
| 119 | */ | |
| 120 | public void setE ndDate(XML GregorianC alendar va lue) { | |
| 121 | th is.endDate = value; | |
| 122 | } | |
| 123 | ||
| 124 | /** | |
| 125 | * Get s the valu e of the f orceRefres h property . | |
| 126 | * | |
| 127 | */ | |
| 128 | public boolean i sForceRefr esh() { | |
| 129 | re turn force Refresh; | |
| 130 | } | |
| 131 | ||
| 132 | /** | |
| 133 | * Set s the valu e of the f orceRefres h property . | |
| 134 | * | |
| 135 | */ | |
| 136 | public void setF orceRefres h(boolean value) { | |
| 137 | th is.forceRe fresh = va lue; | |
| 138 | } | |
| 139 | ||
| 140 | /** | |
| 141 | * Get s the valu e of the i ncludeVLER property. | |
| 142 | * | |
| 143 | */ | |
| 144 | public boolean i sIncludeVL ER() { | |
| 145 | re turn inclu deVLER; | |
| 146 | } | |
| 147 | ||
| 148 | /** | |
| 149 | * Set s the valu e of the i ncludeVLER property. | |
| 150 | * | |
| 151 | */ | |
| 152 | public void setI ncludeVLER (boolean v alue) { | |
| 153 | th is.include VLER = val ue; | |
| 154 | } | |
| 155 | ||
| 156 | /** | |
| 157 | * Get s the valu e of the i temId prop erty. | |
| 158 | * | |
| 159 | * @re turn | |
| 160 | * possible object is | |
| 161 | * {@link St ring } | |
| 162 | * | |
| 163 | */ | |
| 164 | public String ge tItemId() { | |
| 165 | re turn itemI d; | |
| 166 | } | |
| 167 | ||
| 168 | /** | |
| 169 | * Set s the valu e of the i temId prop erty. | |
| 170 | * | |
| 171 | * @pa ram value | |
| 172 | * allowed o bject is | |
| 173 | * {@link St ring } | |
| 174 | * | |
| 175 | */ | |
| 176 | public void setI temId(Stri ng value) { | |
| 177 | th is.itemId = value; | |
| 178 | } | |
| 179 | ||
| 180 | /** | |
| 181 | * Get s the valu e of the m ax propert y. | |
| 182 | * | |
| 183 | * @re turn | |
| 184 | * possible object is | |
| 185 | * {@link In teger } | |
| 186 | * | |
| 187 | */ | |
| 188 | public Integer g etMax() { | |
| 189 | re turn max; | |
| 190 | } | |
| 191 | ||
| 192 | /** | |
| 193 | * Set s the valu e of the m ax propert y. | |
| 194 | * | |
| 195 | * @pa ram value | |
| 196 | * allowed o bject is | |
| 197 | * {@link In teger } | |
| 198 | * | |
| 199 | */ | |
| 200 | public void setM ax(Integer value) { | |
| 201 | th is.max = v alue; | |
| 202 | } | |
| 203 | ||
| 204 | /** | |
| 205 | * Get s the valu e of the p atient pro perty. | |
| 206 | * | |
| 207 | * @re turn | |
| 208 | * possible object is | |
| 209 | * {@link Pa tient } | |
| 210 | * | |
| 211 | */ | |
| 212 | public Patient g etPatient( ) { | |
| 213 | re turn patie nt; | |
| 214 | } | |
| 215 | ||
| 216 | /** | |
| 217 | * Set s the valu e of the p atient pro perty. | |
| 218 | * | |
| 219 | * @pa ram value | |
| 220 | * allowed o bject is | |
| 221 | * {@link Pa tient } | |
| 222 | * | |
| 223 | */ | |
| 224 | public void setP atient(Pat ient value ) { | |
| 225 | th is.patient = value; | |
| 226 | } | |
| 227 | ||
| 228 | /** | |
| 229 | * Get s the valu e of the r ecordSiteC ode proper ty. | |
| 230 | * | |
| 231 | * @re turn | |
| 232 | * possible object is | |
| 233 | * {@link St ring } | |
| 234 | * | |
| 235 | */ | |
| 236 | public String ge tRecordSit eCode() { | |
| 237 | re turn recor dSiteCode; | |
| 238 | } | |
| 239 | ||
| 240 | /** | |
| 241 | * Set s the valu e of the r ecordSiteC ode proper ty. | |
| 242 | * | |
| 243 | * @pa ram value | |
| 244 | * allowed o bject is | |
| 245 | * {@link St ring } | |
| 246 | * | |
| 247 | */ | |
| 248 | public void setR ecordSiteC ode(String value) { | |
| 249 | th is.recordS iteCode = value; | |
| 250 | } | |
| 251 | ||
| 252 | /** | |
| 253 | * Get s the valu e of the r equestingA pp propert y. | |
| 254 | * | |
| 255 | * @re turn | |
| 256 | * possible object is | |
| 257 | * {@link St ring } | |
| 258 | * | |
| 259 | */ | |
| 260 | public String ge tRequestin gApp() { | |
| 261 | re turn reque stingApp; | |
| 262 | } | |
| 263 | ||
| 264 | /** | |
| 265 | * Set s the valu e of the r equestingA pp propert y. | |
| 266 | * | |
| 267 | * @pa ram value | |
| 268 | * allowed o bject is | |
| 269 | * {@link St ring } | |
| 270 | * | |
| 271 | */ | |
| 272 | public void setR equestingA pp(String value) { | |
| 273 | th is.request ingApp = v alue; | |
| 274 | } | |
| 275 | ||
| 276 | /** | |
| 277 | * Get s the valu e of the s ortBy prop erty. | |
| 278 | * | |
| 279 | * @re turn | |
| 280 | * possible object is | |
| 281 | * {@link St ring } | |
| 282 | * | |
| 283 | */ | |
| 284 | public String ge tSortBy() { | |
| 285 | re turn sortB y; | |
| 286 | } | |
| 287 | ||
| 288 | /** | |
| 289 | * Set s the valu e of the s ortBy prop erty. | |
| 290 | * | |
| 291 | * @pa ram value | |
| 292 | * allowed o bject is | |
| 293 | * {@link St ring } | |
| 294 | * | |
| 295 | */ | |
| 296 | public void setS ortBy(Stri ng value) { | |
| 297 | th is.sortBy = value; | |
| 298 | } | |
| 299 | ||
| 300 | /** | |
| 301 | * Get s the valu e of the s tartDate p roperty. | |
| 302 | * | |
| 303 | * @re turn | |
| 304 | * possible object is | |
| 305 | * {@link XM LGregorian Calendar } | |
| 306 | * | |
| 307 | */ | |
| 308 | public XMLGregor ianCalenda r getStart Date() { | |
| 309 | re turn start Date; | |
| 310 | } | |
| 311 | ||
| 312 | /** | |
| 313 | * Set s the valu e of the s tartDate p roperty. | |
| 314 | * | |
| 315 | * @pa ram value | |
| 316 | * allowed o bject is | |
| 317 | * {@link XM LGregorian Calendar } | |
| 318 | * | |
| 319 | */ | |
| 320 | public void setS tartDate(X MLGregoria nCalendar value) { | |
| 321 | th is.startDa te = value ; | |
| 322 | } | |
| 323 | ||
| 324 | /** | |
| 325 | * Get s the valu e of the s tatus prop erty. | |
| 326 | * | |
| 327 | * @re turn | |
| 328 | * possible object is | |
| 329 | * {@link St ring } | |
| 330 | * | |
| 331 | */ | |
| 332 | public String ge tStatus() { | |
| 333 | re turn statu s; | |
| 334 | } | |
| 335 | ||
| 336 | /** | |
| 337 | * Set s the valu e of the s tatus prop erty. | |
| 338 | * | |
| 339 | * @pa ram value | |
| 340 | * allowed o bject is | |
| 341 | * {@link St ring } | |
| 342 | * | |
| 343 | */ | |
| 344 | public void setS tatus(Stri ng value) { | |
| 345 | th is.status = value; | |
| 346 | } | |
| 347 | ||
| 348 | /** | |
| 349 | * Get s the valu e of the u ser proper ty. | |
| 350 | * | |
| 351 | * @re turn | |
| 352 | * possible object is | |
| 353 | * {@link Us er } | |
| 354 | * | |
| 355 | */ | |
| 356 | public User getU ser() { | |
| 357 | re turn user; | |
| 358 | } | |
| 359 | ||
| 360 | /** | |
| 361 | * Set s the valu e of the u ser proper ty. | |
| 362 | * | |
| 363 | * @pa ram value | |
| 364 | * allowed o bject is | |
| 365 | * {@link Us er } | |
| 366 | * | |
| 367 | */ | |
| 368 | public void setU ser(User v alue) { | |
| 369 | th is.user = value; | |
| 370 | } | |
| 371 | ||
| 372 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.