Produced by Araxis Merge on 6/9/2017 3:50:17 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:17 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 | CancelDeclineInfo.java | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 112 |
| 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 cancelDec lineInfo c omplex typ e. | |||||
| 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="cance lDeclineIn fo"> | |||||
| 16 | * <c omplexCont ent> | |||||
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 18 | * & lt;all> | |||||
| 19 | * <eleme nt name="c ancelDecli neIndicato r" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/> | |||||
| 20 | * <eleme nt name="r eason" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |||||
| 21 | * <eleme nt name="r emarks" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" 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 = "can celDecline Info", pro pOrder = { | |||||
| 32 | ||||||
| 33 | }) | |||||
| 34 | public cla ss CancelD eclineInfo { | |||||
| 35 | ||||||
| 36 | protec ted Boolea n cancelDe clineIndic ator; | |||||
| 37 | protec ted String reason; | |||||
| 38 | protec ted String remarks; | |||||
| 39 | ||||||
| 40 | /** | |||||
| 41 | * Get s the valu e of the c ancelDecli neIndicato r property . | |||||
| 42 | * | |||||
| 43 | * @re turn | |||||
| 44 | * possible object is | |||||
| 45 | * {@link Bo olean } | |||||
| 46 | * | |||||
| 47 | */ | |||||
| 48 | public Boolean i sCancelDec lineIndica tor() { | |||||
| 49 | re turn cance lDeclineIn dicator; | |||||
| 50 | } | |||||
| 51 | ||||||
| 52 | /** | |||||
| 53 | * Set s the valu e of the c ancelDecli neIndicato r property . | |||||
| 54 | * | |||||
| 55 | * @pa ram value | |||||
| 56 | * allowed o bject is | |||||
| 57 | * {@link Bo olean } | |||||
| 58 | * | |||||
| 59 | */ | |||||
| 60 | public void setC ancelDecli neIndicato r(Boolean value) { | |||||
| 61 | th is.cancelD eclineIndi cator = va lue; | |||||
| 62 | } | |||||
| 63 | ||||||
| 64 | /** | |||||
| 65 | * Get s the valu e of the r eason prop erty. | |||||
| 66 | * | |||||
| 67 | * @re turn | |||||
| 68 | * possible object is | |||||
| 69 | * {@link St ring } | |||||
| 70 | * | |||||
| 71 | */ | |||||
| 72 | public String ge tReason() { | |||||
| 73 | re turn reaso n; | |||||
| 74 | } | |||||
| 75 | ||||||
| 76 | /** | |||||
| 77 | * Set s the valu e of the r eason prop erty. | |||||
| 78 | * | |||||
| 79 | * @pa ram value | |||||
| 80 | * allowed o bject is | |||||
| 81 | * {@link St ring } | |||||
| 82 | * | |||||
| 83 | */ | |||||
| 84 | public void setR eason(Stri ng value) { | |||||
| 85 | th is.reason = value; | |||||
| 86 | } | |||||
| 87 | ||||||
| 88 | /** | |||||
| 89 | * Get s the valu e of the r emarks pro perty. | |||||
| 90 | * | |||||
| 91 | * @re turn | |||||
| 92 | * possible object is | |||||
| 93 | * {@link St ring } | |||||
| 94 | * | |||||
| 95 | */ | |||||
| 96 | public String ge tRemarks() { | |||||
| 97 | re turn remar ks; | |||||
| 98 | } | |||||
| 99 | ||||||
| 100 | /** | |||||
| 101 | * Set s the valu e of the r emarks pro perty. | |||||
| 102 | * | |||||
| 103 | * @pa ram value | |||||
| 104 | * allowed o bject is | |||||
| 105 | * {@link St ring } | |||||
| 106 | * | |||||
| 107 | */ | |||||
| 108 | public void setR emarks(Str ing value) { | |||||
| 109 | th is.remarks = value; | |||||
| 110 | } | |||||
| 111 | ||||||
| 112 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.