Produced by Araxis Merge on 10/3/2017 11:15:32 AM 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | PatientDemographics.java | Tue Dec 15 14:05:18 2015 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | PatientDemographics.java | Mon Oct 2 19:52:00 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 6 | 1392 |
| Changed | 5 | 10 |
| 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.j meadows_2_ 3_0.webser vice; | |
| 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.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |
| 10 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 11 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 12 | ||
| 13 | ||
| 14 | /** | |
| 15 | * <p>Java class for patientDe mographics complex t ype. | |
| 16 | * | |
| 17 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 18 | * | |
| 19 | * <pre> | |
| 20 | * <com plexType n ame="patie ntDemograp hics"> | |
| 21 | * <c omplexCont ent> | |
| 22 | * <extens ion base=" {http://we bservice.v ds. URL /}patient" > | |
| 23 | * & lt;sequenc e> | |
| 24 | * <eleme nt name="a ddress1" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 25 | * <eleme nt name="a ddress2" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 26 | * <eleme nt name="a dmissionDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 27 | * <eleme nt name="a dmissionId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 28 | * <eleme nt name="c drEventId" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 29 | * <eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 30 | * <eleme nt name="c linic" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 31 | * <eleme nt name="c odeGreen" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 32 | * <elemen t name="et hnicity" t ype="{http ://webserv ice.vds. URL /}code" ma xOccurs="u nbounded" minOccurs= "0"/> | |
| 33 | * <eleme nt name="l abId" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 34 | * <eleme nt name="p cmDates" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |
| 35 | * <eleme nt name="p cmPhone" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 36 | * <eleme nt name="p ercentServ iceConnect ed" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 37 | * <eleme nt name="p hone1" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 38 | * <eleme nt name="p hone2" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 39 | * <eleme nt name="p rimaryProv ider" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 40 | * <elemen t name="ra ce" type=" {http://we bservice.v ds. URL /}code" ma xOccurs="u nbounded" minOccurs= "0"/> | |
| 41 | * <eleme nt name="r ank" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 42 | * <elemen t name="si te" type=" {http://we bservice.v ds. URL /}site" mi nOccurs="0 "/> | |
| 43 | * <eleme nt name="s ourceProto col" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 44 | * <eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 45 | * <eleme nt name="w ard" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 46 | * <eleme nt name="w ardId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 47 | * <eleme nt name="z ipCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 48 | * & lt;/sequen ce> | |
| 49 | * < ;/extensio n> | |
| 50 | * </ complexCon tent> | |
| 51 | * </co mplexType> | |
| 52 | * </pre> | |
| 53 | * | |
| 54 | * | |
| 55 | */ | |
| 56 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 57 | @XmlType(n ame = "pat ientDemogr aphics", n amespace = "http://w ebservice. vds. URL /", propOr der = { | |
| 58 | "addre ss1", | |
| 59 | "addre ss2", | |
| 60 | "admis sionDate", | |
| 61 | "admis sionId", | |
| 62 | "cdrEv entId", | |
| 63 | "city" , | |
| 64 | "clini c", | |
| 65 | "codeG reen", | |
| 66 | "ethni city", | |
| 67 | "labId ", | |
| 68 | "pcmDa tes", | |
| 69 | "pcmPh one", | |
| 70 | "perce ntServiceC onnected", | |
| 71 | "phone 1", | |
| 72 | "phone 2", | |
| 73 | "prima ryProvider ", | |
| 74 | "race" , | |
| 75 | "rank" , | |
| 76 | "site" , | |
| 77 | "sourc eProtocol" , | |
| 78 | "state ", | |
| 79 | "ward" , | |
| 80 | "wardI d", | |
| 81 | "zipCo de" | |
| 82 | }) | |
| 83 | public cla ss Patient Demographi cs | |
| 84 | extend s Patient | |
| 85 | { | |
| 86 | ||
| 87 | protec ted String address1; | |
| 88 | protec ted String address2; | |
| 89 | protec ted String admission Date; | |
| 90 | protec ted String admission Id; | |
| 91 | protec ted String cdrEventI d; | |
| 92 | protec ted String city; | |
| 93 | protec ted String clinic; | |
| 94 | protec ted String codeGreen ; | |
| 95 | @XmlEl ement(nill able = tru e) | |
| 96 | protec ted List<C ode> ethni city; | |
| 97 | protec ted String labId; | |
| 98 | @XmlSc hemaType(n ame = "dat eTime") | |
| 99 | protec ted XMLGre gorianCale ndar pcmDa tes; | |
| 100 | protec ted String pcmPhone; | |
| 101 | protec ted String percentSe rviceConne cted; | |
| 102 | protec ted String phone1; | |
| 103 | protec ted String phone2; | |
| 104 | protec ted String primaryPr ovider; | |
| 105 | @XmlEl ement(nill able = tru e) | |
| 106 | protec ted List<C ode> race; | |
| 107 | protec ted String rank; | |
| 108 | protec ted Site s ite; | |
| 109 | protec ted String sourcePro tocol; | |
| 110 | protec ted String state; | |
| 111 | protec ted String ward; | |
| 112 | protec ted String wardId; | |
| 113 | protec ted String zipCode; | |
| 114 | ||
| 115 | /** | |
| 116 | * Get s the valu e of the a ddress1 pr operty. | |
| 117 | * | |
| 118 | * @re turn | |
| 119 | * possible object is | |
| 120 | * {@link St ring } | |
| 121 | * | |
| 122 | */ | |
| 123 | public String ge tAddress1( ) { | |
| 124 | re turn addre ss1; | |
| 125 | } | |
| 126 | ||
| 127 | /** | |
| 128 | * Set s the valu e of the a ddress1 pr operty. | |
| 129 | * | |
| 130 | * @pa ram value | |
| 131 | * allowed o bject is | |
| 132 | * {@link St ring } | |
| 133 | * | |
| 134 | */ | |
| 135 | public void setA ddress1(St ring value ) { | |
| 136 | th is.address 1 = value; | |
| 137 | } | |
| 138 | ||
| 139 | /** | |
| 140 | * Get s the valu e of the a ddress2 pr operty. | |
| 141 | * | |
| 142 | * @re turn | |
| 143 | * possible object is | |
| 144 | * {@link St ring } | |
| 145 | * | |
| 146 | */ | |
| 147 | public String ge tAddress2( ) { | |
| 148 | re turn addre ss2; | |
| 149 | } | |
| 150 | ||
| 151 | /** | |
| 152 | * Set s the valu e of the a ddress2 pr operty. | |
| 153 | * | |
| 154 | * @pa ram value | |
| 155 | * allowed o bject is | |
| 156 | * {@link St ring } | |
| 157 | * | |
| 158 | */ | |
| 159 | public void setA ddress2(St ring value ) { | |
| 160 | th is.address 2 = value; | |
| 161 | } | |
| 162 | ||
| 163 | /** | |
| 164 | * Get s the valu e of the a dmissionDa te propert y. | |
| 165 | * | |
| 166 | * @re turn | |
| 167 | * possible object is | |
| 168 | * {@link St ring } | |
| 169 | * | |
| 170 | */ | |
| 171 | public String ge tAdmission Date() { | |
| 172 | re turn admis sionDate; | |
| 173 | } | |
| 174 | ||
| 175 | /** | |
| 176 | * Set s the valu e of the a dmissionDa te propert y. | |
| 177 | * | |
| 178 | * @pa ram value | |
| 179 | * allowed o bject is | |
| 180 | * {@link St ring } | |
| 181 | * | |
| 182 | */ | |
| 183 | public void setA dmissionDa te(String value) { | |
| 184 | th is.admissi onDate = v alue; | |
| 185 | } | |
| 186 | ||
| 187 | /** | |
| 188 | * Get s the valu e of the a dmissionId property. | |
| 189 | * | |
| 190 | * @re turn | |
| 191 | * possible object is | |
| 192 | * {@link St ring } | |
| 193 | * | |
| 194 | */ | |
| 195 | public String ge tAdmission Id() { | |
| 196 | re turn admis sionId; | |
| 197 | } | |
| 198 | ||
| 199 | /** | |
| 200 | * Set s the valu e of the a dmissionId property. | |
| 201 | * | |
| 202 | * @pa ram value | |
| 203 | * allowed o bject is | |
| 204 | * {@link St ring } | |
| 205 | * | |
| 206 | */ | |
| 207 | public void setA dmissionId (String va lue) { | |
| 208 | th is.admissi onId = val ue; | |
| 209 | } | |
| 210 | ||
| 211 | /** | |
| 212 | * Get s the valu e of the c drEventId property. | |
| 213 | * | |
| 214 | * @re turn | |
| 215 | * possible object is | |
| 216 | * {@link St ring } | |
| 217 | * | |
| 218 | */ | |
| 219 | public String ge tCdrEventI d() { | |
| 220 | re turn cdrEv entId; | |
| 221 | } | |
| 222 | ||
| 223 | /** | |
| 224 | * Set s the valu e of the c drEventId property. | |
| 225 | * | |
| 226 | * @pa ram value | |
| 227 | * allowed o bject is | |
| 228 | * {@link St ring } | |
| 229 | * | |
| 230 | */ | |
| 231 | public void setC drEventId( String val ue) { | |
| 232 | th is.cdrEven tId = valu e; | |
| 233 | } | |
| 234 | ||
| 235 | /** | |
| 236 | * Get s the valu e of the c ity proper ty. | |
| 237 | * | |
| 238 | * @re turn | |
| 239 | * possible object is | |
| 240 | * {@link St ring } | |
| 241 | * | |
| 242 | */ | |
| 243 | public String ge tCity() { | |
| 244 | re turn city; | |
| 245 | } | |
| 246 | ||
| 247 | /** | |
| 248 | * Set s the valu e of the c ity proper ty. | |
| 249 | * | |
| 250 | * @pa ram value | |
| 251 | * allowed o bject is | |
| 252 | * {@link St ring } | |
| 253 | * | |
| 254 | */ | |
| 255 | public void setC ity(String value) { | |
| 256 | th is.city = value; | |
| 257 | } | |
| 258 | ||
| 259 | /** | |
| 260 | * Get s the valu e of the c linic prop erty. | |
| 261 | * | |
| 262 | * @re turn | |
| 263 | * possible object is | |
| 264 | * {@link St ring } | |
| 265 | * | |
| 266 | */ | |
| 267 | public String ge tClinic() { | |
| 268 | re turn clini c; | |
| 269 | } | |
| 270 | ||
| 271 | /** | |
| 272 | * Set s the valu e of the c linic prop erty. | |
| 273 | * | |
| 274 | * @pa ram value | |
| 275 | * allowed o bject is | |
| 276 | * {@link St ring } | |
| 277 | * | |
| 278 | */ | |
| 279 | public void setC linic(Stri ng value) { | |
| 280 | th is.clinic = value; | |
| 281 | } | |
| 282 | ||
| 283 | /** | |
| 284 | * Get s the valu e of the c odeGreen p roperty. | |
| 285 | * | |
| 286 | * @re turn | |
| 287 | * possible object is | |
| 288 | * {@link St ring } | |
| 289 | * | |
| 290 | */ | |
| 291 | public String ge tCodeGreen () { | |
| 292 | re turn codeG reen; | |
| 293 | } | |
| 294 | ||
| 295 | /** | |
| 296 | * Set s the valu e of the c odeGreen p roperty. | |
| 297 | * | |
| 298 | * @pa ram value | |
| 299 | * allowed o bject is | |
| 300 | * {@link St ring } | |
| 301 | * | |
| 302 | */ | |
| 303 | public void setC odeGreen(S tring valu e) { | |
| 304 | th is.codeGre en = value ; | |
| 305 | } | |
| 306 | ||
| 307 | /** | |
| 308 | * Get s the valu e of the e thnicity p roperty. | |
| 309 | * | |
| 310 | * <p> | |
| 311 | * Thi s accessor method re turns a re ference to the live list, | |
| 312 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 313 | * ret urned list will be p resent ins ide the JA XB object. | |
| 314 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the ethn icity prop erty. | |
| 315 | * | |
| 316 | * <p> | |
| 317 | * For example, to add a n ew item, d o as follo ws: | |
| 318 | * <pr e> | |
| 319 | * getEthnici ty().add(n ewItem); | |
| 320 | * </p re> | |
| 321 | * | |
| 322 | * | |
| 323 | * <p> | |
| 324 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 325 | * {@l ink Code } | |
| 326 | * | |
| 327 | * | |
| 328 | */ | |
| 329 | public List<Code > getEthni city() { | |
| 330 | if (ethnicit y == null) { | |
| 331 | ethnicit y = new Ar rayList<Co de>(); | |
| 332 | } | |
| 333 | re turn this. ethnicity; | |
| 334 | } | |
| 335 | ||
| 336 | /** | |
| 337 | * Get s the valu e of the l abId prope rty. | |
| 338 | * | |
| 339 | * @re turn | |
| 340 | * possible object is | |
| 341 | * {@link St ring } | |
| 342 | * | |
| 343 | */ | |
| 344 | public String ge tLabId() { | |
| 345 | re turn labId ; | |
| 346 | } | |
| 347 | ||
| 348 | /** | |
| 349 | * Set s the valu e of the l abId prope rty. | |
| 350 | * | |
| 351 | * @pa ram value | |
| 352 | * allowed o bject is | |
| 353 | * {@link St ring } | |
| 354 | * | |
| 355 | */ | |
| 356 | public void setL abId(Strin g value) { | |
| 357 | th is.labId = value; | |
| 358 | } | |
| 359 | ||
| 360 | /** | |
| 361 | * Get s the valu e of the p cmDates pr operty. | |
| 362 | * | |
| 363 | * @re turn | |
| 364 | * possible object is | |
| 365 | * {@link XM LGregorian Calendar } | |
| 366 | * | |
| 367 | */ | |
| 368 | public XMLGregor ianCalenda r getPcmDa tes() { | |
| 369 | re turn pcmDa tes; | |
| 370 | } | |
| 371 | ||
| 372 | /** | |
| 373 | * Set s the valu e of the p cmDates pr operty. | |
| 374 | * | |
| 375 | * @pa ram value | |
| 376 | * allowed o bject is | |
| 377 | * {@link XM LGregorian Calendar } | |
| 378 | * | |
| 379 | */ | |
| 380 | public void setP cmDates(XM LGregorian Calendar v alue) { | |
| 381 | th is.pcmDate s = value; | |
| 382 | } | |
| 383 | ||
| 384 | /** | |
| 385 | * Get s the valu e of the p cmPhone pr operty. | |
| 386 | * | |
| 387 | * @re turn | |
| 388 | * possible object is | |
| 389 | * {@link St ring } | |
| 390 | * | |
| 391 | */ | |
| 392 | public String ge tPcmPhone( ) { | |
| 393 | re turn pcmPh one; | |
| 394 | } | |
| 395 | ||
| 396 | /** | |
| 397 | * Set s the valu e of the p cmPhone pr operty. | |
| 398 | * | |
| 399 | * @pa ram value | |
| 400 | * allowed o bject is | |
| 401 | * {@link St ring } | |
| 402 | * | |
| 403 | */ | |
| 404 | public void setP cmPhone(St ring value ) { | |
| 405 | th is.pcmPhon e = value; | |
| 406 | } | |
| 407 | ||
| 408 | /** | |
| 409 | * Get s the valu e of the p ercentServ iceConnect ed propert y. | |
| 410 | * | |
| 411 | * @re turn | |
| 412 | * possible object is | |
| 413 | * {@link St ring } | |
| 414 | * | |
| 415 | */ | |
| 416 | public String ge tPercentSe rviceConne cted() { | |
| 417 | re turn perce ntServiceC onnected; | |
| 418 | } | |
| 419 | ||
| 420 | /** | |
| 421 | * Set s the valu e of the p ercentServ iceConnect ed propert y. | |
| 422 | * | |
| 423 | * @pa ram value | |
| 424 | * allowed o bject is | |
| 425 | * {@link St ring } | |
| 426 | * | |
| 427 | */ | |
| 428 | public void setP ercentServ iceConnect ed(String value) { | |
| 429 | th is.percent ServiceCon nected = v alue; | |
| 430 | } | |
| 431 | ||
| 432 | /** | |
| 433 | * Get s the valu e of the p hone1 prop erty. | |
| 434 | * | |
| 435 | * @re turn | |
| 436 | * possible object is | |
| 437 | * {@link St ring } | |
| 438 | * | |
| 439 | */ | |
| 440 | public String ge tPhone1() { | |
| 441 | re turn phone 1; | |
| 442 | } | |
| 443 | ||
| 444 | /** | |
| 445 | * Set s the valu e of the p hone1 prop erty. | |
| 446 | * | |
| 447 | * @pa ram value | |
| 448 | * allowed o bject is | |
| 449 | * {@link St ring } | |
| 450 | * | |
| 451 | */ | |
| 452 | public void setP hone1(Stri ng value) { | |
| 453 | th is.phone1 = value; | |
| 454 | } | |
| 455 | ||
| 456 | /** | |
| 457 | * Get s the valu e of the p hone2 prop erty. | |
| 458 | * | |
| 459 | * @re turn | |
| 460 | * possible object is | |
| 461 | * {@link St ring } | |
| 462 | * | |
| 463 | */ | |
| 464 | public String ge tPhone2() { | |
| 465 | re turn phone 2; | |
| 466 | } | |
| 467 | ||
| 468 | /** | |
| 469 | * Set s the valu e of the p hone2 prop erty. | |
| 470 | * | |
| 471 | * @pa ram value | |
| 472 | * allowed o bject is | |
| 473 | * {@link St ring } | |
| 474 | * | |
| 475 | */ | |
| 476 | public void setP hone2(Stri ng value) { | |
| 477 | th is.phone2 = value; | |
| 478 | } | |
| 479 | ||
| 480 | /** | |
| 481 | * Get s the valu e of the p rimaryProv ider prope rty. | |
| 482 | * | |
| 483 | * @re turn | |
| 484 | * possible object is | |
| 485 | * {@link St ring } | |
| 486 | * | |
| 487 | */ | |
| 488 | public String ge tPrimaryPr ovider() { | |
| 489 | re turn prima ryProvider ; | |
| 490 | } | |
| 491 | ||
| 492 | /** | |
| 493 | * Set s the valu e of the p rimaryProv ider prope rty. | |
| 494 | * | |
| 495 | * @pa ram value | |
| 496 | * allowed o bject is | |
| 497 | * {@link St ring } | |
| 498 | * | |
| 499 | */ | |
| 500 | public void setP rimaryProv ider(Strin g value) { | |
| 501 | th is.primary Provider = value; | |
| 502 | } | |
| 503 | ||
| 504 | /** | |
| 505 | * Get s the valu e of the r ace proper ty. | |
| 506 | * | |
| 507 | * <p> | |
| 508 | * Thi s accessor method re turns a re ference to the live list, | |
| 509 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 510 | * ret urned list will be p resent ins ide the JA XB object. | |
| 511 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the race property. | |
| 512 | * | |
| 513 | * <p> | |
| 514 | * For example, to add a n ew item, d o as follo ws: | |
| 515 | * <pr e> | |
| 516 | * getRace(). add(newIte m); | |
| 517 | * </p re> | |
| 518 | * | |
| 519 | * | |
| 520 | * <p> | |
| 521 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 522 | * {@l ink Code } | |
| 523 | * | |
| 524 | * | |
| 525 | */ | |
| 526 | public List<Code > getRace( ) { | |
| 527 | if (race == null) { | |
| 528 | race = n ew ArrayLi st<Code>() ; | |
| 529 | } | |
| 530 | re turn this. race; | |
| 531 | } | |
| 532 | ||
| 533 | /** | |
| 534 | * Get s the valu e of the r ank proper ty. | |
| 535 | * | |
| 536 | * @re turn | |
| 537 | * possible object is | |
| 538 | * {@link St ring } | |
| 539 | * | |
| 540 | */ | |
| 541 | public String ge tRank() { | |
| 542 | re turn rank; | |
| 543 | } | |
| 544 | ||
| 545 | /** | |
| 546 | * Set s the valu e of the r ank proper ty. | |
| 547 | * | |
| 548 | * @pa ram value | |
| 549 | * allowed o bject is | |
| 550 | * {@link St ring } | |
| 551 | * | |
| 552 | */ | |
| 553 | public void setR ank(String value) { | |
| 554 | th is.rank = value; | |
| 555 | } | |
| 556 | ||
| 557 | /** | |
| 558 | * Get s the valu e of the s ite proper ty. | |
| 559 | * | |
| 560 | * @re turn | |
| 561 | * possible object is | |
| 562 | * {@link Si te } | |
| 563 | * | |
| 564 | */ | |
| 565 | public Site getS ite() { | |
| 566 | re turn site; | |
| 567 | } | |
| 568 | ||
| 569 | /** | |
| 570 | * Set s the valu e of the s ite proper ty. | |
| 571 | * | |
| 572 | * @pa ram value | |
| 573 | * allowed o bject is | |
| 574 | * {@link Si te } | |
| 575 | * | |
| 576 | */ | |
| 577 | public void setS ite(Site v alue) { | |
| 578 | th is.site = value; | |
| 579 | } | |
| 580 | ||
| 581 | /** | |
| 582 | * Get s the valu e of the s ourceProto col proper ty. | |
| 583 | * | |
| 584 | * @re turn | |
| 585 | * possible object is | |
| 586 | * {@link St ring } | |
| 587 | * | |
| 588 | */ | |
| 589 | public String ge tSourcePro tocol() { | |
| 590 | re turn sourc eProtocol; | |
| 591 | } | |
| 592 | ||
| 593 | /** | |
| 594 | * Set s the valu e of the s ourceProto col proper ty. | |
| 595 | * | |
| 596 | * @pa ram value | |
| 597 | * allowed o bject is | |
| 598 | * {@link St ring } | |
| 599 | * | |
| 600 | */ | |
| 601 | public void setS ourceProto col(String value) { | |
| 602 | th is.sourceP rotocol = value; | |
| 603 | } | |
| 604 | ||
| 605 | /** | |
| 606 | * Get s the valu e of the s tate prope rty. | |
| 607 | * | |
| 608 | * @re turn | |
| 609 | * possible object is | |
| 610 | * {@link St ring } | |
| 611 | * | |
| 612 | */ | |
| 613 | public String ge tState() { | |
| 614 | re turn state ; | |
| 615 | } | |
| 616 | ||
| 617 | /** | |
| 618 | * Set s the valu e of the s tate prope rty. | |
| 619 | * | |
| 620 | * @pa ram value | |
| 621 | * allowed o bject is | |
| 622 | * {@link St ring } | |
| 623 | * | |
| 624 | */ | |
| 625 | public void setS tate(Strin g value) { | |
| 626 | th is.state = value; | |
| 627 | } | |
| 628 | ||
| 629 | /** | |
| 630 | * Get s the valu e of the w ard proper ty. | |
| 631 | * | |
| 632 | * @re turn | |
| 633 | * possible object is | |
| 634 | * {@link St ring } | |
| 635 | * | |
| 636 | */ | |
| 637 | public String ge tWard() { | |
| 638 | re turn ward; | |
| 639 | } | |
| 640 | ||
| 641 | /** | |
| 642 | * Set s the valu e of the w ard proper ty. | |
| 643 | * | |
| 644 | * @pa ram value | |
| 645 | * allowed o bject is | |
| 646 | * {@link St ring } | |
| 647 | * | |
| 648 | */ | |
| 649 | public void setW ard(String value) { | |
| 650 | th is.ward = value; | |
| 651 | } | |
| 652 | ||
| 653 | /** | |
| 654 | * Get s the valu e of the w ardId prop erty. | |
| 655 | * | |
| 656 | * @re turn | |
| 657 | * possible object is | |
| 658 | * {@link St ring } | |
| 659 | * | |
| 660 | */ | |
| 661 | public String ge tWardId() { | |
| 662 | re turn wardI d; | |
| 663 | } | |
| 664 | ||
| 665 | /** | |
| 666 | * Set s the valu e of the w ardId prop erty. | |
| 667 | * | |
| 668 | * @pa ram value | |
| 669 | * allowed o bject is | |
| 670 | * {@link St ring } | |
| 671 | * | |
| 672 | */ | |
| 673 | public void setW ardId(Stri ng value) { | |
| 674 | th is.wardId = value; | |
| 675 | } | |
| 676 | ||
| 677 | /** | |
| 678 | * Get s the valu e of the z ipCode pro perty. | |
| 679 | * | |
| 680 | * @re turn | |
| 681 | * possible object is | |
| 682 | * {@link St ring } | |
| 683 | * | |
| 684 | */ | |
| 685 | public String ge tZipCode() { | |
| 686 | re turn zipCo de; | |
| 687 | } | |
| 688 | ||
| 689 | /** | |
| 690 | * Set s the valu e of the z ipCode pro perty. | |
| 691 | * | |
| 692 | * @pa ram value | |
| 693 | * allowed o bject is | |
| 694 | * {@link St ring } | |
| 695 | * | |
| 696 | */ | |
| 697 | public void setZ ipCode(Str ing value) { | |
| 698 | th is.zipCode = value; | |
| 699 | } | |
| 700 | ||
| 701 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.