Produced by Araxis Merge on 4/12/2018 3:21:06 PM Eastern 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 | CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | PersonInfo.java | Mon Apr 9 18:52:50 2018 UTC |
| 2 | CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | PersonInfo.java | Wed Apr 11 18:21:39 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 878 |
| Changed | 1 | 4 |
| 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.ee; | |
| 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 personInf o complex 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="perso nInfo"> | |
| 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="f irstName" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 22 | * <eleme nt name="m iddleName" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 23 | * <eleme nt name="l astName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 24 | * <eleme nt name="p refix" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 25 | * <eleme nt name="s uffix" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 26 | * <eleme nt name="s snText" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 27 | * <eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 28 | * <eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 29 | * <eleme nt name="s saVerifica tionStatus " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 30 | * <eleme nt name="s saVerifica tionDate" type="{htt p://www.w3 .org/2001/ XMLSchema} date" minO ccurs="0"/ > | |
| 31 | * <elemen t name="va mcData" ty pe="{http: // DNS . URL /schemas}v amcDataCol lection" m inOccurs=" 0"/> | |
| 32 | * <elemen t name="na mes" type= "{http:// DNS . URL /schemas}n ameCollect ion" minOc curs="0"/> | |
| 33 | * <eleme nt name="m othersMaid enName" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 34 | * <eleme nt name="p laceOfBirt hCity" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 35 | * <eleme nt name="p laceOfBirt hState" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 36 | * & lt;/sequen ce> | |
| 37 | * < ;/restrict ion> | |
| 38 | * </ complexCon tent> | |
| 39 | * </co mplexType> | |
| 40 | * </pre> | |
| 41 | * | |
| 42 | * | |
| 43 | */ | |
| 44 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 45 | @XmlType(n ame = "per sonInfo", propOrder = { | |
| 46 | "first Name", | |
| 47 | "middl eName", | |
| 48 | "lastN ame", | |
| 49 | "prefi x", | |
| 50 | "suffi x", | |
| 51 | "ssnTe xt", | |
| 52 | "gende r", | |
| 53 | "dob", | |
| 54 | "ssaVe rification Status", | |
| 55 | "ssaVe rification Date", | |
| 56 | "vamcD ata", | |
| 57 | "names ", | |
| 58 | "mothe rsMaidenNa me", | |
| 59 | "place OfBirthCit y", | |
| 60 | "place OfBirthSta te" | |
| 61 | }) | |
| 62 | public cla ss PersonI nfo { | |
| 63 | ||
| 64 | protec ted String firstName ; | |
| 65 | protec ted String middleNam e; | |
| 66 | protec ted String lastName; | |
| 67 | protec ted String prefix; | |
| 68 | protec ted String suffix; | |
| 69 | protec ted String ssnText; | |
| 70 | protec ted String gender; | |
| 71 | protec ted String dob; | |
| 72 | protec ted String ssaVerifi cationStat us; | |
| 73 | @XmlSc hemaType(n ame = "dat e") | |
| 74 | protec ted XMLGre gorianCale ndar ssaVe rification Date; | |
| 75 | protec ted VamcDa taCollecti on vamcDat a; | |
| 76 | protec ted NameCo llection n ames; | |
| 77 | protec ted String mothersMa idenName; | |
| 78 | protec ted String placeOfBi rthCity; | |
| 79 | protec ted String placeOfBi rthState; | |
| 80 | ||
| 81 | /** | |
| 82 | * Get s the valu e of the f irstName p roperty. | |
| 83 | * | |
| 84 | * @re turn | |
| 85 | * possible object is | |
| 86 | * {@link St ring } | |
| 87 | * | |
| 88 | */ | |
| 89 | public String ge tFirstName () { | |
| 90 | re turn first Name; | |
| 91 | } | |
| 92 | ||
| 93 | /** | |
| 94 | * Set s the valu e of the f irstName p roperty. | |
| 95 | * | |
| 96 | * @pa ram value | |
| 97 | * allowed o bject is | |
| 98 | * {@link St ring } | |
| 99 | * | |
| 100 | */ | |
| 101 | public void setF irstName(S tring valu e) { | |
| 102 | th is.firstNa me = value ; | |
| 103 | } | |
| 104 | ||
| 105 | /** | |
| 106 | * Get s the valu e of the m iddleName property. | |
| 107 | * | |
| 108 | * @re turn | |
| 109 | * possible object is | |
| 110 | * {@link St ring } | |
| 111 | * | |
| 112 | */ | |
| 113 | public String ge tMiddleNam e() { | |
| 114 | re turn middl eName; | |
| 115 | } | |
| 116 | ||
| 117 | /** | |
| 118 | * Set s the valu e of the m iddleName property. | |
| 119 | * | |
| 120 | * @pa ram value | |
| 121 | * allowed o bject is | |
| 122 | * {@link St ring } | |
| 123 | * | |
| 124 | */ | |
| 125 | public void setM iddleName( String val ue) { | |
| 126 | th is.middleN ame = valu e; | |
| 127 | } | |
| 128 | ||
| 129 | /** | |
| 130 | * Get s the valu e of the l astName pr operty. | |
| 131 | * | |
| 132 | * @re turn | |
| 133 | * possible object is | |
| 134 | * {@link St ring } | |
| 135 | * | |
| 136 | */ | |
| 137 | public String ge tLastName( ) { | |
| 138 | re turn lastN ame; | |
| 139 | } | |
| 140 | ||
| 141 | /** | |
| 142 | * Set s the valu e of the l astName pr operty. | |
| 143 | * | |
| 144 | * @pa ram value | |
| 145 | * allowed o bject is | |
| 146 | * {@link St ring } | |
| 147 | * | |
| 148 | */ | |
| 149 | public void setL astName(St ring value ) { | |
| 150 | th is.lastNam e = value; | |
| 151 | } | |
| 152 | ||
| 153 | /** | |
| 154 | * Get s the valu e of the p refix prop erty. | |
| 155 | * | |
| 156 | * @re turn | |
| 157 | * possible object is | |
| 158 | * {@link St ring } | |
| 159 | * | |
| 160 | */ | |
| 161 | public String ge tPrefix() { | |
| 162 | re turn prefi x; | |
| 163 | } | |
| 164 | ||
| 165 | /** | |
| 166 | * Set s the valu e of the p refix prop erty. | |
| 167 | * | |
| 168 | * @pa ram value | |
| 169 | * allowed o bject is | |
| 170 | * {@link St ring } | |
| 171 | * | |
| 172 | */ | |
| 173 | public void setP refix(Stri ng value) { | |
| 174 | th is.prefix = value; | |
| 175 | } | |
| 176 | ||
| 177 | /** | |
| 178 | * Get s the valu e of the s uffix prop erty. | |
| 179 | * | |
| 180 | * @re turn | |
| 181 | * possible object is | |
| 182 | * {@link St ring } | |
| 183 | * | |
| 184 | */ | |
| 185 | public String ge tSuffix() { | |
| 186 | re turn suffi x; | |
| 187 | } | |
| 188 | ||
| 189 | /** | |
| 190 | * Set s the valu e of the s uffix prop erty. | |
| 191 | * | |
| 192 | * @pa ram value | |
| 193 | * allowed o bject is | |
| 194 | * {@link St ring } | |
| 195 | * | |
| 196 | */ | |
| 197 | public void setS uffix(Stri ng value) { | |
| 198 | th is.suffix = value; | |
| 199 | } | |
| 200 | ||
| 201 | /** | |
| 202 | * Get s the valu e of the s snText pro perty. | |
| 203 | * | |
| 204 | * @re turn | |
| 205 | * possible object is | |
| 206 | * {@link St ring } | |
| 207 | * | |
| 208 | */ | |
| 209 | public String ge tSsnText() { | |
| 210 | re turn ssnTe xt; | |
| 211 | } | |
| 212 | ||
| 213 | /** | |
| 214 | * Set s the valu e of the s snText pro perty. | |
| 215 | * | |
| 216 | * @pa ram value | |
| 217 | * allowed o bject is | |
| 218 | * {@link St ring } | |
| 219 | * | |
| 220 | */ | |
| 221 | public void setS snText(Str ing value) { | |
| 222 | th is.ssnText = value; | |
| 223 | } | |
| 224 | ||
| 225 | /** | |
| 226 | * Get s the valu e of the g ender prop erty. | |
| 227 | * | |
| 228 | * @re turn | |
| 229 | * possible object is | |
| 230 | * {@link St ring } | |
| 231 | * | |
| 232 | */ | |
| 233 | public String ge tGender() { | |
| 234 | re turn gende r; | |
| 235 | } | |
| 236 | ||
| 237 | /** | |
| 238 | * Set s the valu e of the g ender prop erty. | |
| 239 | * | |
| 240 | * @pa ram value | |
| 241 | * allowed o bject is | |
| 242 | * {@link St ring } | |
| 243 | * | |
| 244 | */ | |
| 245 | public void setG ender(Stri ng value) { | |
| 246 | th is.gender = value; | |
| 247 | } | |
| 248 | ||
| 249 | /** | |
| 250 | * Get s the valu e of the d ob propert y. | |
| 251 | * | |
| 252 | * @re turn | |
| 253 | * possible object is | |
| 254 | * {@link St ring } | |
| 255 | * | |
| 256 | */ | |
| 257 | public String ge tDob() { | |
| 258 | re turn dob; | |
| 259 | } | |
| 260 | ||
| 261 | /** | |
| 262 | * Set s the valu e of the d ob propert y. | |
| 263 | * | |
| 264 | * @pa ram value | |
| 265 | * allowed o bject is | |
| 266 | * {@link St ring } | |
| 267 | * | |
| 268 | */ | |
| 269 | public void setD ob(String value) { | |
| 270 | th is.dob = v alue; | |
| 271 | } | |
| 272 | ||
| 273 | /** | |
| 274 | * Get s the valu e of the s saVerifica tionStatus property. | |
| 275 | * | |
| 276 | * @re turn | |
| 277 | * possible object is | |
| 278 | * {@link St ring } | |
| 279 | * | |
| 280 | */ | |
| 281 | public String ge tSsaVerifi cationStat us() { | |
| 282 | re turn ssaVe rification Status; | |
| 283 | } | |
| 284 | ||
| 285 | /** | |
| 286 | * Set s the valu e of the s saVerifica tionStatus property. | |
| 287 | * | |
| 288 | * @pa ram value | |
| 289 | * allowed o bject is | |
| 290 | * {@link St ring } | |
| 291 | * | |
| 292 | */ | |
| 293 | public void setS saVerifica tionStatus (String va lue) { | |
| 294 | th is.ssaVeri ficationSt atus = val ue; | |
| 295 | } | |
| 296 | ||
| 297 | /** | |
| 298 | * Get s the valu e of the s saVerifica tionDate p roperty. | |
| 299 | * | |
| 300 | * @re turn | |
| 301 | * possible object is | |
| 302 | * {@link XM LGregorian Calendar } | |
| 303 | * | |
| 304 | */ | |
| 305 | public XMLGregor ianCalenda r getSsaVe rification Date() { | |
| 306 | re turn ssaVe rification Date; | |
| 307 | } | |
| 308 | ||
| 309 | /** | |
| 310 | * Set s the valu e of the s saVerifica tionDate p roperty. | |
| 311 | * | |
| 312 | * @pa ram value | |
| 313 | * allowed o bject is | |
| 314 | * {@link XM LGregorian Calendar } | |
| 315 | * | |
| 316 | */ | |
| 317 | public void setS saVerifica tionDate(X MLGregoria nCalendar value) { | |
| 318 | th is.ssaVeri ficationDa te = value ; | |
| 319 | } | |
| 320 | ||
| 321 | /** | |
| 322 | * Get s the valu e of the v amcData pr operty. | |
| 323 | * | |
| 324 | * @re turn | |
| 325 | * possible object is | |
| 326 | * {@link Va mcDataColl ection } | |
| 327 | * | |
| 328 | */ | |
| 329 | public VamcDataC ollection getVamcDat a() { | |
| 330 | re turn vamcD ata; | |
| 331 | } | |
| 332 | ||
| 333 | /** | |
| 334 | * Set s the valu e of the v amcData pr operty. | |
| 335 | * | |
| 336 | * @pa ram value | |
| 337 | * allowed o bject is | |
| 338 | * {@link Va mcDataColl ection } | |
| 339 | * | |
| 340 | */ | |
| 341 | public void setV amcData(Va mcDataColl ection val ue) { | |
| 342 | th is.vamcDat a = value; | |
| 343 | } | |
| 344 | ||
| 345 | /** | |
| 346 | * Get s the valu e of the n ames prope rty. | |
| 347 | * | |
| 348 | * @re turn | |
| 349 | * possible object is | |
| 350 | * {@link Na meCollecti on } | |
| 351 | * | |
| 352 | */ | |
| 353 | public NameColle ction getN ames() { | |
| 354 | re turn names ; | |
| 355 | } | |
| 356 | ||
| 357 | /** | |
| 358 | * Set s the valu e of the n ames prope rty. | |
| 359 | * | |
| 360 | * @pa ram value | |
| 361 | * allowed o bject is | |
| 362 | * {@link Na meCollecti on } | |
| 363 | * | |
| 364 | */ | |
| 365 | public void setN ames(NameC ollection value) { | |
| 366 | th is.names = value; | |
| 367 | } | |
| 368 | ||
| 369 | /** | |
| 370 | * Get s the valu e of the m othersMaid enName pro perty. | |
| 371 | * | |
| 372 | * @re turn | |
| 373 | * possible object is | |
| 374 | * {@link St ring } | |
| 375 | * | |
| 376 | */ | |
| 377 | public String ge tMothersMa idenName() { | |
| 378 | re turn mothe rsMaidenNa me; | |
| 379 | } | |
| 380 | ||
| 381 | /** | |
| 382 | * Set s the valu e of the m othersMaid enName pro perty. | |
| 383 | * | |
| 384 | * @pa ram value | |
| 385 | * allowed o bject is | |
| 386 | * {@link St ring } | |
| 387 | * | |
| 388 | */ | |
| 389 | public void setM othersMaid enName(Str ing value) { | |
| 390 | th is.mothers MaidenName = value; | |
| 391 | } | |
| 392 | ||
| 393 | /** | |
| 394 | * Get s the valu e of the p laceOfBirt hCity prop erty. | |
| 395 | * | |
| 396 | * @re turn | |
| 397 | * possible object is | |
| 398 | * {@link St ring } | |
| 399 | * | |
| 400 | */ | |
| 401 | public String ge tPlaceOfBi rthCity() { | |
| 402 | re turn place OfBirthCit y; | |
| 403 | } | |
| 404 | ||
| 405 | /** | |
| 406 | * Set s the valu e of the p laceOfBirt hCity prop erty. | |
| 407 | * | |
| 408 | * @pa ram value | |
| 409 | * allowed o bject is | |
| 410 | * {@link St ring } | |
| 411 | * | |
| 412 | */ | |
| 413 | public void setP laceOfBirt hCity(Stri ng value) { | |
| 414 | th is.placeOf BirthCity = value; | |
| 415 | } | |
| 416 | ||
| 417 | /** | |
| 418 | * Get s the valu e of the p laceOfBirt hState pro perty. | |
| 419 | * | |
| 420 | * @re turn | |
| 421 | * possible object is | |
| 422 | * {@link St ring } | |
| 423 | * | |
| 424 | */ | |
| 425 | public String ge tPlaceOfBi rthState() { | |
| 426 | re turn place OfBirthSta te; | |
| 427 | } | |
| 428 | ||
| 429 | /** | |
| 430 | * Set s the valu e of the p laceOfBirt hState pro perty. | |
| 431 | * | |
| 432 | * @pa ram value | |
| 433 | * allowed o bject is | |
| 434 | * {@link St ring } | |
| 435 | * | |
| 436 | */ | |
| 437 | public void setP laceOfBirt hState(Str ing value) { | |
| 438 | th is.placeOf BirthState = value; | |
| 439 | } | |
| 440 | ||
| 441 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.