Produced by Araxis Merge on 10/3/2017 11:15:33 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_1\webservice | Alert.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_1\webservice | Alert.java | Mon Oct 2 19:52:21 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 174 |
| 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_1.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 alert com plex 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="alert "> | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="a lertId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 20 | * <eleme nt name="m essageText " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 21 | * & lt;/sequen ce> | |
| 22 | * < ;/extensio n> | |
| 23 | * </ complexCon tent> | |
| 24 | * </co mplexType> | |
| 25 | * </pre> | |
| 26 | * | |
| 27 | * | |
| 28 | */ | |
| 29 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 30 | @XmlType(n ame = "ale rt", names pace = "ht tp://webse rvice.vds. URL /", propOr der = { | |
| 31 | "alert Id", | |
| 32 | "messa geText" | |
| 33 | }) | |
| 34 | public cla ss Alert | |
| 35 | extend s DataBean | |
| 36 | { | |
| 37 | ||
| 38 | protec ted String alertId; | |
| 39 | protec ted String messageTe xt; | |
| 40 | ||
| 41 | /** | |
| 42 | * Get s the valu e of the a lertId pro perty. | |
| 43 | * | |
| 44 | * @re turn | |
| 45 | * possible object is | |
| 46 | * {@link St ring } | |
| 47 | * | |
| 48 | */ | |
| 49 | public String ge tAlertId() { | |
| 50 | re turn alert Id; | |
| 51 | } | |
| 52 | ||
| 53 | /** | |
| 54 | * Set s the valu e of the a lertId pro perty. | |
| 55 | * | |
| 56 | * @pa ram value | |
| 57 | * allowed o bject is | |
| 58 | * {@link St ring } | |
| 59 | * | |
| 60 | */ | |
| 61 | public void setA lertId(Str ing value) { | |
| 62 | th is.alertId = value; | |
| 63 | } | |
| 64 | ||
| 65 | /** | |
| 66 | * Get s the valu e of the m essageText property. | |
| 67 | * | |
| 68 | * @re turn | |
| 69 | * possible object is | |
| 70 | * {@link St ring } | |
| 71 | * | |
| 72 | */ | |
| 73 | public String ge tMessageTe xt() { | |
| 74 | re turn messa geText; | |
| 75 | } | |
| 76 | ||
| 77 | /** | |
| 78 | * Set s the valu e of the m essageText property. | |
| 79 | * | |
| 80 | * @pa ram value | |
| 81 | * allowed o bject is | |
| 82 | * {@link St ring } | |
| 83 | * | |
| 84 | */ | |
| 85 | public void setM essageText (String va lue) { | |
| 86 | th is.message Text = val ue; | |
| 87 | } | |
| 88 | ||
| 89 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.