Produced by Araxis Merge on 4/27/2017 3:13:55 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 | PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | FinancialStatementInfo.java | Fri Aug 26 21:28:58 2016 UTC |
| 2 | PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | FinancialStatementInfo.java | Tue Apr 25 13:13:16 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 794 |
| Changed | 4 | 12 |
| 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 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.XmlSche maType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 9 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 10 | ||
| 11 | ||
| 12 | /** | |
| 13 | * <p>Java class for financial StatementI nfo comple x type. | |
| 14 | * | |
| 15 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 16 | * | |
| 17 | * <pre> | |
| 18 | * <com plexType n ame="finan cialStatem entInfo"&g t; | |
| 19 | * <c omplexCont ent> | |
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 21 | * & lt;all> | |
| 22 | * <elemen t name="as sets" type ="{http:// DNS . URL /schemas}a ssetCollec tion" minO ccurs="0"/ > | |
| 23 | * <elemen t name="de bits" type ="{http:// DNS . URL /schemas}d ebitInfo" minOccurs= "0"/> | |
| 24 | * <elemen t name="ex penses" ty pe="{http: // DNS . URL /schemas}e xpenseColl ection" mi nOccurs="0 "/> | |
| 25 | * <eleme nt name="i ncomeYear" type="{ht tp://www.w 3.org/2001 /XMLSchema }int" minO ccurs="0"/ > | |
| 26 | * <elemen t name="in comes" typ e="{http:/ / DNS . URL /schemas}i ncomeColle ction" min Occurs="0" /> | |
| 27 | * <eleme nt name="c ontributio nToSpouse" type="{ht tp://www.w 3.org/2001 /XMLSchema }decimal" minOccurs= "0"/> | |
| 28 | * <elemen t name="de pendentFin ancialsLis t" type="{ http:// DNS . URL /schemas}d ependentFi nancialsCo llection" minOccurs= "0"/> | |
| 29 | * <eleme nt name="m arriedLast CalendarYe ar" type=" {http://ww w.w3.org/2 001/XMLSch ema}boolea n" minOccu rs="0"/> ; | |
| 30 | * <eleme nt name="n umberOfDep endentChil dren" type ="{http:// www.w3.org /2001/XMLS chema}int" minOccurs ="0"/> | |
| 31 | * <elemen t name="sp ouseFinanc ialsList" type="{htt p:// DNS . URL /schemas}s pouseFinan cialsColle ction" min Occurs="0" /> | |
| 32 | * <eleme nt name="i npatientDa ys" type=" {http://ww w.w3.org/2 001/XMLSch ema}int" m inOccurs=" 0"/> | |
| 33 | * <eleme nt name="o utpatientD ays" type= "{http://w ww.w3.org/ 2001/XMLSc hema}int" minOccurs= "0"/> | |
| 34 | * <eleme nt name="l astVisitDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}date" minOccurs= "0"/> | |
| 35 | * <eleme nt name="v amcReportD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}date" minOccurs ="0"/> | |
| 36 | * & lt;/all> ; | |
| 37 | * < ;/restrict ion> | |
| 38 | * </ complexCon tent> | |
| 39 | * </co mplexType& gt; | |
| 40 | * </pre> | |
| 41 | * | |
| 42 | * | |
| 43 | */ | |
| 44 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 45 | @XmlType(n ame = "fin ancialStat ementInfo" , propOrde r = { | |
| 46 | ||
| 47 | }) | |
| 48 | public cla ss Financi alStatemen tInfo { | |
| 49 | ||
| 50 | protec ted AssetC ollection assets; | |
| 51 | protec ted DebitI nfo debits ; | |
| 52 | protec ted Expens eCollectio n expenses ; | |
| 53 | protec ted Intege r incomeYe ar; | |
| 54 | protec ted Income Collection incomes; | |
| 55 | protec ted BigDec imal contr ibutionToS pouse; | |
| 56 | protec ted Depend entFinanci alsCollect ion depend entFinanci alsList; | |
| 57 | protec ted Boolea n marriedL astCalenda rYear; | |
| 58 | protec ted Intege r numberOf DependentC hildren; | |
| 59 | protec ted Spouse Financials Collection spouseFin ancialsLis t; | |
| 60 | protec ted Intege r inpatien tDays; | |
| 61 | protec ted Intege r outpatie ntDays; | |
| 62 | @XmlSc hemaType(n ame = "dat e") | |
| 63 | protec ted XMLGre gorianCale ndar lastV isitDate; | |
| 64 | @XmlSc hemaType(n ame = "dat e") | |
| 65 | protec ted XMLGre gorianCale ndar vamcR eportDate; | |
| 66 | ||
| 67 | /** | |
| 68 | * Get s the valu e of the a ssets prop erty. | |
| 69 | * | |
| 70 | * @re turn | |
| 71 | * possible object is | |
| 72 | * {@link As setCollect ion } | |
| 73 | * | |
| 74 | */ | |
| 75 | public AssetColl ection get Assets() { | |
| 76 | re turn asset s; | |
| 77 | } | |
| 78 | ||
| 79 | /** | |
| 80 | * Set s the valu e of the a ssets prop erty. | |
| 81 | * | |
| 82 | * @pa ram value | |
| 83 | * allowed o bject is | |
| 84 | * {@link As setCollect ion } | |
| 85 | * | |
| 86 | */ | |
| 87 | public void setA ssets(Asse tCollectio n value) { | |
| 88 | th is.assets = value; | |
| 89 | } | |
| 90 | ||
| 91 | /** | |
| 92 | * Get s the valu e of the d ebits prop erty. | |
| 93 | * | |
| 94 | * @re turn | |
| 95 | * possible object is | |
| 96 | * {@link De bitInfo } | |
| 97 | * | |
| 98 | */ | |
| 99 | public DebitInfo getDebits () { | |
| 100 | re turn debit s; | |
| 101 | } | |
| 102 | ||
| 103 | /** | |
| 104 | * Set s the valu e of the d ebits prop erty. | |
| 105 | * | |
| 106 | * @pa ram value | |
| 107 | * allowed o bject is | |
| 108 | * {@link De bitInfo } | |
| 109 | * | |
| 110 | */ | |
| 111 | public void setD ebits(Debi tInfo valu e) { | |
| 112 | th is.debits = value; | |
| 113 | } | |
| 114 | ||
| 115 | /** | |
| 116 | * Get s the valu e of the e xpenses pr operty. | |
| 117 | * | |
| 118 | * @re turn | |
| 119 | * possible object is | |
| 120 | * {@link Ex penseColle ction } | |
| 121 | * | |
| 122 | */ | |
| 123 | public ExpenseCo llection g etExpenses () { | |
| 124 | re turn expen ses; | |
| 125 | } | |
| 126 | ||
| 127 | /** | |
| 128 | * Set s the valu e of the e xpenses pr operty. | |
| 129 | * | |
| 130 | * @pa ram value | |
| 131 | * allowed o bject is | |
| 132 | * {@link Ex penseColle ction } | |
| 133 | * | |
| 134 | */ | |
| 135 | public void setE xpenses(Ex penseColle ction valu e) { | |
| 136 | th is.expense s = value; | |
| 137 | } | |
| 138 | ||
| 139 | /** | |
| 140 | * Get s the valu e of the i ncomeYear property. | |
| 141 | * | |
| 142 | * @re turn | |
| 143 | * possible object is | |
| 144 | * {@link In teger } | |
| 145 | * | |
| 146 | */ | |
| 147 | public Integer g etIncomeYe ar() { | |
| 148 | re turn incom eYear; | |
| 149 | } | |
| 150 | ||
| 151 | /** | |
| 152 | * Set s the valu e of the i ncomeYear property. | |
| 153 | * | |
| 154 | * @pa ram value | |
| 155 | * allowed o bject is | |
| 156 | * {@link In teger } | |
| 157 | * | |
| 158 | */ | |
| 159 | public void setI ncomeYear( Integer va lue) { | |
| 160 | th is.incomeY ear = valu e; | |
| 161 | } | |
| 162 | ||
| 163 | /** | |
| 164 | * Get s the valu e of the i ncomes pro perty. | |
| 165 | * | |
| 166 | * @re turn | |
| 167 | * possible object is | |
| 168 | * {@link In comeCollec tion } | |
| 169 | * | |
| 170 | */ | |
| 171 | public IncomeCol lection ge tIncomes() { | |
| 172 | re turn incom es; | |
| 173 | } | |
| 174 | ||
| 175 | /** | |
| 176 | * Set s the valu e of the i ncomes pro perty. | |
| 177 | * | |
| 178 | * @pa ram value | |
| 179 | * allowed o bject is | |
| 180 | * {@link In comeCollec tion } | |
| 181 | * | |
| 182 | */ | |
| 183 | public void setI ncomes(Inc omeCollect ion value) { | |
| 184 | th is.incomes = value; | |
| 185 | } | |
| 186 | ||
| 187 | /** | |
| 188 | * Get s the valu e of the c ontributio nToSpouse property. | |
| 189 | * | |
| 190 | * @re turn | |
| 191 | * possible object is | |
| 192 | * {@link Bi gDecimal } | |
| 193 | * | |
| 194 | */ | |
| 195 | public BigDecima l getContr ibutionToS pouse() { | |
| 196 | re turn contr ibutionToS pouse; | |
| 197 | } | |
| 198 | ||
| 199 | /** | |
| 200 | * Set s the valu e of the c ontributio nToSpouse property. | |
| 201 | * | |
| 202 | * @pa ram value | |
| 203 | * allowed o bject is | |
| 204 | * {@link Bi gDecimal } | |
| 205 | * | |
| 206 | */ | |
| 207 | public void setC ontributio nToSpouse( BigDecimal value) { | |
| 208 | th is.contrib utionToSpo use = valu e; | |
| 209 | } | |
| 210 | ||
| 211 | /** | |
| 212 | * Get s the valu e of the d ependentFi nancialsLi st propert y. | |
| 213 | * | |
| 214 | * @re turn | |
| 215 | * possible object is | |
| 216 | * {@link De pendentFin ancialsCol lection } | |
| 217 | * | |
| 218 | */ | |
| 219 | public Dependent Financials Collection getDepend entFinanci alsList() { | |
| 220 | re turn depen dentFinanc ialsList; | |
| 221 | } | |
| 222 | ||
| 223 | /** | |
| 224 | * Set s the valu e of the d ependentFi nancialsLi st propert y. | |
| 225 | * | |
| 226 | * @pa ram value | |
| 227 | * allowed o bject is | |
| 228 | * {@link De pendentFin ancialsCol lection } | |
| 229 | * | |
| 230 | */ | |
| 231 | public void setD ependentFi nancialsLi st(Depende ntFinancia lsCollecti on value) { | |
| 232 | th is.depende ntFinancia lsList = v alue; | |
| 233 | } | |
| 234 | ||
| 235 | /** | |
| 236 | * Get s the valu e of the m arriedLast CalendarYe ar propert y. | |
| 237 | * | |
| 238 | * @re turn | |
| 239 | * possible object is | |
| 240 | * {@link Bo olean } | |
| 241 | * | |
| 242 | */ | |
| 243 | public Boolean i sMarriedLa stCalendar Year() { | |
| 244 | re turn marri edLastCale ndarYear; | |
| 245 | } | |
| 246 | ||
| 247 | /** | |
| 248 | * Set s the valu e of the m arriedLast CalendarYe ar propert y. | |
| 249 | * | |
| 250 | * @pa ram value | |
| 251 | * allowed o bject is | |
| 252 | * {@link Bo olean } | |
| 253 | * | |
| 254 | */ | |
| 255 | public void setM arriedLast CalendarYe ar(Boolean value) { | |
| 256 | th is.married LastCalend arYear = v alue; | |
| 257 | } | |
| 258 | ||
| 259 | /** | |
| 260 | * Get s the valu e of the n umberOfDep endentChil dren prope rty. | |
| 261 | * | |
| 262 | * @re turn | |
| 263 | * possible object is | |
| 264 | * {@link In teger } | |
| 265 | * | |
| 266 | */ | |
| 267 | public Integer g etNumberOf DependentC hildren() { | |
| 268 | re turn numbe rOfDepende ntChildren ; | |
| 269 | } | |
| 270 | ||
| 271 | /** | |
| 272 | * Set s the valu e of the n umberOfDep endentChil dren prope rty. | |
| 273 | * | |
| 274 | * @pa ram value | |
| 275 | * allowed o bject is | |
| 276 | * {@link In teger } | |
| 277 | * | |
| 278 | */ | |
| 279 | public void setN umberOfDep endentChil dren(Integ er value) { | |
| 280 | th is.numberO fDependent Children = value; | |
| 281 | } | |
| 282 | ||
| 283 | /** | |
| 284 | * Get s the valu e of the s pouseFinan cialsList property. | |
| 285 | * | |
| 286 | * @re turn | |
| 287 | * possible object is | |
| 288 | * {@link Sp ouseFinanc ialsCollec tion } | |
| 289 | * | |
| 290 | */ | |
| 291 | public SpouseFin ancialsCol lection ge tSpouseFin ancialsLis t() { | |
| 292 | re turn spous eFinancial sList; | |
| 293 | } | |
| 294 | ||
| 295 | /** | |
| 296 | * Set s the valu e of the s pouseFinan cialsList property. | |
| 297 | * | |
| 298 | * @pa ram value | |
| 299 | * allowed o bject is | |
| 300 | * {@link Sp ouseFinanc ialsCollec tion } | |
| 301 | * | |
| 302 | */ | |
| 303 | public void setS pouseFinan cialsList( SpouseFina ncialsColl ection val ue) { | |
| 304 | th is.spouseF inancialsL ist = valu e; | |
| 305 | } | |
| 306 | ||
| 307 | /** | |
| 308 | * Get s the valu e of the i npatientDa ys propert y. | |
| 309 | * | |
| 310 | * @re turn | |
| 311 | * possible object is | |
| 312 | * {@link In teger } | |
| 313 | * | |
| 314 | */ | |
| 315 | public Integer g etInpatien tDays() { | |
| 316 | re turn inpat ientDays; | |
| 317 | } | |
| 318 | ||
| 319 | /** | |
| 320 | * Set s the valu e of the i npatientDa ys propert y. | |
| 321 | * | |
| 322 | * @pa ram value | |
| 323 | * allowed o bject is | |
| 324 | * {@link In teger } | |
| 325 | * | |
| 326 | */ | |
| 327 | public void setI npatientDa ys(Integer value) { | |
| 328 | th is.inpatie ntDays = v alue; | |
| 329 | } | |
| 330 | ||
| 331 | /** | |
| 332 | * Get s the valu e of the o utpatientD ays proper ty. | |
| 333 | * | |
| 334 | * @re turn | |
| 335 | * possible object is | |
| 336 | * {@link In teger } | |
| 337 | * | |
| 338 | */ | |
| 339 | public Integer g etOutpatie ntDays() { | |
| 340 | re turn outpa tientDays; | |
| 341 | } | |
| 342 | ||
| 343 | /** | |
| 344 | * Set s the valu e of the o utpatientD ays proper ty. | |
| 345 | * | |
| 346 | * @pa ram value | |
| 347 | * allowed o bject is | |
| 348 | * {@link In teger } | |
| 349 | * | |
| 350 | */ | |
| 351 | public void setO utpatientD ays(Intege r value) { | |
| 352 | th is.outpati entDays = value; | |
| 353 | } | |
| 354 | ||
| 355 | /** | |
| 356 | * Get s the valu e of the l astVisitDa te propert y. | |
| 357 | * | |
| 358 | * @re turn | |
| 359 | * possible object is | |
| 360 | * {@link XM LGregorian Calendar } | |
| 361 | * | |
| 362 | */ | |
| 363 | public XMLGregor ianCalenda r getLastV isitDate() { | |
| 364 | re turn lastV isitDate; | |
| 365 | } | |
| 366 | ||
| 367 | /** | |
| 368 | * Set s the valu e of the l astVisitDa te propert y. | |
| 369 | * | |
| 370 | * @pa ram value | |
| 371 | * allowed o bject is | |
| 372 | * {@link XM LGregorian Calendar } | |
| 373 | * | |
| 374 | */ | |
| 375 | public void setL astVisitDa te(XMLGreg orianCalen dar value) { | |
| 376 | th is.lastVis itDate = v alue; | |
| 377 | } | |
| 378 | ||
| 379 | /** | |
| 380 | * Get s the valu e of the v amcReportD ate proper ty. | |
| 381 | * | |
| 382 | * @re turn | |
| 383 | * possible object is | |
| 384 | * {@link XM LGregorian Calendar } | |
| 385 | * | |
| 386 | */ | |
| 387 | public XMLGregor ianCalenda r getVamcR eportDate( ) { | |
| 388 | re turn vamcR eportDate; | |
| 389 | } | |
| 390 | ||
| 391 | /** | |
| 392 | * Set s the valu e of the v amcReportD ate proper ty. | |
| 393 | * | |
| 394 | * @pa ram value | |
| 395 | * allowed o bject is | |
| 396 | * {@link XM LGregorian Calendar } | |
| 397 | * | |
| 398 | */ | |
| 399 | public void setV amcReportD ate(XMLGre gorianCale ndar value ) { | |
| 400 | th is.vamcRep ortDate = value; | |
| 401 | } | |
| 402 | ||
| 403 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.