Produced by Araxis Merge on 4/5/2017 4:25:31 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | MonetaryBenefitAwardInfo.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 | MonetaryBenefitAwardInfo.java | Mon Apr 3 14:03:04 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 172 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | ||
| 2 | package go v.va.med.e sr.webserv ices.jaxws .schemas; | |
| 3 | ||
| 4 | import jav a.math.Big Decimal; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * <p>Java class for monetaryB enefitAwar dInfo comp lex type. | |
| 12 | * | |
| 13 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 14 | * | |
| 15 | * <pre> | |
| 16 | * <com plexType n ame="monet aryBenefit AwardInfo" > | |
| 17 | * <c omplexCont ent> | |
| 18 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 19 | * & lt;all> | |
| 20 | * <eleme nt name="c heckAmount " type="{h ttp://www. w3.org/200 1/XMLSchem a}decimal" minOccurs ="0"/> | |
| 21 | * <elemen t name="mo netaryBene fits" type ="{http:// jaxws.webs ervices.es r. URL /schemas}m onetaryBen efitCollec tion" minO ccurs="0"/ > | |
| 22 | * & lt;/all> | |
| 23 | * < ;/restrict ion> | |
| 24 | * </ complexCon tent> | |
| 25 | * </co mplexType> | |
| 26 | * </pre> | |
| 27 | * | |
| 28 | * | |
| 29 | */ | |
| 30 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 31 | @XmlType(n ame = "mon etaryBenef itAwardInf o", propOr der = { | |
| 32 | ||
| 33 | }) | |
| 34 | public cla ss Monetar yBenefitAw ardInfo { | |
| 35 | ||
| 36 | protec ted BigDec imal check Amount; | |
| 37 | protec ted Moneta ryBenefitC ollection monetaryBe nefits; | |
| 38 | ||
| 39 | /** | |
| 40 | * Get s the valu e of the c heckAmount property. | |
| 41 | * | |
| 42 | * @re turn | |
| 43 | * possible object is | |
| 44 | * {@link Bi gDecimal } | |
| 45 | * | |
| 46 | */ | |
| 47 | public BigDecima l getCheck Amount() { | |
| 48 | re turn check Amount; | |
| 49 | } | |
| 50 | ||
| 51 | /** | |
| 52 | * Set s the valu e of the c heckAmount property. | |
| 53 | * | |
| 54 | * @pa ram value | |
| 55 | * allowed o bject is | |
| 56 | * {@link Bi gDecimal } | |
| 57 | * | |
| 58 | */ | |
| 59 | public void setC heckAmount (BigDecima l value) { | |
| 60 | th is.checkAm ount = val ue; | |
| 61 | } | |
| 62 | ||
| 63 | /** | |
| 64 | * Get s the valu e of the m onetaryBen efits prop erty. | |
| 65 | * | |
| 66 | * @re turn | |
| 67 | * possible object is | |
| 68 | * {@link Mo netaryBene fitCollect ion } | |
| 69 | * | |
| 70 | */ | |
| 71 | public MonetaryB enefitColl ection get MonetaryBe nefits() { | |
| 72 | re turn monet aryBenefit s; | |
| 73 | } | |
| 74 | ||
| 75 | /** | |
| 76 | * Set s the valu e of the m onetaryBen efits prop erty. | |
| 77 | * | |
| 78 | * @pa ram value | |
| 79 | * allowed o bject is | |
| 80 | * {@link Mo netaryBene fitCollect ion } | |
| 81 | * | |
| 82 | */ | |
| 83 | public void setM onetaryBen efits(Mone taryBenefi tCollectio n value) { | |
| 84 | th is.monetar yBenefits = value; | |
| 85 | } | |
| 86 | ||
| 87 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.