Produced by Araxis Merge on 8/22/2017 3:39:49 PM 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 | PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | AddressInfo.java | Fri Aug 26 22:28:56 2016 UTC |
| 2 | PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | AddressInfo.java | Tue Aug 22 16:14:13 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1270 |
| 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.p harmacy.ws clients.eA nde; | |
| 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"/& gt; | |
| 24 | * <eleme nt name="l ine1" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/&g t; | |
| 25 | * <eleme nt name="l ine2" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/&g t; | |
| 26 | * <eleme nt name="l ine3" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/&g t; | |
| 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"/&g t; | |
| 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 ipcode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 32 | * <eleme nt name="z ipPlus4" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 33 | * <eleme nt name="a ddressChan geDateTime " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |
| 34 | * <eleme nt name="a ddressChan geEffectiv eDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt; | |
| 35 | * <eleme nt name="a ddressChan geSite" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 36 | * <eleme nt name="a ddressChan geSource" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 37 | * <eleme nt name="a ddressType Code" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/&g t; | |
| 38 | * <eleme nt name="b adAddressR eason" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt; | |
| 39 | * <elemen t name="co nfidential AddressCat egories" t ype="{http ://jaxws.w ebservices .esr. URL /schemas}c onfidentia lAddressCa tegoryColl ection" mi nOccurs="0 "/> | |
| 40 | * <eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 41 | * <eleme nt name="p honeNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 42 | * <eleme nt name="c ontactMeth odType" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 43 | * <eleme nt name="c ontactMeth odReportDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}date" minOccurs= "0"/> | |
| 44 | * & lt;/all> ; | |
| 45 | * < ;/restrict ion> | |
| 46 | * </ complexCon tent> | |
| 47 | * </co mplexType& gt; | |
| 48 | * </pre> | |
| 49 | * | |
| 50 | * | |
| 51 | */ | |
| 52 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 53 | @XmlType(n ame = "add ressInfo", propOrder = { | |
| 54 | ||
| 55 | }) | |
| 56 | public cla ss Address Info { | |
| 57 | ||
| 58 | protec ted String city; | |
| 59 | protec ted String country; | |
| 60 | protec ted String county; | |
| 61 | protec ted String line1; | |
| 62 | protec ted String line2; | |
| 63 | protec ted String line3; | |
| 64 | protec ted String postalCod e; | |
| 65 | protec ted String provinceC ode; | |
| 66 | protec ted String state; | |
| 67 | protec ted String zipCode; | |
| 68 | protec ted String zipcode; | |
| 69 | protec ted String zipPlus4; | |
| 70 | @XmlSc hemaType(n ame = "dat eTime") | |
| 71 | protec ted XMLGre gorianCale ndar addre ssChangeDa teTime; | |
| 72 | protec ted String addressCh angeEffect iveDate; | |
| 73 | protec ted String addressCh angeSite; | |
| 74 | protec ted String addressCh angeSource ; | |
| 75 | protec ted String addressTy peCode; | |
| 76 | protec ted String badAddres sReason; | |
| 77 | protec ted Confid entialAddr essCategor yCollectio n confiden tialAddres sCategorie s; | |
| 78 | protec ted String endDate; | |
| 79 | protec ted String phoneNumb er; | |
| 80 | protec ted String contactMe thodType; | |
| 81 | @XmlSc hemaType(n ame = "dat e") | |
| 82 | protec ted XMLGre gorianCale ndar conta ctMethodRe portDate; | |
| 83 | ||
| 84 | /** | |
| 85 | * Get s the valu e of the c ity proper ty. | |
| 86 | * | |
| 87 | * @re turn | |
| 88 | * possible object is | |
| 89 | * {@link St ring } | |
| 90 | * | |
| 91 | */ | |
| 92 | public String ge tCity() { | |
| 93 | re turn city; | |
| 94 | } | |
| 95 | ||
| 96 | /** | |
| 97 | * Set s the valu e of the c ity proper ty. | |
| 98 | * | |
| 99 | * @pa ram value | |
| 100 | * allowed o bject is | |
| 101 | * {@link St ring } | |
| 102 | * | |
| 103 | */ | |
| 104 | public void setC ity(String value) { | |
| 105 | th is.city = value; | |
| 106 | } | |
| 107 | ||
| 108 | /** | |
| 109 | * Get s the valu e of the c ountry pro perty. | |
| 110 | * | |
| 111 | * @re turn | |
| 112 | * possible object is | |
| 113 | * {@link St ring } | |
| 114 | * | |
| 115 | */ | |
| 116 | public String ge tCountry() { | |
| 117 | re turn count ry; | |
| 118 | } | |
| 119 | ||
| 120 | /** | |
| 121 | * Set s the valu e of the c ountry pro perty. | |
| 122 | * | |
| 123 | * @pa ram value | |
| 124 | * allowed o bject is | |
| 125 | * {@link St ring } | |
| 126 | * | |
| 127 | */ | |
| 128 | public void setC ountry(Str ing value) { | |
| 129 | th is.country = value; | |
| 130 | } | |
| 131 | ||
| 132 | /** | |
| 133 | * Get s the valu e of the c ounty prop erty. | |
| 134 | * | |
| 135 | * @re turn | |
| 136 | * possible object is | |
| 137 | * {@link St ring } | |
| 138 | * | |
| 139 | */ | |
| 140 | public String ge tCounty() { | |
| 141 | re turn count y; | |
| 142 | } | |
| 143 | ||
| 144 | /** | |
| 145 | * Set s the valu e of the c ounty prop erty. | |
| 146 | * | |
| 147 | * @pa ram value | |
| 148 | * allowed o bject is | |
| 149 | * {@link St ring } | |
| 150 | * | |
| 151 | */ | |
| 152 | public void setC ounty(Stri ng value) { | |
| 153 | th is.county = value; | |
| 154 | } | |
| 155 | ||
| 156 | /** | |
| 157 | * Get s the valu e of the l ine1 prope rty. | |
| 158 | * | |
| 159 | * @re turn | |
| 160 | * possible object is | |
| 161 | * {@link St ring } | |
| 162 | * | |
| 163 | */ | |
| 164 | public String ge tLine1() { | |
| 165 | re turn line1 ; | |
| 166 | } | |
| 167 | ||
| 168 | /** | |
| 169 | * Set s the valu e of the l ine1 prope rty. | |
| 170 | * | |
| 171 | * @pa ram value | |
| 172 | * allowed o bject is | |
| 173 | * {@link St ring } | |
| 174 | * | |
| 175 | */ | |
| 176 | public void setL ine1(Strin g value) { | |
| 177 | th is.line1 = value; | |
| 178 | } | |
| 179 | ||
| 180 | /** | |
| 181 | * Get s the valu e of the l ine2 prope rty. | |
| 182 | * | |
| 183 | * @re turn | |
| 184 | * possible object is | |
| 185 | * {@link St ring } | |
| 186 | * | |
| 187 | */ | |
| 188 | public String ge tLine2() { | |
| 189 | re turn line2 ; | |
| 190 | } | |
| 191 | ||
| 192 | /** | |
| 193 | * Set s the valu e of the l ine2 prope rty. | |
| 194 | * | |
| 195 | * @pa ram value | |
| 196 | * allowed o bject is | |
| 197 | * {@link St ring } | |
| 198 | * | |
| 199 | */ | |
| 200 | public void setL ine2(Strin g value) { | |
| 201 | th is.line2 = value; | |
| 202 | } | |
| 203 | ||
| 204 | /** | |
| 205 | * Get s the valu e of the l ine3 prope rty. | |
| 206 | * | |
| 207 | * @re turn | |
| 208 | * possible object is | |
| 209 | * {@link St ring } | |
| 210 | * | |
| 211 | */ | |
| 212 | public String ge tLine3() { | |
| 213 | re turn line3 ; | |
| 214 | } | |
| 215 | ||
| 216 | /** | |
| 217 | * Set s the valu e of the l ine3 prope rty. | |
| 218 | * | |
| 219 | * @pa ram value | |
| 220 | * allowed o bject is | |
| 221 | * {@link St ring } | |
| 222 | * | |
| 223 | */ | |
| 224 | public void setL ine3(Strin g value) { | |
| 225 | th is.line3 = value; | |
| 226 | } | |
| 227 | ||
| 228 | /** | |
| 229 | * Get s the valu e of the p ostalCode property. | |
| 230 | * | |
| 231 | * @re turn | |
| 232 | * possible object is | |
| 233 | * {@link St ring } | |
| 234 | * | |
| 235 | */ | |
| 236 | public String ge tPostalCod e() { | |
| 237 | re turn posta lCode; | |
| 238 | } | |
| 239 | ||
| 240 | /** | |
| 241 | * Set s the valu e of the p ostalCode property. | |
| 242 | * | |
| 243 | * @pa ram value | |
| 244 | * allowed o bject is | |
| 245 | * {@link St ring } | |
| 246 | * | |
| 247 | */ | |
| 248 | public void setP ostalCode( String val ue) { | |
| 249 | th is.postalC ode = valu e; | |
| 250 | } | |
| 251 | ||
| 252 | /** | |
| 253 | * Get s the valu e of the p rovinceCod e property . | |
| 254 | * | |
| 255 | * @re turn | |
| 256 | * possible object is | |
| 257 | * {@link St ring } | |
| 258 | * | |
| 259 | */ | |
| 260 | public String ge tProvinceC ode() { | |
| 261 | re turn provi nceCode; | |
| 262 | } | |
| 263 | ||
| 264 | /** | |
| 265 | * Set s the valu e of the p rovinceCod e property . | |
| 266 | * | |
| 267 | * @pa ram value | |
| 268 | * allowed o bject is | |
| 269 | * {@link St ring } | |
| 270 | * | |
| 271 | */ | |
| 272 | public void setP rovinceCod e(String v alue) { | |
| 273 | th is.provinc eCode = va lue; | |
| 274 | } | |
| 275 | ||
| 276 | /** | |
| 277 | * Get s the valu e of the s tate prope rty. | |
| 278 | * | |
| 279 | * @re turn | |
| 280 | * possible object is | |
| 281 | * {@link St ring } | |
| 282 | * | |
| 283 | */ | |
| 284 | public String ge tState() { | |
| 285 | re turn state ; | |
| 286 | } | |
| 287 | ||
| 288 | /** | |
| 289 | * Set s the valu e of the s tate prope rty. | |
| 290 | * | |
| 291 | * @pa ram value | |
| 292 | * allowed o bject is | |
| 293 | * {@link St ring } | |
| 294 | * | |
| 295 | */ | |
| 296 | public void setS tate(Strin g value) { | |
| 297 | th is.state = value; | |
| 298 | } | |
| 299 | ||
| 300 | /** | |
| 301 | * Get s the valu e of the z ipCode pro perty. | |
| 302 | * | |
| 303 | * @re turn | |
| 304 | * possible object is | |
| 305 | * {@link St ring } | |
| 306 | * | |
| 307 | */ | |
| 308 | public String ge tZipCode() { | |
| 309 | re turn zipCo de; | |
| 310 | } | |
| 311 | ||
| 312 | /** | |
| 313 | * Set s the valu e of the z ipCode pro perty. | |
| 314 | * | |
| 315 | * @pa ram value | |
| 316 | * allowed o bject is | |
| 317 | * {@link St ring } | |
| 318 | * | |
| 319 | */ | |
| 320 | public void setZ ipCode(Str ing value) { | |
| 321 | th is.zipCode = value; | |
| 322 | } | |
| 323 | ||
| 324 | /** | |
| 325 | * Get s the valu e of the z ipcode pro perty. | |
| 326 | * | |
| 327 | * @re turn | |
| 328 | * possible object is | |
| 329 | * {@link St ring } | |
| 330 | * | |
| 331 | */ | |
| 332 | public String ge tZipcode() { | |
| 333 | re turn zipco de; | |
| 334 | } | |
| 335 | ||
| 336 | /** | |
| 337 | * Set s the valu e of the z ipcode pro perty. | |
| 338 | * | |
| 339 | * @pa ram value | |
| 340 | * allowed o bject is | |
| 341 | * {@link St ring } | |
| 342 | * | |
| 343 | */ | |
| 344 | public void setZ ipcode(Str ing value) { | |
| 345 | th is.zipcode = value; | |
| 346 | } | |
| 347 | ||
| 348 | /** | |
| 349 | * Get s the valu e of the z ipPlus4 pr operty. | |
| 350 | * | |
| 351 | * @re turn | |
| 352 | * possible object is | |
| 353 | * {@link St ring } | |
| 354 | * | |
| 355 | */ | |
| 356 | public String ge tZipPlus4( ) { | |
| 357 | re turn zipPl us4; | |
| 358 | } | |
| 359 | ||
| 360 | /** | |
| 361 | * Set s the valu e of the z ipPlus4 pr operty. | |
| 362 | * | |
| 363 | * @pa ram value | |
| 364 | * allowed o bject is | |
| 365 | * {@link St ring } | |
| 366 | * | |
| 367 | */ | |
| 368 | public void setZ ipPlus4(St ring value ) { | |
| 369 | th is.zipPlus 4 = value; | |
| 370 | } | |
| 371 | ||
| 372 | /** | |
| 373 | * Get s the valu e of the a ddressChan geDateTime property. | |
| 374 | * | |
| 375 | * @re turn | |
| 376 | * possible object is | |
| 377 | * {@link XM LGregorian Calendar } | |
| 378 | * | |
| 379 | */ | |
| 380 | public XMLGregor ianCalenda r getAddre ssChangeDa teTime() { | |
| 381 | re turn addre ssChangeDa teTime; | |
| 382 | } | |
| 383 | ||
| 384 | /** | |
| 385 | * Set s the valu e of the a ddressChan geDateTime property. | |
| 386 | * | |
| 387 | * @pa ram value | |
| 388 | * allowed o bject is | |
| 389 | * {@link XM LGregorian Calendar } | |
| 390 | * | |
| 391 | */ | |
| 392 | public void setA ddressChan geDateTime (XMLGregor ianCalenda r value) { | |
| 393 | th is.address ChangeDate Time = val ue; | |
| 394 | } | |
| 395 | ||
| 396 | /** | |
| 397 | * Get s the valu e of the a ddressChan geEffectiv eDate prop erty. | |
| 398 | * | |
| 399 | * @re turn | |
| 400 | * possible object is | |
| 401 | * {@link St ring } | |
| 402 | * | |
| 403 | */ | |
| 404 | public String ge tAddressCh angeEffect iveDate() { | |
| 405 | re turn addre ssChangeEf fectiveDat e; | |
| 406 | } | |
| 407 | ||
| 408 | /** | |
| 409 | * Set s the valu e of the a ddressChan geEffectiv eDate prop erty. | |
| 410 | * | |
| 411 | * @pa ram value | |
| 412 | * allowed o bject is | |
| 413 | * {@link St ring } | |
| 414 | * | |
| 415 | */ | |
| 416 | public void setA ddressChan geEffectiv eDate(Stri ng value) { | |
| 417 | th is.address ChangeEffe ctiveDate = value; | |
| 418 | } | |
| 419 | ||
| 420 | /** | |
| 421 | * Get s the valu e of the a ddressChan geSite pro perty. | |
| 422 | * | |
| 423 | * @re turn | |
| 424 | * possible object is | |
| 425 | * {@link St ring } | |
| 426 | * | |
| 427 | */ | |
| 428 | public String ge tAddressCh angeSite() { | |
| 429 | re turn addre ssChangeSi te; | |
| 430 | } | |
| 431 | ||
| 432 | /** | |
| 433 | * Set s the valu e of the a ddressChan geSite pro perty. | |
| 434 | * | |
| 435 | * @pa ram value | |
| 436 | * allowed o bject is | |
| 437 | * {@link St ring } | |
| 438 | * | |
| 439 | */ | |
| 440 | public void setA ddressChan geSite(Str ing value) { | |
| 441 | th is.address ChangeSite = value; | |
| 442 | } | |
| 443 | ||
| 444 | /** | |
| 445 | * Get s the valu e of the a ddressChan geSource p roperty. | |
| 446 | * | |
| 447 | * @re turn | |
| 448 | * possible object is | |
| 449 | * {@link St ring } | |
| 450 | * | |
| 451 | */ | |
| 452 | public String ge tAddressCh angeSource () { | |
| 453 | re turn addre ssChangeSo urce; | |
| 454 | } | |
| 455 | ||
| 456 | /** | |
| 457 | * Set s the valu e of the a ddressChan geSource p roperty. | |
| 458 | * | |
| 459 | * @pa ram value | |
| 460 | * allowed o bject is | |
| 461 | * {@link St ring } | |
| 462 | * | |
| 463 | */ | |
| 464 | public void setA ddressChan geSource(S tring valu e) { | |
| 465 | th is.address ChangeSour ce = value ; | |
| 466 | } | |
| 467 | ||
| 468 | /** | |
| 469 | * Get s the valu e of the a ddressType Code prope rty. | |
| 470 | * | |
| 471 | * @re turn | |
| 472 | * possible object is | |
| 473 | * {@link St ring } | |
| 474 | * | |
| 475 | */ | |
| 476 | public String ge tAddressTy peCode() { | |
| 477 | re turn addre ssTypeCode ; | |
| 478 | } | |
| 479 | ||
| 480 | /** | |
| 481 | * Set s the valu e of the a ddressType Code prope rty. | |
| 482 | * | |
| 483 | * @pa ram value | |
| 484 | * allowed o bject is | |
| 485 | * {@link St ring } | |
| 486 | * | |
| 487 | */ | |
| 488 | public void setA ddressType Code(Strin g value) { | |
| 489 | th is.address TypeCode = value; | |
| 490 | } | |
| 491 | ||
| 492 | /** | |
| 493 | * Get s the valu e of the b adAddressR eason prop erty. | |
| 494 | * | |
| 495 | * @re turn | |
| 496 | * possible object is | |
| 497 | * {@link St ring } | |
| 498 | * | |
| 499 | */ | |
| 500 | public String ge tBadAddres sReason() { | |
| 501 | re turn badAd dressReaso n; | |
| 502 | } | |
| 503 | ||
| 504 | /** | |
| 505 | * Set s the valu e of the b adAddressR eason prop erty. | |
| 506 | * | |
| 507 | * @pa ram value | |
| 508 | * allowed o bject is | |
| 509 | * {@link St ring } | |
| 510 | * | |
| 511 | */ | |
| 512 | public void setB adAddressR eason(Stri ng value) { | |
| 513 | th is.badAddr essReason = value; | |
| 514 | } | |
| 515 | ||
| 516 | /** | |
| 517 | * Get s the valu e of the c onfidentia lAddressCa tegories p roperty. | |
| 518 | * | |
| 519 | * @re turn | |
| 520 | * possible object is | |
| 521 | * {@link Co nfidential AddressCat egoryColle ction } | |
| 522 | * | |
| 523 | */ | |
| 524 | public Confident ialAddress CategoryCo llection g etConfiden tialAddres sCategorie s() { | |
| 525 | re turn confi dentialAdd ressCatego ries; | |
| 526 | } | |
| 527 | ||
| 528 | /** | |
| 529 | * Set s the valu e of the c onfidentia lAddressCa tegories p roperty. | |
| 530 | * | |
| 531 | * @pa ram value | |
| 532 | * allowed o bject is | |
| 533 | * {@link Co nfidential AddressCat egoryColle ction } | |
| 534 | * | |
| 535 | */ | |
| 536 | public void setC onfidentia lAddressCa tegories(C onfidentia lAddressCa tegoryColl ection val ue) { | |
| 537 | th is.confide ntialAddre ssCategori es = value ; | |
| 538 | } | |
| 539 | ||
| 540 | /** | |
| 541 | * Get s the valu e of the e ndDate pro perty. | |
| 542 | * | |
| 543 | * @re turn | |
| 544 | * possible object is | |
| 545 | * {@link St ring } | |
| 546 | * | |
| 547 | */ | |
| 548 | public String ge tEndDate() { | |
| 549 | re turn endDa te; | |
| 550 | } | |
| 551 | ||
| 552 | /** | |
| 553 | * Set s the valu e of the e ndDate pro perty. | |
| 554 | * | |
| 555 | * @pa ram value | |
| 556 | * allowed o bject is | |
| 557 | * {@link St ring } | |
| 558 | * | |
| 559 | */ | |
| 560 | public void setE ndDate(Str ing value) { | |
| 561 | th is.endDate = value; | |
| 562 | } | |
| 563 | ||
| 564 | /** | |
| 565 | * Get s the valu e of the p honeNumber property. | |
| 566 | * | |
| 567 | * @re turn | |
| 568 | * possible object is | |
| 569 | * {@link St ring } | |
| 570 | * | |
| 571 | */ | |
| 572 | public String ge tPhoneNumb er() { | |
| 573 | re turn phone Number; | |
| 574 | } | |
| 575 | ||
| 576 | /** | |
| 577 | * Set s the valu e of the p honeNumber property. | |
| 578 | * | |
| 579 | * @pa ram value | |
| 580 | * allowed o bject is | |
| 581 | * {@link St ring } | |
| 582 | * | |
| 583 | */ | |
| 584 | public void setP honeNumber (String va lue) { | |
| 585 | th is.phoneNu mber = val ue; | |
| 586 | } | |
| 587 | ||
| 588 | /** | |
| 589 | * Get s the valu e of the c ontactMeth odType pro perty. | |
| 590 | * | |
| 591 | * @re turn | |
| 592 | * possible object is | |
| 593 | * {@link St ring } | |
| 594 | * | |
| 595 | */ | |
| 596 | public String ge tContactMe thodType() { | |
| 597 | re turn conta ctMethodTy pe; | |
| 598 | } | |
| 599 | ||
| 600 | /** | |
| 601 | * Set s the valu e of the c ontactMeth odType pro perty. | |
| 602 | * | |
| 603 | * @pa ram value | |
| 604 | * allowed o bject is | |
| 605 | * {@link St ring } | |
| 606 | * | |
| 607 | */ | |
| 608 | public void setC ontactMeth odType(Str ing value) { | |
| 609 | th is.contact MethodType = value; | |
| 610 | } | |
| 611 | ||
| 612 | /** | |
| 613 | * Get s the valu e of the c ontactMeth odReportDa te propert y. | |
| 614 | * | |
| 615 | * @re turn | |
| 616 | * possible object is | |
| 617 | * {@link XM LGregorian Calendar } | |
| 618 | * | |
| 619 | */ | |
| 620 | public XMLGregor ianCalenda r getConta ctMethodRe portDate() { | |
| 621 | re turn conta ctMethodRe portDate; | |
| 622 | } | |
| 623 | ||
| 624 | /** | |
| 625 | * Set s the valu e of the c ontactMeth odReportDa te propert y. | |
| 626 | * | |
| 627 | * @pa ram value | |
| 628 | * allowed o bject is | |
| 629 | * {@link XM LGregorian Calendar } | |
| 630 | * | |
| 631 | */ | |
| 632 | public void setC ontactMeth odReportDa te(XMLGreg orianCalen dar value) { | |
| 633 | th is.contact MethodRepo rtDate = v alue; | |
| 634 | } | |
| 635 | ||
| 636 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.