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