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 | PersonTO.java | Wed Jan 16 16:06:32 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 | PersonTO.java | Wed Jan 16 20:18:01 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 1020 |
| Changed | 4 | 12 |
| 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.XmlSeeA lso; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 10 | ||
| 11 | ||
| 12 | /** | |
| 13 | * <p>Java class for personTO complex ty pe. | |
| 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="perso nTO"> | |
| 19 | * <c omplexCont ent> | |
| 20 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 21 | * & lt;sequenc e> | |
| 22 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 23 | * <eleme nt name="b irthPlace" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 24 | * <eleme nt name="r eligion" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 25 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 26 | * <eleme nt name="s sn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 27 | * <eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 28 | * <eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 29 | * <eleme nt name="e thnicity" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 30 | * <eleme nt name="a ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}int" m inOccurs=" 0" form="u nqualified "/> | |
| 31 | * <eleme nt name="m aritalStat us" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 32 | * <elemen t name="ho meAddress" type="{ht tp:// DNS . URL /}addressT O" minOccu rs="0" for m="unquali fied"/> | |
| 33 | * <elemen t name="ho mePhone" t ype="{http :// DNS . URL /}phoneNum TO" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 34 | * <elemen t name="ce llPhone" t ype="{http :// DNS . URL /}phoneNum TO" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 35 | * <eleme nt name="d emographic s" minOccu rs="0" for m="unquali fied"> | |
| 36 | * <com plexType&g t; | |
| 37 | * <c omplexCont ent> | |
| 38 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 39 | * & lt;sequenc e> | |
| 40 | * <elemen t name="de mographicS etTO" type ="{http:// DNS . URL /}demograp hicSetTO" maxOccurs= "unbounded " minOccur s="0" form ="unqualif ied"/> | |
| 41 | * & lt;/sequen ce> | |
| 42 | * < ;/restrict ion> | |
| 43 | * </ complexCon tent> | |
| 44 | * </co mplexType& gt; | |
| 45 | * </elem ent> | |
| 46 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 47 | * & lt;/sequen ce> | |
| 48 | * < ;/extensio n> | |
| 49 | * </ complexCon tent> | |
| 50 | * </co mplexType& gt; | |
| 51 | * </pre> | |
| 52 | * | |
| 53 | * | |
| 54 | */ | |
| 55 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 56 | @XmlType(n ame = "per sonTO", pr opOrder = { | |
| 57 | "type" , | |
| 58 | "birth Place", | |
| 59 | "relig ion", | |
| 60 | "name" , | |
| 61 | "ssn", | |
| 62 | "gende r", | |
| 63 | "dob", | |
| 64 | "ethni city", | |
| 65 | "age", | |
| 66 | "marit alStatus", | |
| 67 | "homeA ddress", | |
| 68 | "homeP hone", | |
| 69 | "cellP hone", | |
| 70 | "demog raphics", | |
| 71 | "descr iption" | |
| 72 | }) | |
| 73 | @XmlSeeAls o({ | |
| 74 | Patien tAssociate TO.class, | |
| 75 | Patien tTO.class | |
| 76 | }) | |
| 77 | public cla ss PersonT O | |
| 78 | extend s Abstract TO | |
| 79 | { | |
| 80 | ||
| 81 | protec ted String type; | |
| 82 | protec ted String birthPlac e; | |
| 83 | protec ted String religion; | |
| 84 | protec ted String name; | |
| 85 | protec ted String ssn; | |
| 86 | protec ted String gender; | |
| 87 | protec ted String dob; | |
| 88 | protec ted String ethnicity ; | |
| 89 | protec ted Intege r age; | |
| 90 | protec ted String maritalSt atus; | |
| 91 | protec ted Addres sTO homeAd dress; | |
| 92 | protec ted PhoneN umTO homeP hone; | |
| 93 | protec ted PhoneN umTO cellP hone; | |
| 94 | protec ted Person TO.Demogra phics demo graphics; | |
| 95 | protec ted String descripti on; | |
| 96 | ||
| 97 | /** | |
| 98 | * Get s the valu e of the t ype proper ty. | |
| 99 | * | |
| 100 | * @re turn | |
| 101 | * possible object is | |
| 102 | * {@link St ring } | |
| 103 | * | |
| 104 | */ | |
| 105 | public String ge tType() { | |
| 106 | re turn type; | |
| 107 | } | |
| 108 | ||
| 109 | /** | |
| 110 | * Set s the valu e of the t ype proper ty. | |
| 111 | * | |
| 112 | * @pa ram value | |
| 113 | * allowed o bject is | |
| 114 | * {@link St ring } | |
| 115 | * | |
| 116 | */ | |
| 117 | public void setT ype(String value) { | |
| 118 | th is.type = value; | |
| 119 | } | |
| 120 | ||
| 121 | /** | |
| 122 | * Get s the valu e of the b irthPlace property. | |
| 123 | * | |
| 124 | * @re turn | |
| 125 | * possible object is | |
| 126 | * {@link St ring } | |
| 127 | * | |
| 128 | */ | |
| 129 | public String ge tBirthPlac e() { | |
| 130 | re turn birth Place; | |
| 131 | } | |
| 132 | ||
| 133 | /** | |
| 134 | * Set s the valu e of the b irthPlace property. | |
| 135 | * | |
| 136 | * @pa ram value | |
| 137 | * allowed o bject is | |
| 138 | * {@link St ring } | |
| 139 | * | |
| 140 | */ | |
| 141 | public void setB irthPlace( String val ue) { | |
| 142 | th is.birthPl ace = valu e; | |
| 143 | } | |
| 144 | ||
| 145 | /** | |
| 146 | * Get s the valu e of the r eligion pr operty. | |
| 147 | * | |
| 148 | * @re turn | |
| 149 | * possible object is | |
| 150 | * {@link St ring } | |
| 151 | * | |
| 152 | */ | |
| 153 | public String ge tReligion( ) { | |
| 154 | re turn relig ion; | |
| 155 | } | |
| 156 | ||
| 157 | /** | |
| 158 | * Set s the valu e of the r eligion pr operty. | |
| 159 | * | |
| 160 | * @pa ram value | |
| 161 | * allowed o bject is | |
| 162 | * {@link St ring } | |
| 163 | * | |
| 164 | */ | |
| 165 | public void setR eligion(St ring value ) { | |
| 166 | th is.religio n = value; | |
| 167 | } | |
| 168 | ||
| 169 | /** | |
| 170 | * Get s the valu e of the n ame proper ty. | |
| 171 | * | |
| 172 | * @re turn | |
| 173 | * possible object is | |
| 174 | * {@link St ring } | |
| 175 | * | |
| 176 | */ | |
| 177 | public String ge tName() { | |
| 178 | re turn name; | |
| 179 | } | |
| 180 | ||
| 181 | /** | |
| 182 | * Set s the valu e of the n ame proper ty. | |
| 183 | * | |
| 184 | * @pa ram value | |
| 185 | * allowed o bject is | |
| 186 | * {@link St ring } | |
| 187 | * | |
| 188 | */ | |
| 189 | public void setN ame(String value) { | |
| 190 | th is.name = value; | |
| 191 | } | |
| 192 | ||
| 193 | /** | |
| 194 | * Get s the valu e of the s sn propert y. | |
| 195 | * | |
| 196 | * @re turn | |
| 197 | * possible object is | |
| 198 | * {@link St ring } | |
| 199 | * | |
| 200 | */ | |
| 201 | public String ge tSsn() { | |
| 202 | re turn ssn; | |
| 203 | } | |
| 204 | ||
| 205 | /** | |
| 206 | * Set s the valu e of the s sn propert y. | |
| 207 | * | |
| 208 | * @pa ram value | |
| 209 | * allowed o bject is | |
| 210 | * {@link St ring } | |
| 211 | * | |
| 212 | */ | |
| 213 | public void setS sn(String value) { | |
| 214 | th is.ssn = v alue; | |
| 215 | } | |
| 216 | ||
| 217 | /** | |
| 218 | * Get s the valu e of the g ender prop erty. | |
| 219 | * | |
| 220 | * @re turn | |
| 221 | * possible object is | |
| 222 | * {@link St ring } | |
| 223 | * | |
| 224 | */ | |
| 225 | public String ge tGender() { | |
| 226 | re turn gende r; | |
| 227 | } | |
| 228 | ||
| 229 | /** | |
| 230 | * Set s the valu e of the g ender prop erty. | |
| 231 | * | |
| 232 | * @pa ram value | |
| 233 | * allowed o bject is | |
| 234 | * {@link St ring } | |
| 235 | * | |
| 236 | */ | |
| 237 | public void setG ender(Stri ng value) { | |
| 238 | th is.gender = value; | |
| 239 | } | |
| 240 | ||
| 241 | /** | |
| 242 | * Get s the valu e of the d ob propert y. | |
| 243 | * | |
| 244 | * @re turn | |
| 245 | * possible object is | |
| 246 | * {@link St ring } | |
| 247 | * | |
| 248 | */ | |
| 249 | public String ge tDob() { | |
| 250 | re turn dob; | |
| 251 | } | |
| 252 | ||
| 253 | /** | |
| 254 | * Set s the valu e of the d ob propert y. | |
| 255 | * | |
| 256 | * @pa ram value | |
| 257 | * allowed o bject is | |
| 258 | * {@link St ring } | |
| 259 | * | |
| 260 | */ | |
| 261 | public void setD ob(String value) { | |
| 262 | th is.dob = v alue; | |
| 263 | } | |
| 264 | ||
| 265 | /** | |
| 266 | * Get s the valu e of the e thnicity p roperty. | |
| 267 | * | |
| 268 | * @re turn | |
| 269 | * possible object is | |
| 270 | * {@link St ring } | |
| 271 | * | |
| 272 | */ | |
| 273 | public String ge tEthnicity () { | |
| 274 | re turn ethni city; | |
| 275 | } | |
| 276 | ||
| 277 | /** | |
| 278 | * Set s the valu e of the e thnicity p roperty. | |
| 279 | * | |
| 280 | * @pa ram value | |
| 281 | * allowed o bject is | |
| 282 | * {@link St ring } | |
| 283 | * | |
| 284 | */ | |
| 285 | public void setE thnicity(S tring valu e) { | |
| 286 | th is.ethnici ty = value ; | |
| 287 | } | |
| 288 | ||
| 289 | /** | |
| 290 | * Get s the valu e of the a ge propert y. | |
| 291 | * | |
| 292 | * @re turn | |
| 293 | * possible object is | |
| 294 | * {@link In teger } | |
| 295 | * | |
| 296 | */ | |
| 297 | public Integer g etAge() { | |
| 298 | re turn age; | |
| 299 | } | |
| 300 | ||
| 301 | /** | |
| 302 | * Set s the valu e of the a ge propert y. | |
| 303 | * | |
| 304 | * @pa ram value | |
| 305 | * allowed o bject is | |
| 306 | * {@link In teger } | |
| 307 | * | |
| 308 | */ | |
| 309 | public void setA ge(Integer value) { | |
| 310 | th is.age = v alue; | |
| 311 | } | |
| 312 | ||
| 313 | /** | |
| 314 | * Get s the valu e of the m aritalStat us propert y. | |
| 315 | * | |
| 316 | * @re turn | |
| 317 | * possible object is | |
| 318 | * {@link St ring } | |
| 319 | * | |
| 320 | */ | |
| 321 | public String ge tMaritalSt atus() { | |
| 322 | re turn marit alStatus; | |
| 323 | } | |
| 324 | ||
| 325 | /** | |
| 326 | * Set s the valu e of the m aritalStat us propert y. | |
| 327 | * | |
| 328 | * @pa ram value | |
| 329 | * allowed o bject is | |
| 330 | * {@link St ring } | |
| 331 | * | |
| 332 | */ | |
| 333 | public void setM aritalStat us(String value) { | |
| 334 | th is.marital Status = v alue; | |
| 335 | } | |
| 336 | ||
| 337 | /** | |
| 338 | * Get s the valu e of the h omeAddress property. | |
| 339 | * | |
| 340 | * @re turn | |
| 341 | * possible object is | |
| 342 | * {@link Ad dressTO } | |
| 343 | * | |
| 344 | */ | |
| 345 | public AddressTO getHomeAd dress() { | |
| 346 | re turn homeA ddress; | |
| 347 | } | |
| 348 | ||
| 349 | /** | |
| 350 | * Set s the valu e of the h omeAddress property. | |
| 351 | * | |
| 352 | * @pa ram value | |
| 353 | * allowed o bject is | |
| 354 | * {@link Ad dressTO } | |
| 355 | * | |
| 356 | */ | |
| 357 | public void setH omeAddress (AddressTO value) { | |
| 358 | th is.homeAdd ress = val ue; | |
| 359 | } | |
| 360 | ||
| 361 | /** | |
| 362 | * Get s the valu e of the h omePhone p roperty. | |
| 363 | * | |
| 364 | * @re turn | |
| 365 | * possible object is | |
| 366 | * {@link Ph oneNumTO } | |
| 367 | * | |
| 368 | */ | |
| 369 | public PhoneNumT O getHomeP hone() { | |
| 370 | re turn homeP hone; | |
| 371 | } | |
| 372 | ||
| 373 | /** | |
| 374 | * Set s the valu e of the h omePhone p roperty. | |
| 375 | * | |
| 376 | * @pa ram value | |
| 377 | * allowed o bject is | |
| 378 | * {@link Ph oneNumTO } | |
| 379 | * | |
| 380 | */ | |
| 381 | public void setH omePhone(P honeNumTO value) { | |
| 382 | th is.homePho ne = value ; | |
| 383 | } | |
| 384 | ||
| 385 | /** | |
| 386 | * Get s the valu e of the c ellPhone p roperty. | |
| 387 | * | |
| 388 | * @re turn | |
| 389 | * possible object is | |
| 390 | * {@link Ph oneNumTO } | |
| 391 | * | |
| 392 | */ | |
| 393 | public PhoneNumT O getCellP hone() { | |
| 394 | re turn cellP hone; | |
| 395 | } | |
| 396 | ||
| 397 | /** | |
| 398 | * Set s the valu e of the c ellPhone p roperty. | |
| 399 | * | |
| 400 | * @pa ram value | |
| 401 | * allowed o bject is | |
| 402 | * {@link Ph oneNumTO } | |
| 403 | * | |
| 404 | */ | |
| 405 | public void setC ellPhone(P honeNumTO value) { | |
| 406 | th is.cellPho ne = value ; | |
| 407 | } | |
| 408 | ||
| 409 | /** | |
| 410 | * Get s the valu e of the d emographic s property . | |
| 411 | * | |
| 412 | * @re turn | |
| 413 | * possible object is | |
| 414 | * {@link Pe rsonTO.Dem ographics } | |
| 415 | * | |
| 416 | */ | |
| 417 | public PersonTO. Demographi cs getDemo graphics() { | |
| 418 | re turn demog raphics; | |
| 419 | } | |
| 420 | ||
| 421 | /** | |
| 422 | * Set s the valu e of the d emographic s property . | |
| 423 | * | |
| 424 | * @pa ram value | |
| 425 | * allowed o bject is | |
| 426 | * {@link Pe rsonTO.Dem ographics } | |
| 427 | * | |
| 428 | */ | |
| 429 | public void setD emographic s(PersonTO .Demograph ics value) { | |
| 430 | th is.demogra phics = va lue; | |
| 431 | } | |
| 432 | ||
| 433 | /** | |
| 434 | * Get s the valu e of the d escription property. | |
| 435 | * | |
| 436 | * @re turn | |
| 437 | * possible object is | |
| 438 | * {@link St ring } | |
| 439 | * | |
| 440 | */ | |
| 441 | public String ge tDescripti on() { | |
| 442 | re turn descr iption; | |
| 443 | } | |
| 444 | ||
| 445 | /** | |
| 446 | * Set s the valu e of the d escription property. | |
| 447 | * | |
| 448 | * @pa ram value | |
| 449 | * allowed o bject is | |
| 450 | * {@link St ring } | |
| 451 | * | |
| 452 | */ | |
| 453 | public void setD escription (String va lue) { | |
| 454 | th is.descrip tion = val ue; | |
| 455 | } | |
| 456 | ||
| 457 | ||
| 458 | /** | |
| 459 | * <p> Java class for anony mous compl ex type. | |
| 460 | * | |
| 461 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 462 | * | |
| 463 | * <pr e> | |
| 464 | * < ;complexTy pe> | |
| 465 | * & lt;complex Content> ; | |
| 466 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 467 | * <seq uence> | |
| 468 | * <elemen t name="de mographicS etTO" type ="{http:// DNS . URL /}demograp hicSetTO" maxOccurs= "unbounded " minOccur s="0" form ="unqualif ied"/> | |
| 469 | * </se quence> | |
| 470 | * </rest riction> ; | |
| 471 | * & lt;/comple xContent&g t; | |
| 472 | * < ;/complexT ype> | |
| 473 | * </p re> | |
| 474 | * | |
| 475 | * | |
| 476 | */ | |
| 477 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 478 | @XmlTy pe(name = "", propOr der = { | |
| 479 | "d emographic SetTO" | |
| 480 | }) | |
| 481 | public static cl ass Demogr aphics { | |
| 482 | ||
| 483 | pr otected Li st<Demogra phicSetTO> demograph icSetTO; | |
| 484 | ||
| 485 | /* * | |
| 486 | * Gets the value of t he demogra phicSetTO property. | |
| 487 | * | |
| 488 | * <p> | |
| 489 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 490 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 491 | * returned list will be present inside th e JAXB obj ect. | |
| 492 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the demographi cSetTO pro perty. | |
| 493 | * | |
| 494 | * <p> | |
| 495 | * For examp le, to add a new ite m, do as f ollows: | |
| 496 | * <pre> | |
| 497 | * getDem ographicSe tTO().add( newItem); | |
| 498 | * </pre> | |
| 499 | * | |
| 500 | * | |
| 501 | * <p> | |
| 502 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 503 | * {@link De mographicS etTO } | |
| 504 | * | |
| 505 | * | |
| 506 | * / | |
| 507 | pu blic List< Demographi cSetTO> ge tDemograph icSetTO() { | |
| 508 | if (demo graphicSet TO == null ) { | |
| 509 | demo graphicSet TO = new A rrayList<D emographic SetTO>(); | |
| 510 | } | |
| 511 | return t his.demogr aphicSetTO ; | |
| 512 | } | |
| 513 | ||
| 514 | } | |
| 515 | ||
| 516 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.