Produced by Araxis Merge on 5/10/2018 8:39:51 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\emrservice | PersonsTO.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\emrservice | PersonsTO.java | Thu May 3 12:55:28 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 172 |
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. scheduling manager.md ws.generat edwsdl.emr service; | |
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 PersonsTO 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="Perso nsTO"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /EmrSvc}Ab stractTO"> | |
18 | * & lt;sequenc e> | |
19 | * <elemen t name="us er" type=" {http:// DNS /EmrSvc}Us erTO" minO ccurs="0"/ > | |
20 | * <elemen t name="pa tient" typ e="{http:/ / DNS /EmrSvc}Pa tientTO" m inOccurs=" 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 = "Per sonsTO", p ropOrder = { | |
31 | "user" , | |
32 | "patie nt" | |
33 | }) | |
34 | public cla ss Persons TO | |
35 | extend s Abstract TO | |
36 | { | |
37 | ||
38 | protec ted UserTO user; | |
39 | protec ted Patien tTO patien t; | |
40 | ||
41 | /** | |
42 | * Get s the valu e of the u ser proper ty. | |
43 | * | |
44 | * @re turn | |
45 | * possible object is | |
46 | * {@link Us erTO } | |
47 | * | |
48 | */ | |
49 | public UserTO ge tUser() { | |
50 | re turn user; | |
51 | } | |
52 | ||
53 | /** | |
54 | * Set s the valu e of the u ser proper ty. | |
55 | * | |
56 | * @pa ram value | |
57 | * allowed o bject is | |
58 | * {@link Us erTO } | |
59 | * | |
60 | */ | |
61 | public void setU ser(UserTO value) { | |
62 | th is.user = value; | |
63 | } | |
64 | ||
65 | /** | |
66 | * Get s the valu e of the p atient pro perty. | |
67 | * | |
68 | * @re turn | |
69 | * possible object is | |
70 | * {@link Pa tientTO } | |
71 | * | |
72 | */ | |
73 | public PatientTO getPatien t() { | |
74 | re turn patie nt; | |
75 | } | |
76 | ||
77 | /** | |
78 | * Set s the valu e of the p atient pro perty. | |
79 | * | |
80 | * @pa ram value | |
81 | * allowed o bject is | |
82 | * {@link Pa tientTO } | |
83 | * | |
84 | */ | |
85 | public void setP atient(Pat ientTO val ue) { | |
86 | th is.patient = value; | |
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.