Produced by Araxis Merge on 10/5/2018 9:05:32 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 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice | UserTO.java | Thu Jul 19 20:06:36 2018 UTC |
| 2 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice | UserTO.java | Fri Oct 5 19:17:06 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 1096 |
| Changed | 3 | 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 | package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.que ryservice; | |
| 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.XmlElem ent; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * <p>Java class for UserTO co mplex type . | |
| 12 | * | |
| 13 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 14 | * | |
| 15 | * <pre> | |
| 16 | * <com plexType n ame="UserT O"> | |
| 17 | * <c omplexCont ent> | |
| 18 | * <extens ion base=" {http:// DNS /QuerySvc} AbstractTO "> | |
| 19 | * & lt;sequenc e> | |
| 20 | * <eleme nt name="d omain" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 21 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 22 | * <eleme nt name="S SN" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 23 | * <eleme nt name="D UZ" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 24 | * <eleme nt name="s iteId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 25 | * <eleme nt name="o ffice" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 26 | * <eleme nt name="p hone" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 27 | * <eleme nt name="p ager" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 28 | * <eleme nt name="d igitalPage r" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 29 | * <eleme nt name="s ervice" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 30 | * <eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 31 | * <eleme nt name="o rderRole" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 32 | * <eleme nt name="u serClass" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 33 | * <eleme nt name="g reeting" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 34 | * <eleme nt name="s iteMessage " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 35 | * <elemen t name="id s" type="{ http:// DNS /QuerySvc} TaggedText Array" min Occurs="0" /> | |
| 36 | * <eleme nt name="e mailAddres s" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 37 | * <eleme nt name="u sername" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 38 | * <elemen t name="de mographics " type="{h ttp:// DNS /QuerySvc} Demographi cSetTO" mi nOccurs="0 "/> | |
| 39 | * & lt;/sequen ce> | |
| 40 | * < ;/extensio n> | |
| 41 | * </ complexCon tent> | |
| 42 | * </co mplexType> | |
| 43 | * </pre> | |
| 44 | * | |
| 45 | * | |
| 46 | */ | |
| 47 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 48 | @XmlType(n ame = "Use rTO", prop Order = { | |
| 49 | "domai n", | |
| 50 | "name" , | |
| 51 | "ssn", | |
| 52 | "duz", | |
| 53 | "siteI d", | |
| 54 | "offic e", | |
| 55 | "phone ", | |
| 56 | "pager ", | |
| 57 | "digit alPager", | |
| 58 | "servi ce", | |
| 59 | "title ", | |
| 60 | "order Role", | |
| 61 | "userC lass", | |
| 62 | "greet ing", | |
| 63 | "siteM essage", | |
| 64 | "ids", | |
| 65 | "email Address", | |
| 66 | "usern ame", | |
| 67 | "demog raphics" | |
| 68 | }) | |
| 69 | public cla ss UserTO | |
| 70 | extend s Abstract TO | |
| 71 | { | |
| 72 | ||
| 73 | protec ted String domain; | |
| 74 | protec ted String name; | |
| 75 | @XmlEl ement(name = "SSN") | |
| 76 | protec ted String ssn; | |
| 77 | @XmlEl ement(name = "DUZ") | |
| 78 | protec ted String duz; | |
| 79 | protec ted String siteId; | |
| 80 | protec ted String office; | |
| 81 | protec ted String phone; | |
| 82 | protec ted String pager; | |
| 83 | protec ted String digitalPa ger; | |
| 84 | protec ted String service; | |
| 85 | protec ted String title; | |
| 86 | protec ted String orderRole ; | |
| 87 | protec ted String userClass ; | |
| 88 | protec ted String greeting; | |
| 89 | protec ted String siteMessa ge; | |
| 90 | protec ted Tagged TextArray ids; | |
| 91 | protec ted String emailAddr ess; | |
| 92 | protec ted String username; | |
| 93 | protec ted Demogr aphicSetTO demograph ics; | |
| 94 | ||
| 95 | /** | |
| 96 | * Get s the valu e of the d omain prop erty. | |
| 97 | * | |
| 98 | * @re turn | |
| 99 | * possible object is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public String ge tDomain() { | |
| 104 | re turn domai n; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Set s the valu e of the d omain prop erty. | |
| 109 | * | |
| 110 | * @pa ram value | |
| 111 | * allowed o bject is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public void setD omain(Stri ng value) { | |
| 116 | th is.domain = value; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Get s the valu e of the n ame proper ty. | |
| 121 | * | |
| 122 | * @re turn | |
| 123 | * possible object is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public String ge tName() { | |
| 128 | re turn name; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Set s the valu e of the n ame proper ty. | |
| 133 | * | |
| 134 | * @pa ram value | |
| 135 | * allowed o bject is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public void setN ame(String value) { | |
| 140 | th is.name = value; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Get s the valu e of the s sn propert y. | |
| 145 | * | |
| 146 | * @re turn | |
| 147 | * possible object is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public String ge tSSN() { | |
| 152 | re turn ssn; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Set s the valu e of the s sn propert y. | |
| 157 | * | |
| 158 | * @pa ram value | |
| 159 | * allowed o bject is | |
| 160 | * {@link St ring } | |
| 161 | * | |
| 162 | */ | |
| 163 | public void setS SN(String value) { | |
| 164 | th is.ssn = v alue; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Get s the valu e of the d uz propert y. | |
| 169 | * | |
| 170 | * @re turn | |
| 171 | * possible object is | |
| 172 | * {@link St ring } | |
| 173 | * | |
| 174 | */ | |
| 175 | public String ge tDUZ() { | |
| 176 | re turn duz; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Set s the valu e of the d uz propert y. | |
| 181 | * | |
| 182 | * @pa ram value | |
| 183 | * allowed o bject is | |
| 184 | * {@link St ring } | |
| 185 | * | |
| 186 | */ | |
| 187 | public void setD UZ(String value) { | |
| 188 | th is.duz = v alue; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Get s the valu e of the s iteId prop erty. | |
| 193 | * | |
| 194 | * @re turn | |
| 195 | * possible object is | |
| 196 | * {@link St ring } | |
| 197 | * | |
| 198 | */ | |
| 199 | public String ge tSiteId() { | |
| 200 | re turn siteI d; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Set s the valu e of the s iteId prop erty. | |
| 205 | * | |
| 206 | * @pa ram value | |
| 207 | * allowed o bject is | |
| 208 | * {@link St ring } | |
| 209 | * | |
| 210 | */ | |
| 211 | public void setS iteId(Stri ng value) { | |
| 212 | th is.siteId = value; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Get s the valu e of the o ffice prop erty. | |
| 217 | * | |
| 218 | * @re turn | |
| 219 | * possible object is | |
| 220 | * {@link St ring } | |
| 221 | * | |
| 222 | */ | |
| 223 | public String ge tOffice() { | |
| 224 | re turn offic e; | |
| 225 | } | |
| 226 | ||
| 227 | /** | |
| 228 | * Set s the valu e of the o ffice prop erty. | |
| 229 | * | |
| 230 | * @pa ram value | |
| 231 | * allowed o bject is | |
| 232 | * {@link St ring } | |
| 233 | * | |
| 234 | */ | |
| 235 | public void setO ffice(Stri ng value) { | |
| 236 | th is.office = value; | |
| 237 | } | |
| 238 | ||
| 239 | /** | |
| 240 | * Get s the valu e of the p hone prope rty. | |
| 241 | * | |
| 242 | * @re turn | |
| 243 | * possible object is | |
| 244 | * {@link St ring } | |
| 245 | * | |
| 246 | */ | |
| 247 | public String ge tPhone() { | |
| 248 | re turn phone ; | |
| 249 | } | |
| 250 | ||
| 251 | /** | |
| 252 | * Set s the valu e of the p hone prope rty. | |
| 253 | * | |
| 254 | * @pa ram value | |
| 255 | * allowed o bject is | |
| 256 | * {@link St ring } | |
| 257 | * | |
| 258 | */ | |
| 259 | public void setP hone(Strin g value) { | |
| 260 | th is.phone = value; | |
| 261 | } | |
| 262 | ||
| 263 | /** | |
| 264 | * Get s the valu e of the p ager prope rty. | |
| 265 | * | |
| 266 | * @re turn | |
| 267 | * possible object is | |
| 268 | * {@link St ring } | |
| 269 | * | |
| 270 | */ | |
| 271 | public String ge tPager() { | |
| 272 | re turn pager ; | |
| 273 | } | |
| 274 | ||
| 275 | /** | |
| 276 | * Set s the valu e of the p ager prope rty. | |
| 277 | * | |
| 278 | * @pa ram value | |
| 279 | * allowed o bject is | |
| 280 | * {@link St ring } | |
| 281 | * | |
| 282 | */ | |
| 283 | public void setP ager(Strin g value) { | |
| 284 | th is.pager = value; | |
| 285 | } | |
| 286 | ||
| 287 | /** | |
| 288 | * Get s the valu e of the d igitalPage r property . | |
| 289 | * | |
| 290 | * @re turn | |
| 291 | * possible object is | |
| 292 | * {@link St ring } | |
| 293 | * | |
| 294 | */ | |
| 295 | public String ge tDigitalPa ger() { | |
| 296 | re turn digit alPager; | |
| 297 | } | |
| 298 | ||
| 299 | /** | |
| 300 | * Set s the valu e of the d igitalPage r property . | |
| 301 | * | |
| 302 | * @pa ram value | |
| 303 | * allowed o bject is | |
| 304 | * {@link St ring } | |
| 305 | * | |
| 306 | */ | |
| 307 | public void setD igitalPage r(String v alue) { | |
| 308 | th is.digital Pager = va lue; | |
| 309 | } | |
| 310 | ||
| 311 | /** | |
| 312 | * Get s the valu e of the s ervice pro perty. | |
| 313 | * | |
| 314 | * @re turn | |
| 315 | * possible object is | |
| 316 | * {@link St ring } | |
| 317 | * | |
| 318 | */ | |
| 319 | public String ge tService() { | |
| 320 | re turn servi ce; | |
| 321 | } | |
| 322 | ||
| 323 | /** | |
| 324 | * Set s the valu e of the s ervice pro perty. | |
| 325 | * | |
| 326 | * @pa ram value | |
| 327 | * allowed o bject is | |
| 328 | * {@link St ring } | |
| 329 | * | |
| 330 | */ | |
| 331 | public void setS ervice(Str ing value) { | |
| 332 | th is.service = value; | |
| 333 | } | |
| 334 | ||
| 335 | /** | |
| 336 | * Get s the valu e of the t itle prope rty. | |
| 337 | * | |
| 338 | * @re turn | |
| 339 | * possible object is | |
| 340 | * {@link St ring } | |
| 341 | * | |
| 342 | */ | |
| 343 | public String ge tTitle() { | |
| 344 | re turn title ; | |
| 345 | } | |
| 346 | ||
| 347 | /** | |
| 348 | * Set s the valu e of the t itle prope rty. | |
| 349 | * | |
| 350 | * @pa ram value | |
| 351 | * allowed o bject is | |
| 352 | * {@link St ring } | |
| 353 | * | |
| 354 | */ | |
| 355 | public void setT itle(Strin g value) { | |
| 356 | th is.title = value; | |
| 357 | } | |
| 358 | ||
| 359 | /** | |
| 360 | * Get s the valu e of the o rderRole p roperty. | |
| 361 | * | |
| 362 | * @re turn | |
| 363 | * possible object is | |
| 364 | * {@link St ring } | |
| 365 | * | |
| 366 | */ | |
| 367 | public String ge tOrderRole () { | |
| 368 | re turn order Role; | |
| 369 | } | |
| 370 | ||
| 371 | /** | |
| 372 | * Set s the valu e of the o rderRole p roperty. | |
| 373 | * | |
| 374 | * @pa ram value | |
| 375 | * allowed o bject is | |
| 376 | * {@link St ring } | |
| 377 | * | |
| 378 | */ | |
| 379 | public void setO rderRole(S tring valu e) { | |
| 380 | th is.orderRo le = value ; | |
| 381 | } | |
| 382 | ||
| 383 | /** | |
| 384 | * Get s the valu e of the u serClass p roperty. | |
| 385 | * | |
| 386 | * @re turn | |
| 387 | * possible object is | |
| 388 | * {@link St ring } | |
| 389 | * | |
| 390 | */ | |
| 391 | public String ge tUserClass () { | |
| 392 | re turn userC lass; | |
| 393 | } | |
| 394 | ||
| 395 | /** | |
| 396 | * Set s the valu e of the u serClass p roperty. | |
| 397 | * | |
| 398 | * @pa ram value | |
| 399 | * allowed o bject is | |
| 400 | * {@link St ring } | |
| 401 | * | |
| 402 | */ | |
| 403 | public void setU serClass(S tring valu e) { | |
| 404 | th is.userCla ss = value ; | |
| 405 | } | |
| 406 | ||
| 407 | /** | |
| 408 | * Get s the valu e of the g reeting pr operty. | |
| 409 | * | |
| 410 | * @re turn | |
| 411 | * possible object is | |
| 412 | * {@link St ring } | |
| 413 | * | |
| 414 | */ | |
| 415 | public String ge tGreeting( ) { | |
| 416 | re turn greet ing; | |
| 417 | } | |
| 418 | ||
| 419 | /** | |
| 420 | * Set s the valu e of the g reeting pr operty. | |
| 421 | * | |
| 422 | * @pa ram value | |
| 423 | * allowed o bject is | |
| 424 | * {@link St ring } | |
| 425 | * | |
| 426 | */ | |
| 427 | public void setG reeting(St ring value ) { | |
| 428 | th is.greetin g = value; | |
| 429 | } | |
| 430 | ||
| 431 | /** | |
| 432 | * Get s the valu e of the s iteMessage property. | |
| 433 | * | |
| 434 | * @re turn | |
| 435 | * possible object is | |
| 436 | * {@link St ring } | |
| 437 | * | |
| 438 | */ | |
| 439 | public String ge tSiteMessa ge() { | |
| 440 | re turn siteM essage; | |
| 441 | } | |
| 442 | ||
| 443 | /** | |
| 444 | * Set s the valu e of the s iteMessage property. | |
| 445 | * | |
| 446 | * @pa ram value | |
| 447 | * allowed o bject is | |
| 448 | * {@link St ring } | |
| 449 | * | |
| 450 | */ | |
| 451 | public void setS iteMessage (String va lue) { | |
| 452 | th is.siteMes sage = val ue; | |
| 453 | } | |
| 454 | ||
| 455 | /** | |
| 456 | * Get s the valu e of the i ds propert y. | |
| 457 | * | |
| 458 | * @re turn | |
| 459 | * possible object is | |
| 460 | * {@link Ta ggedTextAr ray } | |
| 461 | * | |
| 462 | */ | |
| 463 | public TaggedTex tArray get Ids() { | |
| 464 | re turn ids; | |
| 465 | } | |
| 466 | ||
| 467 | /** | |
| 468 | * Set s the valu e of the i ds propert y. | |
| 469 | * | |
| 470 | * @pa ram value | |
| 471 | * allowed o bject is | |
| 472 | * {@link Ta ggedTextAr ray } | |
| 473 | * | |
| 474 | */ | |
| 475 | public void setI ds(TaggedT extArray v alue) { | |
| 476 | th is.ids = v alue; | |
| 477 | } | |
| 478 | ||
| 479 | /** | |
| 480 | * Get s the valu e of the e mailAddres s property . | |
| 481 | * | |
| 482 | * @re turn | |
| 483 | * possible object is | |
| 484 | * {@link St ring } | |
| 485 | * | |
| 486 | */ | |
| 487 | public String ge tEmailAddr ess() { | |
| 488 | re turn email Address; | |
| 489 | } | |
| 490 | ||
| 491 | /** | |
| 492 | * Set s the valu e of the e mailAddres s property . | |
| 493 | * | |
| 494 | * @pa ram value | |
| 495 | * allowed o bject is | |
| 496 | * {@link St ring } | |
| 497 | * | |
| 498 | */ | |
| 499 | public void setE mailAddres s(String v alue) { | |
| 500 | th is.emailAd dress = va lue; | |
| 501 | } | |
| 502 | ||
| 503 | /** | |
| 504 | * Get s the valu e of the u sername pr operty. | |
| 505 | * | |
| 506 | * @re turn | |
| 507 | * possible object is | |
| 508 | * {@link St ring } | |
| 509 | * | |
| 510 | */ | |
| 511 | public String ge tUsername( ) { | |
| 512 | re turn usern ame; | |
| 513 | } | |
| 514 | ||
| 515 | /** | |
| 516 | * Set s the valu e of the u sername pr operty. | |
| 517 | * | |
| 518 | * @pa ram value | |
| 519 | * allowed o bject is | |
| 520 | * {@link St ring } | |
| 521 | * | |
| 522 | */ | |
| 523 | public void setU sername(St ring value ) { | |
| 524 | th is.usernam e = value; | |
| 525 | } | |
| 526 | ||
| 527 | /** | |
| 528 | * Get s the valu e of the d emographic s property . | |
| 529 | * | |
| 530 | * @re turn | |
| 531 | * possible object is | |
| 532 | * {@link De mographicS etTO } | |
| 533 | * | |
| 534 | */ | |
| 535 | public Demograph icSetTO ge tDemograph ics() { | |
| 536 | re turn demog raphics; | |
| 537 | } | |
| 538 | ||
| 539 | /** | |
| 540 | * Set s the valu e of the d emographic s property . | |
| 541 | * | |
| 542 | * @pa ram value | |
| 543 | * allowed o bject is | |
| 544 | * {@link De mographicS etTO } | |
| 545 | * | |
| 546 | */ | |
| 547 | public void setD emographic s(Demograp hicSetTO v alue) { | |
| 548 | th is.demogra phics = va lue; | |
| 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.