Produced by Araxis Merge on 10/3/2017 11:15:31 AM 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | Immunization.java | Tue Dec 15 14:05:18 2015 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | Immunization.java | Mon Oct 2 19:51:44 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 450 |
| Changed | 2 | 4 |
| 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.j meadows_2_ 3_0.webser vice; | |
| 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 immunizat ion comple x 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="immun ization"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="d ateTime" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |
| 22 | * <eleme nt name="e ncounterPr ovider" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 23 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 24 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 25 | * <eleme nt name="o rderingPro vider" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 26 | * <eleme nt name="r eaction" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 27 | * <eleme nt name="s eries" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 28 | * & lt;/sequen ce> | |
| 29 | * < ;/extensio n> | |
| 30 | * </ complexCon tent> | |
| 31 | * </co mplexType> | |
| 32 | * </pre> | |
| 33 | * | |
| 34 | * | |
| 35 | */ | |
| 36 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 37 | @XmlType(n ame = "imm unization" , namespac e = "http: //webservi ce.vds. URL /", propOr der = { | |
| 38 | "dateT ime", | |
| 39 | "encou nterProvid er", | |
| 40 | "id", | |
| 41 | "name" , | |
| 42 | "order ingProvide r", | |
| 43 | "react ion", | |
| 44 | "serie s" | |
| 45 | }) | |
| 46 | public cla ss Immuniz ation | |
| 47 | extend s DataBean | |
| 48 | { | |
| 49 | ||
| 50 | @XmlSc hemaType(n ame = "dat eTime") | |
| 51 | protec ted XMLGre gorianCale ndar dateT ime; | |
| 52 | protec ted String encounter Provider; | |
| 53 | protec ted String id; | |
| 54 | protec ted String name; | |
| 55 | protec ted String orderingP rovider; | |
| 56 | protec ted String reaction; | |
| 57 | protec ted String series; | |
| 58 | ||
| 59 | /** | |
| 60 | * Get s the valu e of the d ateTime pr operty. | |
| 61 | * | |
| 62 | * @re turn | |
| 63 | * possible object is | |
| 64 | * {@link XM LGregorian Calendar } | |
| 65 | * | |
| 66 | */ | |
| 67 | public XMLGregor ianCalenda r getDateT ime() { | |
| 68 | re turn dateT ime; | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * Set s the valu e of the d ateTime pr operty. | |
| 73 | * | |
| 74 | * @pa ram value | |
| 75 | * allowed o bject is | |
| 76 | * {@link XM LGregorian Calendar } | |
| 77 | * | |
| 78 | */ | |
| 79 | public void setD ateTime(XM LGregorian Calendar v alue) { | |
| 80 | th is.dateTim e = value; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Get s the valu e of the e ncounterPr ovider pro perty. | |
| 85 | * | |
| 86 | * @re turn | |
| 87 | * possible object is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public String ge tEncounter Provider() { | |
| 92 | re turn encou nterProvid er; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Set s the valu e of the e ncounterPr ovider pro perty. | |
| 97 | * | |
| 98 | * @pa ram value | |
| 99 | * allowed o bject is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public void setE ncounterPr ovider(Str ing value) { | |
| 104 | th is.encount erProvider = value; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Get s the valu e of the i d property . | |
| 109 | * | |
| 110 | * @re turn | |
| 111 | * possible object is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public String ge tId() { | |
| 116 | re turn id; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Set s the valu e of the i d property . | |
| 121 | * | |
| 122 | * @pa ram value | |
| 123 | * allowed o bject is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public void setI d(String v alue) { | |
| 128 | th is.id = va lue; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Get s the valu e of the n ame proper ty. | |
| 133 | * | |
| 134 | * @re turn | |
| 135 | * possible object is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public String ge tName() { | |
| 140 | re turn name; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Set s the valu e of the n ame proper ty. | |
| 145 | * | |
| 146 | * @pa ram value | |
| 147 | * allowed o bject is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public void setN ame(String value) { | |
| 152 | th is.name = value; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Get s the valu e of the o rderingPro vider prop erty. | |
| 157 | * | |
| 158 | * @re turn | |
| 159 | * possible object is | |
| 160 | * {@link St ring } | |
| 161 | * | |
| 162 | */ | |
| 163 | public String ge tOrderingP rovider() { | |
| 164 | re turn order ingProvide r; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Set s the valu e of the o rderingPro vider prop erty. | |
| 169 | * | |
| 170 | * @pa ram value | |
| 171 | * allowed o bject is | |
| 172 | * {@link St ring } | |
| 173 | * | |
| 174 | */ | |
| 175 | public void setO rderingPro vider(Stri ng value) { | |
| 176 | th is.orderin gProvider = value; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Get s the valu e of the r eaction pr operty. | |
| 181 | * | |
| 182 | * @re turn | |
| 183 | * possible object is | |
| 184 | * {@link St ring } | |
| 185 | * | |
| 186 | */ | |
| 187 | public String ge tReaction( ) { | |
| 188 | re turn react ion; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Set s the valu e of the r eaction pr operty. | |
| 193 | * | |
| 194 | * @pa ram value | |
| 195 | * allowed o bject is | |
| 196 | * {@link St ring } | |
| 197 | * | |
| 198 | */ | |
| 199 | public void setR eaction(St ring value ) { | |
| 200 | th is.reactio n = value; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Get s the valu e of the s eries prop erty. | |
| 205 | * | |
| 206 | * @re turn | |
| 207 | * possible object is | |
| 208 | * {@link St ring } | |
| 209 | * | |
| 210 | */ | |
| 211 | public String ge tSeries() { | |
| 212 | re turn serie s; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Set s the valu e of the s eries prop erty. | |
| 217 | * | |
| 218 | * @pa ram value | |
| 219 | * allowed o bject is | |
| 220 | * {@link St ring } | |
| 221 | * | |
| 222 | */ | |
| 223 | public void setS eries(Stri ng value) { | |
| 224 | th is.series = value; | |
| 225 | } | |
| 226 | ||
| 227 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.