Produced by Araxis Merge on 12/7/2018 11:35:52 AM Central Standard 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 | C:\SCRUB\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice | CancelAppointmentTO.java | Thu Oct 18 18:44:32 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice | CancelAppointmentTO.java | Fri Dec 7 13:05:48 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 496 |
| Changed | 2 | 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 co m.agilex.h ealthcare. directsche duling.mdw s.generate dwsdl.sche dulingserv ice; | |
| 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 CancelApp ointmentTO complex t ype. | |
| 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="Cance lAppointme ntTO"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS /Schedulin gSvc}Abstr actTO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 20 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 21 | * <eleme nt name="p urpose" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 22 | * <eleme nt name="r eason" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 23 | * <eleme nt name="r emarks" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 24 | * <elemen t name="cl inic" type ="{http:// DNS /Schedulin gSvc}Hospi talLocatio nTO" minOc curs="0"/> | |
| 25 | * <elemen t name="fa cility" ty pe="{http: // DNS /Schedulin gSvc}Tagge dText" min Occurs="0" /> | |
| 26 | * <eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 27 | * & lt;/sequen ce> | |
| 28 | * < ;/extensio n> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType> | |
| 31 | * </pre> | |
| 32 | * | |
| 33 | * | |
| 34 | */ | |
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 36 | @XmlType(n ame = "Can celAppoint mentTO", p ropOrder = { | |
| 37 | "id", | |
| 38 | "times tamp", | |
| 39 | "purpo se", | |
| 40 | "reaso n", | |
| 41 | "remar ks", | |
| 42 | "clini c", | |
| 43 | "facil ity", | |
| 44 | "messa ge" | |
| 45 | }) | |
| 46 | public cla ss CancelA ppointment TO | |
| 47 | extend s Abstract TO | |
| 48 | { | |
| 49 | ||
| 50 | protec ted String id; | |
| 51 | protec ted String timestamp ; | |
| 52 | protec ted String purpose; | |
| 53 | protec ted String reason; | |
| 54 | protec ted String remarks; | |
| 55 | protec ted Hospit alLocation TO clinic; | |
| 56 | protec ted Tagged Text facil ity; | |
| 57 | protec ted String message; | |
| 58 | ||
| 59 | /** | |
| 60 | * Get s the valu e of the i d property . | |
| 61 | * | |
| 62 | * @re turn | |
| 63 | * possible object is | |
| 64 | * {@link St ring } | |
| 65 | * | |
| 66 | */ | |
| 67 | public String ge tId() { | |
| 68 | re turn id; | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * Set s the valu e of the i d property . | |
| 73 | * | |
| 74 | * @pa ram value | |
| 75 | * allowed o bject is | |
| 76 | * {@link St ring } | |
| 77 | * | |
| 78 | */ | |
| 79 | public void setI d(String v alue) { | |
| 80 | th is.id = va lue; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Get s the valu e of the t imestamp p roperty. | |
| 85 | * | |
| 86 | * @re turn | |
| 87 | * possible object is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public String ge tTimestamp () { | |
| 92 | re turn times tamp; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Set s the valu e of the t imestamp p roperty. | |
| 97 | * | |
| 98 | * @pa ram value | |
| 99 | * allowed o bject is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public void setT imestamp(S tring valu e) { | |
| 104 | th is.timesta mp = value ; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Get s the valu e of the p urpose pro perty. | |
| 109 | * | |
| 110 | * @re turn | |
| 111 | * possible object is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public String ge tPurpose() { | |
| 116 | re turn purpo se; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Set s the valu e of the p urpose pro perty. | |
| 121 | * | |
| 122 | * @pa ram value | |
| 123 | * allowed o bject is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public void setP urpose(Str ing value) { | |
| 128 | th is.purpose = value; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Get s the valu e of the r eason prop erty. | |
| 133 | * | |
| 134 | * @re turn | |
| 135 | * possible object is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public String ge tReason() { | |
| 140 | re turn reaso n; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Set s the valu e of the r eason prop erty. | |
| 145 | * | |
| 146 | * @pa ram value | |
| 147 | * allowed o bject is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public void setR eason(Stri ng value) { | |
| 152 | th is.reason = value; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Get s the valu e of the r emarks pro perty. | |
| 157 | * | |
| 158 | * @re turn | |
| 159 | * possible object is | |
| 160 | * {@link St ring } | |
| 161 | * | |
| 162 | */ | |
| 163 | public String ge tRemarks() { | |
| 164 | re turn remar ks; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Set s the valu e of the r emarks pro perty. | |
| 169 | * | |
| 170 | * @pa ram value | |
| 171 | * allowed o bject is | |
| 172 | * {@link St ring } | |
| 173 | * | |
| 174 | */ | |
| 175 | public void setR emarks(Str ing value) { | |
| 176 | th is.remarks = value; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Get s the valu e of the c linic prop erty. | |
| 181 | * | |
| 182 | * @re turn | |
| 183 | * possible object is | |
| 184 | * {@link Ho spitalLoca tionTO } | |
| 185 | * | |
| 186 | */ | |
| 187 | public HospitalL ocationTO getClinic( ) { | |
| 188 | re turn clini c; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Set s the valu e of the c linic prop erty. | |
| 193 | * | |
| 194 | * @pa ram value | |
| 195 | * allowed o bject is | |
| 196 | * {@link Ho spitalLoca tionTO } | |
| 197 | * | |
| 198 | */ | |
| 199 | public void setC linic(Hosp italLocati onTO value ) { | |
| 200 | th is.clinic = value; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Get s the valu e of the f acility pr operty. | |
| 205 | * | |
| 206 | * @re turn | |
| 207 | * possible object is | |
| 208 | * {@link Ta ggedText } | |
| 209 | * | |
| 210 | */ | |
| 211 | public TaggedTex t getFacil ity() { | |
| 212 | re turn facil ity; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Set s the valu e of the f acility pr operty. | |
| 217 | * | |
| 218 | * @pa ram value | |
| 219 | * allowed o bject is | |
| 220 | * {@link Ta ggedText } | |
| 221 | * | |
| 222 | */ | |
| 223 | public void setF acility(Ta ggedText v alue) { | |
| 224 | th is.facilit y = value; | |
| 225 | } | |
| 226 | ||
| 227 | /** | |
| 228 | * Get s the valu e of the m essage pro perty. | |
| 229 | * | |
| 230 | * @re turn | |
| 231 | * possible object is | |
| 232 | * {@link St ring } | |
| 233 | * | |
| 234 | */ | |
| 235 | public String ge tMessage() { | |
| 236 | re turn messa ge; | |
| 237 | } | |
| 238 | ||
| 239 | /** | |
| 240 | * Set s the valu e of the m essage pro perty. | |
| 241 | * | |
| 242 | * @pa ram value | |
| 243 | * allowed o bject is | |
| 244 | * {@link St ring } | |
| 245 | * | |
| 246 | */ | |
| 247 | public void setM essage(Str ing value) { | |
| 248 | th is.message = value; | |
| 249 | } | |
| 250 | ||
| 251 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.