Produced by Araxis Merge on 10/3/2017 11:15:32 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_0\webservice | ProgressNote.java | Tue Dec 15 14:05:18 2015 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | ProgressNote.java | Mon Oct 2 19:52:05 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 934 |
| 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 go v.va.med.j meadows_2_ 3_0.webser vice; | |
| 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 progressN ote comple x 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="progr essNote"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="a mended" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 22 | * <eleme nt name="c omplexData Url" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 23 | * <eleme nt name="e ncounter" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="i mages" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 25 | * <eleme nt name="l ocation" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 26 | * <eleme nt name="n oteDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |
| 27 | * <eleme nt name="n oteId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 28 | * <eleme nt name="n oteText" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 29 | * <eleme nt name="n oteTitle" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 30 | * <eleme nt name="n oteTitleId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 31 | * <eleme nt name="n oteType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 32 | * <elemen t name="pr ovider" ty pe="{http: //webservi ce.vds. URL /}provider " minOccur s="0"/> | |
| 33 | * <eleme nt name="s ensitive" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 34 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 35 | * <eleme nt name="u serIen" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 36 | * <eleme nt name="v isitDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 37 | * & lt;/sequen ce> | |
| 38 | * < ;/extensio n> | |
| 39 | * </ complexCon tent> | |
| 40 | * </co mplexType> | |
| 41 | * </pre> | |
| 42 | * | |
| 43 | * | |
| 44 | */ | |
| 45 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 46 | @XmlType(n ame = "pro gressNote" , namespac e = "http: //webservi ce.vds. URL /", propOr der = { | |
| 47 | "amend ed", | |
| 48 | "compl exDataUrl" , | |
| 49 | "encou nter", | |
| 50 | "image s", | |
| 51 | "locat ion", | |
| 52 | "noteD ate", | |
| 53 | "noteI d", | |
| 54 | "noteT ext", | |
| 55 | "noteT itle", | |
| 56 | "noteT itleId", | |
| 57 | "noteT ype", | |
| 58 | "provi der", | |
| 59 | "sensi tive", | |
| 60 | "statu s", | |
| 61 | "userI en", | |
| 62 | "visit Date" | |
| 63 | }) | |
| 64 | public cla ss Progres sNote | |
| 65 | extend s DataBean | |
| 66 | { | |
| 67 | ||
| 68 | protec ted String amended; | |
| 69 | protec ted String complexDa taUrl; | |
| 70 | protec ted String encounter ; | |
| 71 | protec ted String images; | |
| 72 | protec ted String location; | |
| 73 | @XmlSc hemaType(n ame = "dat eTime") | |
| 74 | protec ted XMLGre gorianCale ndar noteD ate; | |
| 75 | protec ted String noteId; | |
| 76 | protec ted String noteText; | |
| 77 | protec ted String noteTitle ; | |
| 78 | protec ted String noteTitle Id; | |
| 79 | protec ted String noteType; | |
| 80 | protec ted Provid er provide r; | |
| 81 | protec ted String sensitive ; | |
| 82 | protec ted String status; | |
| 83 | protec ted String userIen; | |
| 84 | protec ted String visitDate ; | |
| 85 | ||
| 86 | /** | |
| 87 | * Get s the valu e of the a mended pro perty. | |
| 88 | * | |
| 89 | * @re turn | |
| 90 | * possible object is | |
| 91 | * {@link St ring } | |
| 92 | * | |
| 93 | */ | |
| 94 | public String ge tAmended() { | |
| 95 | re turn amend ed; | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Set s the valu e of the a mended pro perty. | |
| 100 | * | |
| 101 | * @pa ram value | |
| 102 | * allowed o bject is | |
| 103 | * {@link St ring } | |
| 104 | * | |
| 105 | */ | |
| 106 | public void setA mended(Str ing value) { | |
| 107 | th is.amended = value; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Get s the valu e of the c omplexData Url proper ty. | |
| 112 | * | |
| 113 | * @re turn | |
| 114 | * possible object is | |
| 115 | * {@link St ring } | |
| 116 | * | |
| 117 | */ | |
| 118 | public String ge tComplexDa taUrl() { | |
| 119 | re turn compl exDataUrl; | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Set s the valu e of the c omplexData Url proper ty. | |
| 124 | * | |
| 125 | * @pa ram value | |
| 126 | * allowed o bject is | |
| 127 | * {@link St ring } | |
| 128 | * | |
| 129 | */ | |
| 130 | public void setC omplexData Url(String value) { | |
| 131 | th is.complex DataUrl = value; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Get s the valu e of the e ncounter p roperty. | |
| 136 | * | |
| 137 | * @re turn | |
| 138 | * possible object is | |
| 139 | * {@link St ring } | |
| 140 | * | |
| 141 | */ | |
| 142 | public String ge tEncounter () { | |
| 143 | re turn encou nter; | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Set s the valu e of the e ncounter p roperty. | |
| 148 | * | |
| 149 | * @pa ram value | |
| 150 | * allowed o bject is | |
| 151 | * {@link St ring } | |
| 152 | * | |
| 153 | */ | |
| 154 | public void setE ncounter(S tring valu e) { | |
| 155 | th is.encount er = value ; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Get s the valu e of the i mages prop erty. | |
| 160 | * | |
| 161 | * @re turn | |
| 162 | * possible object is | |
| 163 | * {@link St ring } | |
| 164 | * | |
| 165 | */ | |
| 166 | public String ge tImages() { | |
| 167 | re turn image s; | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Set s the valu e of the i mages prop erty. | |
| 172 | * | |
| 173 | * @pa ram value | |
| 174 | * allowed o bject is | |
| 175 | * {@link St ring } | |
| 176 | * | |
| 177 | */ | |
| 178 | public void setI mages(Stri ng value) { | |
| 179 | th is.images = value; | |
| 180 | } | |
| 181 | ||
| 182 | /** | |
| 183 | * Get s the valu e of the l ocation pr operty. | |
| 184 | * | |
| 185 | * @re turn | |
| 186 | * possible object is | |
| 187 | * {@link St ring } | |
| 188 | * | |
| 189 | */ | |
| 190 | public String ge tLocation( ) { | |
| 191 | re turn locat ion; | |
| 192 | } | |
| 193 | ||
| 194 | /** | |
| 195 | * Set s the valu e of the l ocation pr operty. | |
| 196 | * | |
| 197 | * @pa ram value | |
| 198 | * allowed o bject is | |
| 199 | * {@link St ring } | |
| 200 | * | |
| 201 | */ | |
| 202 | public void setL ocation(St ring value ) { | |
| 203 | th is.locatio n = value; | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Get s the valu e of the n oteDate pr operty. | |
| 208 | * | |
| 209 | * @re turn | |
| 210 | * possible object is | |
| 211 | * {@link XM LGregorian Calendar } | |
| 212 | * | |
| 213 | */ | |
| 214 | public XMLGregor ianCalenda r getNoteD ate() { | |
| 215 | re turn noteD ate; | |
| 216 | } | |
| 217 | ||
| 218 | /** | |
| 219 | * Set s the valu e of the n oteDate pr operty. | |
| 220 | * | |
| 221 | * @pa ram value | |
| 222 | * allowed o bject is | |
| 223 | * {@link XM LGregorian Calendar } | |
| 224 | * | |
| 225 | */ | |
| 226 | public void setN oteDate(XM LGregorian Calendar v alue) { | |
| 227 | th is.noteDat e = value; | |
| 228 | } | |
| 229 | ||
| 230 | /** | |
| 231 | * Get s the valu e of the n oteId prop erty. | |
| 232 | * | |
| 233 | * @re turn | |
| 234 | * possible object is | |
| 235 | * {@link St ring } | |
| 236 | * | |
| 237 | */ | |
| 238 | public String ge tNoteId() { | |
| 239 | re turn noteI d; | |
| 240 | } | |
| 241 | ||
| 242 | /** | |
| 243 | * Set s the valu e of the n oteId prop erty. | |
| 244 | * | |
| 245 | * @pa ram value | |
| 246 | * allowed o bject is | |
| 247 | * {@link St ring } | |
| 248 | * | |
| 249 | */ | |
| 250 | public void setN oteId(Stri ng value) { | |
| 251 | th is.noteId = value; | |
| 252 | } | |
| 253 | ||
| 254 | /** | |
| 255 | * Get s the valu e of the n oteText pr operty. | |
| 256 | * | |
| 257 | * @re turn | |
| 258 | * possible object is | |
| 259 | * {@link St ring } | |
| 260 | * | |
| 261 | */ | |
| 262 | public String ge tNoteText( ) { | |
| 263 | re turn noteT ext; | |
| 264 | } | |
| 265 | ||
| 266 | /** | |
| 267 | * Set s the valu e of the n oteText pr operty. | |
| 268 | * | |
| 269 | * @pa ram value | |
| 270 | * allowed o bject is | |
| 271 | * {@link St ring } | |
| 272 | * | |
| 273 | */ | |
| 274 | public void setN oteText(St ring value ) { | |
| 275 | th is.noteTex t = value; | |
| 276 | } | |
| 277 | ||
| 278 | /** | |
| 279 | * Get s the valu e of the n oteTitle p roperty. | |
| 280 | * | |
| 281 | * @re turn | |
| 282 | * possible object is | |
| 283 | * {@link St ring } | |
| 284 | * | |
| 285 | */ | |
| 286 | public String ge tNoteTitle () { | |
| 287 | re turn noteT itle; | |
| 288 | } | |
| 289 | ||
| 290 | /** | |
| 291 | * Set s the valu e of the n oteTitle p roperty. | |
| 292 | * | |
| 293 | * @pa ram value | |
| 294 | * allowed o bject is | |
| 295 | * {@link St ring } | |
| 296 | * | |
| 297 | */ | |
| 298 | public void setN oteTitle(S tring valu e) { | |
| 299 | th is.noteTit le = value ; | |
| 300 | } | |
| 301 | ||
| 302 | /** | |
| 303 | * Get s the valu e of the n oteTitleId property. | |
| 304 | * | |
| 305 | * @re turn | |
| 306 | * possible object is | |
| 307 | * {@link St ring } | |
| 308 | * | |
| 309 | */ | |
| 310 | public String ge tNoteTitle Id() { | |
| 311 | re turn noteT itleId; | |
| 312 | } | |
| 313 | ||
| 314 | /** | |
| 315 | * Set s the valu e of the n oteTitleId property. | |
| 316 | * | |
| 317 | * @pa ram value | |
| 318 | * allowed o bject is | |
| 319 | * {@link St ring } | |
| 320 | * | |
| 321 | */ | |
| 322 | public void setN oteTitleId (String va lue) { | |
| 323 | th is.noteTit leId = val ue; | |
| 324 | } | |
| 325 | ||
| 326 | /** | |
| 327 | * Get s the valu e of the n oteType pr operty. | |
| 328 | * | |
| 329 | * @re turn | |
| 330 | * possible object is | |
| 331 | * {@link St ring } | |
| 332 | * | |
| 333 | */ | |
| 334 | public String ge tNoteType( ) { | |
| 335 | re turn noteT ype; | |
| 336 | } | |
| 337 | ||
| 338 | /** | |
| 339 | * Set s the valu e of the n oteType pr operty. | |
| 340 | * | |
| 341 | * @pa ram value | |
| 342 | * allowed o bject is | |
| 343 | * {@link St ring } | |
| 344 | * | |
| 345 | */ | |
| 346 | public void setN oteType(St ring value ) { | |
| 347 | th is.noteTyp e = value; | |
| 348 | } | |
| 349 | ||
| 350 | /** | |
| 351 | * Get s the valu e of the p rovider pr operty. | |
| 352 | * | |
| 353 | * @re turn | |
| 354 | * possible object is | |
| 355 | * {@link Pr ovider } | |
| 356 | * | |
| 357 | */ | |
| 358 | public Provider getProvide r() { | |
| 359 | re turn provi der; | |
| 360 | } | |
| 361 | ||
| 362 | /** | |
| 363 | * Set s the valu e of the p rovider pr operty. | |
| 364 | * | |
| 365 | * @pa ram value | |
| 366 | * allowed o bject is | |
| 367 | * {@link Pr ovider } | |
| 368 | * | |
| 369 | */ | |
| 370 | public void setP rovider(Pr ovider val ue) { | |
| 371 | th is.provide r = value; | |
| 372 | } | |
| 373 | ||
| 374 | /** | |
| 375 | * Get s the valu e of the s ensitive p roperty. | |
| 376 | * | |
| 377 | * @re turn | |
| 378 | * possible object is | |
| 379 | * {@link St ring } | |
| 380 | * | |
| 381 | */ | |
| 382 | public String ge tSensitive () { | |
| 383 | re turn sensi tive; | |
| 384 | } | |
| 385 | ||
| 386 | /** | |
| 387 | * Set s the valu e of the s ensitive p roperty. | |
| 388 | * | |
| 389 | * @pa ram value | |
| 390 | * allowed o bject is | |
| 391 | * {@link St ring } | |
| 392 | * | |
| 393 | */ | |
| 394 | public void setS ensitive(S tring valu e) { | |
| 395 | th is.sensiti ve = value ; | |
| 396 | } | |
| 397 | ||
| 398 | /** | |
| 399 | * Get s the valu e of the s tatus prop erty. | |
| 400 | * | |
| 401 | * @re turn | |
| 402 | * possible object is | |
| 403 | * {@link St ring } | |
| 404 | * | |
| 405 | */ | |
| 406 | public String ge tStatus() { | |
| 407 | re turn statu s; | |
| 408 | } | |
| 409 | ||
| 410 | /** | |
| 411 | * Set s the valu e of the s tatus prop erty. | |
| 412 | * | |
| 413 | * @pa ram value | |
| 414 | * allowed o bject is | |
| 415 | * {@link St ring } | |
| 416 | * | |
| 417 | */ | |
| 418 | public void setS tatus(Stri ng value) { | |
| 419 | th is.status = value; | |
| 420 | } | |
| 421 | ||
| 422 | /** | |
| 423 | * Get s the valu e of the u serIen pro perty. | |
| 424 | * | |
| 425 | * @re turn | |
| 426 | * possible object is | |
| 427 | * {@link St ring } | |
| 428 | * | |
| 429 | */ | |
| 430 | public String ge tUserIen() { | |
| 431 | re turn userI en; | |
| 432 | } | |
| 433 | ||
| 434 | /** | |
| 435 | * Set s the valu e of the u serIen pro perty. | |
| 436 | * | |
| 437 | * @pa ram value | |
| 438 | * allowed o bject is | |
| 439 | * {@link St ring } | |
| 440 | * | |
| 441 | */ | |
| 442 | public void setU serIen(Str ing value) { | |
| 443 | th is.userIen = value; | |
| 444 | } | |
| 445 | ||
| 446 | /** | |
| 447 | * Get s the valu e of the v isitDate p roperty. | |
| 448 | * | |
| 449 | * @re turn | |
| 450 | * possible object is | |
| 451 | * {@link St ring } | |
| 452 | * | |
| 453 | */ | |
| 454 | public String ge tVisitDate () { | |
| 455 | re turn visit Date; | |
| 456 | } | |
| 457 | ||
| 458 | /** | |
| 459 | * Set s the valu e of the v isitDate p roperty. | |
| 460 | * | |
| 461 | * @pa ram value | |
| 462 | * allowed o bject is | |
| 463 | * {@link St ring } | |
| 464 | * | |
| 465 | */ | |
| 466 | public void setV isitDate(S tring valu e) { | |
| 467 | th is.visitDa te = value ; | |
| 468 | } | |
| 469 | ||
| 470 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.