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 | DeathRecondInfo.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 | 168 |
| 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.XmlSche maType; | |||||
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 8 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |||||
| 9 | ||||||
| 10 | ||||||
| 11 | /** | |||||
| 12 | * <p>Java class for deathReco ndInfo com plex type. | |||||
| 13 | * | |||||
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |||||
| 15 | * | |||||
| 16 | * <pre> | |||||
| 17 | * <com plexType n ame="death RecondInfo "> | |||||
| 18 | * <c omplexCont ent> | |||||
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 20 | * & lt;all> | |||||
| 21 | * <eleme nt name="d ataSource" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |||||
| 22 | * <eleme nt name="d eathDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |||||
| 23 | * <eleme nt name="d eathLastMo dified" ty pe="{http: //www.w3.o rg/2001/XM LSchema}da teTime" mi nOccurs="0 "/> | |||||
| 24 | * <eleme nt name="d eathReport Date" type ="{http:// www.w3.org /2001/XMLS chema}date Time" minO ccurs="0"/ > | |||||
| 25 | * <eleme nt name="f acilityRec eived" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |||||
| 26 | * & lt;/all> | |||||
| 27 | * < ;/restrict ion> | |||||
| 28 | * </ complexCon tent> | |||||
| 29 | * </co mplexType> | |||||
| 30 | * </pre> | |||||
| 31 | * | |||||
| 32 | * | |||||
| 33 | */ | |||||
| 34 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 35 | @XmlType(n ame = "dea thRecondIn fo", propO rder = { | |||||
| 36 | ||||||
| 37 | }) | |||||
| 38 | public cla ss DeathRe condInfo { | |||||
| 39 | ||||||
| 40 | protec ted String dataSourc e; | |||||
| 41 | protec ted String deathDate ; | |||||
| 42 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 43 | protec ted XMLGre gorianCale ndar death LastModifi ed; | |||||
| 44 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 45 | protec ted XMLGre gorianCale ndar death ReportDate ; | |||||
| 46 | protec ted String facilityR eceived; | |||||
| 47 | ||||||
| 48 | /** | |||||
| 49 | * Get s the valu e of the d ataSource property. | |||||
| 50 | * | |||||
| 51 | * @re turn | |||||
| 52 | * possible object is | |||||
| 53 | * {@link St ring } | |||||
| 54 | * | |||||
| 55 | */ | |||||
| 56 | public String ge tDataSourc e() { | |||||
| 57 | re turn dataS ource; | |||||
| 58 | } | |||||
| 59 | ||||||
| 60 | /** | |||||
| 61 | * Set s the valu e of the d ataSource property. | |||||
| 62 | * | |||||
| 63 | * @pa ram value | |||||
| 64 | * allowed o bject is | |||||
| 65 | * {@link St ring } | |||||
| 66 | * | |||||
| 67 | */ | |||||
| 68 | public void setD ataSource( String val ue) { | |||||
| 69 | th is.dataSou rce = valu e; | |||||
| 70 | } | |||||
| 71 | ||||||
| 72 | /** | |||||
| 73 | * Get s the valu e of the d eathDate p roperty. | |||||
| 74 | * | |||||
| 75 | * @re turn | |||||
| 76 | * possible object is | |||||
| 77 | * {@link St ring } | |||||
| 78 | * | |||||
| 79 | */ | |||||
| 80 | public String ge tDeathDate () { | |||||
| 81 | re turn death Date; | |||||
| 82 | } | |||||
| 83 | ||||||
| 84 | /** | |||||
| 85 | * Set s the valu e of the d eathDate p roperty. | |||||
| 86 | * | |||||
| 87 | * @pa ram value | |||||
| 88 | * allowed o bject is | |||||
| 89 | * {@link St ring } | |||||
| 90 | * | |||||
| 91 | */ | |||||
| 92 | public void setD eathDate(S tring valu e) { | |||||
| 93 | th is.deathDa te = value ; | |||||
| 94 | } | |||||
| 95 | ||||||
| 96 | /** | |||||
| 97 | * Get s the valu e of the d eathLastMo dified pro perty. | |||||
| 98 | * | |||||
| 99 | * @re turn | |||||
| 100 | * possible object is | |||||
| 101 | * {@link XM LGregorian Calendar } | |||||
| 102 | * | |||||
| 103 | */ | |||||
| 104 | public XMLGregor ianCalenda r getDeath LastModifi ed() { | |||||
| 105 | re turn death LastModifi ed; | |||||
| 106 | } | |||||
| 107 | ||||||
| 108 | /** | |||||
| 109 | * Set s the valu e of the d eathLastMo dified pro perty. | |||||
| 110 | * | |||||
| 111 | * @pa ram value | |||||
| 112 | * allowed o bject is | |||||
| 113 | * {@link XM LGregorian Calendar } | |||||
| 114 | * | |||||
| 115 | */ | |||||
| 116 | public void setD eathLastMo dified(XML GregorianC alendar va lue) { | |||||
| 117 | th is.deathLa stModified = value; | |||||
| 118 | } | |||||
| 119 | ||||||
| 120 | /** | |||||
| 121 | * Get s the valu e of the d eathReport Date prope rty. | |||||
| 122 | * | |||||
| 123 | * @re turn | |||||
| 124 | * possible object is | |||||
| 125 | * {@link XM LGregorian Calendar } | |||||
| 126 | * | |||||
| 127 | */ | |||||
| 128 | public XMLGregor ianCalenda r getDeath ReportDate () { | |||||
| 129 | re turn death ReportDate ; | |||||
| 130 | } | |||||
| 131 | ||||||
| 132 | /** | |||||
| 133 | * Set s the valu e of the d eathReport Date prope rty. | |||||
| 134 | * | |||||
| 135 | * @pa ram value | |||||
| 136 | * allowed o bject is | |||||
| 137 | * {@link XM LGregorian Calendar } | |||||
| 138 | * | |||||
| 139 | */ | |||||
| 140 | public void setD eathReport Date(XMLGr egorianCal endar valu e) { | |||||
| 141 | th is.deathRe portDate = value; | |||||
| 142 | } | |||||
| 143 | ||||||
| 144 | /** | |||||
| 145 | * Get s the valu e of the f acilityRec eived prop erty. | |||||
| 146 | * | |||||
| 147 | * @re turn | |||||
| 148 | * possible object is | |||||
| 149 | * {@link St ring } | |||||
| 150 | * | |||||
| 151 | */ | |||||
| 152 | public String ge tFacilityR eceived() { | |||||
| 153 | re turn facil ityReceive d; | |||||
| 154 | } | |||||
| 155 | ||||||
| 156 | /** | |||||
| 157 | * Set s the valu e of the f acilityRec eived prop erty. | |||||
| 158 | * | |||||
| 159 | * @pa ram value | |||||
| 160 | * allowed o bject is | |||||
| 161 | * {@link St ring } | |||||
| 162 | * | |||||
| 163 | */ | |||||
| 164 | public void setF acilityRec eived(Stri ng value) { | |||||
| 165 | th is.facilit yReceived = value; | |||||
| 166 | } | |||||
| 167 | ||||||
| 168 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.