Produced by Araxis Merge on 1/17/2019 10:54:36 AM 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 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | QueryBean.java | Wed Jan 16 16:06:38 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | QueryBean.java | Wed Jan 16 20:18:06 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1098 |
| Changed | 1 | 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.v ia.service ; | |
| 3 | ||
| 4 | import jav a.util.Arr ayList; | |
| 5 | import jav a.util.Lis t; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlList ; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 10 | ||
| 11 | ||
| 12 | /** | |
| 13 | * <p>Java class for queryBean complex t ype. | |
| 14 | * | |
| 15 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 16 | * | |
| 17 | * <pre> | |
| 18 | * <com plexType n ame="query Bean"> | |
| 19 | * <c omplexCont ent> | |
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 21 | * & lt;sequenc e> | |
| 22 | * <elemen t name="pr ovider" ty pe="{http: // DNS . URL /}provider " minOccur s="0" form ="unqualif ied"/> | |
| 23 | * <elemen t name="pa tient" typ e="{http:/ / DNS . URL /}patient" minOccurs ="0" form= "unqualifi ed"/> | |
| 24 | * <eleme nt name="r ecordSiteC ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 25 | * <eleme nt name="r equestingA pp" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 26 | * <eleme nt name="a ctive" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 27 | * <eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 28 | * <eleme nt name="s tartDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 29 | * <eleme nt name="m axRecords" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 30 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 31 | * <eleme nt name="s upplementa lParameter s" minOccu rs="0" for m="unquali fied"> | |
| 32 | * <sim pleType> ; | |
| 33 | * <l ist itemTy pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" /> ; | |
| 34 | * </si mpleType&g t; | |
| 35 | * </elem ent> | |
| 36 | * <eleme nt name="i temId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 37 | * <eleme nt name="t arget" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 38 | * <eleme nt name="c riteria" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 39 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 40 | * <eleme nt name="d irection" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 41 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 42 | * <eleme nt name="m ultiSiteQu ery" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" form=" unqualifie d"/> | |
| 43 | * <eleme nt name="c onsumingAp pToken" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 44 | * <eleme nt name="c onsumingAp pPassword" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 45 | * & lt;/sequen ce> | |
| 46 | * < ;/restrict ion> | |
| 47 | * </ complexCon tent> | |
| 48 | * </co mplexType& gt; | |
| 49 | * </pre> | |
| 50 | * | |
| 51 | * | |
| 52 | */ | |
| 53 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 54 | @XmlType(n ame = "que ryBean", p ropOrder = { | |
| 55 | "provi der", | |
| 56 | "patie nt", | |
| 57 | "recor dSiteCode" , | |
| 58 | "reque stingApp", | |
| 59 | "activ e", | |
| 60 | "endDa te", | |
| 61 | "start Date", | |
| 62 | "maxRe cords", | |
| 63 | "statu s", | |
| 64 | "suppl ementalPar ameters", | |
| 65 | "itemI d", | |
| 66 | "targe t", | |
| 67 | "crite ria", | |
| 68 | "type" , | |
| 69 | "direc tion", | |
| 70 | "name" , | |
| 71 | "multi SiteQuery" , | |
| 72 | "consu mingAppTok en", | |
| 73 | "consu mingAppPas sword" | |
| 74 | }) | |
| 75 | public cla ss QueryBe an { | |
| 76 | ||
| 77 | protec ted Provid er provide r; | |
| 78 | protec ted Patien t patient; | |
| 79 | protec ted String recordSit eCode; | |
| 80 | protec ted String requestin gApp; | |
| 81 | protec ted String active; | |
| 82 | protec ted String endDate; | |
| 83 | protec ted String startDate ; | |
| 84 | protec ted String maxRecord s; | |
| 85 | protec ted String status; | |
| 86 | @XmlLi st | |
| 87 | protec ted List<S tring> sup plementalP arameters; | |
| 88 | protec ted String itemId; | |
| 89 | protec ted String target; | |
| 90 | protec ted String criteria; | |
| 91 | protec ted String type; | |
| 92 | protec ted String direction ; | |
| 93 | protec ted String name; | |
| 94 | protec ted boolea n multiSit eQuery; | |
| 95 | protec ted String consuming AppToken; | |
| 96 | protec ted String consuming AppPasswor d; | |
| 97 | ||
| 98 | /** | |
| 99 | * Get s the valu e of the p rovider pr operty. | |
| 100 | * | |
| 101 | * @re turn | |
| 102 | * possible object is | |
| 103 | * {@link Pr ovider } | |
| 104 | * | |
| 105 | */ | |
| 106 | public Provider getProvide r() { | |
| 107 | re turn provi der; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Set s the valu e of the p rovider pr operty. | |
| 112 | * | |
| 113 | * @pa ram value | |
| 114 | * allowed o bject is | |
| 115 | * {@link Pr ovider } | |
| 116 | * | |
| 117 | */ | |
| 118 | public void setP rovider(Pr ovider val ue) { | |
| 119 | th is.provide r = value; | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Get s the valu e of the p atient pro perty. | |
| 124 | * | |
| 125 | * @re turn | |
| 126 | * possible object is | |
| 127 | * {@link Pa tient } | |
| 128 | * | |
| 129 | */ | |
| 130 | public Patient g etPatient( ) { | |
| 131 | re turn patie nt; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Set s the valu e of the p atient pro perty. | |
| 136 | * | |
| 137 | * @pa ram value | |
| 138 | * allowed o bject is | |
| 139 | * {@link Pa tient } | |
| 140 | * | |
| 141 | */ | |
| 142 | public void setP atient(Pat ient value ) { | |
| 143 | th is.patient = value; | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Get s the valu e of the r ecordSiteC ode proper ty. | |
| 148 | * | |
| 149 | * @re turn | |
| 150 | * possible object is | |
| 151 | * {@link St ring } | |
| 152 | * | |
| 153 | */ | |
| 154 | public String ge tRecordSit eCode() { | |
| 155 | re turn recor dSiteCode; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Set s the valu e of the r ecordSiteC ode proper ty. | |
| 160 | * | |
| 161 | * @pa ram value | |
| 162 | * allowed o bject is | |
| 163 | * {@link St ring } | |
| 164 | * | |
| 165 | */ | |
| 166 | public void setR ecordSiteC ode(String value) { | |
| 167 | th is.recordS iteCode = value; | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Get s the valu e of the r equestingA pp propert y. | |
| 172 | * | |
| 173 | * @re turn | |
| 174 | * possible object is | |
| 175 | * {@link St ring } | |
| 176 | * | |
| 177 | */ | |
| 178 | public String ge tRequestin gApp() { | |
| 179 | re turn reque stingApp; | |
| 180 | } | |
| 181 | ||
| 182 | /** | |
| 183 | * Set s the valu e of the r equestingA pp propert y. | |
| 184 | * | |
| 185 | * @pa ram value | |
| 186 | * allowed o bject is | |
| 187 | * {@link St ring } | |
| 188 | * | |
| 189 | */ | |
| 190 | public void setR equestingA pp(String value) { | |
| 191 | th is.request ingApp = v alue; | |
| 192 | } | |
| 193 | ||
| 194 | /** | |
| 195 | * Get s the valu e of the a ctive prop erty. | |
| 196 | * | |
| 197 | * @re turn | |
| 198 | * possible object is | |
| 199 | * {@link St ring } | |
| 200 | * | |
| 201 | */ | |
| 202 | public String ge tActive() { | |
| 203 | re turn activ e; | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Set s the valu e of the a ctive prop erty. | |
| 208 | * | |
| 209 | * @pa ram value | |
| 210 | * allowed o bject is | |
| 211 | * {@link St ring } | |
| 212 | * | |
| 213 | */ | |
| 214 | public void setA ctive(Stri ng value) { | |
| 215 | th is.active = value; | |
| 216 | } | |
| 217 | ||
| 218 | /** | |
| 219 | * Get s the valu e of the e ndDate pro perty. | |
| 220 | * | |
| 221 | * @re turn | |
| 222 | * possible object is | |
| 223 | * {@link St ring } | |
| 224 | * | |
| 225 | */ | |
| 226 | public String ge tEndDate() { | |
| 227 | re turn endDa te; | |
| 228 | } | |
| 229 | ||
| 230 | /** | |
| 231 | * Set s the valu e of the e ndDate pro perty. | |
| 232 | * | |
| 233 | * @pa ram value | |
| 234 | * allowed o bject is | |
| 235 | * {@link St ring } | |
| 236 | * | |
| 237 | */ | |
| 238 | public void setE ndDate(Str ing value) { | |
| 239 | th is.endDate = value; | |
| 240 | } | |
| 241 | ||
| 242 | /** | |
| 243 | * Get s the valu e of the s tartDate p roperty. | |
| 244 | * | |
| 245 | * @re turn | |
| 246 | * possible object is | |
| 247 | * {@link St ring } | |
| 248 | * | |
| 249 | */ | |
| 250 | public String ge tStartDate () { | |
| 251 | re turn start Date; | |
| 252 | } | |
| 253 | ||
| 254 | /** | |
| 255 | * Set s the valu e of the s tartDate p roperty. | |
| 256 | * | |
| 257 | * @pa ram value | |
| 258 | * allowed o bject is | |
| 259 | * {@link St ring } | |
| 260 | * | |
| 261 | */ | |
| 262 | public void setS tartDate(S tring valu e) { | |
| 263 | th is.startDa te = value ; | |
| 264 | } | |
| 265 | ||
| 266 | /** | |
| 267 | * Get s the valu e of the m axRecords property. | |
| 268 | * | |
| 269 | * @re turn | |
| 270 | * possible object is | |
| 271 | * {@link St ring } | |
| 272 | * | |
| 273 | */ | |
| 274 | public String ge tMaxRecord s() { | |
| 275 | re turn maxRe cords; | |
| 276 | } | |
| 277 | ||
| 278 | /** | |
| 279 | * Set s the valu e of the m axRecords property. | |
| 280 | * | |
| 281 | * @pa ram value | |
| 282 | * allowed o bject is | |
| 283 | * {@link St ring } | |
| 284 | * | |
| 285 | */ | |
| 286 | public void setM axRecords( String val ue) { | |
| 287 | th is.maxReco rds = valu e; | |
| 288 | } | |
| 289 | ||
| 290 | /** | |
| 291 | * Get s the valu e of the s tatus prop erty. | |
| 292 | * | |
| 293 | * @re turn | |
| 294 | * possible object is | |
| 295 | * {@link St ring } | |
| 296 | * | |
| 297 | */ | |
| 298 | public String ge tStatus() { | |
| 299 | re turn statu s; | |
| 300 | } | |
| 301 | ||
| 302 | /** | |
| 303 | * Set s the valu e of the s tatus prop erty. | |
| 304 | * | |
| 305 | * @pa ram value | |
| 306 | * allowed o bject is | |
| 307 | * {@link St ring } | |
| 308 | * | |
| 309 | */ | |
| 310 | public void setS tatus(Stri ng value) { | |
| 311 | th is.status = value; | |
| 312 | } | |
| 313 | ||
| 314 | /** | |
| 315 | * Get s the valu e of the s upplementa lParameter s property . | |
| 316 | * | |
| 317 | * <p> | |
| 318 | * Thi s accessor method re turns a re ference to the live list, | |
| 319 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 320 | * ret urned list will be p resent ins ide the JA XB object. | |
| 321 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the supp lementalPa rameters p roperty. | |
| 322 | * | |
| 323 | * <p> | |
| 324 | * For example, to add a n ew item, d o as follo ws: | |
| 325 | * <pr e> | |
| 326 | * getSupplem entalParam eters().ad d(newItem) ; | |
| 327 | * </p re> | |
| 328 | * | |
| 329 | * | |
| 330 | * <p> | |
| 331 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 332 | * {@l ink String } | |
| 333 | * | |
| 334 | * | |
| 335 | */ | |
| 336 | public List<Stri ng> getSup plementalP arameters( ) { | |
| 337 | if (suppleme ntalParame ters == nu ll) { | |
| 338 | suppleme ntalParame ters = new ArrayList <String>() ; | |
| 339 | } | |
| 340 | re turn this. supplement alParamete rs; | |
| 341 | } | |
| 342 | ||
| 343 | /** | |
| 344 | * Get s the valu e of the i temId prop erty. | |
| 345 | * | |
| 346 | * @re turn | |
| 347 | * possible object is | |
| 348 | * {@link St ring } | |
| 349 | * | |
| 350 | */ | |
| 351 | public String ge tItemId() { | |
| 352 | re turn itemI d; | |
| 353 | } | |
| 354 | ||
| 355 | /** | |
| 356 | * Set s the valu e of the i temId prop erty. | |
| 357 | * | |
| 358 | * @pa ram value | |
| 359 | * allowed o bject is | |
| 360 | * {@link St ring } | |
| 361 | * | |
| 362 | */ | |
| 363 | public void setI temId(Stri ng value) { | |
| 364 | th is.itemId = value; | |
| 365 | } | |
| 366 | ||
| 367 | /** | |
| 368 | * Get s the valu e of the t arget prop erty. | |
| 369 | * | |
| 370 | * @re turn | |
| 371 | * possible object is | |
| 372 | * {@link St ring } | |
| 373 | * | |
| 374 | */ | |
| 375 | public String ge tTarget() { | |
| 376 | re turn targe t; | |
| 377 | } | |
| 378 | ||
| 379 | /** | |
| 380 | * Set s the valu e of the t arget prop erty. | |
| 381 | * | |
| 382 | * @pa ram value | |
| 383 | * allowed o bject is | |
| 384 | * {@link St ring } | |
| 385 | * | |
| 386 | */ | |
| 387 | public void setT arget(Stri ng value) { | |
| 388 | th is.target = value; | |
| 389 | } | |
| 390 | ||
| 391 | /** | |
| 392 | * Get s the valu e of the c riteria pr operty. | |
| 393 | * | |
| 394 | * @re turn | |
| 395 | * possible object is | |
| 396 | * {@link St ring } | |
| 397 | * | |
| 398 | */ | |
| 399 | public String ge tCriteria( ) { | |
| 400 | re turn crite ria; | |
| 401 | } | |
| 402 | ||
| 403 | /** | |
| 404 | * Set s the valu e of the c riteria pr operty. | |
| 405 | * | |
| 406 | * @pa ram value | |
| 407 | * allowed o bject is | |
| 408 | * {@link St ring } | |
| 409 | * | |
| 410 | */ | |
| 411 | public void setC riteria(St ring value ) { | |
| 412 | th is.criteri a = value; | |
| 413 | } | |
| 414 | ||
| 415 | /** | |
| 416 | * Get s the valu e of the t ype proper ty. | |
| 417 | * | |
| 418 | * @re turn | |
| 419 | * possible object is | |
| 420 | * {@link St ring } | |
| 421 | * | |
| 422 | */ | |
| 423 | public String ge tType() { | |
| 424 | re turn type; | |
| 425 | } | |
| 426 | ||
| 427 | /** | |
| 428 | * Set s the valu e of the t ype proper ty. | |
| 429 | * | |
| 430 | * @pa ram value | |
| 431 | * allowed o bject is | |
| 432 | * {@link St ring } | |
| 433 | * | |
| 434 | */ | |
| 435 | public void setT ype(String value) { | |
| 436 | th is.type = value; | |
| 437 | } | |
| 438 | ||
| 439 | /** | |
| 440 | * Get s the valu e of the d irection p roperty. | |
| 441 | * | |
| 442 | * @re turn | |
| 443 | * possible object is | |
| 444 | * {@link St ring } | |
| 445 | * | |
| 446 | */ | |
| 447 | public String ge tDirection () { | |
| 448 | re turn direc tion; | |
| 449 | } | |
| 450 | ||
| 451 | /** | |
| 452 | * Set s the valu e of the d irection p roperty. | |
| 453 | * | |
| 454 | * @pa ram value | |
| 455 | * allowed o bject is | |
| 456 | * {@link St ring } | |
| 457 | * | |
| 458 | */ | |
| 459 | public void setD irection(S tring valu e) { | |
| 460 | th is.directi on = value ; | |
| 461 | } | |
| 462 | ||
| 463 | /** | |
| 464 | * Get s the valu e of the n ame proper ty. | |
| 465 | * | |
| 466 | * @re turn | |
| 467 | * possible object is | |
| 468 | * {@link St ring } | |
| 469 | * | |
| 470 | */ | |
| 471 | public String ge tName() { | |
| 472 | re turn name; | |
| 473 | } | |
| 474 | ||
| 475 | /** | |
| 476 | * Set s the valu e of the n ame proper ty. | |
| 477 | * | |
| 478 | * @pa ram value | |
| 479 | * allowed o bject is | |
| 480 | * {@link St ring } | |
| 481 | * | |
| 482 | */ | |
| 483 | public void setN ame(String value) { | |
| 484 | th is.name = value; | |
| 485 | } | |
| 486 | ||
| 487 | /** | |
| 488 | * Get s the valu e of the m ultiSiteQu ery proper ty. | |
| 489 | * | |
| 490 | */ | |
| 491 | public boolean i sMultiSite Query() { | |
| 492 | re turn multi SiteQuery; | |
| 493 | } | |
| 494 | ||
| 495 | /** | |
| 496 | * Set s the valu e of the m ultiSiteQu ery proper ty. | |
| 497 | * | |
| 498 | */ | |
| 499 | public void setM ultiSiteQu ery(boolea n value) { | |
| 500 | th is.multiSi teQuery = value; | |
| 501 | } | |
| 502 | ||
| 503 | /** | |
| 504 | * Get s the valu e of the c onsumingAp pToken pro perty. | |
| 505 | * | |
| 506 | * @re turn | |
| 507 | * possible object is | |
| 508 | * {@link St ring } | |
| 509 | * | |
| 510 | */ | |
| 511 | public String ge tConsuming AppToken() { | |
| 512 | re turn consu mingAppTok en; | |
| 513 | } | |
| 514 | ||
| 515 | /** | |
| 516 | * Set s the valu e of the c onsumingAp pToken pro perty. | |
| 517 | * | |
| 518 | * @pa ram value | |
| 519 | * allowed o bject is | |
| 520 | * {@link St ring } | |
| 521 | * | |
| 522 | */ | |
| 523 | public void setC onsumingAp pToken(Str ing value) { | |
| 524 | th is.consumi ngAppToken = value; | |
| 525 | } | |
| 526 | ||
| 527 | /** | |
| 528 | * Get s the valu e of the c onsumingAp pPassword property. | |
| 529 | * | |
| 530 | * @re turn | |
| 531 | * possible object is | |
| 532 | * {@link St ring } | |
| 533 | * | |
| 534 | */ | |
| 535 | public String ge tConsuming AppPasswor d() { | |
| 536 | re turn consu mingAppPas sword; | |
| 537 | } | |
| 538 | ||
| 539 | /** | |
| 540 | * Set s the valu e of the c onsumingAp pPassword property. | |
| 541 | * | |
| 542 | * @pa ram value | |
| 543 | * allowed o bject is | |
| 544 | * {@link St ring } | |
| 545 | * | |
| 546 | */ | |
| 547 | public void setC onsumingAp pPassword( String val ue) { | |
| 548 | th is.consumi ngAppPassw ord = valu e; | |
| 549 | } | |
| 550 | ||
| 551 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.