Produced by Araxis Merge on 4/5/2017 4:25:32 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 | SpouseFinancialsInfo.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 | SpouseFinancialsInfo.java | Mon Apr 3 14:03:11 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 474 |
| 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 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.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for spouseFin ancialsInf o complex type. | |
| 11 | * | |
| 12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 13 | * | |
| 14 | * <pre> | |
| 15 | * <com plexType n ame="spous eFinancial sInfo"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 18 | * & lt;all> | |
| 19 | * <elemen t name="as sets" type ="{http:// jaxws.webs ervices.es r. URL /schemas}a ssetCollec tion" minO ccurs="0"/ > | |
| 20 | * <elemen t name="de bits" type ="{http:// jaxws.webs ervices.es r. URL /schemas}d ebitInfo" minOccurs= "0"/> | |
| 21 | * <elemen t name="ex penses" ty pe="{http: //jaxws.we bservices. esr. URL /schemas}e xpenseColl ection" mi nOccurs="0 "/> | |
| 22 | * <eleme nt name="i ncomeYear" type="{ht tp://www.w 3.org/2001 /XMLSchema }int" minO ccurs="0"/ > | |
| 23 | * <elemen t name="in comes" typ e="{http:/ /jaxws.web services.e sr. URL /schemas}i ncomeColle ction" min Occurs="0" /> | |
| 24 | * <eleme nt name="l ivedWithPa tient" typ e="{http:/ /www.w3.or g/2001/XML Schema}boo lean" minO ccurs="0"/ > | |
| 25 | * <eleme nt name="v alidDepend ent" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/> | |
| 26 | * <elemen t name="sp ouse" type ="{http:// jaxws.webs ervices.es r. URL /schemas}s pouseInfo" minOccurs ="0"/> | |
| 27 | * & lt;/all> | |
| 28 | * < ;/restrict ion> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType> | |
| 31 | * </pre> | |
| 32 | * | |
| 33 | * | |
| 34 | */ | |
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 36 | @XmlType(n ame = "spo useFinanci alsInfo", propOrder = { | |
| 37 | ||
| 38 | }) | |
| 39 | public cla ss SpouseF inancialsI nfo { | |
| 40 | ||
| 41 | protec ted AssetC ollection assets; | |
| 42 | protec ted DebitI nfo debits ; | |
| 43 | protec ted Expens eCollectio n expenses ; | |
| 44 | protec ted Intege r incomeYe ar; | |
| 45 | protec ted Income Collection incomes; | |
| 46 | protec ted Boolea n livedWit hPatient; | |
| 47 | protec ted Boolea n validDep endent; | |
| 48 | protec ted Spouse Info spous e; | |
| 49 | ||
| 50 | /** | |
| 51 | * Get s the valu e of the a ssets prop erty. | |
| 52 | * | |
| 53 | * @re turn | |
| 54 | * possible object is | |
| 55 | * {@link As setCollect ion } | |
| 56 | * | |
| 57 | */ | |
| 58 | public AssetColl ection get Assets() { | |
| 59 | re turn asset s; | |
| 60 | } | |
| 61 | ||
| 62 | /** | |
| 63 | * Set s the valu e of the a ssets prop erty. | |
| 64 | * | |
| 65 | * @pa ram value | |
| 66 | * allowed o bject is | |
| 67 | * {@link As setCollect ion } | |
| 68 | * | |
| 69 | */ | |
| 70 | public void setA ssets(Asse tCollectio n value) { | |
| 71 | th is.assets = value; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * Get s the valu e of the d ebits prop erty. | |
| 76 | * | |
| 77 | * @re turn | |
| 78 | * possible object is | |
| 79 | * {@link De bitInfo } | |
| 80 | * | |
| 81 | */ | |
| 82 | public DebitInfo getDebits () { | |
| 83 | re turn debit s; | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Set s the valu e of the d ebits prop erty. | |
| 88 | * | |
| 89 | * @pa ram value | |
| 90 | * allowed o bject is | |
| 91 | * {@link De bitInfo } | |
| 92 | * | |
| 93 | */ | |
| 94 | public void setD ebits(Debi tInfo valu e) { | |
| 95 | th is.debits = value; | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Get s the valu e of the e xpenses pr operty. | |
| 100 | * | |
| 101 | * @re turn | |
| 102 | * possible object is | |
| 103 | * {@link Ex penseColle ction } | |
| 104 | * | |
| 105 | */ | |
| 106 | public ExpenseCo llection g etExpenses () { | |
| 107 | re turn expen ses; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Set s the valu e of the e xpenses pr operty. | |
| 112 | * | |
| 113 | * @pa ram value | |
| 114 | * allowed o bject is | |
| 115 | * {@link Ex penseColle ction } | |
| 116 | * | |
| 117 | */ | |
| 118 | public void setE xpenses(Ex penseColle ction valu e) { | |
| 119 | th is.expense s = value; | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Get s the valu e of the i ncomeYear property. | |
| 124 | * | |
| 125 | * @re turn | |
| 126 | * possible object is | |
| 127 | * {@link In teger } | |
| 128 | * | |
| 129 | */ | |
| 130 | public Integer g etIncomeYe ar() { | |
| 131 | re turn incom eYear; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Set s the valu e of the i ncomeYear property. | |
| 136 | * | |
| 137 | * @pa ram value | |
| 138 | * allowed o bject is | |
| 139 | * {@link In teger } | |
| 140 | * | |
| 141 | */ | |
| 142 | public void setI ncomeYear( Integer va lue) { | |
| 143 | th is.incomeY ear = valu e; | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Get s the valu e of the i ncomes pro perty. | |
| 148 | * | |
| 149 | * @re turn | |
| 150 | * possible object is | |
| 151 | * {@link In comeCollec tion } | |
| 152 | * | |
| 153 | */ | |
| 154 | public IncomeCol lection ge tIncomes() { | |
| 155 | re turn incom es; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Set s the valu e of the i ncomes pro perty. | |
| 160 | * | |
| 161 | * @pa ram value | |
| 162 | * allowed o bject is | |
| 163 | * {@link In comeCollec tion } | |
| 164 | * | |
| 165 | */ | |
| 166 | public void setI ncomes(Inc omeCollect ion value) { | |
| 167 | th is.incomes = value; | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Get s the valu e of the l ivedWithPa tient prop erty. | |
| 172 | * | |
| 173 | * @re turn | |
| 174 | * possible object is | |
| 175 | * {@link Bo olean } | |
| 176 | * | |
| 177 | */ | |
| 178 | public Boolean i sLivedWith Patient() { | |
| 179 | re turn lived WithPatien t; | |
| 180 | } | |
| 181 | ||
| 182 | /** | |
| 183 | * Set s the valu e of the l ivedWithPa tient prop erty. | |
| 184 | * | |
| 185 | * @pa ram value | |
| 186 | * allowed o bject is | |
| 187 | * {@link Bo olean } | |
| 188 | * | |
| 189 | */ | |
| 190 | public void setL ivedWithPa tient(Bool ean value) { | |
| 191 | th is.livedWi thPatient = value; | |
| 192 | } | |
| 193 | ||
| 194 | /** | |
| 195 | * Get s the valu e of the v alidDepend ent proper ty. | |
| 196 | * | |
| 197 | * @re turn | |
| 198 | * possible object is | |
| 199 | * {@link Bo olean } | |
| 200 | * | |
| 201 | */ | |
| 202 | public Boolean i sValidDepe ndent() { | |
| 203 | re turn valid Dependent; | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Set s the valu e of the v alidDepend ent proper ty. | |
| 208 | * | |
| 209 | * @pa ram value | |
| 210 | * allowed o bject is | |
| 211 | * {@link Bo olean } | |
| 212 | * | |
| 213 | */ | |
| 214 | public void setV alidDepend ent(Boolea n value) { | |
| 215 | th is.validDe pendent = value; | |
| 216 | } | |
| 217 | ||
| 218 | /** | |
| 219 | * Get s the valu e of the s pouse prop erty. | |
| 220 | * | |
| 221 | * @re turn | |
| 222 | * possible object is | |
| 223 | * {@link Sp ouseInfo } | |
| 224 | * | |
| 225 | */ | |
| 226 | public SpouseInf o getSpous e() { | |
| 227 | re turn spous e; | |
| 228 | } | |
| 229 | ||
| 230 | /** | |
| 231 | * Set s the valu e of the s pouse prop erty. | |
| 232 | * | |
| 233 | * @pa ram value | |
| 234 | * allowed o bject is | |
| 235 | * {@link Sp ouseInfo } | |
| 236 | * | |
| 237 | */ | |
| 238 | public void setS pouse(Spou seInfo val ue) { | |
| 239 | th is.spouse = value; | |
| 240 | } | |
| 241 | ||
| 242 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.