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 | Order.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 | Order.java | Mon Oct 2 19:51:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 614 |
| Changed | 3 | 6 |
| 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 order 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="order "> | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="c ompletedDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/> | |
| 22 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 23 | * <eleme nt name="o rderDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 24 | * <eleme nt name="o rderDetail " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 25 | * <eleme nt name="o rderResult " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 26 | * <eleme nt name="o rderid" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 27 | * <elemen t name="or deringProv ider" type ="{http:// webservice .vds. URL /}provider " minOccur s="0"/> | |
| 28 | * <eleme nt name="s tartDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 29 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 30 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 31 | * & lt;/sequen ce> | |
| 32 | * < ;/extensio n> | |
| 33 | * </ complexCon tent> | |
| 34 | * </co mplexType> | |
| 35 | * </pre> | |
| 36 | * | |
| 37 | * | |
| 38 | */ | |
| 39 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 40 | @XmlType(n ame = "ord er", names pace = "ht tp://webse rvice.vds. URL /", propOr der = { | |
| 41 | "compl etedDate", | |
| 42 | "descr iption", | |
| 43 | "order Date", | |
| 44 | "order Detail", | |
| 45 | "order Result", | |
| 46 | "order id", | |
| 47 | "order ingProvide r", | |
| 48 | "start Date", | |
| 49 | "statu s", | |
| 50 | "type" | |
| 51 | }) | |
| 52 | public cla ss Order | |
| 53 | extend s DataBean | |
| 54 | { | |
| 55 | ||
| 56 | @XmlSc hemaType(n ame = "dat eTime") | |
| 57 | protec ted XMLGre gorianCale ndar compl etedDate; | |
| 58 | protec ted String descripti on; | |
| 59 | @XmlSc hemaType(n ame = "dat eTime") | |
| 60 | protec ted XMLGre gorianCale ndar order Date; | |
| 61 | protec ted String orderDeta il; | |
| 62 | protec ted String orderResu lt; | |
| 63 | protec ted String orderid; | |
| 64 | protec ted Provid er orderin gProvider; | |
| 65 | @XmlSc hemaType(n ame = "dat eTime") | |
| 66 | protec ted XMLGre gorianCale ndar start Date; | |
| 67 | protec ted String status; | |
| 68 | protec ted String type; | |
| 69 | ||
| 70 | /** | |
| 71 | * Get s the valu e of the c ompletedDa te propert y. | |
| 72 | * | |
| 73 | * @re turn | |
| 74 | * possible object is | |
| 75 | * {@link XM LGregorian Calendar } | |
| 76 | * | |
| 77 | */ | |
| 78 | public XMLGregor ianCalenda r getCompl etedDate() { | |
| 79 | re turn compl etedDate; | |
| 80 | } | |
| 81 | ||
| 82 | /** | |
| 83 | * Set s the valu e of the c ompletedDa te propert y. | |
| 84 | * | |
| 85 | * @pa ram value | |
| 86 | * allowed o bject is | |
| 87 | * {@link XM LGregorian Calendar } | |
| 88 | * | |
| 89 | */ | |
| 90 | public void setC ompletedDa te(XMLGreg orianCalen dar value) { | |
| 91 | th is.complet edDate = v alue; | |
| 92 | } | |
| 93 | ||
| 94 | /** | |
| 95 | * Get s the valu e of the d escription property. | |
| 96 | * | |
| 97 | * @re turn | |
| 98 | * possible object is | |
| 99 | * {@link St ring } | |
| 100 | * | |
| 101 | */ | |
| 102 | public String ge tDescripti on() { | |
| 103 | re turn descr iption; | |
| 104 | } | |
| 105 | ||
| 106 | /** | |
| 107 | * Set s the valu e of the d escription property. | |
| 108 | * | |
| 109 | * @pa ram value | |
| 110 | * allowed o bject is | |
| 111 | * {@link St ring } | |
| 112 | * | |
| 113 | */ | |
| 114 | public void setD escription (String va lue) { | |
| 115 | th is.descrip tion = val ue; | |
| 116 | } | |
| 117 | ||
| 118 | /** | |
| 119 | * Get s the valu e of the o rderDate p roperty. | |
| 120 | * | |
| 121 | * @re turn | |
| 122 | * possible object is | |
| 123 | * {@link XM LGregorian Calendar } | |
| 124 | * | |
| 125 | */ | |
| 126 | public XMLGregor ianCalenda r getOrder Date() { | |
| 127 | re turn order Date; | |
| 128 | } | |
| 129 | ||
| 130 | /** | |
| 131 | * Set s the valu e of the o rderDate p roperty. | |
| 132 | * | |
| 133 | * @pa ram value | |
| 134 | * allowed o bject is | |
| 135 | * {@link XM LGregorian Calendar } | |
| 136 | * | |
| 137 | */ | |
| 138 | public void setO rderDate(X MLGregoria nCalendar value) { | |
| 139 | th is.orderDa te = value ; | |
| 140 | } | |
| 141 | ||
| 142 | /** | |
| 143 | * Get s the valu e of the o rderDetail property. | |
| 144 | * | |
| 145 | * @re turn | |
| 146 | * possible object is | |
| 147 | * {@link St ring } | |
| 148 | * | |
| 149 | */ | |
| 150 | public String ge tOrderDeta il() { | |
| 151 | re turn order Detail; | |
| 152 | } | |
| 153 | ||
| 154 | /** | |
| 155 | * Set s the valu e of the o rderDetail property. | |
| 156 | * | |
| 157 | * @pa ram value | |
| 158 | * allowed o bject is | |
| 159 | * {@link St ring } | |
| 160 | * | |
| 161 | */ | |
| 162 | public void setO rderDetail (String va lue) { | |
| 163 | th is.orderDe tail = val ue; | |
| 164 | } | |
| 165 | ||
| 166 | /** | |
| 167 | * Get s the valu e of the o rderResult property. | |
| 168 | * | |
| 169 | * @re turn | |
| 170 | * possible object is | |
| 171 | * {@link St ring } | |
| 172 | * | |
| 173 | */ | |
| 174 | public String ge tOrderResu lt() { | |
| 175 | re turn order Result; | |
| 176 | } | |
| 177 | ||
| 178 | /** | |
| 179 | * Set s the valu e of the o rderResult property. | |
| 180 | * | |
| 181 | * @pa ram value | |
| 182 | * allowed o bject is | |
| 183 | * {@link St ring } | |
| 184 | * | |
| 185 | */ | |
| 186 | public void setO rderResult (String va lue) { | |
| 187 | th is.orderRe sult = val ue; | |
| 188 | } | |
| 189 | ||
| 190 | /** | |
| 191 | * Get s the valu e of the o rderid pro perty. | |
| 192 | * | |
| 193 | * @re turn | |
| 194 | * possible object is | |
| 195 | * {@link St ring } | |
| 196 | * | |
| 197 | */ | |
| 198 | public String ge tOrderid() { | |
| 199 | re turn order id; | |
| 200 | } | |
| 201 | ||
| 202 | /** | |
| 203 | * Set s the valu e of the o rderid pro perty. | |
| 204 | * | |
| 205 | * @pa ram value | |
| 206 | * allowed o bject is | |
| 207 | * {@link St ring } | |
| 208 | * | |
| 209 | */ | |
| 210 | public void setO rderid(Str ing value) { | |
| 211 | th is.orderid = value; | |
| 212 | } | |
| 213 | ||
| 214 | /** | |
| 215 | * Get s the valu e of the o rderingPro vider prop erty. | |
| 216 | * | |
| 217 | * @re turn | |
| 218 | * possible object is | |
| 219 | * {@link Pr ovider } | |
| 220 | * | |
| 221 | */ | |
| 222 | public Provider getOrderin gProvider( ) { | |
| 223 | re turn order ingProvide r; | |
| 224 | } | |
| 225 | ||
| 226 | /** | |
| 227 | * Set s the valu e of the o rderingPro vider prop erty. | |
| 228 | * | |
| 229 | * @pa ram value | |
| 230 | * allowed o bject is | |
| 231 | * {@link Pr ovider } | |
| 232 | * | |
| 233 | */ | |
| 234 | public void setO rderingPro vider(Prov ider value ) { | |
| 235 | th is.orderin gProvider = value; | |
| 236 | } | |
| 237 | ||
| 238 | /** | |
| 239 | * Get s the valu e of the s tartDate p roperty. | |
| 240 | * | |
| 241 | * @re turn | |
| 242 | * possible object is | |
| 243 | * {@link XM LGregorian Calendar } | |
| 244 | * | |
| 245 | */ | |
| 246 | public XMLGregor ianCalenda r getStart Date() { | |
| 247 | re turn start Date; | |
| 248 | } | |
| 249 | ||
| 250 | /** | |
| 251 | * Set s the valu e of the s tartDate p roperty. | |
| 252 | * | |
| 253 | * @pa ram value | |
| 254 | * allowed o bject is | |
| 255 | * {@link XM LGregorian Calendar } | |
| 256 | * | |
| 257 | */ | |
| 258 | public void setS tartDate(X MLGregoria nCalendar value) { | |
| 259 | th is.startDa te = value ; | |
| 260 | } | |
| 261 | ||
| 262 | /** | |
| 263 | * Get s the valu e of the s tatus prop erty. | |
| 264 | * | |
| 265 | * @re turn | |
| 266 | * possible object is | |
| 267 | * {@link St ring } | |
| 268 | * | |
| 269 | */ | |
| 270 | public String ge tStatus() { | |
| 271 | re turn statu s; | |
| 272 | } | |
| 273 | ||
| 274 | /** | |
| 275 | * Set s the valu e of the s tatus prop erty. | |
| 276 | * | |
| 277 | * @pa ram value | |
| 278 | * allowed o bject is | |
| 279 | * {@link St ring } | |
| 280 | * | |
| 281 | */ | |
| 282 | public void setS tatus(Stri ng value) { | |
| 283 | th is.status = value; | |
| 284 | } | |
| 285 | ||
| 286 | /** | |
| 287 | * Get s the valu e of the t ype proper ty. | |
| 288 | * | |
| 289 | * @re turn | |
| 290 | * possible object is | |
| 291 | * {@link St ring } | |
| 292 | * | |
| 293 | */ | |
| 294 | public String ge tType() { | |
| 295 | re turn type; | |
| 296 | } | |
| 297 | ||
| 298 | /** | |
| 299 | * Set s the valu e of the t ype proper ty. | |
| 300 | * | |
| 301 | * @pa ram value | |
| 302 | * allowed o bject is | |
| 303 | * {@link St ring } | |
| 304 | * | |
| 305 | */ | |
| 306 | public void setT ype(String value) { | |
| 307 | th is.type = value; | |
| 308 | } | |
| 309 | ||
| 310 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.