Produced by Araxis Merge on 6/9/2017 3:45:55 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 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas | AddressInfo.java | Mon Apr 24 15:27:30 2017 UTC |
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas | AddressInfo.java | Thu Jun 1 22:11:06 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1060 |
| Changed | 1 | 2 |
| 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.e sr.webserv ices.jaxws .schemas; | |
| 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 addressIn fo 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="addre ssInfo"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 22 | * <eleme nt name="c ountry" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 23 | * <eleme nt name="c ounty" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 24 | * <eleme nt name="l ine1" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 25 | * <eleme nt name="l ine2" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 26 | * <eleme nt name="l ine3" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 27 | * <eleme nt name="p ostalCode" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 28 | * <eleme nt name="p rovinceCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 29 | * <eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 30 | * <eleme nt name="z ipCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 31 | * <eleme nt name="z ipPlus4" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 32 | * <eleme nt name="a ddressChan geDateTime " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |
| 33 | * <eleme nt name="a ddressChan geEffectiv eDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 34 | * <eleme nt name="a ddressChan geSite" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 35 | * <eleme nt name="a ddressChan geSource" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 36 | * <eleme nt name="a ddressType Code" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 37 | * <elemen t name="co nfidential AddressCat egories" t ype="{http :// URL . DNS }confident ialAddress CategoryCo llection" minOccurs= "0"/> | |
| 38 | * <eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 39 | * <eleme nt name="p honeNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 40 | * & lt;/all> | |
| 41 | * < ;/restrict ion> | |
| 42 | * </ complexCon tent> | |
| 43 | * </co mplexType> | |
| 44 | * </pre> | |
| 45 | * | |
| 46 | * | |
| 47 | */ | |
| 48 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 49 | @XmlType(n ame = "add ressInfo", propOrder = { | |
| 50 | ||
| 51 | }) | |
| 52 | public cla ss Address Info { | |
| 53 | ||
| 54 | protec ted String city; | |
| 55 | protec ted String country; | |
| 56 | protec ted String county; | |
| 57 | protec ted String line1; | |
| 58 | protec ted String line2; | |
| 59 | protec ted String line3; | |
| 60 | protec ted String postalCod e; | |
| 61 | protec ted String provinceC ode; | |
| 62 | protec ted String state; | |
| 63 | protec ted String zipCode; | |
| 64 | protec ted String zipPlus4; | |
| 65 | @XmlSc hemaType(n ame = "dat eTime") | |
| 66 | protec ted XMLGre gorianCale ndar addre ssChangeDa teTime; | |
| 67 | protec ted String addressCh angeEffect iveDate; | |
| 68 | protec ted String addressCh angeSite; | |
| 69 | protec ted String addressCh angeSource ; | |
| 70 | protec ted String addressTy peCode; | |
| 71 | protec ted Confid entialAddr essCategor yCollectio n confiden tialAddres sCategorie s; | |
| 72 | protec ted String endDate; | |
| 73 | protec ted String phoneNumb er; | |
| 74 | ||
| 75 | /** | |
| 76 | * Get s the valu e of the c ity proper ty. | |
| 77 | * | |
| 78 | * @re turn | |
| 79 | * possible object is | |
| 80 | * {@link St ring } | |
| 81 | * | |
| 82 | */ | |
| 83 | public String ge tCity() { | |
| 84 | re turn city; | |
| 85 | } | |
| 86 | ||
| 87 | /** | |
| 88 | * Set s the valu e of the c ity proper ty. | |
| 89 | * | |
| 90 | * @pa ram value | |
| 91 | * allowed o bject is | |
| 92 | * {@link St ring } | |
| 93 | * | |
| 94 | */ | |
| 95 | public void setC ity(String value) { | |
| 96 | th is.city = value; | |
| 97 | } | |
| 98 | ||
| 99 | /** | |
| 100 | * Get s the valu e of the c ountry pro perty. | |
| 101 | * | |
| 102 | * @re turn | |
| 103 | * possible object is | |
| 104 | * {@link St ring } | |
| 105 | * | |
| 106 | */ | |
| 107 | public String ge tCountry() { | |
| 108 | re turn count ry; | |
| 109 | } | |
| 110 | ||
| 111 | /** | |
| 112 | * Set s the valu e of the c ountry pro perty. | |
| 113 | * | |
| 114 | * @pa ram value | |
| 115 | * allowed o bject is | |
| 116 | * {@link St ring } | |
| 117 | * | |
| 118 | */ | |
| 119 | public void setC ountry(Str ing value) { | |
| 120 | th is.country = value; | |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Get s the valu e of the c ounty prop erty. | |
| 125 | * | |
| 126 | * @re turn | |
| 127 | * possible object is | |
| 128 | * {@link St ring } | |
| 129 | * | |
| 130 | */ | |
| 131 | public String ge tCounty() { | |
| 132 | re turn count y; | |
| 133 | } | |
| 134 | ||
| 135 | /** | |
| 136 | * Set s the valu e of the c ounty prop erty. | |
| 137 | * | |
| 138 | * @pa ram value | |
| 139 | * allowed o bject is | |
| 140 | * {@link St ring } | |
| 141 | * | |
| 142 | */ | |
| 143 | public void setC ounty(Stri ng value) { | |
| 144 | th is.county = value; | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Get s the valu e of the l ine1 prope rty. | |
| 149 | * | |
| 150 | * @re turn | |
| 151 | * possible object is | |
| 152 | * {@link St ring } | |
| 153 | * | |
| 154 | */ | |
| 155 | public String ge tLine1() { | |
| 156 | re turn line1 ; | |
| 157 | } | |
| 158 | ||
| 159 | /** | |
| 160 | * Set s the valu e of the l ine1 prope rty. | |
| 161 | * | |
| 162 | * @pa ram value | |
| 163 | * allowed o bject is | |
| 164 | * {@link St ring } | |
| 165 | * | |
| 166 | */ | |
| 167 | public void setL ine1(Strin g value) { | |
| 168 | th is.line1 = value; | |
| 169 | } | |
| 170 | ||
| 171 | /** | |
| 172 | * Get s the valu e of the l ine2 prope rty. | |
| 173 | * | |
| 174 | * @re turn | |
| 175 | * possible object is | |
| 176 | * {@link St ring } | |
| 177 | * | |
| 178 | */ | |
| 179 | public String ge tLine2() { | |
| 180 | re turn line2 ; | |
| 181 | } | |
| 182 | ||
| 183 | /** | |
| 184 | * Set s the valu e of the l ine2 prope rty. | |
| 185 | * | |
| 186 | * @pa ram value | |
| 187 | * allowed o bject is | |
| 188 | * {@link St ring } | |
| 189 | * | |
| 190 | */ | |
| 191 | public void setL ine2(Strin g value) { | |
| 192 | th is.line2 = value; | |
| 193 | } | |
| 194 | ||
| 195 | /** | |
| 196 | * Get s the valu e of the l ine3 prope rty. | |
| 197 | * | |
| 198 | * @re turn | |
| 199 | * possible object is | |
| 200 | * {@link St ring } | |
| 201 | * | |
| 202 | */ | |
| 203 | public String ge tLine3() { | |
| 204 | re turn line3 ; | |
| 205 | } | |
| 206 | ||
| 207 | /** | |
| 208 | * Set s the valu e of the l ine3 prope rty. | |
| 209 | * | |
| 210 | * @pa ram value | |
| 211 | * allowed o bject is | |
| 212 | * {@link St ring } | |
| 213 | * | |
| 214 | */ | |
| 215 | public void setL ine3(Strin g value) { | |
| 216 | th is.line3 = value; | |
| 217 | } | |
| 218 | ||
| 219 | /** | |
| 220 | * Get s the valu e of the p ostalCode property. | |
| 221 | * | |
| 222 | * @re turn | |
| 223 | * possible object is | |
| 224 | * {@link St ring } | |
| 225 | * | |
| 226 | */ | |
| 227 | public String ge tPostalCod e() { | |
| 228 | re turn posta lCode; | |
| 229 | } | |
| 230 | ||
| 231 | /** | |
| 232 | * Set s the valu e of the p ostalCode property. | |
| 233 | * | |
| 234 | * @pa ram value | |
| 235 | * allowed o bject is | |
| 236 | * {@link St ring } | |
| 237 | * | |
| 238 | */ | |
| 239 | public void setP ostalCode( String val ue) { | |
| 240 | th is.postalC ode = valu e; | |
| 241 | } | |
| 242 | ||
| 243 | /** | |
| 244 | * Get s the valu e of the p rovinceCod e property . | |
| 245 | * | |
| 246 | * @re turn | |
| 247 | * possible object is | |
| 248 | * {@link St ring } | |
| 249 | * | |
| 250 | */ | |
| 251 | public String ge tProvinceC ode() { | |
| 252 | re turn provi nceCode; | |
| 253 | } | |
| 254 | ||
| 255 | /** | |
| 256 | * Set s the valu e of the p rovinceCod e property . | |
| 257 | * | |
| 258 | * @pa ram value | |
| 259 | * allowed o bject is | |
| 260 | * {@link St ring } | |
| 261 | * | |
| 262 | */ | |
| 263 | public void setP rovinceCod e(String v alue) { | |
| 264 | th is.provinc eCode = va lue; | |
| 265 | } | |
| 266 | ||
| 267 | /** | |
| 268 | * Get s the valu e of the s tate prope rty. | |
| 269 | * | |
| 270 | * @re turn | |
| 271 | * possible object is | |
| 272 | * {@link St ring } | |
| 273 | * | |
| 274 | */ | |
| 275 | public String ge tState() { | |
| 276 | re turn state ; | |
| 277 | } | |
| 278 | ||
| 279 | /** | |
| 280 | * Set s the valu e of the s tate prope rty. | |
| 281 | * | |
| 282 | * @pa ram value | |
| 283 | * allowed o bject is | |
| 284 | * {@link St ring } | |
| 285 | * | |
| 286 | */ | |
| 287 | public void setS tate(Strin g value) { | |
| 288 | th is.state = value; | |
| 289 | } | |
| 290 | ||
| 291 | /** | |
| 292 | * Get s the valu e of the z ipCode pro perty. | |
| 293 | * | |
| 294 | * @re turn | |
| 295 | * possible object is | |
| 296 | * {@link St ring } | |
| 297 | * | |
| 298 | */ | |
| 299 | public String ge tZipCode() { | |
| 300 | re turn zipCo de; | |
| 301 | } | |
| 302 | ||
| 303 | /** | |
| 304 | * Set s the valu e of the z ipCode pro perty. | |
| 305 | * | |
| 306 | * @pa ram value | |
| 307 | * allowed o bject is | |
| 308 | * {@link St ring } | |
| 309 | * | |
| 310 | */ | |
| 311 | public void setZ ipCode(Str ing value) { | |
| 312 | th is.zipCode = value; | |
| 313 | } | |
| 314 | ||
| 315 | /** | |
| 316 | * Get s the valu e of the z ipPlus4 pr operty. | |
| 317 | * | |
| 318 | * @re turn | |
| 319 | * possible object is | |
| 320 | * {@link St ring } | |
| 321 | * | |
| 322 | */ | |
| 323 | public String ge tZipPlus4( ) { | |
| 324 | re turn zipPl us4; | |
| 325 | } | |
| 326 | ||
| 327 | /** | |
| 328 | * Set s the valu e of the z ipPlus4 pr operty. | |
| 329 | * | |
| 330 | * @pa ram value | |
| 331 | * allowed o bject is | |
| 332 | * {@link St ring } | |
| 333 | * | |
| 334 | */ | |
| 335 | public void setZ ipPlus4(St ring value ) { | |
| 336 | th is.zipPlus 4 = value; | |
| 337 | } | |
| 338 | ||
| 339 | /** | |
| 340 | * Get s the valu e of the a ddressChan geDateTime property. | |
| 341 | * | |
| 342 | * @re turn | |
| 343 | * possible object is | |
| 344 | * {@link XM LGregorian Calendar } | |
| 345 | * | |
| 346 | */ | |
| 347 | public XMLGregor ianCalenda r getAddre ssChangeDa teTime() { | |
| 348 | re turn addre ssChangeDa teTime; | |
| 349 | } | |
| 350 | ||
| 351 | /** | |
| 352 | * Set s the valu e of the a ddressChan geDateTime property. | |
| 353 | * | |
| 354 | * @pa ram value | |
| 355 | * allowed o bject is | |
| 356 | * {@link XM LGregorian Calendar } | |
| 357 | * | |
| 358 | */ | |
| 359 | public void setA ddressChan geDateTime (XMLGregor ianCalenda r value) { | |
| 360 | th is.address ChangeDate Time = val ue; | |
| 361 | } | |
| 362 | ||
| 363 | /** | |
| 364 | * Get s the valu e of the a ddressChan geEffectiv eDate prop erty. | |
| 365 | * | |
| 366 | * @re turn | |
| 367 | * possible object is | |
| 368 | * {@link St ring } | |
| 369 | * | |
| 370 | */ | |
| 371 | public String ge tAddressCh angeEffect iveDate() { | |
| 372 | re turn addre ssChangeEf fectiveDat e; | |
| 373 | } | |
| 374 | ||
| 375 | /** | |
| 376 | * Set s the valu e of the a ddressChan geEffectiv eDate prop erty. | |
| 377 | * | |
| 378 | * @pa ram value | |
| 379 | * allowed o bject is | |
| 380 | * {@link St ring } | |
| 381 | * | |
| 382 | */ | |
| 383 | public void setA ddressChan geEffectiv eDate(Stri ng value) { | |
| 384 | th is.address ChangeEffe ctiveDate = value; | |
| 385 | } | |
| 386 | ||
| 387 | /** | |
| 388 | * Get s the valu e of the a ddressChan geSite pro perty. | |
| 389 | * | |
| 390 | * @re turn | |
| 391 | * possible object is | |
| 392 | * {@link St ring } | |
| 393 | * | |
| 394 | */ | |
| 395 | public String ge tAddressCh angeSite() { | |
| 396 | re turn addre ssChangeSi te; | |
| 397 | } | |
| 398 | ||
| 399 | /** | |
| 400 | * Set s the valu e of the a ddressChan geSite pro perty. | |
| 401 | * | |
| 402 | * @pa ram value | |
| 403 | * allowed o bject is | |
| 404 | * {@link St ring } | |
| 405 | * | |
| 406 | */ | |
| 407 | public void setA ddressChan geSite(Str ing value) { | |
| 408 | th is.address ChangeSite = value; | |
| 409 | } | |
| 410 | ||
| 411 | /** | |
| 412 | * Get s the valu e of the a ddressChan geSource p roperty. | |
| 413 | * | |
| 414 | * @re turn | |
| 415 | * possible object is | |
| 416 | * {@link St ring } | |
| 417 | * | |
| 418 | */ | |
| 419 | public String ge tAddressCh angeSource () { | |
| 420 | re turn addre ssChangeSo urce; | |
| 421 | } | |
| 422 | ||
| 423 | /** | |
| 424 | * Set s the valu e of the a ddressChan geSource p roperty. | |
| 425 | * | |
| 426 | * @pa ram value | |
| 427 | * allowed o bject is | |
| 428 | * {@link St ring } | |
| 429 | * | |
| 430 | */ | |
| 431 | public void setA ddressChan geSource(S tring valu e) { | |
| 432 | th is.address ChangeSour ce = value ; | |
| 433 | } | |
| 434 | ||
| 435 | /** | |
| 436 | * Get s the valu e of the a ddressType Code prope rty. | |
| 437 | * | |
| 438 | * @re turn | |
| 439 | * possible object is | |
| 440 | * {@link St ring } | |
| 441 | * | |
| 442 | */ | |
| 443 | public String ge tAddressTy peCode() { | |
| 444 | re turn addre ssTypeCode ; | |
| 445 | } | |
| 446 | ||
| 447 | /** | |
| 448 | * Set s the valu e of the a ddressType Code prope rty. | |
| 449 | * | |
| 450 | * @pa ram value | |
| 451 | * allowed o bject is | |
| 452 | * {@link St ring } | |
| 453 | * | |
| 454 | */ | |
| 455 | public void setA ddressType Code(Strin g value) { | |
| 456 | th is.address TypeCode = value; | |
| 457 | } | |
| 458 | ||
| 459 | /** | |
| 460 | * Get s the valu e of the c onfidentia lAddressCa tegories p roperty. | |
| 461 | * | |
| 462 | * @re turn | |
| 463 | * possible object is | |
| 464 | * {@link Co nfidential AddressCat egoryColle ction } | |
| 465 | * | |
| 466 | */ | |
| 467 | public Confident ialAddress CategoryCo llection g etConfiden tialAddres sCategorie s() { | |
| 468 | re turn confi dentialAdd ressCatego ries; | |
| 469 | } | |
| 470 | ||
| 471 | /** | |
| 472 | * Set s the valu e of the c onfidentia lAddressCa tegories p roperty. | |
| 473 | * | |
| 474 | * @pa ram value | |
| 475 | * allowed o bject is | |
| 476 | * {@link Co nfidential AddressCat egoryColle ction } | |
| 477 | * | |
| 478 | */ | |
| 479 | public void setC onfidentia lAddressCa tegories(C onfidentia lAddressCa tegoryColl ection val ue) { | |
| 480 | th is.confide ntialAddre ssCategori es = value ; | |
| 481 | } | |
| 482 | ||
| 483 | /** | |
| 484 | * Get s the valu e of the e ndDate pro perty. | |
| 485 | * | |
| 486 | * @re turn | |
| 487 | * possible object is | |
| 488 | * {@link St ring } | |
| 489 | * | |
| 490 | */ | |
| 491 | public String ge tEndDate() { | |
| 492 | re turn endDa te; | |
| 493 | } | |
| 494 | ||
| 495 | /** | |
| 496 | * Set s the valu e of the e ndDate pro perty. | |
| 497 | * | |
| 498 | * @pa ram value | |
| 499 | * allowed o bject is | |
| 500 | * {@link St ring } | |
| 501 | * | |
| 502 | */ | |
| 503 | public void setE ndDate(Str ing value) { | |
| 504 | th is.endDate = value; | |
| 505 | } | |
| 506 | ||
| 507 | /** | |
| 508 | * Get s the valu e of the p honeNumber property. | |
| 509 | * | |
| 510 | * @re turn | |
| 511 | * possible object is | |
| 512 | * {@link St ring } | |
| 513 | * | |
| 514 | */ | |
| 515 | public String ge tPhoneNumb er() { | |
| 516 | re turn phone Number; | |
| 517 | } | |
| 518 | ||
| 519 | /** | |
| 520 | * Set s the valu e of the p honeNumber property. | |
| 521 | * | |
| 522 | * @pa ram value | |
| 523 | * allowed o bject is | |
| 524 | * {@link St ring } | |
| 525 | * | |
| 526 | */ | |
| 527 | public void setP honeNumber (String va lue) { | |
| 528 | th is.phoneNu mber = val ue; | |
| 529 | } | |
| 530 | ||
| 531 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.