Produced by Araxis Merge on 10/3/2017 11:15:38 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 | Flag.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 | Flag.java | Mon Oct 2 19:54:20 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 722 |
| 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_3_0_2.we bservice; | |
| 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 flag comp lex 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="flag" > | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="a pprovedBy" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 22 | * <eleme nt name="a ssigned" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |
| 23 | * <eleme nt name="c ategory" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 24 | * <eleme nt name="c ontent" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 25 | * <eleme nt name="d ocumentId" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 26 | * <eleme nt name="d ocumentNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 27 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 28 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 29 | * <eleme nt name="o riginalSit e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 30 | * <eleme nt name="o wnerSite" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 31 | * <eleme nt name="r eviewDue" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 32 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 33 | * & lt;/sequen ce> | |
| 34 | * < ;/extensio n> | |
| 35 | * </ complexCon tent> | |
| 36 | * </co mplexType> | |
| 37 | * </pre> | |
| 38 | * | |
| 39 | * | |
| 40 | */ | |
| 41 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 42 | @XmlType(n ame = "fla g", namesp ace = "htt p://webser vice.vds. URL /", propOr der = { | |
| 43 | "appro vedBy", | |
| 44 | "assig ned", | |
| 45 | "categ ory", | |
| 46 | "conte nt", | |
| 47 | "docum entId", | |
| 48 | "docum entName", | |
| 49 | "id", | |
| 50 | "name" , | |
| 51 | "origi nalSite", | |
| 52 | "owner Site", | |
| 53 | "revie wDue", | |
| 54 | "type" | |
| 55 | }) | |
| 56 | public cla ss Flag | |
| 57 | extend s DataBean | |
| 58 | { | |
| 59 | ||
| 60 | protec ted String approvedB y; | |
| 61 | @XmlSc hemaType(n ame = "dat eTime") | |
| 62 | protec ted XMLGre gorianCale ndar assig ned; | |
| 63 | protec ted String category; | |
| 64 | protec ted String content; | |
| 65 | protec ted String documentI d; | |
| 66 | protec ted String documentN ame; | |
| 67 | protec ted String id; | |
| 68 | protec ted String name; | |
| 69 | protec ted String originalS ite; | |
| 70 | protec ted String ownerSite ; | |
| 71 | @XmlSc hemaType(n ame = "dat eTime") | |
| 72 | protec ted XMLGre gorianCale ndar revie wDue; | |
| 73 | protec ted String type; | |
| 74 | ||
| 75 | /** | |
| 76 | * Get s the valu e of the a pprovedBy property. | |
| 77 | * | |
| 78 | * @re turn | |
| 79 | * possible object is | |
| 80 | * {@link St ring } | |
| 81 | * | |
| 82 | */ | |
| 83 | public String ge tApprovedB y() { | |
| 84 | re turn appro vedBy; | |
| 85 | } | |
| 86 | ||
| 87 | /** | |
| 88 | * Set s the valu e of the a pprovedBy property. | |
| 89 | * | |
| 90 | * @pa ram value | |
| 91 | * allowed o bject is | |
| 92 | * {@link St ring } | |
| 93 | * | |
| 94 | */ | |
| 95 | public void setA pprovedBy( String val ue) { | |
| 96 | th is.approve dBy = valu e; | |
| 97 | } | |
| 98 | ||
| 99 | /** | |
| 100 | * Get s the valu e of the a ssigned pr operty. | |
| 101 | * | |
| 102 | * @re turn | |
| 103 | * possible object is | |
| 104 | * {@link XM LGregorian Calendar } | |
| 105 | * | |
| 106 | */ | |
| 107 | public XMLGregor ianCalenda r getAssig ned() { | |
| 108 | re turn assig ned; | |
| 109 | } | |
| 110 | ||
| 111 | /** | |
| 112 | * Set s the valu e of the a ssigned pr operty. | |
| 113 | * | |
| 114 | * @pa ram value | |
| 115 | * allowed o bject is | |
| 116 | * {@link XM LGregorian Calendar } | |
| 117 | * | |
| 118 | */ | |
| 119 | public void setA ssigned(XM LGregorian Calendar v alue) { | |
| 120 | th is.assigne d = value; | |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Get s the valu e of the c ategory pr operty. | |
| 125 | * | |
| 126 | * @re turn | |
| 127 | * possible object is | |
| 128 | * {@link St ring } | |
| 129 | * | |
| 130 | */ | |
| 131 | public String ge tCategory( ) { | |
| 132 | re turn categ ory; | |
| 133 | } | |
| 134 | ||
| 135 | /** | |
| 136 | * Set s the valu e of the c ategory pr operty. | |
| 137 | * | |
| 138 | * @pa ram value | |
| 139 | * allowed o bject is | |
| 140 | * {@link St ring } | |
| 141 | * | |
| 142 | */ | |
| 143 | public void setC ategory(St ring value ) { | |
| 144 | th is.categor y = value; | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Get s the valu e of the c ontent pro perty. | |
| 149 | * | |
| 150 | * @re turn | |
| 151 | * possible object is | |
| 152 | * {@link St ring } | |
| 153 | * | |
| 154 | */ | |
| 155 | public String ge tContent() { | |
| 156 | re turn conte nt; | |
| 157 | } | |
| 158 | ||
| 159 | /** | |
| 160 | * Set s the valu e of the c ontent pro perty. | |
| 161 | * | |
| 162 | * @pa ram value | |
| 163 | * allowed o bject is | |
| 164 | * {@link St ring } | |
| 165 | * | |
| 166 | */ | |
| 167 | public void setC ontent(Str ing value) { | |
| 168 | th is.content = value; | |
| 169 | } | |
| 170 | ||
| 171 | /** | |
| 172 | * Get s the valu e of the d ocumentId property. | |
| 173 | * | |
| 174 | * @re turn | |
| 175 | * possible object is | |
| 176 | * {@link St ring } | |
| 177 | * | |
| 178 | */ | |
| 179 | public String ge tDocumentI d() { | |
| 180 | re turn docum entId; | |
| 181 | } | |
| 182 | ||
| 183 | /** | |
| 184 | * Set s the valu e of the d ocumentId property. | |
| 185 | * | |
| 186 | * @pa ram value | |
| 187 | * allowed o bject is | |
| 188 | * {@link St ring } | |
| 189 | * | |
| 190 | */ | |
| 191 | public void setD ocumentId( String val ue) { | |
| 192 | th is.documen tId = valu e; | |
| 193 | } | |
| 194 | ||
| 195 | /** | |
| 196 | * Get s the valu e of the d ocumentNam e property . | |
| 197 | * | |
| 198 | * @re turn | |
| 199 | * possible object is | |
| 200 | * {@link St ring } | |
| 201 | * | |
| 202 | */ | |
| 203 | public String ge tDocumentN ame() { | |
| 204 | re turn docum entName; | |
| 205 | } | |
| 206 | ||
| 207 | /** | |
| 208 | * Set s the valu e of the d ocumentNam e property . | |
| 209 | * | |
| 210 | * @pa ram value | |
| 211 | * allowed o bject is | |
| 212 | * {@link St ring } | |
| 213 | * | |
| 214 | */ | |
| 215 | public void setD ocumentNam e(String v alue) { | |
| 216 | th is.documen tName = va lue; | |
| 217 | } | |
| 218 | ||
| 219 | /** | |
| 220 | * Get s the valu e of the i d property . | |
| 221 | * | |
| 222 | * @re turn | |
| 223 | * possible object is | |
| 224 | * {@link St ring } | |
| 225 | * | |
| 226 | */ | |
| 227 | public String ge tId() { | |
| 228 | re turn id; | |
| 229 | } | |
| 230 | ||
| 231 | /** | |
| 232 | * Set s the valu e of the i d property . | |
| 233 | * | |
| 234 | * @pa ram value | |
| 235 | * allowed o bject is | |
| 236 | * {@link St ring } | |
| 237 | * | |
| 238 | */ | |
| 239 | public void setI d(String v alue) { | |
| 240 | th is.id = va lue; | |
| 241 | } | |
| 242 | ||
| 243 | /** | |
| 244 | * Get s the valu e of the n ame proper ty. | |
| 245 | * | |
| 246 | * @re turn | |
| 247 | * possible object is | |
| 248 | * {@link St ring } | |
| 249 | * | |
| 250 | */ | |
| 251 | public String ge tName() { | |
| 252 | re turn name; | |
| 253 | } | |
| 254 | ||
| 255 | /** | |
| 256 | * Set s the valu e of the n ame proper ty. | |
| 257 | * | |
| 258 | * @pa ram value | |
| 259 | * allowed o bject is | |
| 260 | * {@link St ring } | |
| 261 | * | |
| 262 | */ | |
| 263 | public void setN ame(String value) { | |
| 264 | th is.name = value; | |
| 265 | } | |
| 266 | ||
| 267 | /** | |
| 268 | * Get s the valu e of the o riginalSit e property . | |
| 269 | * | |
| 270 | * @re turn | |
| 271 | * possible object is | |
| 272 | * {@link St ring } | |
| 273 | * | |
| 274 | */ | |
| 275 | public String ge tOriginalS ite() { | |
| 276 | re turn origi nalSite; | |
| 277 | } | |
| 278 | ||
| 279 | /** | |
| 280 | * Set s the valu e of the o riginalSit e property . | |
| 281 | * | |
| 282 | * @pa ram value | |
| 283 | * allowed o bject is | |
| 284 | * {@link St ring } | |
| 285 | * | |
| 286 | */ | |
| 287 | public void setO riginalSit e(String v alue) { | |
| 288 | th is.origina lSite = va lue; | |
| 289 | } | |
| 290 | ||
| 291 | /** | |
| 292 | * Get s the valu e of the o wnerSite p roperty. | |
| 293 | * | |
| 294 | * @re turn | |
| 295 | * possible object is | |
| 296 | * {@link St ring } | |
| 297 | * | |
| 298 | */ | |
| 299 | public String ge tOwnerSite () { | |
| 300 | re turn owner Site; | |
| 301 | } | |
| 302 | ||
| 303 | /** | |
| 304 | * Set s the valu e of the o wnerSite p roperty. | |
| 305 | * | |
| 306 | * @pa ram value | |
| 307 | * allowed o bject is | |
| 308 | * {@link St ring } | |
| 309 | * | |
| 310 | */ | |
| 311 | public void setO wnerSite(S tring valu e) { | |
| 312 | th is.ownerSi te = value ; | |
| 313 | } | |
| 314 | ||
| 315 | /** | |
| 316 | * Get s the valu e of the r eviewDue p roperty. | |
| 317 | * | |
| 318 | * @re turn | |
| 319 | * possible object is | |
| 320 | * {@link XM LGregorian Calendar } | |
| 321 | * | |
| 322 | */ | |
| 323 | public XMLGregor ianCalenda r getRevie wDue() { | |
| 324 | re turn revie wDue; | |
| 325 | } | |
| 326 | ||
| 327 | /** | |
| 328 | * Set s the valu e of the r eviewDue p roperty. | |
| 329 | * | |
| 330 | * @pa ram value | |
| 331 | * allowed o bject is | |
| 332 | * {@link XM LGregorian Calendar } | |
| 333 | * | |
| 334 | */ | |
| 335 | public void setR eviewDue(X MLGregoria nCalendar value) { | |
| 336 | th is.reviewD ue = value ; | |
| 337 | } | |
| 338 | ||
| 339 | /** | |
| 340 | * Get s the valu e of the t ype proper ty. | |
| 341 | * | |
| 342 | * @re turn | |
| 343 | * possible object is | |
| 344 | * {@link St ring } | |
| 345 | * | |
| 346 | */ | |
| 347 | public String ge tType() { | |
| 348 | re turn type; | |
| 349 | } | |
| 350 | ||
| 351 | /** | |
| 352 | * Set s the valu e of the t ype proper ty. | |
| 353 | * | |
| 354 | * @pa ram value | |
| 355 | * allowed o bject is | |
| 356 | * {@link St ring } | |
| 357 | * | |
| 358 | */ | |
| 359 | public void setT ype(String value) { | |
| 360 | th is.type = value; | |
| 361 | } | |
| 362 | ||
| 363 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.