Produced by Araxis Merge on 10/3/2017 11:15:32 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 | PdwsQueryBean.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 | PdwsQueryBean.java | Mon Oct 2 19:52:02 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 496 |
| 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.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.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for pdwsQuery Bean compl ex type. | |
| 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="pdwsQ ueryBean"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 20 | * <eleme nt name="f irstName" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 21 | * <eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 22 | * <eleme nt name="l astName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 23 | * <eleme nt name="p atientId" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="p atientIdTy pe" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 25 | * <eleme nt name="r equestingA pp" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 26 | * <elemen t name="us er" type=" {http://we bservice.v ds. URL /}user" mi nOccurs="0 "/> | |
| 27 | * & lt;/sequen ce> | |
| 28 | * < ;/restrict ion> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType> | |
| 31 | * </pre> | |
| 32 | * | |
| 33 | * | |
| 34 | */ | |
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 36 | @XmlType(n ame = "pdw sQueryBean ", propOrd er = { | |
| 37 | "dob", | |
| 38 | "first Name", | |
| 39 | "gende r", | |
| 40 | "lastN ame", | |
| 41 | "patie ntId", | |
| 42 | "patie ntIdType", | |
| 43 | "reque stingApp", | |
| 44 | "user" | |
| 45 | }) | |
| 46 | public cla ss PdwsQue ryBean { | |
| 47 | ||
| 48 | protec ted String dob; | |
| 49 | protec ted String firstName ; | |
| 50 | protec ted String gender; | |
| 51 | protec ted String lastName; | |
| 52 | protec ted String patientId ; | |
| 53 | protec ted String patientId Type; | |
| 54 | protec ted String requestin gApp; | |
| 55 | protec ted User u ser; | |
| 56 | ||
| 57 | /** | |
| 58 | * Get s the valu e of the d ob propert y. | |
| 59 | * | |
| 60 | * @re turn | |
| 61 | * possible object is | |
| 62 | * {@link St ring } | |
| 63 | * | |
| 64 | */ | |
| 65 | public String ge tDob() { | |
| 66 | re turn dob; | |
| 67 | } | |
| 68 | ||
| 69 | /** | |
| 70 | * Set s the valu e of the d ob propert y. | |
| 71 | * | |
| 72 | * @pa ram value | |
| 73 | * allowed o bject is | |
| 74 | * {@link St ring } | |
| 75 | * | |
| 76 | */ | |
| 77 | public void setD ob(String value) { | |
| 78 | th is.dob = v alue; | |
| 79 | } | |
| 80 | ||
| 81 | /** | |
| 82 | * Get s the valu e of the f irstName p roperty. | |
| 83 | * | |
| 84 | * @re turn | |
| 85 | * possible object is | |
| 86 | * {@link St ring } | |
| 87 | * | |
| 88 | */ | |
| 89 | public String ge tFirstName () { | |
| 90 | re turn first Name; | |
| 91 | } | |
| 92 | ||
| 93 | /** | |
| 94 | * Set s the valu e of the f irstName p roperty. | |
| 95 | * | |
| 96 | * @pa ram value | |
| 97 | * allowed o bject is | |
| 98 | * {@link St ring } | |
| 99 | * | |
| 100 | */ | |
| 101 | public void setF irstName(S tring valu e) { | |
| 102 | th is.firstNa me = value ; | |
| 103 | } | |
| 104 | ||
| 105 | /** | |
| 106 | * Get s the valu e of the g ender prop erty. | |
| 107 | * | |
| 108 | * @re turn | |
| 109 | * possible object is | |
| 110 | * {@link St ring } | |
| 111 | * | |
| 112 | */ | |
| 113 | public String ge tGender() { | |
| 114 | re turn gende r; | |
| 115 | } | |
| 116 | ||
| 117 | /** | |
| 118 | * Set s the valu e of the g ender prop erty. | |
| 119 | * | |
| 120 | * @pa ram value | |
| 121 | * allowed o bject is | |
| 122 | * {@link St ring } | |
| 123 | * | |
| 124 | */ | |
| 125 | public void setG ender(Stri ng value) { | |
| 126 | th is.gender = value; | |
| 127 | } | |
| 128 | ||
| 129 | /** | |
| 130 | * Get s the valu e of the l astName pr operty. | |
| 131 | * | |
| 132 | * @re turn | |
| 133 | * possible object is | |
| 134 | * {@link St ring } | |
| 135 | * | |
| 136 | */ | |
| 137 | public String ge tLastName( ) { | |
| 138 | re turn lastN ame; | |
| 139 | } | |
| 140 | ||
| 141 | /** | |
| 142 | * Set s the valu e of the l astName pr operty. | |
| 143 | * | |
| 144 | * @pa ram value | |
| 145 | * allowed o bject is | |
| 146 | * {@link St ring } | |
| 147 | * | |
| 148 | */ | |
| 149 | public void setL astName(St ring value ) { | |
| 150 | th is.lastNam e = value; | |
| 151 | } | |
| 152 | ||
| 153 | /** | |
| 154 | * Get s the valu e of the p atientId p roperty. | |
| 155 | * | |
| 156 | * @re turn | |
| 157 | * possible object is | |
| 158 | * {@link St ring } | |
| 159 | * | |
| 160 | */ | |
| 161 | public String ge tPatientId () { | |
| 162 | re turn patie ntId; | |
| 163 | } | |
| 164 | ||
| 165 | /** | |
| 166 | * Set s the valu e of the p atientId p roperty. | |
| 167 | * | |
| 168 | * @pa ram value | |
| 169 | * allowed o bject is | |
| 170 | * {@link St ring } | |
| 171 | * | |
| 172 | */ | |
| 173 | public void setP atientId(S tring valu e) { | |
| 174 | th is.patient Id = value ; | |
| 175 | } | |
| 176 | ||
| 177 | /** | |
| 178 | * Get s the valu e of the p atientIdTy pe propert y. | |
| 179 | * | |
| 180 | * @re turn | |
| 181 | * possible object is | |
| 182 | * {@link St ring } | |
| 183 | * | |
| 184 | */ | |
| 185 | public String ge tPatientId Type() { | |
| 186 | re turn patie ntIdType; | |
| 187 | } | |
| 188 | ||
| 189 | /** | |
| 190 | * Set s the valu e of the p atientIdTy pe propert y. | |
| 191 | * | |
| 192 | * @pa ram value | |
| 193 | * allowed o bject is | |
| 194 | * {@link St ring } | |
| 195 | * | |
| 196 | */ | |
| 197 | public void setP atientIdTy pe(String value) { | |
| 198 | th is.patient IdType = v alue; | |
| 199 | } | |
| 200 | ||
| 201 | /** | |
| 202 | * Get s the valu e of the r equestingA pp propert y. | |
| 203 | * | |
| 204 | * @re turn | |
| 205 | * possible object is | |
| 206 | * {@link St ring } | |
| 207 | * | |
| 208 | */ | |
| 209 | public String ge tRequestin gApp() { | |
| 210 | re turn reque stingApp; | |
| 211 | } | |
| 212 | ||
| 213 | /** | |
| 214 | * Set s the valu e of the r equestingA pp propert y. | |
| 215 | * | |
| 216 | * @pa ram value | |
| 217 | * allowed o bject is | |
| 218 | * {@link St ring } | |
| 219 | * | |
| 220 | */ | |
| 221 | public void setR equestingA pp(String value) { | |
| 222 | th is.request ingApp = v alue; | |
| 223 | } | |
| 224 | ||
| 225 | /** | |
| 226 | * Get s the valu e of the u ser proper ty. | |
| 227 | * | |
| 228 | * @re turn | |
| 229 | * possible object is | |
| 230 | * {@link Us er } | |
| 231 | * | |
| 232 | */ | |
| 233 | public User getU ser() { | |
| 234 | re turn user; | |
| 235 | } | |
| 236 | ||
| 237 | /** | |
| 238 | * Set s the valu e of the u ser proper ty. | |
| 239 | * | |
| 240 | * @pa ram value | |
| 241 | * allowed o bject is | |
| 242 | * {@link Us er } | |
| 243 | * | |
| 244 | */ | |
| 245 | public void setU ser(User v alue) { | |
| 246 | th is.user = value; | |
| 247 | } | |
| 248 | ||
| 249 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.