Produced by Araxis Merge on 6/9/2017 3:50:18 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 | Fri Jun 9 19:50:18 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | IncomeTestInfo.java | Wed Jun 7 05:11:56 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 900 |
| 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.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 incomeTes tInfo comp lex 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="incom eTestInfo" > | |||||
| 19 | * <c omplexCont ent> | |||||
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 21 | * & lt;all> | |||||
| 22 | * <eleme nt name="a djudicatio nDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}dat eTime" min Occurs="0" /> | |||||
| 23 | * <eleme nt name="a greesToPay Deductible " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" minOccurs ="0"/> | |||||
| 24 | * <eleme nt name="c adAdjusted " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" minOccurs ="0"/> | |||||
| 25 | * <eleme nt name="c hildIncome ExclusionT hreshold" type="{htt p://www.w3 .org/2001/ XMLSchema} decimal" m inOccurs=" 0"/> | |||||
| 26 | * <eleme nt name="c omments" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |||||
| 27 | * <eleme nt name="d ateMTNoLon gerRequire d" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/> | |||||
| 28 | * <eleme nt name="d eductibleE xpenses" t ype="{http ://www.w3. org/2001/X MLSchema}d ecimal" mi nOccurs="0 "/> | |||||
| 29 | * <eleme nt name="d iscloseFin ancialInfo rmation" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean" mi nOccurs="0 "/> | |||||
| 30 | * <eleme nt name="e ffectiveDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/> | |||||
| 31 | * <eleme nt name="f utureTest" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean" minOccurs= "0"/> | |||||
| 32 | * <eleme nt name="g mtThreshol dAmount" t ype="{http ://www.w3. org/2001/X MLSchema}d ecimal" mi nOccurs="0 "/> | |||||
| 33 | * <eleme nt name="h ardShipRea son" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |||||
| 34 | * <eleme nt name="h ardshipInf o" type="{ http://URL .DNS}hards hipInfo" m inOccurs=" 0"/> | |||||
| 35 | * <eleme nt name="i ncomeTestT ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |||||
| 36 | * <eleme nt name="i ncomeTests ource" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |||||
| 37 | * <eleme nt name="i ncomeVerif icationSta tus" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |||||
| 38 | * <eleme nt name="i ncomeVerif icationSta tusDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |||||
| 39 | * <eleme nt name="i ncomeYear" type="{ht tp://www.w 3.org/2001 /XMLSchema }int" minO ccurs="0"/ > | |||||
| 40 | * <eleme nt name="i vmTestComp letionDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |||||
| 41 | * <eleme nt name="n etIncome" type="{htt p://www.w3 .org/2001/ XMLSchema} decimal" m inOccurs=" 0"/> | |||||
| 42 | * <eleme nt name="n etWorth" t ype="{http ://www.w3. org/2001/X MLSchema}d ecimal" mi nOccurs="0 "/> | |||||
| 43 | * <eleme nt name="n etworthThr eshold" ty pe="{http: //www.w3.o rg/2001/XM LSchema}de cimal" min Occurs="0" /> | |||||
| 44 | * <eleme nt name="p ensionThre shold" typ e="{http:/ /www.w3.or g/2001/XML Schema}dec imal" minO ccurs="0"/ > | |||||
| 45 | * <eleme nt name="p reviousYea rThreshold Applies" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean" mi nOccurs="0 "/> | |||||
| 46 | * <eleme nt name="p rimaryInco meTest" ty pe="{http: //www.w3.o rg/2001/XM LSchema}bo olean" min Occurs="0" /> | |||||
| 47 | * <eleme nt name="r easonMTNoL ongerRequi red" type= "{http://w ww.w3.org/ 2001/XMLSc hema}decim al" minOcc urs="0"/> | |||||
| 48 | * <eleme nt name="r efusedToSi gn" type=" {http://ww w.w3.org/2 001/XMLSch ema}boolea n" minOccu rs="0"/> | |||||
| 49 | * <eleme nt name="s endForAdju dication" type="{htt p://www.w3 .org/2001/ XMLSchema} boolean" m inOccurs=" 0"/> | |||||
| 50 | * <eleme nt name="s iteConduct ingTest" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |||||
| 51 | * <eleme nt name="s tatuses" t ype="{http ://URL.DNS }incomeTes tStatusCol lection" m inOccurs=" 0"/> | |||||
| 52 | * <eleme nt name="t hresholdA" type="{ht tp://www.w 3.org/2001 /XMLSchema }decimal" minOccurs= "0"/> | |||||
| 53 | * <eleme nt name="t otalIncome " type="{h ttp://www. w3.org/200 1/XMLSchem a}decimal" minOccurs ="0"/> | |||||
| 54 | * <eleme nt name="t otalNumber OfDependen ts" type=" {http://ww w.w3.org/2 001/XMLSch ema}int" m inOccurs=" 0"/> | |||||
| 55 | * & lt;/all> | |||||
| 56 | * < ;/restrict ion> | |||||
| 57 | * </ complexCon tent> | |||||
| 58 | * </co mplexType> | |||||
| 59 | * </pre> | |||||
| 60 | * | |||||
| 61 | * | |||||
| 62 | */ | |||||
| 63 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 64 | @XmlType(n ame = "inc omeTestInf o", propOr der = { | |||||
| 65 | ||||||
| 66 | }) | |||||
| 67 | public cla ss IncomeT estInfo { | |||||
| 68 | ||||||
| 69 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 70 | protec ted XMLGre gorianCale ndar adjud icationDat e; | |||||
| 71 | protec ted Boolea n agreesTo PayDeducti ble; | |||||
| 72 | protec ted Boolea n cadAdjus ted; | |||||
| 73 | protec ted BigDec imal child IncomeExcl usionThres hold; | |||||
| 74 | protec ted String comments; | |||||
| 75 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 76 | protec ted XMLGre gorianCale ndar dateM TNoLongerR equired; | |||||
| 77 | protec ted BigDec imal deduc tibleExpen ses; | |||||
| 78 | protec ted Boolea n disclose FinancialI nformation ; | |||||
| 79 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 80 | protec ted XMLGre gorianCale ndar effec tiveDate; | |||||
| 81 | protec ted Boolea n futureTe st; | |||||
| 82 | protec ted BigDec imal gmtTh resholdAmo unt; | |||||
| 83 | protec ted String hardShipR eason; | |||||
| 84 | protec ted Hardsh ipInfo har dshipInfo; | |||||
| 85 | protec ted String incomeTes tType; | |||||
| 86 | protec ted String incomeTes tsource; | |||||
| 87 | protec ted String incomeVer ificationS tatus; | |||||
| 88 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 89 | protec ted XMLGre gorianCale ndar incom eVerificat ionStatusD ate; | |||||
| 90 | protec ted Intege r incomeYe ar; | |||||
| 91 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 92 | protec ted XMLGre gorianCale ndar ivmTe stCompleti onDate; | |||||
| 93 | protec ted BigDec imal netIn come; | |||||
| 94 | protec ted BigDec imal netWo rth; | |||||
| 95 | protec ted BigDec imal netwo rthThresho ld; | |||||
| 96 | protec ted BigDec imal pensi onThreshol d; | |||||
| 97 | protec ted Boolea n previous YearThresh oldApplies ; | |||||
| 98 | protec ted Boolea n primaryI ncomeTest; | |||||
| 99 | protec ted BigDec imal reaso nMTNoLonge rRequired; | |||||
| 100 | protec ted Boolea n refusedT oSign; | |||||
| 101 | protec ted Boolea n sendForA djudicatio n; | |||||
| 102 | protec ted String siteCondu ctingTest; | |||||
| 103 | protec ted Income TestStatus Collection statuses; | |||||
| 104 | protec ted BigDec imal thres holdA; | |||||
| 105 | protec ted BigDec imal total Income; | |||||
| 106 | protec ted Intege r totalNum berOfDepen dents; | |||||
| 107 | ||||||
| 108 | /** | |||||
| 109 | * Get s the valu e of the a djudicatio nDate prop erty. | |||||
| 110 | * | |||||
| 111 | * @re turn | |||||
| 112 | * possible object is | |||||
| 113 | * {@link XM LGregorian Calendar } | |||||
| 114 | * | |||||
| 115 | */ | |||||
| 116 | public XMLGregor ianCalenda r getAdjud icationDat e() { | |||||
| 117 | re turn adjud icationDat e; | |||||
| 118 | } | |||||
| 119 | ||||||
| 120 | /** | |||||
| 121 | * Set s the valu e of the a djudicatio nDate prop erty. | |||||
| 122 | * | |||||
| 123 | * @pa ram value | |||||
| 124 | * allowed o bject is | |||||
| 125 | * {@link XM LGregorian Calendar } | |||||
| 126 | * | |||||
| 127 | */ | |||||
| 128 | public void setA djudicatio nDate(XMLG regorianCa lendar val ue) { | |||||
| 129 | th is.adjudic ationDate = value; | |||||
| 130 | } | |||||
| 131 | ||||||
| 132 | /** | |||||
| 133 | * Get s the valu e of the a greesToPay Deductible property. | |||||
| 134 | * | |||||
| 135 | * @re turn | |||||
| 136 | * possible object is | |||||
| 137 | * {@link Bo olean } | |||||
| 138 | * | |||||
| 139 | */ | |||||
| 140 | public Boolean i sAgreesToP ayDeductib le() { | |||||
| 141 | re turn agree sToPayDedu ctible; | |||||
| 142 | } | |||||
| 143 | ||||||
| 144 | /** | |||||
| 145 | * Set s the valu e of the a greesToPay Deductible property. | |||||
| 146 | * | |||||
| 147 | * @pa ram value | |||||
| 148 | * allowed o bject is | |||||
| 149 | * {@link Bo olean } | |||||
| 150 | * | |||||
| 151 | */ | |||||
| 152 | public void setA greesToPay Deductible (Boolean v alue) { | |||||
| 153 | th is.agreesT oPayDeduct ible = val ue; | |||||
| 154 | } | |||||
| 155 | ||||||
| 156 | /** | |||||
| 157 | * Get s the valu e of the c adAdjusted property. | |||||
| 158 | * | |||||
| 159 | * @re turn | |||||
| 160 | * possible object is | |||||
| 161 | * {@link Bo olean } | |||||
| 162 | * | |||||
| 163 | */ | |||||
| 164 | public Boolean i sCadAdjust ed() { | |||||
| 165 | re turn cadAd justed; | |||||
| 166 | } | |||||
| 167 | ||||||
| 168 | /** | |||||
| 169 | * Set s the valu e of the c adAdjusted property. | |||||
| 170 | * | |||||
| 171 | * @pa ram value | |||||
| 172 | * allowed o bject is | |||||
| 173 | * {@link Bo olean } | |||||
| 174 | * | |||||
| 175 | */ | |||||
| 176 | public void setC adAdjusted (Boolean v alue) { | |||||
| 177 | th is.cadAdju sted = val ue; | |||||
| 178 | } | |||||
| 179 | ||||||
| 180 | /** | |||||
| 181 | * Get s the valu e of the c hildIncome ExclusionT hreshold p roperty. | |||||
| 182 | * | |||||
| 183 | * @re turn | |||||
| 184 | * possible object is | |||||
| 185 | * {@link Bi gDecimal } | |||||
| 186 | * | |||||
| 187 | */ | |||||
| 188 | public BigDecima l getChild IncomeExcl usionThres hold() { | |||||
| 189 | re turn child IncomeExcl usionThres hold; | |||||
| 190 | } | |||||
| 191 | ||||||
| 192 | /** | |||||
| 193 | * Set s the valu e of the c hildIncome ExclusionT hreshold p roperty. | |||||
| 194 | * | |||||
| 195 | * @pa ram value | |||||
| 196 | * allowed o bject is | |||||
| 197 | * {@link Bi gDecimal } | |||||
| 198 | * | |||||
| 199 | */ | |||||
| 200 | public void setC hildIncome ExclusionT hreshold(B igDecimal value) { | |||||
| 201 | th is.childIn comeExclus ionThresho ld = value ; | |||||
| 202 | } | |||||
| 203 | ||||||
| 204 | /** | |||||
| 205 | * Get s the valu e of the c omments pr operty. | |||||
| 206 | * | |||||
| 207 | * @re turn | |||||
| 208 | * possible object is | |||||
| 209 | * {@link St ring } | |||||
| 210 | * | |||||
| 211 | */ | |||||
| 212 | public String ge tComments( ) { | |||||
| 213 | re turn comme nts; | |||||
| 214 | } | |||||
| 215 | ||||||
| 216 | /** | |||||
| 217 | * Set s the valu e of the c omments pr operty. | |||||
| 218 | * | |||||
| 219 | * @pa ram value | |||||
| 220 | * allowed o bject is | |||||
| 221 | * {@link St ring } | |||||
| 222 | * | |||||
| 223 | */ | |||||
| 224 | public void setC omments(St ring value ) { | |||||
| 225 | th is.comment s = value; | |||||
| 226 | } | |||||
| 227 | ||||||
| 228 | /** | |||||
| 229 | * Get s the valu e of the d ateMTNoLon gerRequire d property . | |||||
| 230 | * | |||||
| 231 | * @re turn | |||||
| 232 | * possible object is | |||||
| 233 | * {@link XM LGregorian Calendar } | |||||
| 234 | * | |||||
| 235 | */ | |||||
| 236 | public XMLGregor ianCalenda r getDateM TNoLongerR equired() { | |||||
| 237 | re turn dateM TNoLongerR equired; | |||||
| 238 | } | |||||
| 239 | ||||||
| 240 | /** | |||||
| 241 | * Set s the valu e of the d ateMTNoLon gerRequire d property . | |||||
| 242 | * | |||||
| 243 | * @pa ram value | |||||
| 244 | * allowed o bject is | |||||
| 245 | * {@link XM LGregorian Calendar } | |||||
| 246 | * | |||||
| 247 | */ | |||||
| 248 | public void setD ateMTNoLon gerRequire d(XMLGrego rianCalend ar value) { | |||||
| 249 | th is.dateMTN oLongerReq uired = va lue; | |||||
| 250 | } | |||||
| 251 | ||||||
| 252 | /** | |||||
| 253 | * Get s the valu e of the d eductibleE xpenses pr operty. | |||||
| 254 | * | |||||
| 255 | * @re turn | |||||
| 256 | * possible object is | |||||
| 257 | * {@link Bi gDecimal } | |||||
| 258 | * | |||||
| 259 | */ | |||||
| 260 | public BigDecima l getDeduc tibleExpen ses() { | |||||
| 261 | re turn deduc tibleExpen ses; | |||||
| 262 | } | |||||
| 263 | ||||||
| 264 | /** | |||||
| 265 | * Set s the valu e of the d eductibleE xpenses pr operty. | |||||
| 266 | * | |||||
| 267 | * @pa ram value | |||||
| 268 | * allowed o bject is | |||||
| 269 | * {@link Bi gDecimal } | |||||
| 270 | * | |||||
| 271 | */ | |||||
| 272 | public void setD eductibleE xpenses(Bi gDecimal v alue) { | |||||
| 273 | th is.deducti bleExpense s = value; | |||||
| 274 | } | |||||
| 275 | ||||||
| 276 | /** | |||||
| 277 | * Get s the valu e of the d iscloseFin ancialInfo rmation pr operty. | |||||
| 278 | * | |||||
| 279 | * @re turn | |||||
| 280 | * possible object is | |||||
| 281 | * {@link Bo olean } | |||||
| 282 | * | |||||
| 283 | */ | |||||
| 284 | public Boolean i sDiscloseF inancialIn formation( ) { | |||||
| 285 | re turn discl oseFinanci alInformat ion; | |||||
| 286 | } | |||||
| 287 | ||||||
| 288 | /** | |||||
| 289 | * Set s the valu e of the d iscloseFin ancialInfo rmation pr operty. | |||||
| 290 | * | |||||
| 291 | * @pa ram value | |||||
| 292 | * allowed o bject is | |||||
| 293 | * {@link Bo olean } | |||||
| 294 | * | |||||
| 295 | */ | |||||
| 296 | public void setD iscloseFin ancialInfo rmation(Bo olean valu e) { | |||||
| 297 | th is.disclos eFinancial Informatio n = value; | |||||
| 298 | } | |||||
| 299 | ||||||
| 300 | /** | |||||
| 301 | * Get s the valu e of the e ffectiveDa te propert y. | |||||
| 302 | * | |||||
| 303 | * @re turn | |||||
| 304 | * possible object is | |||||
| 305 | * {@link XM LGregorian Calendar } | |||||
| 306 | * | |||||
| 307 | */ | |||||
| 308 | public XMLGregor ianCalenda r getEffec tiveDate() { | |||||
| 309 | re turn effec tiveDate; | |||||
| 310 | } | |||||
| 311 | ||||||
| 312 | /** | |||||
| 313 | * Set s the valu e of the e ffectiveDa te propert y. | |||||
| 314 | * | |||||
| 315 | * @pa ram value | |||||
| 316 | * allowed o bject is | |||||
| 317 | * {@link XM LGregorian Calendar } | |||||
| 318 | * | |||||
| 319 | */ | |||||
| 320 | public void setE ffectiveDa te(XMLGreg orianCalen dar value) { | |||||
| 321 | th is.effecti veDate = v alue; | |||||
| 322 | } | |||||
| 323 | ||||||
| 324 | /** | |||||
| 325 | * Get s the valu e of the f utureTest property. | |||||
| 326 | * | |||||
| 327 | * @re turn | |||||
| 328 | * possible object is | |||||
| 329 | * {@link Bo olean } | |||||
| 330 | * | |||||
| 331 | */ | |||||
| 332 | public Boolean i sFutureTes t() { | |||||
| 333 | re turn futur eTest; | |||||
| 334 | } | |||||
| 335 | ||||||
| 336 | /** | |||||
| 337 | * Set s the valu e of the f utureTest property. | |||||
| 338 | * | |||||
| 339 | * @pa ram value | |||||
| 340 | * allowed o bject is | |||||
| 341 | * {@link Bo olean } | |||||
| 342 | * | |||||
| 343 | */ | |||||
| 344 | public void setF utureTest( Boolean va lue) { | |||||
| 345 | th is.futureT est = valu e; | |||||
| 346 | } | |||||
| 347 | ||||||
| 348 | /** | |||||
| 349 | * Get s the valu e of the g mtThreshol dAmount pr operty. | |||||
| 350 | * | |||||
| 351 | * @re turn | |||||
| 352 | * possible object is | |||||
| 353 | * {@link Bi gDecimal } | |||||
| 354 | * | |||||
| 355 | */ | |||||
| 356 | public BigDecima l getGmtTh resholdAmo unt() { | |||||
| 357 | re turn gmtTh resholdAmo unt; | |||||
| 358 | } | |||||
| 359 | ||||||
| 360 | /** | |||||
| 361 | * Set s the valu e of the g mtThreshol dAmount pr operty. | |||||
| 362 | * | |||||
| 363 | * @pa ram value | |||||
| 364 | * allowed o bject is | |||||
| 365 | * {@link Bi gDecimal } | |||||
| 366 | * | |||||
| 367 | */ | |||||
| 368 | public void setG mtThreshol dAmount(Bi gDecimal v alue) { | |||||
| 369 | th is.gmtThre sholdAmoun t = value; | |||||
| 370 | } | |||||
| 371 | ||||||
| 372 | /** | |||||
| 373 | * Get s the valu e of the h ardShipRea son proper ty. | |||||
| 374 | * | |||||
| 375 | * @re turn | |||||
| 376 | * possible object is | |||||
| 377 | * {@link St ring } | |||||
| 378 | * | |||||
| 379 | */ | |||||
| 380 | public String ge tHardShipR eason() { | |||||
| 381 | re turn hardS hipReason; | |||||
| 382 | } | |||||
| 383 | ||||||
| 384 | /** | |||||
| 385 | * Set s the valu e of the h ardShipRea son proper ty. | |||||
| 386 | * | |||||
| 387 | * @pa ram value | |||||
| 388 | * allowed o bject is | |||||
| 389 | * {@link St ring } | |||||
| 390 | * | |||||
| 391 | */ | |||||
| 392 | public void setH ardShipRea son(String value) { | |||||
| 393 | th is.hardShi pReason = value; | |||||
| 394 | } | |||||
| 395 | ||||||
| 396 | /** | |||||
| 397 | * Get s the valu e of the h ardshipInf o property . | |||||
| 398 | * | |||||
| 399 | * @re turn | |||||
| 400 | * possible object is | |||||
| 401 | * {@link Ha rdshipInfo } | |||||
| 402 | * | |||||
| 403 | */ | |||||
| 404 | public HardshipI nfo getHar dshipInfo( ) { | |||||
| 405 | re turn hards hipInfo; | |||||
| 406 | } | |||||
| 407 | ||||||
| 408 | /** | |||||
| 409 | * Set s the valu e of the h ardshipInf o property . | |||||
| 410 | * | |||||
| 411 | * @pa ram value | |||||
| 412 | * allowed o bject is | |||||
| 413 | * {@link Ha rdshipInfo } | |||||
| 414 | * | |||||
| 415 | */ | |||||
| 416 | public void setH ardshipInf o(Hardship Info value ) { | |||||
| 417 | th is.hardshi pInfo = va lue; | |||||
| 418 | } | |||||
| 419 | ||||||
| 420 | /** | |||||
| 421 | * Get s the valu e of the i ncomeTestT ype proper ty. | |||||
| 422 | * | |||||
| 423 | * @re turn | |||||
| 424 | * possible object is | |||||
| 425 | * {@link St ring } | |||||
| 426 | * | |||||
| 427 | */ | |||||
| 428 | public String ge tIncomeTes tType() { | |||||
| 429 | re turn incom eTestType; | |||||
| 430 | } | |||||
| 431 | ||||||
| 432 | /** | |||||
| 433 | * Set s the valu e of the i ncomeTestT ype proper ty. | |||||
| 434 | * | |||||
| 435 | * @pa ram value | |||||
| 436 | * allowed o bject is | |||||
| 437 | * {@link St ring } | |||||
| 438 | * | |||||
| 439 | */ | |||||
| 440 | public void setI ncomeTestT ype(String value) { | |||||
| 441 | th is.incomeT estType = value; | |||||
| 442 | } | |||||
| 443 | ||||||
| 444 | /** | |||||
| 445 | * Get s the valu e of the i ncomeTests ource prop erty. | |||||
| 446 | * | |||||
| 447 | * @re turn | |||||
| 448 | * possible object is | |||||
| 449 | * {@link St ring } | |||||
| 450 | * | |||||
| 451 | */ | |||||
| 452 | public String ge tIncomeTes tsource() { | |||||
| 453 | re turn incom eTestsourc e; | |||||
| 454 | } | |||||
| 455 | ||||||
| 456 | /** | |||||
| 457 | * Set s the valu e of the i ncomeTests ource prop erty. | |||||
| 458 | * | |||||
| 459 | * @pa ram value | |||||
| 460 | * allowed o bject is | |||||
| 461 | * {@link St ring } | |||||
| 462 | * | |||||
| 463 | */ | |||||
| 464 | public void setI ncomeTests ource(Stri ng value) { | |||||
| 465 | th is.incomeT estsource = value; | |||||
| 466 | } | |||||
| 467 | ||||||
| 468 | /** | |||||
| 469 | * Get s the valu e of the i ncomeVerif icationSta tus proper ty. | |||||
| 470 | * | |||||
| 471 | * @re turn | |||||
| 472 | * possible object is | |||||
| 473 | * {@link St ring } | |||||
| 474 | * | |||||
| 475 | */ | |||||
| 476 | public String ge tIncomeVer ificationS tatus() { | |||||
| 477 | re turn incom eVerificat ionStatus; | |||||
| 478 | } | |||||
| 479 | ||||||
| 480 | /** | |||||
| 481 | * Set s the valu e of the i ncomeVerif icationSta tus proper ty. | |||||
| 482 | * | |||||
| 483 | * @pa ram value | |||||
| 484 | * allowed o bject is | |||||
| 485 | * {@link St ring } | |||||
| 486 | * | |||||
| 487 | */ | |||||
| 488 | public void setI ncomeVerif icationSta tus(String value) { | |||||
| 489 | th is.incomeV erificatio nStatus = value; | |||||
| 490 | } | |||||
| 491 | ||||||
| 492 | /** | |||||
| 493 | * Get s the valu e of the i ncomeVerif icationSta tusDate pr operty. | |||||
| 494 | * | |||||
| 495 | * @re turn | |||||
| 496 | * possible object is | |||||
| 497 | * {@link XM LGregorian Calendar } | |||||
| 498 | * | |||||
| 499 | */ | |||||
| 500 | public XMLGregor ianCalenda r getIncom eVerificat ionStatusD ate() { | |||||
| 501 | re turn incom eVerificat ionStatusD ate; | |||||
| 502 | } | |||||
| 503 | ||||||
| 504 | /** | |||||
| 505 | * Set s the valu e of the i ncomeVerif icationSta tusDate pr operty. | |||||
| 506 | * | |||||
| 507 | * @pa ram value | |||||
| 508 | * allowed o bject is | |||||
| 509 | * {@link XM LGregorian Calendar } | |||||
| 510 | * | |||||
| 511 | */ | |||||
| 512 | public void setI ncomeVerif icationSta tusDate(XM LGregorian Calendar v alue) { | |||||
| 513 | th is.incomeV erificatio nStatusDat e = value; | |||||
| 514 | } | |||||
| 515 | ||||||
| 516 | /** | |||||
| 517 | * Get s the valu e of the i ncomeYear property. | |||||
| 518 | * | |||||
| 519 | * @re turn | |||||
| 520 | * possible object is | |||||
| 521 | * {@link In teger } | |||||
| 522 | * | |||||
| 523 | */ | |||||
| 524 | public Integer g etIncomeYe ar() { | |||||
| 525 | re turn incom eYear; | |||||
| 526 | } | |||||
| 527 | ||||||
| 528 | /** | |||||
| 529 | * Set s the valu e of the i ncomeYear property. | |||||
| 530 | * | |||||
| 531 | * @pa ram value | |||||
| 532 | * allowed o bject is | |||||
| 533 | * {@link In teger } | |||||
| 534 | * | |||||
| 535 | */ | |||||
| 536 | public void setI ncomeYear( Integer va lue) { | |||||
| 537 | th is.incomeY ear = valu e; | |||||
| 538 | } | |||||
| 539 | ||||||
| 540 | /** | |||||
| 541 | * Get s the valu e of the i vmTestComp letionDate property. | |||||
| 542 | * | |||||
| 543 | * @re turn | |||||
| 544 | * possible object is | |||||
| 545 | * {@link XM LGregorian Calendar } | |||||
| 546 | * | |||||
| 547 | */ | |||||
| 548 | public XMLGregor ianCalenda r getIvmTe stCompleti onDate() { | |||||
| 549 | re turn ivmTe stCompleti onDate; | |||||
| 550 | } | |||||
| 551 | ||||||
| 552 | /** | |||||
| 553 | * Set s the valu e of the i vmTestComp letionDate property. | |||||
| 554 | * | |||||
| 555 | * @pa ram value | |||||
| 556 | * allowed o bject is | |||||
| 557 | * {@link XM LGregorian Calendar } | |||||
| 558 | * | |||||
| 559 | */ | |||||
| 560 | public void setI vmTestComp letionDate (XMLGregor ianCalenda r value) { | |||||
| 561 | th is.ivmTest Completion Date = val ue; | |||||
| 562 | } | |||||
| 563 | ||||||
| 564 | /** | |||||
| 565 | * Get s the valu e of the n etIncome p roperty. | |||||
| 566 | * | |||||
| 567 | * @re turn | |||||
| 568 | * possible object is | |||||
| 569 | * {@link Bi gDecimal } | |||||
| 570 | * | |||||
| 571 | */ | |||||
| 572 | public BigDecima l getNetIn come() { | |||||
| 573 | re turn netIn come; | |||||
| 574 | } | |||||
| 575 | ||||||
| 576 | /** | |||||
| 577 | * Set s the valu e of the n etIncome p roperty. | |||||
| 578 | * | |||||
| 579 | * @pa ram value | |||||
| 580 | * allowed o bject is | |||||
| 581 | * {@link Bi gDecimal } | |||||
| 582 | * | |||||
| 583 | */ | |||||
| 584 | public void setN etIncome(B igDecimal value) { | |||||
| 585 | th is.netInco me = value ; | |||||
| 586 | } | |||||
| 587 | ||||||
| 588 | /** | |||||
| 589 | * Get s the valu e of the n etWorth pr operty. | |||||
| 590 | * | |||||
| 591 | * @re turn | |||||
| 592 | * possible object is | |||||
| 593 | * {@link Bi gDecimal } | |||||
| 594 | * | |||||
| 595 | */ | |||||
| 596 | public BigDecima l getNetWo rth() { | |||||
| 597 | re turn netWo rth; | |||||
| 598 | } | |||||
| 599 | ||||||
| 600 | /** | |||||
| 601 | * Set s the valu e of the n etWorth pr operty. | |||||
| 602 | * | |||||
| 603 | * @pa ram value | |||||
| 604 | * allowed o bject is | |||||
| 605 | * {@link Bi gDecimal } | |||||
| 606 | * | |||||
| 607 | */ | |||||
| 608 | public void setN etWorth(Bi gDecimal v alue) { | |||||
| 609 | th is.netWort h = value; | |||||
| 610 | } | |||||
| 611 | ||||||
| 612 | /** | |||||
| 613 | * Get s the valu e of the n etworthThr eshold pro perty. | |||||
| 614 | * | |||||
| 615 | * @re turn | |||||
| 616 | * possible object is | |||||
| 617 | * {@link Bi gDecimal } | |||||
| 618 | * | |||||
| 619 | */ | |||||
| 620 | public BigDecima l getNetwo rthThresho ld() { | |||||
| 621 | re turn netwo rthThresho ld; | |||||
| 622 | } | |||||
| 623 | ||||||
| 624 | /** | |||||
| 625 | * Set s the valu e of the n etworthThr eshold pro perty. | |||||
| 626 | * | |||||
| 627 | * @pa ram value | |||||
| 628 | * allowed o bject is | |||||
| 629 | * {@link Bi gDecimal } | |||||
| 630 | * | |||||
| 631 | */ | |||||
| 632 | public void setN etworthThr eshold(Big Decimal va lue) { | |||||
| 633 | th is.networt hThreshold = value; | |||||
| 634 | } | |||||
| 635 | ||||||
| 636 | /** | |||||
| 637 | * Get s the valu e of the p ensionThre shold prop erty. | |||||
| 638 | * | |||||
| 639 | * @re turn | |||||
| 640 | * possible object is | |||||
| 641 | * {@link Bi gDecimal } | |||||
| 642 | * | |||||
| 643 | */ | |||||
| 644 | public BigDecima l getPensi onThreshol d() { | |||||
| 645 | re turn pensi onThreshol d; | |||||
| 646 | } | |||||
| 647 | ||||||
| 648 | /** | |||||
| 649 | * Set s the valu e of the p ensionThre shold prop erty. | |||||
| 650 | * | |||||
| 651 | * @pa ram value | |||||
| 652 | * allowed o bject is | |||||
| 653 | * {@link Bi gDecimal } | |||||
| 654 | * | |||||
| 655 | */ | |||||
| 656 | public void setP ensionThre shold(BigD ecimal val ue) { | |||||
| 657 | th is.pension Threshold = value; | |||||
| 658 | } | |||||
| 659 | ||||||
| 660 | /** | |||||
| 661 | * Get s the valu e of the p reviousYea rThreshold Applies pr operty. | |||||
| 662 | * | |||||
| 663 | * @re turn | |||||
| 664 | * possible object is | |||||
| 665 | * {@link Bo olean } | |||||
| 666 | * | |||||
| 667 | */ | |||||
| 668 | public Boolean i sPreviousY earThresho ldApplies( ) { | |||||
| 669 | re turn previ ousYearThr esholdAppl ies; | |||||
| 670 | } | |||||
| 671 | ||||||
| 672 | /** | |||||
| 673 | * Set s the valu e of the p reviousYea rThreshold Applies pr operty. | |||||
| 674 | * | |||||
| 675 | * @pa ram value | |||||
| 676 | * allowed o bject is | |||||
| 677 | * {@link Bo olean } | |||||
| 678 | * | |||||
| 679 | */ | |||||
| 680 | public void setP reviousYea rThreshold Applies(Bo olean valu e) { | |||||
| 681 | th is.previou sYearThres holdApplie s = value; | |||||
| 682 | } | |||||
| 683 | ||||||
| 684 | /** | |||||
| 685 | * Get s the valu e of the p rimaryInco meTest pro perty. | |||||
| 686 | * | |||||
| 687 | * @re turn | |||||
| 688 | * possible object is | |||||
| 689 | * {@link Bo olean } | |||||
| 690 | * | |||||
| 691 | */ | |||||
| 692 | public Boolean i sPrimaryIn comeTest() { | |||||
| 693 | re turn prima ryIncomeTe st; | |||||
| 694 | } | |||||
| 695 | ||||||
| 696 | /** | |||||
| 697 | * Set s the valu e of the p rimaryInco meTest pro perty. | |||||
| 698 | * | |||||
| 699 | * @pa ram value | |||||
| 700 | * allowed o bject is | |||||
| 701 | * {@link Bo olean } | |||||
| 702 | * | |||||
| 703 | */ | |||||
| 704 | public void setP rimaryInco meTest(Boo lean value ) { | |||||
| 705 | th is.primary IncomeTest = value; | |||||
| 706 | } | |||||
| 707 | ||||||
| 708 | /** | |||||
| 709 | * Get s the valu e of the r easonMTNoL ongerRequi red proper ty. | |||||
| 710 | * | |||||
| 711 | * @re turn | |||||
| 712 | * possible object is | |||||
| 713 | * {@link Bi gDecimal } | |||||
| 714 | * | |||||
| 715 | */ | |||||
| 716 | public BigDecima l getReaso nMTNoLonge rRequired( ) { | |||||
| 717 | re turn reaso nMTNoLonge rRequired; | |||||
| 718 | } | |||||
| 719 | ||||||
| 720 | /** | |||||
| 721 | * Set s the valu e of the r easonMTNoL ongerRequi red proper ty. | |||||
| 722 | * | |||||
| 723 | * @pa ram value | |||||
| 724 | * allowed o bject is | |||||
| 725 | * {@link Bi gDecimal } | |||||
| 726 | * | |||||
| 727 | */ | |||||
| 728 | public void setR easonMTNoL ongerRequi red(BigDec imal value ) { | |||||
| 729 | th is.reasonM TNoLongerR equired = value; | |||||
| 730 | } | |||||
| 731 | ||||||
| 732 | /** | |||||
| 733 | * Get s the valu e of the r efusedToSi gn propert y. | |||||
| 734 | * | |||||
| 735 | * @re turn | |||||
| 736 | * possible object is | |||||
| 737 | * {@link Bo olean } | |||||
| 738 | * | |||||
| 739 | */ | |||||
| 740 | public Boolean i sRefusedTo Sign() { | |||||
| 741 | re turn refus edToSign; | |||||
| 742 | } | |||||
| 743 | ||||||
| 744 | /** | |||||
| 745 | * Set s the valu e of the r efusedToSi gn propert y. | |||||
| 746 | * | |||||
| 747 | * @pa ram value | |||||
| 748 | * allowed o bject is | |||||
| 749 | * {@link Bo olean } | |||||
| 750 | * | |||||
| 751 | */ | |||||
| 752 | public void setR efusedToSi gn(Boolean value) { | |||||
| 753 | th is.refused ToSign = v alue; | |||||
| 754 | } | |||||
| 755 | ||||||
| 756 | /** | |||||
| 757 | * Get s the valu e of the s endForAdju dication p roperty. | |||||
| 758 | * | |||||
| 759 | * @re turn | |||||
| 760 | * possible object is | |||||
| 761 | * {@link Bo olean } | |||||
| 762 | * | |||||
| 763 | */ | |||||
| 764 | public Boolean i sSendForAd judication () { | |||||
| 765 | re turn sendF orAdjudica tion; | |||||
| 766 | } | |||||
| 767 | ||||||
| 768 | /** | |||||
| 769 | * Set s the valu e of the s endForAdju dication p roperty. | |||||
| 770 | * | |||||
| 771 | * @pa ram value | |||||
| 772 | * allowed o bject is | |||||
| 773 | * {@link Bo olean } | |||||
| 774 | * | |||||
| 775 | */ | |||||
| 776 | public void setS endForAdju dication(B oolean val ue) { | |||||
| 777 | th is.sendFor Adjudicati on = value ; | |||||
| 778 | } | |||||
| 779 | ||||||
| 780 | /** | |||||
| 781 | * Get s the valu e of the s iteConduct ingTest pr operty. | |||||
| 782 | * | |||||
| 783 | * @re turn | |||||
| 784 | * possible object is | |||||
| 785 | * {@link St ring } | |||||
| 786 | * | |||||
| 787 | */ | |||||
| 788 | public String ge tSiteCondu ctingTest( ) { | |||||
| 789 | re turn siteC onductingT est; | |||||
| 790 | } | |||||
| 791 | ||||||
| 792 | /** | |||||
| 793 | * Set s the valu e of the s iteConduct ingTest pr operty. | |||||
| 794 | * | |||||
| 795 | * @pa ram value | |||||
| 796 | * allowed o bject is | |||||
| 797 | * {@link St ring } | |||||
| 798 | * | |||||
| 799 | */ | |||||
| 800 | public void setS iteConduct ingTest(St ring value ) { | |||||
| 801 | th is.siteCon ductingTes t = value; | |||||
| 802 | } | |||||
| 803 | ||||||
| 804 | /** | |||||
| 805 | * Get s the valu e of the s tatuses pr operty. | |||||
| 806 | * | |||||
| 807 | * @re turn | |||||
| 808 | * possible object is | |||||
| 809 | * {@link In comeTestSt atusCollec tion } | |||||
| 810 | * | |||||
| 811 | */ | |||||
| 812 | public IncomeTes tStatusCol lection ge tStatuses( ) { | |||||
| 813 | re turn statu ses; | |||||
| 814 | } | |||||
| 815 | ||||||
| 816 | /** | |||||
| 817 | * Set s the valu e of the s tatuses pr operty. | |||||
| 818 | * | |||||
| 819 | * @pa ram value | |||||
| 820 | * allowed o bject is | |||||
| 821 | * {@link In comeTestSt atusCollec tion } | |||||
| 822 | * | |||||
| 823 | */ | |||||
| 824 | public void setS tatuses(In comeTestSt atusCollec tion value ) { | |||||
| 825 | th is.statuse s = value; | |||||
| 826 | } | |||||
| 827 | ||||||
| 828 | /** | |||||
| 829 | * Get s the valu e of the t hresholdA property. | |||||
| 830 | * | |||||
| 831 | * @re turn | |||||
| 832 | * possible object is | |||||
| 833 | * {@link Bi gDecimal } | |||||
| 834 | * | |||||
| 835 | */ | |||||
| 836 | public BigDecima l getThres holdA() { | |||||
| 837 | re turn thres holdA; | |||||
| 838 | } | |||||
| 839 | ||||||
| 840 | /** | |||||
| 841 | * Set s the valu e of the t hresholdA property. | |||||
| 842 | * | |||||
| 843 | * @pa ram value | |||||
| 844 | * allowed o bject is | |||||
| 845 | * {@link Bi gDecimal } | |||||
| 846 | * | |||||
| 847 | */ | |||||
| 848 | public void setT hresholdA( BigDecimal value) { | |||||
| 849 | th is.thresho ldA = valu e; | |||||
| 850 | } | |||||
| 851 | ||||||
| 852 | /** | |||||
| 853 | * Get s the valu e of the t otalIncome property. | |||||
| 854 | * | |||||
| 855 | * @re turn | |||||
| 856 | * possible object is | |||||
| 857 | * {@link Bi gDecimal } | |||||
| 858 | * | |||||
| 859 | */ | |||||
| 860 | public BigDecima l getTotal Income() { | |||||
| 861 | re turn total Income; | |||||
| 862 | } | |||||
| 863 | ||||||
| 864 | /** | |||||
| 865 | * Set s the valu e of the t otalIncome property. | |||||
| 866 | * | |||||
| 867 | * @pa ram value | |||||
| 868 | * allowed o bject is | |||||
| 869 | * {@link Bi gDecimal } | |||||
| 870 | * | |||||
| 871 | */ | |||||
| 872 | public void setT otalIncome (BigDecima l value) { | |||||
| 873 | th is.totalIn come = val ue; | |||||
| 874 | } | |||||
| 875 | ||||||
| 876 | /** | |||||
| 877 | * Get s the valu e of the t otalNumber OfDependen ts propert y. | |||||
| 878 | * | |||||
| 879 | * @re turn | |||||
| 880 | * possible object is | |||||
| 881 | * {@link In teger } | |||||
| 882 | * | |||||
| 883 | */ | |||||
| 884 | public Integer g etTotalNum berOfDepen dents() { | |||||
| 885 | re turn total NumberOfDe pendents; | |||||
| 886 | } | |||||
| 887 | ||||||
| 888 | /** | |||||
| 889 | * Set s the valu e of the t otalNumber OfDependen ts propert y. | |||||
| 890 | * | |||||
| 891 | * @pa ram value | |||||
| 892 | * allowed o bject is | |||||
| 893 | * {@link In teger } | |||||
| 894 | * | |||||
| 895 | */ | |||||
| 896 | public void setT otalNumber OfDependen ts(Integer value) { | |||||
| 897 | th is.totalNu mberOfDepe ndents = v alue; | |||||
| 898 | } | |||||
| 899 | ||||||
| 900 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.