Produced by Araxis Merge on 10/3/2017 11:15:33 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_1\webservice | Allergy.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_1\webservice | Allergy.java | Mon Oct 2 19:52:22 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 820 |
| Changed | 4 | 14 |
| 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_1.webser vice; | |
| 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.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |
| 10 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 11 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 12 | ||
| 13 | ||
| 14 | /** | |
| 15 | * <p>Java class for allergy c omplex typ e. | |
| 16 | * | |
| 17 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 18 | * | |
| 19 | * <pre> | |
| 20 | * <com plexType n ame="aller gy"> | |
| 21 | * <c omplexCont ent> | |
| 22 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 23 | * & lt;sequenc e> | |
| 24 | * <eleme nt name="a llergyId" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 25 | * <eleme nt name="a llergyName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 26 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 27 | * <elemen t name="co mments" ty pe="{http: //webservi ce.vds. URL /}comment" maxOccurs ="unbounde d" minOccu rs="0"/> | |
| 28 | * <elemen t name="dr ugClasses" type="{ht tp://webse rvice.vds. URL /}code" ma xOccurs="u nbounded" minOccurs= "0"/> | |
| 29 | * <elemen t name="dr ugIngredie nts" type= "{http://w ebservice. vds. URL /}code" ma xOccurs="u nbounded" minOccurs= "0"/> | |
| 30 | * <eleme nt name="e nteredDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |
| 31 | * <eleme nt name="h istorical" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 32 | * <eleme nt name="o nsetDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 33 | * <elemen t name="pr ovider" ty pe="{http: //webservi ce.vds. URL /}provider " minOccur s="0"/> | |
| 34 | * <elemen t name="re actions" t ype="{http ://webserv ice.vds. URL /}code" ma xOccurs="u nbounded" minOccurs= "0"/> | |
| 35 | * <eleme nt name="s everity" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 36 | * <eleme nt name="v erified" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="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 = "all ergy", nam espace = " http://web service.vd s. URL /", propOr der = { | |
| 47 | "aller gyId", | |
| 48 | "aller gyName", | |
| 49 | "comme nt", | |
| 50 | "comme nts", | |
| 51 | "drugC lasses", | |
| 52 | "drugI ngredients ", | |
| 53 | "enter edDate", | |
| 54 | "histo rical", | |
| 55 | "onset Date", | |
| 56 | "provi der", | |
| 57 | "react ions", | |
| 58 | "sever ity", | |
| 59 | "verif ied" | |
| 60 | }) | |
| 61 | public cla ss Allergy | |
| 62 | extend s DataBean | |
| 63 | { | |
| 64 | ||
| 65 | protec ted String allergyId ; | |
| 66 | protec ted String allergyNa me; | |
| 67 | protec ted String comment; | |
| 68 | @XmlEl ement(nill able = tru e) | |
| 69 | protec ted List<C omment> co mments; | |
| 70 | @XmlEl ement(nill able = tru e) | |
| 71 | protec ted List<C ode> drugC lasses; | |
| 72 | @XmlEl ement(nill able = tru e) | |
| 73 | protec ted List<C ode> drugI ngredients ; | |
| 74 | @XmlSc hemaType(n ame = "dat eTime") | |
| 75 | protec ted XMLGre gorianCale ndar enter edDate; | |
| 76 | protec ted String historica l; | |
| 77 | @XmlSc hemaType(n ame = "dat eTime") | |
| 78 | protec ted XMLGre gorianCale ndar onset Date; | |
| 79 | protec ted Provid er provide r; | |
| 80 | @XmlEl ement(nill able = tru e) | |
| 81 | protec ted List<C ode> react ions; | |
| 82 | protec ted String severity; | |
| 83 | protec ted String verified; | |
| 84 | ||
| 85 | /** | |
| 86 | * Get s the valu e of the a llergyId p roperty. | |
| 87 | * | |
| 88 | * @re turn | |
| 89 | * possible object is | |
| 90 | * {@link St ring } | |
| 91 | * | |
| 92 | */ | |
| 93 | public String ge tAllergyId () { | |
| 94 | re turn aller gyId; | |
| 95 | } | |
| 96 | ||
| 97 | /** | |
| 98 | * Set s the valu e of the a llergyId p roperty. | |
| 99 | * | |
| 100 | * @pa ram value | |
| 101 | * allowed o bject is | |
| 102 | * {@link St ring } | |
| 103 | * | |
| 104 | */ | |
| 105 | public void setA llergyId(S tring valu e) { | |
| 106 | th is.allergy Id = value ; | |
| 107 | } | |
| 108 | ||
| 109 | /** | |
| 110 | * Get s the valu e of the a llergyName property. | |
| 111 | * | |
| 112 | * @re turn | |
| 113 | * possible object is | |
| 114 | * {@link St ring } | |
| 115 | * | |
| 116 | */ | |
| 117 | public String ge tAllergyNa me() { | |
| 118 | re turn aller gyName; | |
| 119 | } | |
| 120 | ||
| 121 | /** | |
| 122 | * Set s the valu e of the a llergyName property. | |
| 123 | * | |
| 124 | * @pa ram value | |
| 125 | * allowed o bject is | |
| 126 | * {@link St ring } | |
| 127 | * | |
| 128 | */ | |
| 129 | public void setA llergyName (String va lue) { | |
| 130 | th is.allergy Name = val ue; | |
| 131 | } | |
| 132 | ||
| 133 | /** | |
| 134 | * Get s the valu e of the c omment pro perty. | |
| 135 | * | |
| 136 | * @re turn | |
| 137 | * possible object is | |
| 138 | * {@link St ring } | |
| 139 | * | |
| 140 | */ | |
| 141 | public String ge tComment() { | |
| 142 | re turn comme nt; | |
| 143 | } | |
| 144 | ||
| 145 | /** | |
| 146 | * Set s the valu e of the c omment pro perty. | |
| 147 | * | |
| 148 | * @pa ram value | |
| 149 | * allowed o bject is | |
| 150 | * {@link St ring } | |
| 151 | * | |
| 152 | */ | |
| 153 | public void setC omment(Str ing value) { | |
| 154 | th is.comment = value; | |
| 155 | } | |
| 156 | ||
| 157 | /** | |
| 158 | * Get s the valu e of the c omments pr operty. | |
| 159 | * | |
| 160 | * <p> | |
| 161 | * Thi s accessor method re turns a re ference to the live list, | |
| 162 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 163 | * ret urned list will be p resent ins ide the JA XB object. | |
| 164 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the comm ents prope rty. | |
| 165 | * | |
| 166 | * <p> | |
| 167 | * For example, to add a n ew item, d o as follo ws: | |
| 168 | * <pr e> | |
| 169 | * getComment s().add(ne wItem); | |
| 170 | * </p re> | |
| 171 | * | |
| 172 | * | |
| 173 | * <p> | |
| 174 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 175 | * {@l ink Commen t } | |
| 176 | * | |
| 177 | * | |
| 178 | */ | |
| 179 | public List<Comm ent> getCo mments() { | |
| 180 | if (comments == null) { | |
| 181 | comments = new Arr ayList<Com ment>(); | |
| 182 | } | |
| 183 | re turn this. comments; | |
| 184 | } | |
| 185 | ||
| 186 | /** | |
| 187 | * Get s the valu e of the d rugClasses property. | |
| 188 | * | |
| 189 | * <p> | |
| 190 | * Thi s accessor method re turns a re ference to the live list, | |
| 191 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 192 | * ret urned list will be p resent ins ide the JA XB object. | |
| 193 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the drug Classes pr operty. | |
| 194 | * | |
| 195 | * <p> | |
| 196 | * For example, to add a n ew item, d o as follo ws: | |
| 197 | * <pr e> | |
| 198 | * getDrugCla sses().add (newItem); | |
| 199 | * </p re> | |
| 200 | * | |
| 201 | * | |
| 202 | * <p> | |
| 203 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 204 | * {@l ink Code } | |
| 205 | * | |
| 206 | * | |
| 207 | */ | |
| 208 | public List<Code > getDrugC lasses() { | |
| 209 | if (drugClas ses == nul l) { | |
| 210 | drugClas ses = new ArrayList< Code>(); | |
| 211 | } | |
| 212 | re turn this. drugClasse s; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Get s the valu e of the d rugIngredi ents prope rty. | |
| 217 | * | |
| 218 | * <p> | |
| 219 | * Thi s accessor method re turns a re ference to the live list, | |
| 220 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 221 | * ret urned list will be p resent ins ide the JA XB object. | |
| 222 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the drug Ingredient s property . | |
| 223 | * | |
| 224 | * <p> | |
| 225 | * For example, to add a n ew item, d o as follo ws: | |
| 226 | * <pr e> | |
| 227 | * getDrugIng redients() .add(newIt em); | |
| 228 | * </p re> | |
| 229 | * | |
| 230 | * | |
| 231 | * <p> | |
| 232 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 233 | * {@l ink Code } | |
| 234 | * | |
| 235 | * | |
| 236 | */ | |
| 237 | public List<Code > getDrugI ngredients () { | |
| 238 | if (drugIngr edients == null) { | |
| 239 | drugIngr edients = new ArrayL ist<Code>( ); | |
| 240 | } | |
| 241 | re turn this. drugIngred ients; | |
| 242 | } | |
| 243 | ||
| 244 | /** | |
| 245 | * Get s the valu e of the e nteredDate property. | |
| 246 | * | |
| 247 | * @re turn | |
| 248 | * possible object is | |
| 249 | * {@link XM LGregorian Calendar } | |
| 250 | * | |
| 251 | */ | |
| 252 | public XMLGregor ianCalenda r getEnter edDate() { | |
| 253 | re turn enter edDate; | |
| 254 | } | |
| 255 | ||
| 256 | /** | |
| 257 | * Set s the valu e of the e nteredDate property. | |
| 258 | * | |
| 259 | * @pa ram value | |
| 260 | * allowed o bject is | |
| 261 | * {@link XM LGregorian Calendar } | |
| 262 | * | |
| 263 | */ | |
| 264 | public void setE nteredDate (XMLGregor ianCalenda r value) { | |
| 265 | th is.entered Date = val ue; | |
| 266 | } | |
| 267 | ||
| 268 | /** | |
| 269 | * Get s the valu e of the h istorical property. | |
| 270 | * | |
| 271 | * @re turn | |
| 272 | * possible object is | |
| 273 | * {@link St ring } | |
| 274 | * | |
| 275 | */ | |
| 276 | public String ge tHistorica l() { | |
| 277 | re turn histo rical; | |
| 278 | } | |
| 279 | ||
| 280 | /** | |
| 281 | * Set s the valu e of the h istorical property. | |
| 282 | * | |
| 283 | * @pa ram value | |
| 284 | * allowed o bject is | |
| 285 | * {@link St ring } | |
| 286 | * | |
| 287 | */ | |
| 288 | public void setH istorical( String val ue) { | |
| 289 | th is.histori cal = valu e; | |
| 290 | } | |
| 291 | ||
| 292 | /** | |
| 293 | * Get s the valu e of the o nsetDate p roperty. | |
| 294 | * | |
| 295 | * @re turn | |
| 296 | * possible object is | |
| 297 | * {@link XM LGregorian Calendar } | |
| 298 | * | |
| 299 | */ | |
| 300 | public XMLGregor ianCalenda r getOnset Date() { | |
| 301 | re turn onset Date; | |
| 302 | } | |
| 303 | ||
| 304 | /** | |
| 305 | * Set s the valu e of the o nsetDate p roperty. | |
| 306 | * | |
| 307 | * @pa ram value | |
| 308 | * allowed o bject is | |
| 309 | * {@link XM LGregorian Calendar } | |
| 310 | * | |
| 311 | */ | |
| 312 | public void setO nsetDate(X MLGregoria nCalendar value) { | |
| 313 | th is.onsetDa te = value ; | |
| 314 | } | |
| 315 | ||
| 316 | /** | |
| 317 | * Get s the valu e of the p rovider pr operty. | |
| 318 | * | |
| 319 | * @re turn | |
| 320 | * possible object is | |
| 321 | * {@link Pr ovider } | |
| 322 | * | |
| 323 | */ | |
| 324 | public Provider getProvide r() { | |
| 325 | re turn provi der; | |
| 326 | } | |
| 327 | ||
| 328 | /** | |
| 329 | * Set s the valu e of the p rovider pr operty. | |
| 330 | * | |
| 331 | * @pa ram value | |
| 332 | * allowed o bject is | |
| 333 | * {@link Pr ovider } | |
| 334 | * | |
| 335 | */ | |
| 336 | public void setP rovider(Pr ovider val ue) { | |
| 337 | th is.provide r = value; | |
| 338 | } | |
| 339 | ||
| 340 | /** | |
| 341 | * Get s the valu e of the r eactions p roperty. | |
| 342 | * | |
| 343 | * <p> | |
| 344 | * Thi s accessor method re turns a re ference to the live list, | |
| 345 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 346 | * ret urned list will be p resent ins ide the JA XB object. | |
| 347 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the reac tions prop erty. | |
| 348 | * | |
| 349 | * <p> | |
| 350 | * For example, to add a n ew item, d o as follo ws: | |
| 351 | * <pr e> | |
| 352 | * getReactio ns().add(n ewItem); | |
| 353 | * </p re> | |
| 354 | * | |
| 355 | * | |
| 356 | * <p> | |
| 357 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 358 | * {@l ink Code } | |
| 359 | * | |
| 360 | * | |
| 361 | */ | |
| 362 | public List<Code > getReact ions() { | |
| 363 | if (reaction s == null) { | |
| 364 | reaction s = new Ar rayList<Co de>(); | |
| 365 | } | |
| 366 | re turn this. reactions; | |
| 367 | } | |
| 368 | ||
| 369 | /** | |
| 370 | * Get s the valu e of the s everity pr operty. | |
| 371 | * | |
| 372 | * @re turn | |
| 373 | * possible object is | |
| 374 | * {@link St ring } | |
| 375 | * | |
| 376 | */ | |
| 377 | public String ge tSeverity( ) { | |
| 378 | re turn sever ity; | |
| 379 | } | |
| 380 | ||
| 381 | /** | |
| 382 | * Set s the valu e of the s everity pr operty. | |
| 383 | * | |
| 384 | * @pa ram value | |
| 385 | * allowed o bject is | |
| 386 | * {@link St ring } | |
| 387 | * | |
| 388 | */ | |
| 389 | public void setS everity(St ring value ) { | |
| 390 | th is.severit y = value; | |
| 391 | } | |
| 392 | ||
| 393 | /** | |
| 394 | * Get s the valu e of the v erified pr operty. | |
| 395 | * | |
| 396 | * @re turn | |
| 397 | * possible object is | |
| 398 | * {@link St ring } | |
| 399 | * | |
| 400 | */ | |
| 401 | public String ge tVerified( ) { | |
| 402 | re turn verif ied; | |
| 403 | } | |
| 404 | ||
| 405 | /** | |
| 406 | * Set s the valu e of the v erified pr operty. | |
| 407 | * | |
| 408 | * @pa ram value | |
| 409 | * allowed o bject is | |
| 410 | * {@link St ring } | |
| 411 | * | |
| 412 | */ | |
| 413 | public void setV erified(St ring value ) { | |
| 414 | th is.verifie d = value; | |
| 415 | } | |
| 416 | ||
| 417 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.