Produced by Araxis Merge on 10/3/2017 11:15:29 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 | Endpoint.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 | Endpoint.java | Mon Oct 2 19:50:51 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 766 |
| 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 endpoint complex ty pe. | |
| 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="endpo int"> | |
| 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="a ccessionPr efix" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 20 | * <eleme nt name="a eTitle" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 21 | * <eleme nt name="e nvironment " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 22 | * <eleme nt name="h ost" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 23 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}int" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="m odality" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 25 | * <eleme nt name="p assword" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 26 | * <eleme nt name="p ort" type= "{http://w ww.w3.org/ 2001/XMLSc hema}int" minOccurs= "0"/> | |
| 27 | * <eleme nt name="p rotocol" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 28 | * <eleme nt name="s iteCode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 29 | * <eleme nt name="s iteId" typ e="{http:/ /www.w3.or g/2001/XML Schema}int " minOccur s="0"/> | |
| 30 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 31 | * <eleme nt name="u sername" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 32 | * & lt;/sequen ce> | |
| 33 | * < ;/restrict ion> | |
| 34 | * </ complexCon tent> | |
| 35 | * </co mplexType> | |
| 36 | * </pre> | |
| 37 | * | |
| 38 | * | |
| 39 | */ | |
| 40 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 41 | @XmlType(n ame = "end point", na mespace = "http://we bservice.v ds. URL /", propOr der = { | |
| 42 | "acces sionPrefix ", | |
| 43 | "aeTit le", | |
| 44 | "envir onment", | |
| 45 | "host" , | |
| 46 | "id", | |
| 47 | "modal ity", | |
| 48 | "passw ord", | |
| 49 | "port" , | |
| 50 | "proto col", | |
| 51 | "siteC ode", | |
| 52 | "siteI d", | |
| 53 | "statu s", | |
| 54 | "usern ame" | |
| 55 | }) | |
| 56 | public cla ss Endpoin t { | |
| 57 | ||
| 58 | protec ted String accession Prefix; | |
| 59 | protec ted String aeTitle; | |
| 60 | protec ted String environme nt; | |
| 61 | protec ted String host; | |
| 62 | protec ted Intege r id; | |
| 63 | protec ted String modality; | |
| 64 | protec ted String password; | |
| 65 | protec ted Intege r port; | |
| 66 | protec ted String protocol; | |
| 67 | protec ted String siteCode; | |
| 68 | protec ted Intege r siteId; | |
| 69 | protec ted String status; | |
| 70 | protec ted String username; | |
| 71 | ||
| 72 | /** | |
| 73 | * Get s the valu e of the a ccessionPr efix prope rty. | |
| 74 | * | |
| 75 | * @re turn | |
| 76 | * possible object is | |
| 77 | * {@link St ring } | |
| 78 | * | |
| 79 | */ | |
| 80 | public String ge tAccession Prefix() { | |
| 81 | re turn acces sionPrefix ; | |
| 82 | } | |
| 83 | ||
| 84 | /** | |
| 85 | * Set s the valu e of the a ccessionPr efix prope rty. | |
| 86 | * | |
| 87 | * @pa ram value | |
| 88 | * allowed o bject is | |
| 89 | * {@link St ring } | |
| 90 | * | |
| 91 | */ | |
| 92 | public void setA ccessionPr efix(Strin g value) { | |
| 93 | th is.accessi onPrefix = value; | |
| 94 | } | |
| 95 | ||
| 96 | /** | |
| 97 | * Get s the valu e of the a eTitle pro perty. | |
| 98 | * | |
| 99 | * @re turn | |
| 100 | * possible object is | |
| 101 | * {@link St ring } | |
| 102 | * | |
| 103 | */ | |
| 104 | public String ge tAeTitle() { | |
| 105 | re turn aeTit le; | |
| 106 | } | |
| 107 | ||
| 108 | /** | |
| 109 | * Set s the valu e of the a eTitle pro perty. | |
| 110 | * | |
| 111 | * @pa ram value | |
| 112 | * allowed o bject is | |
| 113 | * {@link St ring } | |
| 114 | * | |
| 115 | */ | |
| 116 | public void setA eTitle(Str ing value) { | |
| 117 | th is.aeTitle = value; | |
| 118 | } | |
| 119 | ||
| 120 | /** | |
| 121 | * Get s the valu e of the e nvironment property. | |
| 122 | * | |
| 123 | * @re turn | |
| 124 | * possible object is | |
| 125 | * {@link St ring } | |
| 126 | * | |
| 127 | */ | |
| 128 | public String ge tEnvironme nt() { | |
| 129 | re turn envir onment; | |
| 130 | } | |
| 131 | ||
| 132 | /** | |
| 133 | * Set s the valu e of the e nvironment property. | |
| 134 | * | |
| 135 | * @pa ram value | |
| 136 | * allowed o bject is | |
| 137 | * {@link St ring } | |
| 138 | * | |
| 139 | */ | |
| 140 | public void setE nvironment (String va lue) { | |
| 141 | th is.environ ment = val ue; | |
| 142 | } | |
| 143 | ||
| 144 | /** | |
| 145 | * Get s the valu e of the h ost proper ty. | |
| 146 | * | |
| 147 | * @re turn | |
| 148 | * possible object is | |
| 149 | * {@link St ring } | |
| 150 | * | |
| 151 | */ | |
| 152 | public String ge tHost() { | |
| 153 | re turn host; | |
| 154 | } | |
| 155 | ||
| 156 | /** | |
| 157 | * Set s the valu e of the h ost proper ty. | |
| 158 | * | |
| 159 | * @pa ram value | |
| 160 | * allowed o bject is | |
| 161 | * {@link St ring } | |
| 162 | * | |
| 163 | */ | |
| 164 | public void setH ost(String value) { | |
| 165 | th is.host = value; | |
| 166 | } | |
| 167 | ||
| 168 | /** | |
| 169 | * Get s the valu e of the i d property . | |
| 170 | * | |
| 171 | * @re turn | |
| 172 | * possible object is | |
| 173 | * {@link In teger } | |
| 174 | * | |
| 175 | */ | |
| 176 | public Integer g etId() { | |
| 177 | re turn id; | |
| 178 | } | |
| 179 | ||
| 180 | /** | |
| 181 | * Set s the valu e of the i d property . | |
| 182 | * | |
| 183 | * @pa ram value | |
| 184 | * allowed o bject is | |
| 185 | * {@link In teger } | |
| 186 | * | |
| 187 | */ | |
| 188 | public void setI d(Integer value) { | |
| 189 | th is.id = va lue; | |
| 190 | } | |
| 191 | ||
| 192 | /** | |
| 193 | * Get s the valu e of the m odality pr operty. | |
| 194 | * | |
| 195 | * @re turn | |
| 196 | * possible object is | |
| 197 | * {@link St ring } | |
| 198 | * | |
| 199 | */ | |
| 200 | public String ge tModality( ) { | |
| 201 | re turn modal ity; | |
| 202 | } | |
| 203 | ||
| 204 | /** | |
| 205 | * Set s the valu e of the m odality pr operty. | |
| 206 | * | |
| 207 | * @pa ram value | |
| 208 | * allowed o bject is | |
| 209 | * {@link St ring } | |
| 210 | * | |
| 211 | */ | |
| 212 | public void setM odality(St ring value ) { | |
| 213 | th is.modalit y = value; | |
| 214 | } | |
| 215 | ||
| 216 | /** | |
| 217 | * Get s the valu e of the p assword pr operty. | |
| 218 | * | |
| 219 | * @re turn | |
| 220 | * possible object is | |
| 221 | * {@link St ring } | |
| 222 | * | |
| 223 | */ | |
| 224 | public String ge tPassword( ) { | |
| 225 | re turn passw ord; | |
| 226 | } | |
| 227 | ||
| 228 | /** | |
| 229 | * Set s the valu e of the p assword pr operty. | |
| 230 | * | |
| 231 | * @pa ram value | |
| 232 | * allowed o bject is | |
| 233 | * {@link St ring } | |
| 234 | * | |
| 235 | */ | |
| 236 | public void setP assword(St ring value ) { | |
| 237 | th is.passwor d = value; | |
| 238 | } | |
| 239 | ||
| 240 | /** | |
| 241 | * Get s the valu e of the p ort proper ty. | |
| 242 | * | |
| 243 | * @re turn | |
| 244 | * possible object is | |
| 245 | * {@link In teger } | |
| 246 | * | |
| 247 | */ | |
| 248 | public Integer g etPort() { | |
| 249 | re turn port; | |
| 250 | } | |
| 251 | ||
| 252 | /** | |
| 253 | * Set s the valu e of the p ort proper ty. | |
| 254 | * | |
| 255 | * @pa ram value | |
| 256 | * allowed o bject is | |
| 257 | * {@link In teger } | |
| 258 | * | |
| 259 | */ | |
| 260 | public void setP ort(Intege r value) { | |
| 261 | th is.port = value; | |
| 262 | } | |
| 263 | ||
| 264 | /** | |
| 265 | * Get s the valu e of the p rotocol pr operty. | |
| 266 | * | |
| 267 | * @re turn | |
| 268 | * possible object is | |
| 269 | * {@link St ring } | |
| 270 | * | |
| 271 | */ | |
| 272 | public String ge tProtocol( ) { | |
| 273 | re turn proto col; | |
| 274 | } | |
| 275 | ||
| 276 | /** | |
| 277 | * Set s the valu e of the p rotocol pr operty. | |
| 278 | * | |
| 279 | * @pa ram value | |
| 280 | * allowed o bject is | |
| 281 | * {@link St ring } | |
| 282 | * | |
| 283 | */ | |
| 284 | public void setP rotocol(St ring value ) { | |
| 285 | th is.protoco l = value; | |
| 286 | } | |
| 287 | ||
| 288 | /** | |
| 289 | * Get s the valu e of the s iteCode pr operty. | |
| 290 | * | |
| 291 | * @re turn | |
| 292 | * possible object is | |
| 293 | * {@link St ring } | |
| 294 | * | |
| 295 | */ | |
| 296 | public String ge tSiteCode( ) { | |
| 297 | re turn siteC ode; | |
| 298 | } | |
| 299 | ||
| 300 | /** | |
| 301 | * Set s the valu e of the s iteCode pr operty. | |
| 302 | * | |
| 303 | * @pa ram value | |
| 304 | * allowed o bject is | |
| 305 | * {@link St ring } | |
| 306 | * | |
| 307 | */ | |
| 308 | public void setS iteCode(St ring value ) { | |
| 309 | th is.siteCod e = value; | |
| 310 | } | |
| 311 | ||
| 312 | /** | |
| 313 | * Get s the valu e of the s iteId prop erty. | |
| 314 | * | |
| 315 | * @re turn | |
| 316 | * possible object is | |
| 317 | * {@link In teger } | |
| 318 | * | |
| 319 | */ | |
| 320 | public Integer g etSiteId() { | |
| 321 | re turn siteI d; | |
| 322 | } | |
| 323 | ||
| 324 | /** | |
| 325 | * Set s the valu e of the s iteId prop erty. | |
| 326 | * | |
| 327 | * @pa ram value | |
| 328 | * allowed o bject is | |
| 329 | * {@link In teger } | |
| 330 | * | |
| 331 | */ | |
| 332 | public void setS iteId(Inte ger value) { | |
| 333 | th is.siteId = value; | |
| 334 | } | |
| 335 | ||
| 336 | /** | |
| 337 | * Get s the valu e of the s tatus prop erty. | |
| 338 | * | |
| 339 | * @re turn | |
| 340 | * possible object is | |
| 341 | * {@link St ring } | |
| 342 | * | |
| 343 | */ | |
| 344 | public String ge tStatus() { | |
| 345 | re turn statu s; | |
| 346 | } | |
| 347 | ||
| 348 | /** | |
| 349 | * Set s the valu e of the s tatus prop erty. | |
| 350 | * | |
| 351 | * @pa ram value | |
| 352 | * allowed o bject is | |
| 353 | * {@link St ring } | |
| 354 | * | |
| 355 | */ | |
| 356 | public void setS tatus(Stri ng value) { | |
| 357 | th is.status = value; | |
| 358 | } | |
| 359 | ||
| 360 | /** | |
| 361 | * Get s the valu e of the u sername pr operty. | |
| 362 | * | |
| 363 | * @re turn | |
| 364 | * possible object is | |
| 365 | * {@link St ring } | |
| 366 | * | |
| 367 | */ | |
| 368 | public String ge tUsername( ) { | |
| 369 | re turn usern ame; | |
| 370 | } | |
| 371 | ||
| 372 | /** | |
| 373 | * Set s the valu e of the u sername pr operty. | |
| 374 | * | |
| 375 | * @pa ram value | |
| 376 | * allowed o bject is | |
| 377 | * {@link St ring } | |
| 378 | * | |
| 379 | */ | |
| 380 | public void setU sername(St ring value ) { | |
| 381 | th is.usernam e = value; | |
| 382 | } | |
| 383 | ||
| 384 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.