Produced by Araxis Merge on 1/17/2019 10:54:24 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 | DemographicSetTO.java | Wed Jan 16 16:06:36 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 | DemographicSetTO.java | Wed Jan 16 20:15:24 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 884 |
| Changed | 4 | 8 |
| 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.XmlType ; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for demograph icSetTO co mplex 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="demog raphicSetT O"> | |
| 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="t ag" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 22 | * <eleme nt name="a ddresses" minOccurs= "0" form=" unqualifie d"> | |
| 23 | * <com plexType&g t; | |
| 24 | * <c omplexCont ent> | |
| 25 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 26 | * & lt;sequenc e> | |
| 27 | * <elemen t name="ad dressTO" t ype="{http :// DNS . URL /}addressT O" maxOccu rs="unboun ded" minOc curs="0" f orm="unqua lified"/&g t; | |
| 28 | * & lt;/sequen ce> | |
| 29 | * < ;/restrict ion> | |
| 30 | * </ complexCon tent> | |
| 31 | * </co mplexType& gt; | |
| 32 | * </elem ent> | |
| 33 | * <eleme nt name="p hones" min Occurs="0" form="unq ualified"& gt; | |
| 34 | * <com plexType&g t; | |
| 35 | * <c omplexCont ent> | |
| 36 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 37 | * & lt;sequenc e> | |
| 38 | * <elemen t name="ph oneNumTO" type="{htt p:// DNS . URL /}phoneNum TO" maxOcc urs="unbou nded" minO ccurs="0" form="unqu alified"/& gt; | |
| 39 | * & lt;/sequen ce> | |
| 40 | * < ;/restrict ion> | |
| 41 | * </ complexCon tent> | |
| 42 | * </co mplexType& gt; | |
| 43 | * </elem ent> | |
| 44 | * <eleme nt name="e mailAddres ses" minOc curs="0" f orm="unqua lified"> ; | |
| 45 | * <com plexType&g t; | |
| 46 | * <c omplexCont ent> | |
| 47 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 48 | * & lt;sequenc e> | |
| 49 | * <eleme nt name="s tring" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" maxOc curs="unbo unded" min Occurs="0" form="unq ualified"/ > | |
| 50 | * & lt;/sequen ce> | |
| 51 | * < ;/restrict ion> | |
| 52 | * </ complexCon tent> | |
| 53 | * </co mplexType& gt; | |
| 54 | * </elem ent> | |
| 55 | * <eleme nt name="d emographic Names" min Occurs="0" form="unq ualified"& gt; | |
| 56 | * <com plexType&g t; | |
| 57 | * <c omplexCont ent> | |
| 58 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 59 | * & lt;sequenc e> | |
| 60 | * <eleme nt name="n ames" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" maxOcc urs="unbou nded" minO ccurs="0" form="unqu alified"/& gt; | |
| 61 | * & lt;/sequen ce> | |
| 62 | * < ;/restrict ion> | |
| 63 | * </ complexCon tent> | |
| 64 | * </co mplexType& gt; | |
| 65 | * </elem ent> | |
| 66 | * & lt;/sequen ce> | |
| 67 | * < ;/restrict ion> | |
| 68 | * </ complexCon tent> | |
| 69 | * </co mplexType& gt; | |
| 70 | * </pre> | |
| 71 | * | |
| 72 | * | |
| 73 | */ | |
| 74 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 75 | @XmlType(n ame = "dem ographicSe tTO", prop Order = { | |
| 76 | "tag", | |
| 77 | "addre sses", | |
| 78 | "phone s", | |
| 79 | "email Addresses" , | |
| 80 | "demog raphicName s" | |
| 81 | }) | |
| 82 | public cla ss Demogra phicSetTO { | |
| 83 | ||
| 84 | protec ted String tag; | |
| 85 | protec ted Demogr aphicSetTO .Addresses addresses ; | |
| 86 | protec ted Demogr aphicSetTO .Phones ph ones; | |
| 87 | protec ted Demogr aphicSetTO .EmailAddr esses emai lAddresses ; | |
| 88 | protec ted Demogr aphicSetTO .Demograph icNames de mographicN ames; | |
| 89 | ||
| 90 | /** | |
| 91 | * Get s the valu e of the t ag propert y. | |
| 92 | * | |
| 93 | * @re turn | |
| 94 | * possible object is | |
| 95 | * {@link St ring } | |
| 96 | * | |
| 97 | */ | |
| 98 | public String ge tTag() { | |
| 99 | re turn tag; | |
| 100 | } | |
| 101 | ||
| 102 | /** | |
| 103 | * Set s the valu e of the t ag propert y. | |
| 104 | * | |
| 105 | * @pa ram value | |
| 106 | * allowed o bject is | |
| 107 | * {@link St ring } | |
| 108 | * | |
| 109 | */ | |
| 110 | public void setT ag(String value) { | |
| 111 | th is.tag = v alue; | |
| 112 | } | |
| 113 | ||
| 114 | /** | |
| 115 | * Get s the valu e of the a ddresses p roperty. | |
| 116 | * | |
| 117 | * @re turn | |
| 118 | * possible object is | |
| 119 | * {@link De mographicS etTO.Addre sses } | |
| 120 | * | |
| 121 | */ | |
| 122 | public Demograph icSetTO.Ad dresses ge tAddresses () { | |
| 123 | re turn addre sses; | |
| 124 | } | |
| 125 | ||
| 126 | /** | |
| 127 | * Set s the valu e of the a ddresses p roperty. | |
| 128 | * | |
| 129 | * @pa ram value | |
| 130 | * allowed o bject is | |
| 131 | * {@link De mographicS etTO.Addre sses } | |
| 132 | * | |
| 133 | */ | |
| 134 | public void setA ddresses(D emographic SetTO.Addr esses valu e) { | |
| 135 | th is.address es = value ; | |
| 136 | } | |
| 137 | ||
| 138 | /** | |
| 139 | * Get s the valu e of the p hones prop erty. | |
| 140 | * | |
| 141 | * @re turn | |
| 142 | * possible object is | |
| 143 | * {@link De mographicS etTO.Phone s } | |
| 144 | * | |
| 145 | */ | |
| 146 | public Demograph icSetTO.Ph ones getPh ones() { | |
| 147 | re turn phone s; | |
| 148 | } | |
| 149 | ||
| 150 | /** | |
| 151 | * Set s the valu e of the p hones prop erty. | |
| 152 | * | |
| 153 | * @pa ram value | |
| 154 | * allowed o bject is | |
| 155 | * {@link De mographicS etTO.Phone s } | |
| 156 | * | |
| 157 | */ | |
| 158 | public void setP hones(Demo graphicSet TO.Phones value) { | |
| 159 | th is.phones = value; | |
| 160 | } | |
| 161 | ||
| 162 | /** | |
| 163 | * Get s the valu e of the e mailAddres ses proper ty. | |
| 164 | * | |
| 165 | * @re turn | |
| 166 | * possible object is | |
| 167 | * {@link De mographicS etTO.Email Addresses } | |
| 168 | * | |
| 169 | */ | |
| 170 | public Demograph icSetTO.Em ailAddress es getEmai lAddresses () { | |
| 171 | re turn email Addresses; | |
| 172 | } | |
| 173 | ||
| 174 | /** | |
| 175 | * Set s the valu e of the e mailAddres ses proper ty. | |
| 176 | * | |
| 177 | * @pa ram value | |
| 178 | * allowed o bject is | |
| 179 | * {@link De mographicS etTO.Email Addresses } | |
| 180 | * | |
| 181 | */ | |
| 182 | public void setE mailAddres ses(Demogr aphicSetTO .EmailAddr esses valu e) { | |
| 183 | th is.emailAd dresses = value; | |
| 184 | } | |
| 185 | ||
| 186 | /** | |
| 187 | * Get s the valu e of the d emographic Names prop erty. | |
| 188 | * | |
| 189 | * @re turn | |
| 190 | * possible object is | |
| 191 | * {@link De mographicS etTO.Demog raphicName s } | |
| 192 | * | |
| 193 | */ | |
| 194 | public Demograph icSetTO.De mographicN ames getDe mographicN ames() { | |
| 195 | re turn demog raphicName s; | |
| 196 | } | |
| 197 | ||
| 198 | /** | |
| 199 | * Set s the valu e of the d emographic Names prop erty. | |
| 200 | * | |
| 201 | * @pa ram value | |
| 202 | * allowed o bject is | |
| 203 | * {@link De mographicS etTO.Demog raphicName s } | |
| 204 | * | |
| 205 | */ | |
| 206 | public void setD emographic Names(Demo graphicSet TO.Demogra phicNames value) { | |
| 207 | th is.demogra phicNames = value; | |
| 208 | } | |
| 209 | ||
| 210 | ||
| 211 | /** | |
| 212 | * <p> Java class for anony mous compl ex type. | |
| 213 | * | |
| 214 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 215 | * | |
| 216 | * <pr e> | |
| 217 | * < ;complexTy pe> | |
| 218 | * & lt;complex Content> ; | |
| 219 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 220 | * <seq uence> | |
| 221 | * <elemen t name="ad dressTO" t ype="{http :// DNS . URL /}addressT O" maxOccu rs="unboun ded" minOc curs="0" f orm="unqua lified"/&g t; | |
| 222 | * </se quence> | |
| 223 | * </rest riction> ; | |
| 224 | * & lt;/comple xContent&g t; | |
| 225 | * < ;/complexT ype> | |
| 226 | * </p re> | |
| 227 | * | |
| 228 | * | |
| 229 | */ | |
| 230 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 231 | @XmlTy pe(name = "", propOr der = { | |
| 232 | "a ddressTO" | |
| 233 | }) | |
| 234 | public static cl ass Addres ses { | |
| 235 | ||
| 236 | pr otected Li st<Address TO> addres sTO; | |
| 237 | ||
| 238 | /* * | |
| 239 | * Gets the value of t he address TO propert y. | |
| 240 | * | |
| 241 | * <p> | |
| 242 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 243 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 244 | * returned list will be present inside th e JAXB obj ect. | |
| 245 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the addressTO property. | |
| 246 | * | |
| 247 | * <p> | |
| 248 | * For examp le, to add a new ite m, do as f ollows: | |
| 249 | * <pre> | |
| 250 | * getAdd ressTO().a dd(newItem ); | |
| 251 | * </pre> | |
| 252 | * | |
| 253 | * | |
| 254 | * <p> | |
| 255 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 256 | * {@link Ad dressTO } | |
| 257 | * | |
| 258 | * | |
| 259 | * / | |
| 260 | pu blic List< AddressTO> getAddres sTO() { | |
| 261 | if (addr essTO == n ull) { | |
| 262 | addr essTO = ne w ArrayLis t<AddressT O>(); | |
| 263 | } | |
| 264 | return t his.addres sTO; | |
| 265 | } | |
| 266 | ||
| 267 | } | |
| 268 | ||
| 269 | ||
| 270 | /** | |
| 271 | * <p> Java class for anony mous compl ex type. | |
| 272 | * | |
| 273 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 274 | * | |
| 275 | * <pr e> | |
| 276 | * < ;complexTy pe> | |
| 277 | * & lt;complex Content> ; | |
| 278 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 279 | * <seq uence> | |
| 280 | * <e lement nam e="names" type="{htt p://www.w3 .org/2001/ XMLSchema} string" ma xOccurs="u nbounded" minOccurs= "0" form=" unqualifie d"/> | |
| 281 | * </se quence> | |
| 282 | * </rest riction> ; | |
| 283 | * & lt;/comple xContent&g t; | |
| 284 | * < ;/complexT ype> | |
| 285 | * </p re> | |
| 286 | * | |
| 287 | * | |
| 288 | */ | |
| 289 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 290 | @XmlTy pe(name = "", propOr der = { | |
| 291 | "n ames" | |
| 292 | }) | |
| 293 | public static cl ass Demogr aphicNames { | |
| 294 | ||
| 295 | pr otected Li st<String> names; | |
| 296 | ||
| 297 | /* * | |
| 298 | * Gets the value of t he names p roperty. | |
| 299 | * | |
| 300 | * <p> | |
| 301 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 302 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 303 | * returned list will be present inside th e JAXB obj ect. | |
| 304 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the names prop erty. | |
| 305 | * | |
| 306 | * <p> | |
| 307 | * For examp le, to add a new ite m, do as f ollows: | |
| 308 | * <pre> | |
| 309 | * getNam es().add(n ewItem); | |
| 310 | * </pre> | |
| 311 | * | |
| 312 | * | |
| 313 | * <p> | |
| 314 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 315 | * {@link St ring } | |
| 316 | * | |
| 317 | * | |
| 318 | * / | |
| 319 | pu blic List< String> ge tNames() { | |
| 320 | if (name s == null) { | |
| 321 | name s = new Ar rayList<St ring>(); | |
| 322 | } | |
| 323 | return t his.names; | |
| 324 | } | |
| 325 | ||
| 326 | } | |
| 327 | ||
| 328 | ||
| 329 | /** | |
| 330 | * <p> Java class for anony mous compl ex type. | |
| 331 | * | |
| 332 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 333 | * | |
| 334 | * <pr e> | |
| 335 | * < ;complexTy pe> | |
| 336 | * & lt;complex Content> ; | |
| 337 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 338 | * <seq uence> | |
| 339 | * <e lement nam e="string" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m axOccurs=" unbounded" minOccurs ="0" form= "unqualifi ed"/> | |
| 340 | * </se quence> | |
| 341 | * </rest riction> ; | |
| 342 | * & lt;/comple xContent&g t; | |
| 343 | * < ;/complexT ype> | |
| 344 | * </p re> | |
| 345 | * | |
| 346 | * | |
| 347 | */ | |
| 348 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 349 | @XmlTy pe(name = "", propOr der = { | |
| 350 | "s tring" | |
| 351 | }) | |
| 352 | public static cl ass EmailA ddresses { | |
| 353 | ||
| 354 | pr otected Li st<String> string; | |
| 355 | ||
| 356 | /* * | |
| 357 | * Gets the value of t he string property. | |
| 358 | * | |
| 359 | * <p> | |
| 360 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 361 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 362 | * returned list will be present inside th e JAXB obj ect. | |
| 363 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the string pro perty. | |
| 364 | * | |
| 365 | * <p> | |
| 366 | * For examp le, to add a new ite m, do as f ollows: | |
| 367 | * <pre> | |
| 368 | * getStr ing().add( newItem); | |
| 369 | * </pre> | |
| 370 | * | |
| 371 | * | |
| 372 | * <p> | |
| 373 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 374 | * {@link St ring } | |
| 375 | * | |
| 376 | * | |
| 377 | * / | |
| 378 | pu blic List< String> ge tString() { | |
| 379 | if (stri ng == null ) { | |
| 380 | stri ng = new A rrayList<S tring>(); | |
| 381 | } | |
| 382 | return t his.string ; | |
| 383 | } | |
| 384 | ||
| 385 | } | |
| 386 | ||
| 387 | ||
| 388 | /** | |
| 389 | * <p> Java class for anony mous compl ex type. | |
| 390 | * | |
| 391 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 392 | * | |
| 393 | * <pr e> | |
| 394 | * < ;complexTy pe> | |
| 395 | * & lt;complex Content> ; | |
| 396 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 397 | * <seq uence> | |
| 398 | * <elemen t name="ph oneNumTO" type="{htt p:// DNS . URL /}phoneNum TO" maxOcc urs="unbou nded" minO ccurs="0" form="unqu alified"/& gt; | |
| 399 | * </se quence> | |
| 400 | * </rest riction> ; | |
| 401 | * & lt;/comple xContent&g t; | |
| 402 | * < ;/complexT ype> | |
| 403 | * </p re> | |
| 404 | * | |
| 405 | * | |
| 406 | */ | |
| 407 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 408 | @XmlTy pe(name = "", propOr der = { | |
| 409 | "p honeNumTO" | |
| 410 | }) | |
| 411 | public static cl ass Phones { | |
| 412 | ||
| 413 | pr otected Li st<PhoneNu mTO> phone NumTO; | |
| 414 | ||
| 415 | /* * | |
| 416 | * Gets the value of t he phoneNu mTO proper ty. | |
| 417 | * | |
| 418 | * <p> | |
| 419 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 420 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 421 | * returned list will be present inside th e JAXB obj ect. | |
| 422 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the phoneNumTO property. | |
| 423 | * | |
| 424 | * <p> | |
| 425 | * For examp le, to add a new ite m, do as f ollows: | |
| 426 | * <pre> | |
| 427 | * getPho neNumTO(). add(newIte m); | |
| 428 | * </pre> | |
| 429 | * | |
| 430 | * | |
| 431 | * <p> | |
| 432 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 433 | * {@link Ph oneNumTO } | |
| 434 | * | |
| 435 | * | |
| 436 | * / | |
| 437 | pu blic List< PhoneNumTO > getPhone NumTO() { | |
| 438 | if (phon eNumTO == null) { | |
| 439 | phon eNumTO = n ew ArrayLi st<PhoneNu mTO>(); | |
| 440 | } | |
| 441 | return t his.phoneN umTO; | |
| 442 | } | |
| 443 | ||
| 444 | } | |
| 445 | ||
| 446 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.