Produced by Araxis Merge on 10/3/2017 11:15:42 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 | Provider.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 | Provider.java | Mon Oct 2 19:55:41 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1188 |
| Changed | 1 | 2 |
| 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 provider complex ty pe. | |
| 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="provi der"> | |
| 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 nalogPager " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 22 | * <eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 23 | * <eleme nt name="c lassificat ion" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 24 | * <eleme nt name="c ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 25 | * <eleme nt name="d ateTime" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |
| 26 | * <eleme nt name="e mail" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 27 | * <eleme nt name="f ax" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 28 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 29 | * <eleme nt name="p hone" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 30 | * <eleme nt name="p ostalCode" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 31 | * <eleme nt name="p rimary" ty pe="{http: //www.w3.o rg/2001/XM LSchema}bo olean"/> | |
| 32 | * <eleme nt name="p roviderTyp e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 33 | * <eleme nt name="r ole" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 34 | * <eleme nt name="s ervice" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 35 | * <eleme nt name="s ignatureBl ock" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 36 | * <eleme nt name="s pecializat ion" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 37 | * <eleme nt name="s tateProvin ce" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 38 | * <eleme nt name="s treet1" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 39 | * <eleme nt name="s treet2" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 40 | * <eleme nt name="s treet3" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 41 | * <eleme nt name="t axonomyCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 42 | * & lt;/sequen ce> | |
| 43 | * < ;/restrict ion> | |
| 44 | * </ complexCon tent> | |
| 45 | * </co mplexType> | |
| 46 | * </pre> | |
| 47 | * | |
| 48 | * | |
| 49 | */ | |
| 50 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 51 | @XmlType(n ame = "pro vider", na mespace = "http://we bservice.v ds. URL /", propOr der = { | |
| 52 | "analo gPager", | |
| 53 | "city" , | |
| 54 | "class ification" , | |
| 55 | "code" , | |
| 56 | "dateT ime", | |
| 57 | "email ", | |
| 58 | "fax", | |
| 59 | "name" , | |
| 60 | "phone ", | |
| 61 | "posta lCode", | |
| 62 | "prima ry", | |
| 63 | "provi derType", | |
| 64 | "role" , | |
| 65 | "servi ce", | |
| 66 | "signa tureBlock" , | |
| 67 | "speci alization" , | |
| 68 | "state Province", | |
| 69 | "stree t1", | |
| 70 | "stree t2", | |
| 71 | "stree t3", | |
| 72 | "taxon omyCode" | |
| 73 | }) | |
| 74 | public cla ss Provide r { | |
| 75 | ||
| 76 | protec ted String analogPag er; | |
| 77 | protec ted String city; | |
| 78 | protec ted String classific ation; | |
| 79 | protec ted String code; | |
| 80 | @XmlSc hemaType(n ame = "dat eTime") | |
| 81 | protec ted XMLGre gorianCale ndar dateT ime; | |
| 82 | protec ted String email; | |
| 83 | protec ted String fax; | |
| 84 | protec ted String name; | |
| 85 | protec ted String phone; | |
| 86 | protec ted String postalCod e; | |
| 87 | protec ted boolea n primary; | |
| 88 | protec ted String providerT ype; | |
| 89 | protec ted String role; | |
| 90 | protec ted String service; | |
| 91 | protec ted String signature Block; | |
| 92 | protec ted String specializ ation; | |
| 93 | protec ted String stateProv ince; | |
| 94 | protec ted String street1; | |
| 95 | protec ted String street2; | |
| 96 | protec ted String street3; | |
| 97 | protec ted String taxonomyC ode; | |
| 98 | ||
| 99 | /** | |
| 100 | * Get s the valu e of the a nalogPager property. | |
| 101 | * | |
| 102 | * @re turn | |
| 103 | * possible object is | |
| 104 | * {@link St ring } | |
| 105 | * | |
| 106 | */ | |
| 107 | public String ge tAnalogPag er() { | |
| 108 | re turn analo gPager; | |
| 109 | } | |
| 110 | ||
| 111 | /** | |
| 112 | * Set s the valu e of the a nalogPager property. | |
| 113 | * | |
| 114 | * @pa ram value | |
| 115 | * allowed o bject is | |
| 116 | * {@link St ring } | |
| 117 | * | |
| 118 | */ | |
| 119 | public void setA nalogPager (String va lue) { | |
| 120 | th is.analogP ager = val ue; | |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Get s the valu e of the c ity proper ty. | |
| 125 | * | |
| 126 | * @re turn | |
| 127 | * possible object is | |
| 128 | * {@link St ring } | |
| 129 | * | |
| 130 | */ | |
| 131 | public String ge tCity() { | |
| 132 | re turn city; | |
| 133 | } | |
| 134 | ||
| 135 | /** | |
| 136 | * Set s the valu e of the c ity proper ty. | |
| 137 | * | |
| 138 | * @pa ram value | |
| 139 | * allowed o bject is | |
| 140 | * {@link St ring } | |
| 141 | * | |
| 142 | */ | |
| 143 | public void setC ity(String value) { | |
| 144 | th is.city = value; | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Get s the valu e of the c lassificat ion proper ty. | |
| 149 | * | |
| 150 | * @re turn | |
| 151 | * possible object is | |
| 152 | * {@link St ring } | |
| 153 | * | |
| 154 | */ | |
| 155 | public String ge tClassific ation() { | |
| 156 | re turn class ification; | |
| 157 | } | |
| 158 | ||
| 159 | /** | |
| 160 | * Set s the valu e of the c lassificat ion proper ty. | |
| 161 | * | |
| 162 | * @pa ram value | |
| 163 | * allowed o bject is | |
| 164 | * {@link St ring } | |
| 165 | * | |
| 166 | */ | |
| 167 | public void setC lassificat ion(String value) { | |
| 168 | th is.classif ication = value; | |
| 169 | } | |
| 170 | ||
| 171 | /** | |
| 172 | * Get s the valu e of the c ode proper ty. | |
| 173 | * | |
| 174 | * @re turn | |
| 175 | * possible object is | |
| 176 | * {@link St ring } | |
| 177 | * | |
| 178 | */ | |
| 179 | public String ge tCode() { | |
| 180 | re turn code; | |
| 181 | } | |
| 182 | ||
| 183 | /** | |
| 184 | * Set s the valu e of the c ode proper ty. | |
| 185 | * | |
| 186 | * @pa ram value | |
| 187 | * allowed o bject is | |
| 188 | * {@link St ring } | |
| 189 | * | |
| 190 | */ | |
| 191 | public void setC ode(String value) { | |
| 192 | th is.code = value; | |
| 193 | } | |
| 194 | ||
| 195 | /** | |
| 196 | * Get s the valu e of the d ateTime pr operty. | |
| 197 | * | |
| 198 | * @re turn | |
| 199 | * possible object is | |
| 200 | * {@link XM LGregorian Calendar } | |
| 201 | * | |
| 202 | */ | |
| 203 | public XMLGregor ianCalenda r getDateT ime() { | |
| 204 | re turn dateT ime; | |
| 205 | } | |
| 206 | ||
| 207 | /** | |
| 208 | * Set s the valu e of the d ateTime pr operty. | |
| 209 | * | |
| 210 | * @pa ram value | |
| 211 | * allowed o bject is | |
| 212 | * {@link XM LGregorian Calendar } | |
| 213 | * | |
| 214 | */ | |
| 215 | public void setD ateTime(XM LGregorian Calendar v alue) { | |
| 216 | th is.dateTim e = value; | |
| 217 | } | |
| 218 | ||
| 219 | /** | |
| 220 | * Get s the valu e of the e mail prope rty. | |
| 221 | * | |
| 222 | * @re turn | |
| 223 | * possible object is | |
| 224 | * {@link St ring } | |
| 225 | * | |
| 226 | */ | |
| 227 | public String ge tEmail() { | |
| 228 | re turn email ; | |
| 229 | } | |
| 230 | ||
| 231 | /** | |
| 232 | * Set s the valu e of the e mail prope rty. | |
| 233 | * | |
| 234 | * @pa ram value | |
| 235 | * allowed o bject is | |
| 236 | * {@link St ring } | |
| 237 | * | |
| 238 | */ | |
| 239 | public void setE mail(Strin g value) { | |
| 240 | th is.email = value; | |
| 241 | } | |
| 242 | ||
| 243 | /** | |
| 244 | * Get s the valu e of the f ax propert y. | |
| 245 | * | |
| 246 | * @re turn | |
| 247 | * possible object is | |
| 248 | * {@link St ring } | |
| 249 | * | |
| 250 | */ | |
| 251 | public String ge tFax() { | |
| 252 | re turn fax; | |
| 253 | } | |
| 254 | ||
| 255 | /** | |
| 256 | * Set s the valu e of the f ax propert y. | |
| 257 | * | |
| 258 | * @pa ram value | |
| 259 | * allowed o bject is | |
| 260 | * {@link St ring } | |
| 261 | * | |
| 262 | */ | |
| 263 | public void setF ax(String value) { | |
| 264 | th is.fax = v alue; | |
| 265 | } | |
| 266 | ||
| 267 | /** | |
| 268 | * Get s the valu e of the n ame proper ty. | |
| 269 | * | |
| 270 | * @re turn | |
| 271 | * possible object is | |
| 272 | * {@link St ring } | |
| 273 | * | |
| 274 | */ | |
| 275 | public String ge tName() { | |
| 276 | re turn name; | |
| 277 | } | |
| 278 | ||
| 279 | /** | |
| 280 | * Set s the valu e of the n ame proper ty. | |
| 281 | * | |
| 282 | * @pa ram value | |
| 283 | * allowed o bject is | |
| 284 | * {@link St ring } | |
| 285 | * | |
| 286 | */ | |
| 287 | public void setN ame(String value) { | |
| 288 | th is.name = value; | |
| 289 | } | |
| 290 | ||
| 291 | /** | |
| 292 | * Get s the valu e of the p hone prope rty. | |
| 293 | * | |
| 294 | * @re turn | |
| 295 | * possible object is | |
| 296 | * {@link St ring } | |
| 297 | * | |
| 298 | */ | |
| 299 | public String ge tPhone() { | |
| 300 | re turn phone ; | |
| 301 | } | |
| 302 | ||
| 303 | /** | |
| 304 | * Set s the valu e of the p hone prope rty. | |
| 305 | * | |
| 306 | * @pa ram value | |
| 307 | * allowed o bject is | |
| 308 | * {@link St ring } | |
| 309 | * | |
| 310 | */ | |
| 311 | public void setP hone(Strin g value) { | |
| 312 | th is.phone = value; | |
| 313 | } | |
| 314 | ||
| 315 | /** | |
| 316 | * Get s the valu e of the p ostalCode property. | |
| 317 | * | |
| 318 | * @re turn | |
| 319 | * possible object is | |
| 320 | * {@link St ring } | |
| 321 | * | |
| 322 | */ | |
| 323 | public String ge tPostalCod e() { | |
| 324 | re turn posta lCode; | |
| 325 | } | |
| 326 | ||
| 327 | /** | |
| 328 | * Set s the valu e of the p ostalCode property. | |
| 329 | * | |
| 330 | * @pa ram value | |
| 331 | * allowed o bject is | |
| 332 | * {@link St ring } | |
| 333 | * | |
| 334 | */ | |
| 335 | public void setP ostalCode( String val ue) { | |
| 336 | th is.postalC ode = valu e; | |
| 337 | } | |
| 338 | ||
| 339 | /** | |
| 340 | * Get s the valu e of the p rimary pro perty. | |
| 341 | * | |
| 342 | */ | |
| 343 | public boolean i sPrimary() { | |
| 344 | re turn prima ry; | |
| 345 | } | |
| 346 | ||
| 347 | /** | |
| 348 | * Set s the valu e of the p rimary pro perty. | |
| 349 | * | |
| 350 | */ | |
| 351 | public void setP rimary(boo lean value ) { | |
| 352 | th is.primary = value; | |
| 353 | } | |
| 354 | ||
| 355 | /** | |
| 356 | * Get s the valu e of the p roviderTyp e property . | |
| 357 | * | |
| 358 | * @re turn | |
| 359 | * possible object is | |
| 360 | * {@link St ring } | |
| 361 | * | |
| 362 | */ | |
| 363 | public String ge tProviderT ype() { | |
| 364 | re turn provi derType; | |
| 365 | } | |
| 366 | ||
| 367 | /** | |
| 368 | * Set s the valu e of the p roviderTyp e property . | |
| 369 | * | |
| 370 | * @pa ram value | |
| 371 | * allowed o bject is | |
| 372 | * {@link St ring } | |
| 373 | * | |
| 374 | */ | |
| 375 | public void setP roviderTyp e(String v alue) { | |
| 376 | th is.provide rType = va lue; | |
| 377 | } | |
| 378 | ||
| 379 | /** | |
| 380 | * Get s the valu e of the r ole proper ty. | |
| 381 | * | |
| 382 | * @re turn | |
| 383 | * possible object is | |
| 384 | * {@link St ring } | |
| 385 | * | |
| 386 | */ | |
| 387 | public String ge tRole() { | |
| 388 | re turn role; | |
| 389 | } | |
| 390 | ||
| 391 | /** | |
| 392 | * Set s the valu e of the r ole proper ty. | |
| 393 | * | |
| 394 | * @pa ram value | |
| 395 | * allowed o bject is | |
| 396 | * {@link St ring } | |
| 397 | * | |
| 398 | */ | |
| 399 | public void setR ole(String value) { | |
| 400 | th is.role = value; | |
| 401 | } | |
| 402 | ||
| 403 | /** | |
| 404 | * Get s the valu e of the s ervice pro perty. | |
| 405 | * | |
| 406 | * @re turn | |
| 407 | * possible object is | |
| 408 | * {@link St ring } | |
| 409 | * | |
| 410 | */ | |
| 411 | public String ge tService() { | |
| 412 | re turn servi ce; | |
| 413 | } | |
| 414 | ||
| 415 | /** | |
| 416 | * Set s the valu e of the s ervice pro perty. | |
| 417 | * | |
| 418 | * @pa ram value | |
| 419 | * allowed o bject is | |
| 420 | * {@link St ring } | |
| 421 | * | |
| 422 | */ | |
| 423 | public void setS ervice(Str ing value) { | |
| 424 | th is.service = value; | |
| 425 | } | |
| 426 | ||
| 427 | /** | |
| 428 | * Get s the valu e of the s ignatureBl ock proper ty. | |
| 429 | * | |
| 430 | * @re turn | |
| 431 | * possible object is | |
| 432 | * {@link St ring } | |
| 433 | * | |
| 434 | */ | |
| 435 | public String ge tSignature Block() { | |
| 436 | re turn signa tureBlock; | |
| 437 | } | |
| 438 | ||
| 439 | /** | |
| 440 | * Set s the valu e of the s ignatureBl ock proper ty. | |
| 441 | * | |
| 442 | * @pa ram value | |
| 443 | * allowed o bject is | |
| 444 | * {@link St ring } | |
| 445 | * | |
| 446 | */ | |
| 447 | public void setS ignatureBl ock(String value) { | |
| 448 | th is.signatu reBlock = value; | |
| 449 | } | |
| 450 | ||
| 451 | /** | |
| 452 | * Get s the valu e of the s pecializat ion proper ty. | |
| 453 | * | |
| 454 | * @re turn | |
| 455 | * possible object is | |
| 456 | * {@link St ring } | |
| 457 | * | |
| 458 | */ | |
| 459 | public String ge tSpecializ ation() { | |
| 460 | re turn speci alization; | |
| 461 | } | |
| 462 | ||
| 463 | /** | |
| 464 | * Set s the valu e of the s pecializat ion proper ty. | |
| 465 | * | |
| 466 | * @pa ram value | |
| 467 | * allowed o bject is | |
| 468 | * {@link St ring } | |
| 469 | * | |
| 470 | */ | |
| 471 | public void setS pecializat ion(String value) { | |
| 472 | th is.special ization = value; | |
| 473 | } | |
| 474 | ||
| 475 | /** | |
| 476 | * Get s the valu e of the s tateProvin ce propert y. | |
| 477 | * | |
| 478 | * @re turn | |
| 479 | * possible object is | |
| 480 | * {@link St ring } | |
| 481 | * | |
| 482 | */ | |
| 483 | public String ge tStateProv ince() { | |
| 484 | re turn state Province; | |
| 485 | } | |
| 486 | ||
| 487 | /** | |
| 488 | * Set s the valu e of the s tateProvin ce propert y. | |
| 489 | * | |
| 490 | * @pa ram value | |
| 491 | * allowed o bject is | |
| 492 | * {@link St ring } | |
| 493 | * | |
| 494 | */ | |
| 495 | public void setS tateProvin ce(String value) { | |
| 496 | th is.statePr ovince = v alue; | |
| 497 | } | |
| 498 | ||
| 499 | /** | |
| 500 | * Get s the valu e of the s treet1 pro perty. | |
| 501 | * | |
| 502 | * @re turn | |
| 503 | * possible object is | |
| 504 | * {@link St ring } | |
| 505 | * | |
| 506 | */ | |
| 507 | public String ge tStreet1() { | |
| 508 | re turn stree t1; | |
| 509 | } | |
| 510 | ||
| 511 | /** | |
| 512 | * Set s the valu e of the s treet1 pro perty. | |
| 513 | * | |
| 514 | * @pa ram value | |
| 515 | * allowed o bject is | |
| 516 | * {@link St ring } | |
| 517 | * | |
| 518 | */ | |
| 519 | public void setS treet1(Str ing value) { | |
| 520 | th is.street1 = value; | |
| 521 | } | |
| 522 | ||
| 523 | /** | |
| 524 | * Get s the valu e of the s treet2 pro perty. | |
| 525 | * | |
| 526 | * @re turn | |
| 527 | * possible object is | |
| 528 | * {@link St ring } | |
| 529 | * | |
| 530 | */ | |
| 531 | public String ge tStreet2() { | |
| 532 | re turn stree t2; | |
| 533 | } | |
| 534 | ||
| 535 | /** | |
| 536 | * Set s the valu e of the s treet2 pro perty. | |
| 537 | * | |
| 538 | * @pa ram value | |
| 539 | * allowed o bject is | |
| 540 | * {@link St ring } | |
| 541 | * | |
| 542 | */ | |
| 543 | public void setS treet2(Str ing value) { | |
| 544 | th is.street2 = value; | |
| 545 | } | |
| 546 | ||
| 547 | /** | |
| 548 | * Get s the valu e of the s treet3 pro perty. | |
| 549 | * | |
| 550 | * @re turn | |
| 551 | * possible object is | |
| 552 | * {@link St ring } | |
| 553 | * | |
| 554 | */ | |
| 555 | public String ge tStreet3() { | |
| 556 | re turn stree t3; | |
| 557 | } | |
| 558 | ||
| 559 | /** | |
| 560 | * Set s the valu e of the s treet3 pro perty. | |
| 561 | * | |
| 562 | * @pa ram value | |
| 563 | * allowed o bject is | |
| 564 | * {@link St ring } | |
| 565 | * | |
| 566 | */ | |
| 567 | public void setS treet3(Str ing value) { | |
| 568 | th is.street3 = value; | |
| 569 | } | |
| 570 | ||
| 571 | /** | |
| 572 | * Get s the valu e of the t axonomyCod e property . | |
| 573 | * | |
| 574 | * @re turn | |
| 575 | * possible object is | |
| 576 | * {@link St ring } | |
| 577 | * | |
| 578 | */ | |
| 579 | public String ge tTaxonomyC ode() { | |
| 580 | re turn taxon omyCode; | |
| 581 | } | |
| 582 | ||
| 583 | /** | |
| 584 | * Set s the valu e of the t axonomyCod e property . | |
| 585 | * | |
| 586 | * @pa ram value | |
| 587 | * allowed o bject is | |
| 588 | * {@link St ring } | |
| 589 | * | |
| 590 | */ | |
| 591 | public void setT axonomyCod e(String v alue) { | |
| 592 | th is.taxonom yCode = va lue; | |
| 593 | } | |
| 594 | ||
| 595 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.