Produced by Araxis Merge on 4/12/2018 3:21:04 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 | CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | InsuranceInfo.java | Mon Apr 9 18:52:50 2018 UTC |
| 2 | CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | InsuranceInfo.java | Wed Apr 11 18:11:41 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1162 |
| Changed | 1 | 4 |
| 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.ee; | |
| 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 insurance Info compl ex 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="insur anceInfo"> | |
| 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 ompanyName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 22 | * <eleme nt name="e nrolledInP artA" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0"/> | |
| 23 | * <eleme nt name="e nrolledInP artB" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0"/> | |
| 24 | * <eleme nt name="g roupName" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 25 | * <eleme nt name="g roupNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 26 | * <elemen t name="in sAddress" type="{htt p:// DNS . URL /schemas}a ddressInfo " minOccur s="0"/> | |
| 27 | * <elemen t name="in surancePho nes" type= "{http:// DNS . URL /schemas}p honeCollec tion" minO ccurs="0"/ > | |
| 28 | * <eleme nt name="i nsuranceSi teUploadSt atus" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 29 | * <eleme nt name="i nsuredRela tionship" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 30 | * <eleme nt name="i nsuranceMa ppingTypeN ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 31 | * <eleme nt name="l astEditedD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/> | |
| 32 | * <eleme nt name="p artAEffect iveDate" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 33 | * <eleme nt name="p artBEffect iveDate" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 34 | * <eleme nt name="p lanType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 35 | * <eleme nt name="p olicyEffec tiveDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 36 | * <eleme nt name="p olicyExpir ationDate" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 37 | * <eleme nt name="p olicyHolde rName" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 38 | * <eleme nt name="p olicyNumbe r" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 39 | * <eleme nt name="p readmitCer tification " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" minOccurs ="0"/> | |
| 40 | * <eleme nt name="r easonInsur anceNotUpl oaded" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 41 | * <eleme nt name="s ubscriber" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 42 | * & lt;/all> | |
| 43 | * < ;/restrict ion> | |
| 44 | * </ complexCon tent> | |
| 45 | * </co mplexType> | |
| 46 | * </pre> | |
| 47 | * | |
| 48 | * | |
| 49 | */ | |
| 50 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 51 | @XmlType(n ame = "ins uranceInfo ", propOrd er = { | |
| 52 | ||
| 53 | }) | |
| 54 | public cla ss Insuran ceInfo { | |
| 55 | ||
| 56 | protec ted String companyNa me; | |
| 57 | protec ted Boolea n enrolled InPartA; | |
| 58 | protec ted Boolea n enrolled InPartB; | |
| 59 | protec ted String groupName ; | |
| 60 | protec ted String groupNumb er; | |
| 61 | protec ted Addres sInfo insA ddress; | |
| 62 | protec ted PhoneC ollection insuranceP hones; | |
| 63 | protec ted String insurance SiteUpload Status; | |
| 64 | protec ted String insuredRe lationship ; | |
| 65 | protec ted String insurance MappingTyp eName; | |
| 66 | @XmlSc hemaType(n ame = "dat eTime") | |
| 67 | protec ted XMLGre gorianCale ndar lastE ditedDate; | |
| 68 | protec ted String partAEffe ctiveDate; | |
| 69 | protec ted String partBEffe ctiveDate; | |
| 70 | protec ted String planType; | |
| 71 | protec ted String policyEff ectiveDate ; | |
| 72 | protec ted String policyExp irationDat e; | |
| 73 | protec ted String policyHol derName; | |
| 74 | protec ted String policyNum ber; | |
| 75 | protec ted Boolea n preadmit Certificat ion; | |
| 76 | protec ted String reasonIns uranceNotU ploaded; | |
| 77 | protec ted String subscribe r; | |
| 78 | ||
| 79 | /** | |
| 80 | * Get s the valu e of the c ompanyName property. | |
| 81 | * | |
| 82 | * @re turn | |
| 83 | * possible object is | |
| 84 | * {@link St ring } | |
| 85 | * | |
| 86 | */ | |
| 87 | public String ge tCompanyNa me() { | |
| 88 | re turn compa nyName; | |
| 89 | } | |
| 90 | ||
| 91 | /** | |
| 92 | * Set s the valu e of the c ompanyName property. | |
| 93 | * | |
| 94 | * @pa ram value | |
| 95 | * allowed o bject is | |
| 96 | * {@link St ring } | |
| 97 | * | |
| 98 | */ | |
| 99 | public void setC ompanyName (String va lue) { | |
| 100 | th is.company Name = val ue; | |
| 101 | } | |
| 102 | ||
| 103 | /** | |
| 104 | * Get s the valu e of the e nrolledInP artA prope rty. | |
| 105 | * | |
| 106 | * @re turn | |
| 107 | * possible object is | |
| 108 | * {@link Bo olean } | |
| 109 | * | |
| 110 | */ | |
| 111 | public Boolean i sEnrolledI nPartA() { | |
| 112 | re turn enrol ledInPartA ; | |
| 113 | } | |
| 114 | ||
| 115 | /** | |
| 116 | * Set s the valu e of the e nrolledInP artA prope rty. | |
| 117 | * | |
| 118 | * @pa ram value | |
| 119 | * allowed o bject is | |
| 120 | * {@link Bo olean } | |
| 121 | * | |
| 122 | */ | |
| 123 | public void setE nrolledInP artA(Boole an value) { | |
| 124 | th is.enrolle dInPartA = value; | |
| 125 | } | |
| 126 | ||
| 127 | /** | |
| 128 | * Get s the valu e of the e nrolledInP artB prope rty. | |
| 129 | * | |
| 130 | * @re turn | |
| 131 | * possible object is | |
| 132 | * {@link Bo olean } | |
| 133 | * | |
| 134 | */ | |
| 135 | public Boolean i sEnrolledI nPartB() { | |
| 136 | re turn enrol ledInPartB ; | |
| 137 | } | |
| 138 | ||
| 139 | /** | |
| 140 | * Set s the valu e of the e nrolledInP artB prope rty. | |
| 141 | * | |
| 142 | * @pa ram value | |
| 143 | * allowed o bject is | |
| 144 | * {@link Bo olean } | |
| 145 | * | |
| 146 | */ | |
| 147 | public void setE nrolledInP artB(Boole an value) { | |
| 148 | th is.enrolle dInPartB = value; | |
| 149 | } | |
| 150 | ||
| 151 | /** | |
| 152 | * Get s the valu e of the g roupName p roperty. | |
| 153 | * | |
| 154 | * @re turn | |
| 155 | * possible object is | |
| 156 | * {@link St ring } | |
| 157 | * | |
| 158 | */ | |
| 159 | public String ge tGroupName () { | |
| 160 | re turn group Name; | |
| 161 | } | |
| 162 | ||
| 163 | /** | |
| 164 | * Set s the valu e of the g roupName p roperty. | |
| 165 | * | |
| 166 | * @pa ram value | |
| 167 | * allowed o bject is | |
| 168 | * {@link St ring } | |
| 169 | * | |
| 170 | */ | |
| 171 | public void setG roupName(S tring valu e) { | |
| 172 | th is.groupNa me = value ; | |
| 173 | } | |
| 174 | ||
| 175 | /** | |
| 176 | * Get s the valu e of the g roupNumber property. | |
| 177 | * | |
| 178 | * @re turn | |
| 179 | * possible object is | |
| 180 | * {@link St ring } | |
| 181 | * | |
| 182 | */ | |
| 183 | public String ge tGroupNumb er() { | |
| 184 | re turn group Number; | |
| 185 | } | |
| 186 | ||
| 187 | /** | |
| 188 | * Set s the valu e of the g roupNumber property. | |
| 189 | * | |
| 190 | * @pa ram value | |
| 191 | * allowed o bject is | |
| 192 | * {@link St ring } | |
| 193 | * | |
| 194 | */ | |
| 195 | public void setG roupNumber (String va lue) { | |
| 196 | th is.groupNu mber = val ue; | |
| 197 | } | |
| 198 | ||
| 199 | /** | |
| 200 | * Get s the valu e of the i nsAddress property. | |
| 201 | * | |
| 202 | * @re turn | |
| 203 | * possible object is | |
| 204 | * {@link Ad dressInfo } | |
| 205 | * | |
| 206 | */ | |
| 207 | public AddressIn fo getInsA ddress() { | |
| 208 | re turn insAd dress; | |
| 209 | } | |
| 210 | ||
| 211 | /** | |
| 212 | * Set s the valu e of the i nsAddress property. | |
| 213 | * | |
| 214 | * @pa ram value | |
| 215 | * allowed o bject is | |
| 216 | * {@link Ad dressInfo } | |
| 217 | * | |
| 218 | */ | |
| 219 | public void setI nsAddress( AddressInf o value) { | |
| 220 | th is.insAddr ess = valu e; | |
| 221 | } | |
| 222 | ||
| 223 | /** | |
| 224 | * Get s the valu e of the i nsurancePh ones prope rty. | |
| 225 | * | |
| 226 | * @re turn | |
| 227 | * possible object is | |
| 228 | * {@link Ph oneCollect ion } | |
| 229 | * | |
| 230 | */ | |
| 231 | public PhoneColl ection get InsuranceP hones() { | |
| 232 | re turn insur ancePhones ; | |
| 233 | } | |
| 234 | ||
| 235 | /** | |
| 236 | * Set s the valu e of the i nsurancePh ones prope rty. | |
| 237 | * | |
| 238 | * @pa ram value | |
| 239 | * allowed o bject is | |
| 240 | * {@link Ph oneCollect ion } | |
| 241 | * | |
| 242 | */ | |
| 243 | public void setI nsurancePh ones(Phone Collection value) { | |
| 244 | th is.insuran cePhones = value; | |
| 245 | } | |
| 246 | ||
| 247 | /** | |
| 248 | * Get s the valu e of the i nsuranceSi teUploadSt atus prope rty. | |
| 249 | * | |
| 250 | * @re turn | |
| 251 | * possible object is | |
| 252 | * {@link St ring } | |
| 253 | * | |
| 254 | */ | |
| 255 | public String ge tInsurance SiteUpload Status() { | |
| 256 | re turn insur anceSiteUp loadStatus ; | |
| 257 | } | |
| 258 | ||
| 259 | /** | |
| 260 | * Set s the valu e of the i nsuranceSi teUploadSt atus prope rty. | |
| 261 | * | |
| 262 | * @pa ram value | |
| 263 | * allowed o bject is | |
| 264 | * {@link St ring } | |
| 265 | * | |
| 266 | */ | |
| 267 | public void setI nsuranceSi teUploadSt atus(Strin g value) { | |
| 268 | th is.insuran ceSiteUplo adStatus = value; | |
| 269 | } | |
| 270 | ||
| 271 | /** | |
| 272 | * Get s the valu e of the i nsuredRela tionship p roperty. | |
| 273 | * | |
| 274 | * @re turn | |
| 275 | * possible object is | |
| 276 | * {@link St ring } | |
| 277 | * | |
| 278 | */ | |
| 279 | public String ge tInsuredRe lationship () { | |
| 280 | re turn insur edRelation ship; | |
| 281 | } | |
| 282 | ||
| 283 | /** | |
| 284 | * Set s the valu e of the i nsuredRela tionship p roperty. | |
| 285 | * | |
| 286 | * @pa ram value | |
| 287 | * allowed o bject is | |
| 288 | * {@link St ring } | |
| 289 | * | |
| 290 | */ | |
| 291 | public void setI nsuredRela tionship(S tring valu e) { | |
| 292 | th is.insured Relationsh ip = value ; | |
| 293 | } | |
| 294 | ||
| 295 | /** | |
| 296 | * Get s the valu e of the i nsuranceMa ppingTypeN ame proper ty. | |
| 297 | * | |
| 298 | * @re turn | |
| 299 | * possible object is | |
| 300 | * {@link St ring } | |
| 301 | * | |
| 302 | */ | |
| 303 | public String ge tInsurance MappingTyp eName() { | |
| 304 | re turn insur anceMappin gTypeName; | |
| 305 | } | |
| 306 | ||
| 307 | /** | |
| 308 | * Set s the valu e of the i nsuranceMa ppingTypeN ame proper ty. | |
| 309 | * | |
| 310 | * @pa ram value | |
| 311 | * allowed o bject is | |
| 312 | * {@link St ring } | |
| 313 | * | |
| 314 | */ | |
| 315 | public void setI nsuranceMa ppingTypeN ame(String value) { | |
| 316 | th is.insuran ceMappingT ypeName = value; | |
| 317 | } | |
| 318 | ||
| 319 | /** | |
| 320 | * Get s the valu e of the l astEditedD ate proper ty. | |
| 321 | * | |
| 322 | * @re turn | |
| 323 | * possible object is | |
| 324 | * {@link XM LGregorian Calendar } | |
| 325 | * | |
| 326 | */ | |
| 327 | public XMLGregor ianCalenda r getLastE ditedDate( ) { | |
| 328 | re turn lastE ditedDate; | |
| 329 | } | |
| 330 | ||
| 331 | /** | |
| 332 | * Set s the valu e of the l astEditedD ate proper ty. | |
| 333 | * | |
| 334 | * @pa ram value | |
| 335 | * allowed o bject is | |
| 336 | * {@link XM LGregorian Calendar } | |
| 337 | * | |
| 338 | */ | |
| 339 | public void setL astEditedD ate(XMLGre gorianCale ndar value ) { | |
| 340 | th is.lastEdi tedDate = value; | |
| 341 | } | |
| 342 | ||
| 343 | /** | |
| 344 | * Get s the valu e of the p artAEffect iveDate pr operty. | |
| 345 | * | |
| 346 | * @re turn | |
| 347 | * possible object is | |
| 348 | * {@link St ring } | |
| 349 | * | |
| 350 | */ | |
| 351 | public String ge tPartAEffe ctiveDate( ) { | |
| 352 | re turn partA EffectiveD ate; | |
| 353 | } | |
| 354 | ||
| 355 | /** | |
| 356 | * Set s the valu e of the p artAEffect iveDate pr operty. | |
| 357 | * | |
| 358 | * @pa ram value | |
| 359 | * allowed o bject is | |
| 360 | * {@link St ring } | |
| 361 | * | |
| 362 | */ | |
| 363 | public void setP artAEffect iveDate(St ring value ) { | |
| 364 | th is.partAEf fectiveDat e = value; | |
| 365 | } | |
| 366 | ||
| 367 | /** | |
| 368 | * Get s the valu e of the p artBEffect iveDate pr operty. | |
| 369 | * | |
| 370 | * @re turn | |
| 371 | * possible object is | |
| 372 | * {@link St ring } | |
| 373 | * | |
| 374 | */ | |
| 375 | public String ge tPartBEffe ctiveDate( ) { | |
| 376 | re turn partB EffectiveD ate; | |
| 377 | } | |
| 378 | ||
| 379 | /** | |
| 380 | * Set s the valu e of the p artBEffect iveDate pr operty. | |
| 381 | * | |
| 382 | * @pa ram value | |
| 383 | * allowed o bject is | |
| 384 | * {@link St ring } | |
| 385 | * | |
| 386 | */ | |
| 387 | public void setP artBEffect iveDate(St ring value ) { | |
| 388 | th is.partBEf fectiveDat e = value; | |
| 389 | } | |
| 390 | ||
| 391 | /** | |
| 392 | * Get s the valu e of the p lanType pr operty. | |
| 393 | * | |
| 394 | * @re turn | |
| 395 | * possible object is | |
| 396 | * {@link St ring } | |
| 397 | * | |
| 398 | */ | |
| 399 | public String ge tPlanType( ) { | |
| 400 | re turn planT ype; | |
| 401 | } | |
| 402 | ||
| 403 | /** | |
| 404 | * Set s the valu e of the p lanType pr operty. | |
| 405 | * | |
| 406 | * @pa ram value | |
| 407 | * allowed o bject is | |
| 408 | * {@link St ring } | |
| 409 | * | |
| 410 | */ | |
| 411 | public void setP lanType(St ring value ) { | |
| 412 | th is.planTyp e = value; | |
| 413 | } | |
| 414 | ||
| 415 | /** | |
| 416 | * Get s the valu e of the p olicyEffec tiveDate p roperty. | |
| 417 | * | |
| 418 | * @re turn | |
| 419 | * possible object is | |
| 420 | * {@link St ring } | |
| 421 | * | |
| 422 | */ | |
| 423 | public String ge tPolicyEff ectiveDate () { | |
| 424 | re turn polic yEffective Date; | |
| 425 | } | |
| 426 | ||
| 427 | /** | |
| 428 | * Set s the valu e of the p olicyEffec tiveDate p roperty. | |
| 429 | * | |
| 430 | * @pa ram value | |
| 431 | * allowed o bject is | |
| 432 | * {@link St ring } | |
| 433 | * | |
| 434 | */ | |
| 435 | public void setP olicyEffec tiveDate(S tring valu e) { | |
| 436 | th is.policyE ffectiveDa te = value ; | |
| 437 | } | |
| 438 | ||
| 439 | /** | |
| 440 | * Get s the valu e of the p olicyExpir ationDate property. | |
| 441 | * | |
| 442 | * @re turn | |
| 443 | * possible object is | |
| 444 | * {@link St ring } | |
| 445 | * | |
| 446 | */ | |
| 447 | public String ge tPolicyExp irationDat e() { | |
| 448 | re turn polic yExpiratio nDate; | |
| 449 | } | |
| 450 | ||
| 451 | /** | |
| 452 | * Set s the valu e of the p olicyExpir ationDate property. | |
| 453 | * | |
| 454 | * @pa ram value | |
| 455 | * allowed o bject is | |
| 456 | * {@link St ring } | |
| 457 | * | |
| 458 | */ | |
| 459 | public void setP olicyExpir ationDate( String val ue) { | |
| 460 | th is.policyE xpirationD ate = valu e; | |
| 461 | } | |
| 462 | ||
| 463 | /** | |
| 464 | * Get s the valu e of the p olicyHolde rName prop erty. | |
| 465 | * | |
| 466 | * @re turn | |
| 467 | * possible object is | |
| 468 | * {@link St ring } | |
| 469 | * | |
| 470 | */ | |
| 471 | public String ge tPolicyHol derName() { | |
| 472 | re turn polic yHolderNam e; | |
| 473 | } | |
| 474 | ||
| 475 | /** | |
| 476 | * Set s the valu e of the p olicyHolde rName prop erty. | |
| 477 | * | |
| 478 | * @pa ram value | |
| 479 | * allowed o bject is | |
| 480 | * {@link St ring } | |
| 481 | * | |
| 482 | */ | |
| 483 | public void setP olicyHolde rName(Stri ng value) { | |
| 484 | th is.policyH olderName = value; | |
| 485 | } | |
| 486 | ||
| 487 | /** | |
| 488 | * Get s the valu e of the p olicyNumbe r property . | |
| 489 | * | |
| 490 | * @re turn | |
| 491 | * possible object is | |
| 492 | * {@link St ring } | |
| 493 | * | |
| 494 | */ | |
| 495 | public String ge tPolicyNum ber() { | |
| 496 | re turn polic yNumber; | |
| 497 | } | |
| 498 | ||
| 499 | /** | |
| 500 | * Set s the valu e of the p olicyNumbe r property . | |
| 501 | * | |
| 502 | * @pa ram value | |
| 503 | * allowed o bject is | |
| 504 | * {@link St ring } | |
| 505 | * | |
| 506 | */ | |
| 507 | public void setP olicyNumbe r(String v alue) { | |
| 508 | th is.policyN umber = va lue; | |
| 509 | } | |
| 510 | ||
| 511 | /** | |
| 512 | * Get s the valu e of the p readmitCer tification property. | |
| 513 | * | |
| 514 | * @re turn | |
| 515 | * possible object is | |
| 516 | * {@link Bo olean } | |
| 517 | * | |
| 518 | */ | |
| 519 | public Boolean i sPreadmitC ertificati on() { | |
| 520 | re turn pread mitCertifi cation; | |
| 521 | } | |
| 522 | ||
| 523 | /** | |
| 524 | * Set s the valu e of the p readmitCer tification property. | |
| 525 | * | |
| 526 | * @pa ram value | |
| 527 | * allowed o bject is | |
| 528 | * {@link Bo olean } | |
| 529 | * | |
| 530 | */ | |
| 531 | public void setP readmitCer tification (Boolean v alue) { | |
| 532 | th is.preadmi tCertifica tion = val ue; | |
| 533 | } | |
| 534 | ||
| 535 | /** | |
| 536 | * Get s the valu e of the r easonInsur anceNotUpl oaded prop erty. | |
| 537 | * | |
| 538 | * @re turn | |
| 539 | * possible object is | |
| 540 | * {@link St ring } | |
| 541 | * | |
| 542 | */ | |
| 543 | public String ge tReasonIns uranceNotU ploaded() { | |
| 544 | re turn reaso nInsurance NotUploade d; | |
| 545 | } | |
| 546 | ||
| 547 | /** | |
| 548 | * Set s the valu e of the r easonInsur anceNotUpl oaded prop erty. | |
| 549 | * | |
| 550 | * @pa ram value | |
| 551 | * allowed o bject is | |
| 552 | * {@link St ring } | |
| 553 | * | |
| 554 | */ | |
| 555 | public void setR easonInsur anceNotUpl oaded(Stri ng value) { | |
| 556 | th is.reasonI nsuranceNo tUploaded = value; | |
| 557 | } | |
| 558 | ||
| 559 | /** | |
| 560 | * Get s the valu e of the s ubscriber property. | |
| 561 | * | |
| 562 | * @re turn | |
| 563 | * possible object is | |
| 564 | * {@link St ring } | |
| 565 | * | |
| 566 | */ | |
| 567 | public String ge tSubscribe r() { | |
| 568 | re turn subsc riber; | |
| 569 | } | |
| 570 | ||
| 571 | /** | |
| 572 | * Set s the valu e of the s ubscriber property. | |
| 573 | * | |
| 574 | * @pa ram value | |
| 575 | * allowed o bject is | |
| 576 | * {@link St ring } | |
| 577 | * | |
| 578 | */ | |
| 579 | public void setS ubscriber( String val ue) { | |
| 580 | th is.subscri ber = valu e; | |
| 581 | } | |
| 582 | ||
| 583 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.