Produced by Araxis Merge on 10/3/2017 11:15:41 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_3_0_2\webservice | LabOrder.java | Thu Apr 28 21:02:40 2016 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | LabOrder.java | Mon Oct 2 19:55:21 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 1116 |
| 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.j meadows_2_ 3_3_0_2.we bservice; | |
| 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 labOrder complex ty pe. | |
| 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="labOr der"> | |
| 21 | * <c omplexCont ent> | |
| 22 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 23 | * & lt;sequenc e> | |
| 24 | * <eleme nt name="a ccessionNu mber" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 25 | * <eleme nt name="a vailableDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/> | |
| 26 | * <eleme nt name="c ollectionD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/> | |
| 27 | * <eleme nt name="c ollectionS ample" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 28 | * <eleme nt name="c ollectionS ampleIEN" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 29 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 30 | * <eleme nt name="f acilityNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 31 | * <eleme nt name="i nternalId" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 32 | * <elemen t name="la bResults" type="{htt p://webser vice.vds. URL /}labResul t" maxOccu rs="unboun ded" minOc curs="0"/> | |
| 33 | * <eleme nt name="l abTestIEN" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 34 | * <eleme nt name="o rderDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 35 | * <eleme nt name="o rderId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 36 | * <elemen t name="re questingPr ovider" ty pe="{http: //webservi ce.vds. URL /}provider " minOccur s="0"/> | |
| 37 | * <eleme nt name="r equestingP roviderIEN " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 38 | * <eleme nt name="s tationNumb er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 39 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 40 | * <eleme nt name="s ubscript" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 41 | * <eleme nt name="t estName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 42 | * <eleme nt name="u rgency" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 43 | * & lt;/sequen ce> | |
| 44 | * < ;/extensio n> | |
| 45 | * </ complexCon tent> | |
| 46 | * </co mplexType> | |
| 47 | * </pre> | |
| 48 | * | |
| 49 | * | |
| 50 | */ | |
| 51 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 52 | @XmlType(n ame = "lab Order", na mespace = "http://we bservice.v ds. URL /", propOr der = { | |
| 53 | "acces sionNumber ", | |
| 54 | "avail ableDate", | |
| 55 | "colle ctionDate" , | |
| 56 | "colle ctionSampl e", | |
| 57 | "colle ctionSampl eIEN", | |
| 58 | "comme nt", | |
| 59 | "facil ityName", | |
| 60 | "inter nalId", | |
| 61 | "labRe sults", | |
| 62 | "labTe stIEN", | |
| 63 | "order Date", | |
| 64 | "order Id", | |
| 65 | "reque stingProvi der", | |
| 66 | "reque stingProvi derIEN", | |
| 67 | "stati onNumber", | |
| 68 | "statu s", | |
| 69 | "subsc ript", | |
| 70 | "testN ame", | |
| 71 | "urgen cy" | |
| 72 | }) | |
| 73 | public cla ss LabOrde r | |
| 74 | extend s DataBean | |
| 75 | { | |
| 76 | ||
| 77 | protec ted String accession Number; | |
| 78 | @XmlSc hemaType(n ame = "dat eTime") | |
| 79 | protec ted XMLGre gorianCale ndar avail ableDate; | |
| 80 | @XmlSc hemaType(n ame = "dat eTime") | |
| 81 | protec ted XMLGre gorianCale ndar colle ctionDate; | |
| 82 | protec ted String collectio nSample; | |
| 83 | protec ted String collectio nSampleIEN ; | |
| 84 | protec ted String comment; | |
| 85 | protec ted String facilityN ame; | |
| 86 | protec ted String internalI d; | |
| 87 | @XmlEl ement(nill able = tru e) | |
| 88 | protec ted List<L abResult> labResults ; | |
| 89 | protec ted String labTestIE N; | |
| 90 | @XmlSc hemaType(n ame = "dat eTime") | |
| 91 | protec ted XMLGre gorianCale ndar order Date; | |
| 92 | protec ted String orderId; | |
| 93 | protec ted Provid er request ingProvide r; | |
| 94 | protec ted String requestin gProviderI EN; | |
| 95 | protec ted String stationNu mber; | |
| 96 | protec ted String status; | |
| 97 | protec ted String subscript ; | |
| 98 | protec ted String testName; | |
| 99 | protec ted String urgency; | |
| 100 | ||
| 101 | /** | |
| 102 | * Get s the valu e of the a ccessionNu mber prope rty. | |
| 103 | * | |
| 104 | * @re turn | |
| 105 | * possible object is | |
| 106 | * {@link St ring } | |
| 107 | * | |
| 108 | */ | |
| 109 | public String ge tAccession Number() { | |
| 110 | re turn acces sionNumber ; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Set s the valu e of the a ccessionNu mber prope rty. | |
| 115 | * | |
| 116 | * @pa ram value | |
| 117 | * allowed o bject is | |
| 118 | * {@link St ring } | |
| 119 | * | |
| 120 | */ | |
| 121 | public void setA ccessionNu mber(Strin g value) { | |
| 122 | th is.accessi onNumber = value; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Get s the valu e of the a vailableDa te propert y. | |
| 127 | * | |
| 128 | * @re turn | |
| 129 | * possible object is | |
| 130 | * {@link XM LGregorian Calendar } | |
| 131 | * | |
| 132 | */ | |
| 133 | public XMLGregor ianCalenda r getAvail ableDate() { | |
| 134 | re turn avail ableDate; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Set s the valu e of the a vailableDa te propert y. | |
| 139 | * | |
| 140 | * @pa ram value | |
| 141 | * allowed o bject is | |
| 142 | * {@link XM LGregorian Calendar } | |
| 143 | * | |
| 144 | */ | |
| 145 | public void setA vailableDa te(XMLGreg orianCalen dar value) { | |
| 146 | th is.availab leDate = v alue; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Get s the valu e of the c ollectionD ate proper ty. | |
| 151 | * | |
| 152 | * @re turn | |
| 153 | * possible object is | |
| 154 | * {@link XM LGregorian Calendar } | |
| 155 | * | |
| 156 | */ | |
| 157 | public XMLGregor ianCalenda r getColle ctionDate( ) { | |
| 158 | re turn colle ctionDate; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Set s the valu e of the c ollectionD ate proper ty. | |
| 163 | * | |
| 164 | * @pa ram value | |
| 165 | * allowed o bject is | |
| 166 | * {@link XM LGregorian Calendar } | |
| 167 | * | |
| 168 | */ | |
| 169 | public void setC ollectionD ate(XMLGre gorianCale ndar value ) { | |
| 170 | th is.collect ionDate = value; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Get s the valu e of the c ollectionS ample prop erty. | |
| 175 | * | |
| 176 | * @re turn | |
| 177 | * possible object is | |
| 178 | * {@link St ring } | |
| 179 | * | |
| 180 | */ | |
| 181 | public String ge tCollectio nSample() { | |
| 182 | re turn colle ctionSampl e; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Set s the valu e of the c ollectionS ample prop erty. | |
| 187 | * | |
| 188 | * @pa ram value | |
| 189 | * allowed o bject is | |
| 190 | * {@link St ring } | |
| 191 | * | |
| 192 | */ | |
| 193 | public void setC ollectionS ample(Stri ng value) { | |
| 194 | th is.collect ionSample = value; | |
| 195 | } | |
| 196 | ||
| 197 | /** | |
| 198 | * Get s the valu e of the c ollectionS ampleIEN p roperty. | |
| 199 | * | |
| 200 | * @re turn | |
| 201 | * possible object is | |
| 202 | * {@link St ring } | |
| 203 | * | |
| 204 | */ | |
| 205 | public String ge tCollectio nSampleIEN () { | |
| 206 | re turn colle ctionSampl eIEN; | |
| 207 | } | |
| 208 | ||
| 209 | /** | |
| 210 | * Set s the valu e of the c ollectionS ampleIEN p roperty. | |
| 211 | * | |
| 212 | * @pa ram value | |
| 213 | * allowed o bject is | |
| 214 | * {@link St ring } | |
| 215 | * | |
| 216 | */ | |
| 217 | public void setC ollectionS ampleIEN(S tring valu e) { | |
| 218 | th is.collect ionSampleI EN = value ; | |
| 219 | } | |
| 220 | ||
| 221 | /** | |
| 222 | * Get s the valu e of the c omment pro perty. | |
| 223 | * | |
| 224 | * @re turn | |
| 225 | * possible object is | |
| 226 | * {@link St ring } | |
| 227 | * | |
| 228 | */ | |
| 229 | public String ge tComment() { | |
| 230 | re turn comme nt; | |
| 231 | } | |
| 232 | ||
| 233 | /** | |
| 234 | * Set s the valu e of the c omment pro perty. | |
| 235 | * | |
| 236 | * @pa ram value | |
| 237 | * allowed o bject is | |
| 238 | * {@link St ring } | |
| 239 | * | |
| 240 | */ | |
| 241 | public void setC omment(Str ing value) { | |
| 242 | th is.comment = value; | |
| 243 | } | |
| 244 | ||
| 245 | /** | |
| 246 | * Get s the valu e of the f acilityNam e property . | |
| 247 | * | |
| 248 | * @re turn | |
| 249 | * possible object is | |
| 250 | * {@link St ring } | |
| 251 | * | |
| 252 | */ | |
| 253 | public String ge tFacilityN ame() { | |
| 254 | re turn facil ityName; | |
| 255 | } | |
| 256 | ||
| 257 | /** | |
| 258 | * Set s the valu e of the f acilityNam e property . | |
| 259 | * | |
| 260 | * @pa ram value | |
| 261 | * allowed o bject is | |
| 262 | * {@link St ring } | |
| 263 | * | |
| 264 | */ | |
| 265 | public void setF acilityNam e(String v alue) { | |
| 266 | th is.facilit yName = va lue; | |
| 267 | } | |
| 268 | ||
| 269 | /** | |
| 270 | * Get s the valu e of the i nternalId property. | |
| 271 | * | |
| 272 | * @re turn | |
| 273 | * possible object is | |
| 274 | * {@link St ring } | |
| 275 | * | |
| 276 | */ | |
| 277 | public String ge tInternalI d() { | |
| 278 | re turn inter nalId; | |
| 279 | } | |
| 280 | ||
| 281 | /** | |
| 282 | * Set s the valu e of the i nternalId property. | |
| 283 | * | |
| 284 | * @pa ram value | |
| 285 | * allowed o bject is | |
| 286 | * {@link St ring } | |
| 287 | * | |
| 288 | */ | |
| 289 | public void setI nternalId( String val ue) { | |
| 290 | th is.interna lId = valu e; | |
| 291 | } | |
| 292 | ||
| 293 | /** | |
| 294 | * Get s the valu e of the l abResults property. | |
| 295 | * | |
| 296 | * <p> | |
| 297 | * Thi s accessor method re turns a re ference to the live list, | |
| 298 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 299 | * ret urned list will be p resent ins ide the JA XB object. | |
| 300 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the labR esults pro perty. | |
| 301 | * | |
| 302 | * <p> | |
| 303 | * For example, to add a n ew item, d o as follo ws: | |
| 304 | * <pr e> | |
| 305 | * getLabResu lts().add( newItem); | |
| 306 | * </p re> | |
| 307 | * | |
| 308 | * | |
| 309 | * <p> | |
| 310 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 311 | * {@l ink LabRes ult } | |
| 312 | * | |
| 313 | * | |
| 314 | */ | |
| 315 | public List<LabR esult> get LabResults () { | |
| 316 | if (labResul ts == null ) { | |
| 317 | labResul ts = new A rrayList<L abResult>( ); | |
| 318 | } | |
| 319 | re turn this. labResults ; | |
| 320 | } | |
| 321 | ||
| 322 | /** | |
| 323 | * Get s the valu e of the l abTestIEN property. | |
| 324 | * | |
| 325 | * @re turn | |
| 326 | * possible object is | |
| 327 | * {@link St ring } | |
| 328 | * | |
| 329 | */ | |
| 330 | public String ge tLabTestIE N() { | |
| 331 | re turn labTe stIEN; | |
| 332 | } | |
| 333 | ||
| 334 | /** | |
| 335 | * Set s the valu e of the l abTestIEN property. | |
| 336 | * | |
| 337 | * @pa ram value | |
| 338 | * allowed o bject is | |
| 339 | * {@link St ring } | |
| 340 | * | |
| 341 | */ | |
| 342 | public void setL abTestIEN( String val ue) { | |
| 343 | th is.labTest IEN = valu e; | |
| 344 | } | |
| 345 | ||
| 346 | /** | |
| 347 | * Get s the valu e of the o rderDate p roperty. | |
| 348 | * | |
| 349 | * @re turn | |
| 350 | * possible object is | |
| 351 | * {@link XM LGregorian Calendar } | |
| 352 | * | |
| 353 | */ | |
| 354 | public XMLGregor ianCalenda r getOrder Date() { | |
| 355 | re turn order Date; | |
| 356 | } | |
| 357 | ||
| 358 | /** | |
| 359 | * Set s the valu e of the o rderDate p roperty. | |
| 360 | * | |
| 361 | * @pa ram value | |
| 362 | * allowed o bject is | |
| 363 | * {@link XM LGregorian Calendar } | |
| 364 | * | |
| 365 | */ | |
| 366 | public void setO rderDate(X MLGregoria nCalendar value) { | |
| 367 | th is.orderDa te = value ; | |
| 368 | } | |
| 369 | ||
| 370 | /** | |
| 371 | * Get s the valu e of the o rderId pro perty. | |
| 372 | * | |
| 373 | * @re turn | |
| 374 | * possible object is | |
| 375 | * {@link St ring } | |
| 376 | * | |
| 377 | */ | |
| 378 | public String ge tOrderId() { | |
| 379 | re turn order Id; | |
| 380 | } | |
| 381 | ||
| 382 | /** | |
| 383 | * Set s the valu e of the o rderId pro perty. | |
| 384 | * | |
| 385 | * @pa ram value | |
| 386 | * allowed o bject is | |
| 387 | * {@link St ring } | |
| 388 | * | |
| 389 | */ | |
| 390 | public void setO rderId(Str ing value) { | |
| 391 | th is.orderId = value; | |
| 392 | } | |
| 393 | ||
| 394 | /** | |
| 395 | * Get s the valu e of the r equestingP rovider pr operty. | |
| 396 | * | |
| 397 | * @re turn | |
| 398 | * possible object is | |
| 399 | * {@link Pr ovider } | |
| 400 | * | |
| 401 | */ | |
| 402 | public Provider getRequest ingProvide r() { | |
| 403 | re turn reque stingProvi der; | |
| 404 | } | |
| 405 | ||
| 406 | /** | |
| 407 | * Set s the valu e of the r equestingP rovider pr operty. | |
| 408 | * | |
| 409 | * @pa ram value | |
| 410 | * allowed o bject is | |
| 411 | * {@link Pr ovider } | |
| 412 | * | |
| 413 | */ | |
| 414 | public void setR equestingP rovider(Pr ovider val ue) { | |
| 415 | th is.request ingProvide r = value; | |
| 416 | } | |
| 417 | ||
| 418 | /** | |
| 419 | * Get s the valu e of the r equestingP roviderIEN property. | |
| 420 | * | |
| 421 | * @re turn | |
| 422 | * possible object is | |
| 423 | * {@link St ring } | |
| 424 | * | |
| 425 | */ | |
| 426 | public String ge tRequestin gProviderI EN() { | |
| 427 | re turn reque stingProvi derIEN; | |
| 428 | } | |
| 429 | ||
| 430 | /** | |
| 431 | * Set s the valu e of the r equestingP roviderIEN property. | |
| 432 | * | |
| 433 | * @pa ram value | |
| 434 | * allowed o bject is | |
| 435 | * {@link St ring } | |
| 436 | * | |
| 437 | */ | |
| 438 | public void setR equestingP roviderIEN (String va lue) { | |
| 439 | th is.request ingProvide rIEN = val ue; | |
| 440 | } | |
| 441 | ||
| 442 | /** | |
| 443 | * Get s the valu e of the s tationNumb er propert y. | |
| 444 | * | |
| 445 | * @re turn | |
| 446 | * possible object is | |
| 447 | * {@link St ring } | |
| 448 | * | |
| 449 | */ | |
| 450 | public String ge tStationNu mber() { | |
| 451 | re turn stati onNumber; | |
| 452 | } | |
| 453 | ||
| 454 | /** | |
| 455 | * Set s the valu e of the s tationNumb er propert y. | |
| 456 | * | |
| 457 | * @pa ram value | |
| 458 | * allowed o bject is | |
| 459 | * {@link St ring } | |
| 460 | * | |
| 461 | */ | |
| 462 | public void setS tationNumb er(String value) { | |
| 463 | th is.station Number = v alue; | |
| 464 | } | |
| 465 | ||
| 466 | /** | |
| 467 | * Get s the valu e of the s tatus prop erty. | |
| 468 | * | |
| 469 | * @re turn | |
| 470 | * possible object is | |
| 471 | * {@link St ring } | |
| 472 | * | |
| 473 | */ | |
| 474 | public String ge tStatus() { | |
| 475 | re turn statu s; | |
| 476 | } | |
| 477 | ||
| 478 | /** | |
| 479 | * Set s the valu e of the s tatus prop erty. | |
| 480 | * | |
| 481 | * @pa ram value | |
| 482 | * allowed o bject is | |
| 483 | * {@link St ring } | |
| 484 | * | |
| 485 | */ | |
| 486 | public void setS tatus(Stri ng value) { | |
| 487 | th is.status = value; | |
| 488 | } | |
| 489 | ||
| 490 | /** | |
| 491 | * Get s the valu e of the s ubscript p roperty. | |
| 492 | * | |
| 493 | * @re turn | |
| 494 | * possible object is | |
| 495 | * {@link St ring } | |
| 496 | * | |
| 497 | */ | |
| 498 | public String ge tSubscript () { | |
| 499 | re turn subsc ript; | |
| 500 | } | |
| 501 | ||
| 502 | /** | |
| 503 | * Set s the valu e of the s ubscript p roperty. | |
| 504 | * | |
| 505 | * @pa ram value | |
| 506 | * allowed o bject is | |
| 507 | * {@link St ring } | |
| 508 | * | |
| 509 | */ | |
| 510 | public void setS ubscript(S tring valu e) { | |
| 511 | th is.subscri pt = value ; | |
| 512 | } | |
| 513 | ||
| 514 | /** | |
| 515 | * Get s the valu e of the t estName pr operty. | |
| 516 | * | |
| 517 | * @re turn | |
| 518 | * possible object is | |
| 519 | * {@link St ring } | |
| 520 | * | |
| 521 | */ | |
| 522 | public String ge tTestName( ) { | |
| 523 | re turn testN ame; | |
| 524 | } | |
| 525 | ||
| 526 | /** | |
| 527 | * Set s the valu e of the t estName pr operty. | |
| 528 | * | |
| 529 | * @pa ram value | |
| 530 | * allowed o bject is | |
| 531 | * {@link St ring } | |
| 532 | * | |
| 533 | */ | |
| 534 | public void setT estName(St ring value ) { | |
| 535 | th is.testNam e = value; | |
| 536 | } | |
| 537 | ||
| 538 | /** | |
| 539 | * Get s the valu e of the u rgency pro perty. | |
| 540 | * | |
| 541 | * @re turn | |
| 542 | * possible object is | |
| 543 | * {@link St ring } | |
| 544 | * | |
| 545 | */ | |
| 546 | public String ge tUrgency() { | |
| 547 | re turn urgen cy; | |
| 548 | } | |
| 549 | ||
| 550 | /** | |
| 551 | * Set s the valu e of the u rgency pro perty. | |
| 552 | * | |
| 553 | * @pa ram value | |
| 554 | * allowed o bject is | |
| 555 | * {@link St ring } | |
| 556 | * | |
| 557 | */ | |
| 558 | public void setU rgency(Str ing value) { | |
| 559 | th is.urgency = value; | |
| 560 | } | |
| 561 | ||
| 562 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.