Produced by Araxis Merge on 4/5/2017 4:25:31 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 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | DependentFinancialsInfo.java | Wed Feb 1 18:37:28 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | DependentFinancialsInfo.java | Mon Apr 3 14:02:48 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 788 |
| Changed | 3 | 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.e sr.webserv ices.jaxws .schemas; | |
| 3 | ||
| 4 | import jav a.math.Big Decimal; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * <p>Java class for dependent Financials Info compl ex type. | |
| 12 | * | |
| 13 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 14 | * | |
| 15 | * <pre> | |
| 16 | * <com plexType n ame="depen dentFinanc ialsInfo"> | |
| 17 | * <c omplexCont ent> | |
| 18 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 19 | * & lt;all> | |
| 20 | * <elemen t name="as sets" type ="{http:// jaxws.webs ervices.es r. URL /schemas}a ssetCollec tion" minO ccurs="0"/ > | |
| 21 | * <elemen t name="de bits" type ="{http:// jaxws.webs ervices.es r. URL /schemas}d ebitInfo" minOccurs= "0"/> | |
| 22 | * <elemen t name="ex penses" ty pe="{http: //jaxws.we bservices. esr. URL /schemas}e xpenseColl ection" mi nOccurs="0 "/> | |
| 23 | * <eleme nt name="i ncomeYear" type="{ht tp://www.w 3.org/2001 /XMLSchema }int" minO ccurs="0"/ > | |
| 24 | * <elemen t name="in comes" typ e="{http:/ /jaxws.web services.e sr. URL /schemas}i ncomeColle ction" min Occurs="0" /> | |
| 25 | * <eleme nt name="l ivedWithPa tient" typ e="{http:/ /www.w3.or g/2001/XML Schema}boo lean" minO ccurs="0"/ > | |
| 26 | * <eleme nt name="v alidDepend ent" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/> | |
| 27 | * <eleme nt name="a mountContr ibutedToSu pport" typ e="{http:/ /www.w3.or g/2001/XML Schema}dec imal" minO ccurs="0"/ > | |
| 28 | * <eleme nt name="a ttendedSch ool" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/> | |
| 29 | * <eleme nt name="c ontributed ToSupport" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean" minOccurs= "0"/> | |
| 30 | * <elemen t name="de pendentInf o" type="{ http://jax ws.webserv ices.esr. URL /schemas}d ependentIn fo" minOcc urs="0"/> | |
| 31 | * <eleme nt name="h asIncome" type="{htt p://www.w3 .org/2001/ XMLSchema} boolean" m inOccurs=" 0"/> | |
| 32 | * <eleme nt name="i ncapableOf SelfSuppor t" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/> | |
| 33 | * <eleme nt name="i ncomeAvail ableToPati ent" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/> | |
| 34 | * & lt;/all> | |
| 35 | * < ;/restrict ion> | |
| 36 | * </ complexCon tent> | |
| 37 | * </co mplexType> | |
| 38 | * </pre> | |
| 39 | * | |
| 40 | * | |
| 41 | */ | |
| 42 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 43 | @XmlType(n ame = "dep endentFina ncialsInfo ", propOrd er = { | |
| 44 | ||
| 45 | }) | |
| 46 | public cla ss Depende ntFinancia lsInfo { | |
| 47 | ||
| 48 | protec ted AssetC ollection assets; | |
| 49 | protec ted DebitI nfo debits ; | |
| 50 | protec ted Expens eCollectio n expenses ; | |
| 51 | protec ted Intege r incomeYe ar; | |
| 52 | protec ted Income Collection incomes; | |
| 53 | protec ted Boolea n livedWit hPatient; | |
| 54 | protec ted Boolea n validDep endent; | |
| 55 | protec ted BigDec imal amoun tContribut edToSuppor t; | |
| 56 | protec ted Boolea n attended School; | |
| 57 | protec ted Boolea n contribu tedToSuppo rt; | |
| 58 | protec ted Depend entInfo de pendentInf o; | |
| 59 | protec ted Boolea n hasIncom e; | |
| 60 | protec ted Boolea n incapabl eOfSelfSup port; | |
| 61 | protec ted Boolea n incomeAv ailableToP atient; | |
| 62 | ||
| 63 | /** | |
| 64 | * Get s the valu e of the a ssets prop erty. | |
| 65 | * | |
| 66 | * @re turn | |
| 67 | * possible object is | |
| 68 | * {@link As setCollect ion } | |
| 69 | * | |
| 70 | */ | |
| 71 | public AssetColl ection get Assets() { | |
| 72 | re turn asset s; | |
| 73 | } | |
| 74 | ||
| 75 | /** | |
| 76 | * Set s the valu e of the a ssets prop erty. | |
| 77 | * | |
| 78 | * @pa ram value | |
| 79 | * allowed o bject is | |
| 80 | * {@link As setCollect ion } | |
| 81 | * | |
| 82 | */ | |
| 83 | public void setA ssets(Asse tCollectio n value) { | |
| 84 | th is.assets = value; | |
| 85 | } | |
| 86 | ||
| 87 | /** | |
| 88 | * Get s the valu e of the d ebits prop erty. | |
| 89 | * | |
| 90 | * @re turn | |
| 91 | * possible object is | |
| 92 | * {@link De bitInfo } | |
| 93 | * | |
| 94 | */ | |
| 95 | public DebitInfo getDebits () { | |
| 96 | re turn debit s; | |
| 97 | } | |
| 98 | ||
| 99 | /** | |
| 100 | * Set s the valu e of the d ebits prop erty. | |
| 101 | * | |
| 102 | * @pa ram value | |
| 103 | * allowed o bject is | |
| 104 | * {@link De bitInfo } | |
| 105 | * | |
| 106 | */ | |
| 107 | public void setD ebits(Debi tInfo valu e) { | |
| 108 | th is.debits = value; | |
| 109 | } | |
| 110 | ||
| 111 | /** | |
| 112 | * Get s the valu e of the e xpenses pr operty. | |
| 113 | * | |
| 114 | * @re turn | |
| 115 | * possible object is | |
| 116 | * {@link Ex penseColle ction } | |
| 117 | * | |
| 118 | */ | |
| 119 | public ExpenseCo llection g etExpenses () { | |
| 120 | re turn expen ses; | |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Set s the valu e of the e xpenses pr operty. | |
| 125 | * | |
| 126 | * @pa ram value | |
| 127 | * allowed o bject is | |
| 128 | * {@link Ex penseColle ction } | |
| 129 | * | |
| 130 | */ | |
| 131 | public void setE xpenses(Ex penseColle ction valu e) { | |
| 132 | th is.expense s = value; | |
| 133 | } | |
| 134 | ||
| 135 | /** | |
| 136 | * Get s the valu e of the i ncomeYear property. | |
| 137 | * | |
| 138 | * @re turn | |
| 139 | * possible object is | |
| 140 | * {@link In teger } | |
| 141 | * | |
| 142 | */ | |
| 143 | public Integer g etIncomeYe ar() { | |
| 144 | re turn incom eYear; | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Set s the valu e of the i ncomeYear property. | |
| 149 | * | |
| 150 | * @pa ram value | |
| 151 | * allowed o bject is | |
| 152 | * {@link In teger } | |
| 153 | * | |
| 154 | */ | |
| 155 | public void setI ncomeYear( Integer va lue) { | |
| 156 | th is.incomeY ear = valu e; | |
| 157 | } | |
| 158 | ||
| 159 | /** | |
| 160 | * Get s the valu e of the i ncomes pro perty. | |
| 161 | * | |
| 162 | * @re turn | |
| 163 | * possible object is | |
| 164 | * {@link In comeCollec tion } | |
| 165 | * | |
| 166 | */ | |
| 167 | public IncomeCol lection ge tIncomes() { | |
| 168 | re turn incom es; | |
| 169 | } | |
| 170 | ||
| 171 | /** | |
| 172 | * Set s the valu e of the i ncomes pro perty. | |
| 173 | * | |
| 174 | * @pa ram value | |
| 175 | * allowed o bject is | |
| 176 | * {@link In comeCollec tion } | |
| 177 | * | |
| 178 | */ | |
| 179 | public void setI ncomes(Inc omeCollect ion value) { | |
| 180 | th is.incomes = value; | |
| 181 | } | |
| 182 | ||
| 183 | /** | |
| 184 | * Get s the valu e of the l ivedWithPa tient prop erty. | |
| 185 | * | |
| 186 | * @re turn | |
| 187 | * possible object is | |
| 188 | * {@link Bo olean } | |
| 189 | * | |
| 190 | */ | |
| 191 | public Boolean i sLivedWith Patient() { | |
| 192 | re turn lived WithPatien t; | |
| 193 | } | |
| 194 | ||
| 195 | /** | |
| 196 | * Set s the valu e of the l ivedWithPa tient prop erty. | |
| 197 | * | |
| 198 | * @pa ram value | |
| 199 | * allowed o bject is | |
| 200 | * {@link Bo olean } | |
| 201 | * | |
| 202 | */ | |
| 203 | public void setL ivedWithPa tient(Bool ean value) { | |
| 204 | th is.livedWi thPatient = value; | |
| 205 | } | |
| 206 | ||
| 207 | /** | |
| 208 | * Get s the valu e of the v alidDepend ent proper ty. | |
| 209 | * | |
| 210 | * @re turn | |
| 211 | * possible object is | |
| 212 | * {@link Bo olean } | |
| 213 | * | |
| 214 | */ | |
| 215 | public Boolean i sValidDepe ndent() { | |
| 216 | re turn valid Dependent; | |
| 217 | } | |
| 218 | ||
| 219 | /** | |
| 220 | * Set s the valu e of the v alidDepend ent proper ty. | |
| 221 | * | |
| 222 | * @pa ram value | |
| 223 | * allowed o bject is | |
| 224 | * {@link Bo olean } | |
| 225 | * | |
| 226 | */ | |
| 227 | public void setV alidDepend ent(Boolea n value) { | |
| 228 | th is.validDe pendent = value; | |
| 229 | } | |
| 230 | ||
| 231 | /** | |
| 232 | * Get s the valu e of the a mountContr ibutedToSu pport prop erty. | |
| 233 | * | |
| 234 | * @re turn | |
| 235 | * possible object is | |
| 236 | * {@link Bi gDecimal } | |
| 237 | * | |
| 238 | */ | |
| 239 | public BigDecima l getAmoun tContribut edToSuppor t() { | |
| 240 | re turn amoun tContribut edToSuppor t; | |
| 241 | } | |
| 242 | ||
| 243 | /** | |
| 244 | * Set s the valu e of the a mountContr ibutedToSu pport prop erty. | |
| 245 | * | |
| 246 | * @pa ram value | |
| 247 | * allowed o bject is | |
| 248 | * {@link Bi gDecimal } | |
| 249 | * | |
| 250 | */ | |
| 251 | public void setA mountContr ibutedToSu pport(BigD ecimal val ue) { | |
| 252 | th is.amountC ontributed ToSupport = value; | |
| 253 | } | |
| 254 | ||
| 255 | /** | |
| 256 | * Get s the valu e of the a ttendedSch ool proper ty. | |
| 257 | * | |
| 258 | * @re turn | |
| 259 | * possible object is | |
| 260 | * {@link Bo olean } | |
| 261 | * | |
| 262 | */ | |
| 263 | public Boolean i sAttendedS chool() { | |
| 264 | re turn atten dedSchool; | |
| 265 | } | |
| 266 | ||
| 267 | /** | |
| 268 | * Set s the valu e of the a ttendedSch ool proper ty. | |
| 269 | * | |
| 270 | * @pa ram value | |
| 271 | * allowed o bject is | |
| 272 | * {@link Bo olean } | |
| 273 | * | |
| 274 | */ | |
| 275 | public void setA ttendedSch ool(Boolea n value) { | |
| 276 | th is.attende dSchool = value; | |
| 277 | } | |
| 278 | ||
| 279 | /** | |
| 280 | * Get s the valu e of the c ontributed ToSupport property. | |
| 281 | * | |
| 282 | * @re turn | |
| 283 | * possible object is | |
| 284 | * {@link Bo olean } | |
| 285 | * | |
| 286 | */ | |
| 287 | public Boolean i sContribut edToSuppor t() { | |
| 288 | re turn contr ibutedToSu pport; | |
| 289 | } | |
| 290 | ||
| 291 | /** | |
| 292 | * Set s the valu e of the c ontributed ToSupport property. | |
| 293 | * | |
| 294 | * @pa ram value | |
| 295 | * allowed o bject is | |
| 296 | * {@link Bo olean } | |
| 297 | * | |
| 298 | */ | |
| 299 | public void setC ontributed ToSupport( Boolean va lue) { | |
| 300 | th is.contrib utedToSupp ort = valu e; | |
| 301 | } | |
| 302 | ||
| 303 | /** | |
| 304 | * Get s the valu e of the d ependentIn fo propert y. | |
| 305 | * | |
| 306 | * @re turn | |
| 307 | * possible object is | |
| 308 | * {@link De pendentInf o } | |
| 309 | * | |
| 310 | */ | |
| 311 | public Dependent Info getDe pendentInf o() { | |
| 312 | re turn depen dentInfo; | |
| 313 | } | |
| 314 | ||
| 315 | /** | |
| 316 | * Set s the valu e of the d ependentIn fo propert y. | |
| 317 | * | |
| 318 | * @pa ram value | |
| 319 | * allowed o bject is | |
| 320 | * {@link De pendentInf o } | |
| 321 | * | |
| 322 | */ | |
| 323 | public void setD ependentIn fo(Depende ntInfo val ue) { | |
| 324 | th is.depende ntInfo = v alue; | |
| 325 | } | |
| 326 | ||
| 327 | /** | |
| 328 | * Get s the valu e of the h asIncome p roperty. | |
| 329 | * | |
| 330 | * @re turn | |
| 331 | * possible object is | |
| 332 | * {@link Bo olean } | |
| 333 | * | |
| 334 | */ | |
| 335 | public Boolean i sHasIncome () { | |
| 336 | re turn hasIn come; | |
| 337 | } | |
| 338 | ||
| 339 | /** | |
| 340 | * Set s the valu e of the h asIncome p roperty. | |
| 341 | * | |
| 342 | * @pa ram value | |
| 343 | * allowed o bject is | |
| 344 | * {@link Bo olean } | |
| 345 | * | |
| 346 | */ | |
| 347 | public void setH asIncome(B oolean val ue) { | |
| 348 | th is.hasInco me = value ; | |
| 349 | } | |
| 350 | ||
| 351 | /** | |
| 352 | * Get s the valu e of the i ncapableOf SelfSuppor t property . | |
| 353 | * | |
| 354 | * @re turn | |
| 355 | * possible object is | |
| 356 | * {@link Bo olean } | |
| 357 | * | |
| 358 | */ | |
| 359 | public Boolean i sIncapable OfSelfSupp ort() { | |
| 360 | re turn incap ableOfSelf Support; | |
| 361 | } | |
| 362 | ||
| 363 | /** | |
| 364 | * Set s the valu e of the i ncapableOf SelfSuppor t property . | |
| 365 | * | |
| 366 | * @pa ram value | |
| 367 | * allowed o bject is | |
| 368 | * {@link Bo olean } | |
| 369 | * | |
| 370 | */ | |
| 371 | public void setI ncapableOf SelfSuppor t(Boolean value) { | |
| 372 | th is.incapab leOfSelfSu pport = va lue; | |
| 373 | } | |
| 374 | ||
| 375 | /** | |
| 376 | * Get s the valu e of the i ncomeAvail ableToPati ent proper ty. | |
| 377 | * | |
| 378 | * @re turn | |
| 379 | * possible object is | |
| 380 | * {@link Bo olean } | |
| 381 | * | |
| 382 | */ | |
| 383 | public Boolean i sIncomeAva ilableToPa tient() { | |
| 384 | re turn incom eAvailable ToPatient; | |
| 385 | } | |
| 386 | ||
| 387 | /** | |
| 388 | * Set s the valu e of the i ncomeAvail ableToPati ent proper ty. | |
| 389 | * | |
| 390 | * @pa ram value | |
| 391 | * allowed o bject is | |
| 392 | * {@link Bo olean } | |
| 393 | * | |
| 394 | */ | |
| 395 | public void setI ncomeAvail ableToPati ent(Boolea n value) { | |
| 396 | th is.incomeA vailableTo Patient = value; | |
| 397 | } | |
| 398 | ||
| 399 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.