Produced by Araxis Merge on 5/10/2018 8:39:53 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 | UserMenuOptionTO.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 | UserMenuOptionTO.java | Thu May 3 12:56:08 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 268 |
Changed | 1 | 2 |
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 UserMenuO ptionTO co mplex 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="UserM enuOptionT O"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /EmrSvc}Ab stractTO"> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="p ermissionI d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
20 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
21 | * <eleme nt name="r ecordId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
22 | * <eleme nt name="i sPrimary" type="{htt p://www.w3 .org/2001/ XMLSchema} boolean"/> | |
23 | * & lt;/sequen ce> | |
24 | * < ;/extensio n> | |
25 | * </ complexCon tent> | |
26 | * </co mplexType> | |
27 | * </pre> | |
28 | * | |
29 | * | |
30 | */ | |
31 | @XmlAccess orType(Xml AccessType .FIELD) | |
32 | @XmlType(n ame = "Use rMenuOptio nTO", prop Order = { | |
33 | "permi ssionId", | |
34 | "name" , | |
35 | "recor dId", | |
36 | "isPri mary" | |
37 | }) | |
38 | public cla ss UserMen uOptionTO | |
39 | extend s Abstract TO | |
40 | { | |
41 | ||
42 | protec ted String permissio nId; | |
43 | protec ted String name; | |
44 | protec ted String recordId; | |
45 | protec ted boolea n isPrimar y; | |
46 | ||
47 | /** | |
48 | * Get s the valu e of the p ermissionI d property . | |
49 | * | |
50 | * @re turn | |
51 | * possible object is | |
52 | * {@link St ring } | |
53 | * | |
54 | */ | |
55 | public String ge tPermissio nId() { | |
56 | re turn permi ssionId; | |
57 | } | |
58 | ||
59 | /** | |
60 | * Set s the valu e of the p ermissionI d property . | |
61 | * | |
62 | * @pa ram value | |
63 | * allowed o bject is | |
64 | * {@link St ring } | |
65 | * | |
66 | */ | |
67 | public void setP ermissionI d(String v alue) { | |
68 | th is.permiss ionId = va lue; | |
69 | } | |
70 | ||
71 | /** | |
72 | * Get s the valu e of the n ame proper ty. | |
73 | * | |
74 | * @re turn | |
75 | * possible object is | |
76 | * {@link St ring } | |
77 | * | |
78 | */ | |
79 | public String ge tName() { | |
80 | re turn name; | |
81 | } | |
82 | ||
83 | /** | |
84 | * Set s the valu e of the n ame proper ty. | |
85 | * | |
86 | * @pa ram value | |
87 | * allowed o bject is | |
88 | * {@link St ring } | |
89 | * | |
90 | */ | |
91 | public void setN ame(String value) { | |
92 | th is.name = value; | |
93 | } | |
94 | ||
95 | /** | |
96 | * Get s the valu e of the r ecordId pr operty. | |
97 | * | |
98 | * @re turn | |
99 | * possible object is | |
100 | * {@link St ring } | |
101 | * | |
102 | */ | |
103 | public String ge tRecordId( ) { | |
104 | re turn recor dId; | |
105 | } | |
106 | ||
107 | /** | |
108 | * Set s the valu e of the r ecordId pr operty. | |
109 | * | |
110 | * @pa ram value | |
111 | * allowed o bject is | |
112 | * {@link St ring } | |
113 | * | |
114 | */ | |
115 | public void setR ecordId(St ring value ) { | |
116 | th is.recordI d = value; | |
117 | } | |
118 | ||
119 | /** | |
120 | * Get s the valu e of the i sPrimary p roperty. | |
121 | * | |
122 | */ | |
123 | public boolean i sIsPrimary () { | |
124 | re turn isPri mary; | |
125 | } | |
126 | ||
127 | /** | |
128 | * Set s the valu e of the i sPrimary p roperty. | |
129 | * | |
130 | */ | |
131 | public void setI sPrimary(b oolean val ue) { | |
132 | th is.isPrima ry = value ; | |
133 | } | |
134 | ||
135 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.