Produced by Araxis Merge on 5/10/2018 8:39:54 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 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice | DataSourceTO.java | Sat Apr 7 11:28:50 2018 UTC |
2 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice | DataSourceTO.java | Thu May 3 12:56:26 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 720 |
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 co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.que ryservice; | |
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 DataSourc eTO comple x 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="DataS ourceTO"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /QuerySvc} AbstractTO "> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="p rotocol" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
20 | * <eleme nt name="m odality" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
21 | * <eleme nt name="t imeout" ty pe="{http: //www.w3.o rg/2001/XM LSchema}in t"/> | |
22 | * <eleme nt name="p ort" type= "{http://w ww.w3.org/ 2001/XMLSc hema}int"/ > | |
23 | * <eleme nt name="p rovider" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
24 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
25 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
26 | * <eleme nt name="c ontext" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
27 | * <eleme nt name="t estSource" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"/ > | |
28 | * <eleme nt name="v endor" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
29 | * <eleme nt name="v ersion" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
30 | * <elemen t name="si teId" type ="{http:// DNS /QuerySvc} TaggedText " minOccur s="0"/> | |
31 | * <eleme nt name="w elcomeMess age" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
32 | * & lt;/sequen ce> | |
33 | * < ;/extensio n> | |
34 | * </ complexCon tent> | |
35 | * </co mplexType> | |
36 | * </pre> | |
37 | * | |
38 | * | |
39 | */ | |
40 | @XmlAccess orType(Xml AccessType .FIELD) | |
41 | @XmlType(n ame = "Dat aSourceTO" , propOrde r = { | |
42 | "proto col", | |
43 | "modal ity", | |
44 | "timeo ut", | |
45 | "port" , | |
46 | "provi der", | |
47 | "statu s", | |
48 | "descr iption", | |
49 | "conte xt", | |
50 | "testS ource", | |
51 | "vendo r", | |
52 | "versi on", | |
53 | "siteI d", | |
54 | "welco meMessage" | |
55 | }) | |
56 | public cla ss DataSou rceTO | |
57 | extend s Abstract TO | |
58 | { | |
59 | ||
60 | protec ted String protocol; | |
61 | protec ted String modality; | |
62 | protec ted int ti meout; | |
63 | protec ted int po rt; | |
64 | protec ted String provider; | |
65 | protec ted String status; | |
66 | protec ted String descripti on; | |
67 | protec ted String context; | |
68 | protec ted boolea n testSour ce; | |
69 | protec ted String vendor; | |
70 | protec ted String version; | |
71 | protec ted Tagged Text siteI d; | |
72 | protec ted String welcomeMe ssage; | |
73 | ||
74 | /** | |
75 | * Get s the valu e of the p rotocol pr operty. | |
76 | * | |
77 | * @re turn | |
78 | * possible object is | |
79 | * {@link St ring } | |
80 | * | |
81 | */ | |
82 | public String ge tProtocol( ) { | |
83 | re turn proto col; | |
84 | } | |
85 | ||
86 | /** | |
87 | * Set s the valu e of the p rotocol pr operty. | |
88 | * | |
89 | * @pa ram value | |
90 | * allowed o bject is | |
91 | * {@link St ring } | |
92 | * | |
93 | */ | |
94 | public void setP rotocol(St ring value ) { | |
95 | th is.protoco l = value; | |
96 | } | |
97 | ||
98 | /** | |
99 | * Get s the valu e of the m odality pr operty. | |
100 | * | |
101 | * @re turn | |
102 | * possible object is | |
103 | * {@link St ring } | |
104 | * | |
105 | */ | |
106 | public String ge tModality( ) { | |
107 | re turn modal ity; | |
108 | } | |
109 | ||
110 | /** | |
111 | * Set s the valu e of the m odality pr operty. | |
112 | * | |
113 | * @pa ram value | |
114 | * allowed o bject is | |
115 | * {@link St ring } | |
116 | * | |
117 | */ | |
118 | public void setM odality(St ring value ) { | |
119 | th is.modalit y = value; | |
120 | } | |
121 | ||
122 | /** | |
123 | * Get s the valu e of the t imeout pro perty. | |
124 | * | |
125 | */ | |
126 | public int getTi meout() { | |
127 | re turn timeo ut; | |
128 | } | |
129 | ||
130 | /** | |
131 | * Set s the valu e of the t imeout pro perty. | |
132 | * | |
133 | */ | |
134 | public void setT imeout(int value) { | |
135 | th is.timeout = value; | |
136 | } | |
137 | ||
138 | /** | |
139 | * Get s the valu e of the p ort proper ty. | |
140 | * | |
141 | */ | |
142 | public int getPo rt() { | |
143 | re turn port; | |
144 | } | |
145 | ||
146 | /** | |
147 | * Set s the valu e of the p ort proper ty. | |
148 | * | |
149 | */ | |
150 | public void setP ort(int va lue) { | |
151 | th is.port = value; | |
152 | } | |
153 | ||
154 | /** | |
155 | * Get s the valu e of the p rovider pr operty. | |
156 | * | |
157 | * @re turn | |
158 | * possible object is | |
159 | * {@link St ring } | |
160 | * | |
161 | */ | |
162 | public String ge tProvider( ) { | |
163 | re turn provi der; | |
164 | } | |
165 | ||
166 | /** | |
167 | * Set s the valu e of the p rovider pr operty. | |
168 | * | |
169 | * @pa ram value | |
170 | * allowed o bject is | |
171 | * {@link St ring } | |
172 | * | |
173 | */ | |
174 | public void setP rovider(St ring value ) { | |
175 | th is.provide r = value; | |
176 | } | |
177 | ||
178 | /** | |
179 | * Get s the valu e of the s tatus prop erty. | |
180 | * | |
181 | * @re turn | |
182 | * possible object is | |
183 | * {@link St ring } | |
184 | * | |
185 | */ | |
186 | public String ge tStatus() { | |
187 | re turn statu s; | |
188 | } | |
189 | ||
190 | /** | |
191 | * Set s the valu e of the s tatus prop erty. | |
192 | * | |
193 | * @pa ram value | |
194 | * allowed o bject is | |
195 | * {@link St ring } | |
196 | * | |
197 | */ | |
198 | public void setS tatus(Stri ng value) { | |
199 | th is.status = value; | |
200 | } | |
201 | ||
202 | /** | |
203 | * Get s the valu e of the d escription property. | |
204 | * | |
205 | * @re turn | |
206 | * possible object is | |
207 | * {@link St ring } | |
208 | * | |
209 | */ | |
210 | public String ge tDescripti on() { | |
211 | re turn descr iption; | |
212 | } | |
213 | ||
214 | /** | |
215 | * Set s the valu e of the d escription property. | |
216 | * | |
217 | * @pa ram value | |
218 | * allowed o bject is | |
219 | * {@link St ring } | |
220 | * | |
221 | */ | |
222 | public void setD escription (String va lue) { | |
223 | th is.descrip tion = val ue; | |
224 | } | |
225 | ||
226 | /** | |
227 | * Get s the valu e of the c ontext pro perty. | |
228 | * | |
229 | * @re turn | |
230 | * possible object is | |
231 | * {@link St ring } | |
232 | * | |
233 | */ | |
234 | public String ge tContext() { | |
235 | re turn conte xt; | |
236 | } | |
237 | ||
238 | /** | |
239 | * Set s the valu e of the c ontext pro perty. | |
240 | * | |
241 | * @pa ram value | |
242 | * allowed o bject is | |
243 | * {@link St ring } | |
244 | * | |
245 | */ | |
246 | public void setC ontext(Str ing value) { | |
247 | th is.context = value; | |
248 | } | |
249 | ||
250 | /** | |
251 | * Get s the valu e of the t estSource property. | |
252 | * | |
253 | */ | |
254 | public boolean i sTestSourc e() { | |
255 | re turn testS ource; | |
256 | } | |
257 | ||
258 | /** | |
259 | * Set s the valu e of the t estSource property. | |
260 | * | |
261 | */ | |
262 | public void setT estSource( boolean va lue) { | |
263 | th is.testSou rce = valu e; | |
264 | } | |
265 | ||
266 | /** | |
267 | * Get s the valu e of the v endor prop erty. | |
268 | * | |
269 | * @re turn | |
270 | * possible object is | |
271 | * {@link St ring } | |
272 | * | |
273 | */ | |
274 | public String ge tVendor() { | |
275 | re turn vendo r; | |
276 | } | |
277 | ||
278 | /** | |
279 | * Set s the valu e of the v endor prop erty. | |
280 | * | |
281 | * @pa ram value | |
282 | * allowed o bject is | |
283 | * {@link St ring } | |
284 | * | |
285 | */ | |
286 | public void setV endor(Stri ng value) { | |
287 | th is.vendor = value; | |
288 | } | |
289 | ||
290 | /** | |
291 | * Get s the valu e of the v ersion pro perty. | |
292 | * | |
293 | * @re turn | |
294 | * possible object is | |
295 | * {@link St ring } | |
296 | * | |
297 | */ | |
298 | public String ge tVersion() { | |
299 | re turn versi on; | |
300 | } | |
301 | ||
302 | /** | |
303 | * Set s the valu e of the v ersion pro perty. | |
304 | * | |
305 | * @pa ram value | |
306 | * allowed o bject is | |
307 | * {@link St ring } | |
308 | * | |
309 | */ | |
310 | public void setV ersion(Str ing value) { | |
311 | th is.version = value; | |
312 | } | |
313 | ||
314 | /** | |
315 | * Get s the valu e of the s iteId prop erty. | |
316 | * | |
317 | * @re turn | |
318 | * possible object is | |
319 | * {@link Ta ggedText } | |
320 | * | |
321 | */ | |
322 | public TaggedTex t getSiteI d() { | |
323 | re turn siteI d; | |
324 | } | |
325 | ||
326 | /** | |
327 | * Set s the valu e of the s iteId prop erty. | |
328 | * | |
329 | * @pa ram value | |
330 | * allowed o bject is | |
331 | * {@link Ta ggedText } | |
332 | * | |
333 | */ | |
334 | public void setS iteId(Tagg edText val ue) { | |
335 | th is.siteId = value; | |
336 | } | |
337 | ||
338 | /** | |
339 | * Get s the valu e of the w elcomeMess age proper ty. | |
340 | * | |
341 | * @re turn | |
342 | * possible object is | |
343 | * {@link St ring } | |
344 | * | |
345 | */ | |
346 | public String ge tWelcomeMe ssage() { | |
347 | re turn welco meMessage; | |
348 | } | |
349 | ||
350 | /** | |
351 | * Set s the valu e of the w elcomeMess age proper ty. | |
352 | * | |
353 | * @pa ram value | |
354 | * allowed o bject is | |
355 | * {@link St ring } | |
356 | * | |
357 | */ | |
358 | public void setW elcomeMess age(String value) { | |
359 | th is.welcome Message = value; | |
360 | } | |
361 | ||
362 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.