Produced by Araxis Merge on 10/3/2017 11:15:43 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_3_0_2\webservice | Site.java | Thu Apr 28 21:02:40 2016 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | Site.java | Mon Oct 2 19:55:52 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 682 |
| Changed | 3 | 8 |
| 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_3_0_2.we bservice; | |
| 3 | ||
| 4 | import jav a.util.Arr ayList; | |
| 5 | import jav a.util.Lis t; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 10 | ||
| 11 | ||
| 12 | /** | |
| 13 | * <p>Java class for site comp lex type. | |
| 14 | * | |
| 15 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 16 | * | |
| 17 | * <pre> | |
| 18 | * <com plexType n ame="site" > | |
| 19 | * <c omplexCont ent> | |
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 21 | * & lt;sequenc e> | |
| 22 | * <eleme nt name="a gency" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 23 | * <eleme nt name="c ontainer" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="d misId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 25 | * <elemen t name="en dpoints" t ype="{http ://webserv ice.vds. URL /}endpoint " maxOccur s="unbound ed" minOcc urs="0"/> | |
| 26 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}int" mi nOccurs="0 "/> | |
| 27 | * <eleme nt name="m oniker" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 28 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 29 | * <elemen t name="pe rmissions" type="{ht tp://webse rvice.vds. URL /}janusPer mission" m axOccurs=" unbounded" minOccurs ="0"/> | |
| 30 | * <elemen t name="re gion" type ="{http:// webservice .vds. URL /}region" minOccurs= "0"/> | |
| 31 | * <eleme nt name="s iteCode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 32 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 33 | * & lt;/sequen ce> | |
| 34 | * < ;/restrict ion> | |
| 35 | * </ complexCon tent> | |
| 36 | * </co mplexType> | |
| 37 | * </pre> | |
| 38 | * | |
| 39 | * | |
| 40 | */ | |
| 41 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 42 | @XmlType(n ame = "sit e", namesp ace = "htt p://webser vice.vds. URL /", propOr der = { | |
| 43 | "agenc y", | |
| 44 | "conta iner", | |
| 45 | "dmisI d", | |
| 46 | "endpo ints", | |
| 47 | "id", | |
| 48 | "monik er", | |
| 49 | "name" , | |
| 50 | "permi ssions", | |
| 51 | "regio n", | |
| 52 | "siteC ode", | |
| 53 | "statu s" | |
| 54 | }) | |
| 55 | public cla ss Site { | |
| 56 | ||
| 57 | protec ted String agency; | |
| 58 | protec ted String container ; | |
| 59 | protec ted String dmisId; | |
| 60 | @XmlEl ement(nill able = tru e) | |
| 61 | protec ted List<E ndpoint> e ndpoints; | |
| 62 | protec ted Intege r id; | |
| 63 | protec ted String moniker; | |
| 64 | protec ted String name; | |
| 65 | @XmlEl ement(nill able = tru e) | |
| 66 | protec ted List<J anusPermis sion> perm issions; | |
| 67 | protec ted Region region; | |
| 68 | protec ted String siteCode; | |
| 69 | protec ted String status; | |
| 70 | ||
| 71 | /** | |
| 72 | * Get s the valu e of the a gency prop erty. | |
| 73 | * | |
| 74 | * @re turn | |
| 75 | * possible object is | |
| 76 | * {@link St ring } | |
| 77 | * | |
| 78 | */ | |
| 79 | public String ge tAgency() { | |
| 80 | re turn agenc y; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Set s the valu e of the a gency prop erty. | |
| 85 | * | |
| 86 | * @pa ram value | |
| 87 | * allowed o bject is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public void setA gency(Stri ng value) { | |
| 92 | th is.agency = value; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Get s the valu e of the c ontainer p roperty. | |
| 97 | * | |
| 98 | * @re turn | |
| 99 | * possible object is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public String ge tContainer () { | |
| 104 | re turn conta iner; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Set s the valu e of the c ontainer p roperty. | |
| 109 | * | |
| 110 | * @pa ram value | |
| 111 | * allowed o bject is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public void setC ontainer(S tring valu e) { | |
| 116 | th is.contain er = value ; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Get s the valu e of the d misId prop erty. | |
| 121 | * | |
| 122 | * @re turn | |
| 123 | * possible object is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public String ge tDmisId() { | |
| 128 | re turn dmisI d; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Set s the valu e of the d misId prop erty. | |
| 133 | * | |
| 134 | * @pa ram value | |
| 135 | * allowed o bject is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public void setD misId(Stri ng value) { | |
| 140 | th is.dmisId = value; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Get s the valu e of the e ndpoints p roperty. | |
| 145 | * | |
| 146 | * <p> | |
| 147 | * Thi s accessor method re turns a re ference to the live list, | |
| 148 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 149 | * ret urned list will be p resent ins ide the JA XB object. | |
| 150 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the endp oints prop erty. | |
| 151 | * | |
| 152 | * <p> | |
| 153 | * For example, to add a n ew item, d o as follo ws: | |
| 154 | * <pr e> | |
| 155 | * getEndpoin ts().add(n ewItem); | |
| 156 | * </p re> | |
| 157 | * | |
| 158 | * | |
| 159 | * <p> | |
| 160 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 161 | * {@l ink Endpoi nt } | |
| 162 | * | |
| 163 | * | |
| 164 | */ | |
| 165 | public List<Endp oint> getE ndpoints() { | |
| 166 | if (endpoint s == null) { | |
| 167 | endpoint s = new Ar rayList<En dpoint>(); | |
| 168 | } | |
| 169 | re turn this. endpoints; | |
| 170 | } | |
| 171 | ||
| 172 | /** | |
| 173 | * Get s the valu e of the i d property . | |
| 174 | * | |
| 175 | * @re turn | |
| 176 | * possible object is | |
| 177 | * {@link In teger } | |
| 178 | * | |
| 179 | */ | |
| 180 | public Integer g etId() { | |
| 181 | re turn id; | |
| 182 | } | |
| 183 | ||
| 184 | /** | |
| 185 | * Set s the valu e of the i d property . | |
| 186 | * | |
| 187 | * @pa ram value | |
| 188 | * allowed o bject is | |
| 189 | * {@link In teger } | |
| 190 | * | |
| 191 | */ | |
| 192 | public void setI d(Integer value) { | |
| 193 | th is.id = va lue; | |
| 194 | } | |
| 195 | ||
| 196 | /** | |
| 197 | * Get s the valu e of the m oniker pro perty. | |
| 198 | * | |
| 199 | * @re turn | |
| 200 | * possible object is | |
| 201 | * {@link St ring } | |
| 202 | * | |
| 203 | */ | |
| 204 | public String ge tMoniker() { | |
| 205 | re turn monik er; | |
| 206 | } | |
| 207 | ||
| 208 | /** | |
| 209 | * Set s the valu e of the m oniker pro perty. | |
| 210 | * | |
| 211 | * @pa ram value | |
| 212 | * allowed o bject is | |
| 213 | * {@link St ring } | |
| 214 | * | |
| 215 | */ | |
| 216 | public void setM oniker(Str ing value) { | |
| 217 | th is.moniker = value; | |
| 218 | } | |
| 219 | ||
| 220 | /** | |
| 221 | * Get s the valu e of the n ame proper ty. | |
| 222 | * | |
| 223 | * @re turn | |
| 224 | * possible object is | |
| 225 | * {@link St ring } | |
| 226 | * | |
| 227 | */ | |
| 228 | public String ge tName() { | |
| 229 | re turn name; | |
| 230 | } | |
| 231 | ||
| 232 | /** | |
| 233 | * Set s the valu e of the n ame proper ty. | |
| 234 | * | |
| 235 | * @pa ram value | |
| 236 | * allowed o bject is | |
| 237 | * {@link St ring } | |
| 238 | * | |
| 239 | */ | |
| 240 | public void setN ame(String value) { | |
| 241 | th is.name = value; | |
| 242 | } | |
| 243 | ||
| 244 | /** | |
| 245 | * Get s the valu e of the p ermissions property. | |
| 246 | * | |
| 247 | * <p> | |
| 248 | * Thi s accessor method re turns a re ference to the live list, | |
| 249 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 250 | * ret urned list will be p resent ins ide the JA XB object. | |
| 251 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the perm issions pr operty. | |
| 252 | * | |
| 253 | * <p> | |
| 254 | * For example, to add a n ew item, d o as follo ws: | |
| 255 | * <pr e> | |
| 256 | * getPermiss ions().add (newItem); | |
| 257 | * </p re> | |
| 258 | * | |
| 259 | * | |
| 260 | * <p> | |
| 261 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 262 | * {@l ink JanusP ermission } | |
| 263 | * | |
| 264 | * | |
| 265 | */ | |
| 266 | public List<Janu sPermissio n> getPerm issions() { | |
| 267 | if (permissi ons == nul l) { | |
| 268 | permissi ons = new ArrayList< JanusPermi ssion>(); | |
| 269 | } | |
| 270 | re turn this. permission s; | |
| 271 | } | |
| 272 | ||
| 273 | /** | |
| 274 | * Get s the valu e of the r egion prop erty. | |
| 275 | * | |
| 276 | * @re turn | |
| 277 | * possible object is | |
| 278 | * {@link Re gion } | |
| 279 | * | |
| 280 | */ | |
| 281 | public Region ge tRegion() { | |
| 282 | re turn regio n; | |
| 283 | } | |
| 284 | ||
| 285 | /** | |
| 286 | * Set s the valu e of the r egion prop erty. | |
| 287 | * | |
| 288 | * @pa ram value | |
| 289 | * allowed o bject is | |
| 290 | * {@link Re gion } | |
| 291 | * | |
| 292 | */ | |
| 293 | public void setR egion(Regi on value) { | |
| 294 | th is.region = value; | |
| 295 | } | |
| 296 | ||
| 297 | /** | |
| 298 | * Get s the valu e of the s iteCode pr operty. | |
| 299 | * | |
| 300 | * @re turn | |
| 301 | * possible object is | |
| 302 | * {@link St ring } | |
| 303 | * | |
| 304 | */ | |
| 305 | public String ge tSiteCode( ) { | |
| 306 | re turn siteC ode; | |
| 307 | } | |
| 308 | ||
| 309 | /** | |
| 310 | * Set s the valu e of the s iteCode pr operty. | |
| 311 | * | |
| 312 | * @pa ram value | |
| 313 | * allowed o bject is | |
| 314 | * {@link St ring } | |
| 315 | * | |
| 316 | */ | |
| 317 | public void setS iteCode(St ring value ) { | |
| 318 | th is.siteCod e = value; | |
| 319 | } | |
| 320 | ||
| 321 | /** | |
| 322 | * Get s the valu e of the s tatus prop erty. | |
| 323 | * | |
| 324 | * @re turn | |
| 325 | * possible object is | |
| 326 | * {@link St ring } | |
| 327 | * | |
| 328 | */ | |
| 329 | public String ge tStatus() { | |
| 330 | re turn statu s; | |
| 331 | } | |
| 332 | ||
| 333 | /** | |
| 334 | * Set s the valu e of the s tatus prop erty. | |
| 335 | * | |
| 336 | * @pa ram value | |
| 337 | * allowed o bject is | |
| 338 | * {@link St ring } | |
| 339 | * | |
| 340 | */ | |
| 341 | public void setS tatus(Stri ng value) { | |
| 342 | th is.status = value; | |
| 343 | } | |
| 344 | ||
| 345 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.