Produced by Araxis Merge on 5/10/2018 8:40:46 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\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice | ConsultingServiceTO.java | Thu Apr 19 17:52:30 2018 UTC |
2 | MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice | ConsultingServiceTO.java | Thu May 3 13:07:43 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 376 |
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. 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 Consultin gServiceTO 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="Consu ltingServi ceTO"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /Schedulin gSvc}Abstr actTO"> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="s erviceIen" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
20 | * <eleme nt name="s erviceName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
21 | * <eleme nt name="p arent" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
22 | * <eleme nt name="h asChildren " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" /> | |
23 | * <eleme nt name="s erviceUsag e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
24 | * <eleme nt name="o rderableIt em" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
25 | * & lt;/sequen ce> | |
26 | * < ;/extensio n> | |
27 | * </ complexCon tent> | |
28 | * </co mplexType> | |
29 | * </pre> | |
30 | * | |
31 | * | |
32 | */ | |
33 | @XmlAccess orType(Xml AccessType .FIELD) | |
34 | @XmlType(n ame = "Con sultingSer viceTO", p ropOrder = { | |
35 | "servi ceIen", | |
36 | "servi ceName", | |
37 | "paren t", | |
38 | "hasCh ildren", | |
39 | "servi ceUsage", | |
40 | "order ableItem" | |
41 | }) | |
42 | public cla ss Consult ingService TO | |
43 | extend s Abstract TO | |
44 | { | |
45 | ||
46 | protec ted String serviceIe n; | |
47 | protec ted String serviceNa me; | |
48 | protec ted String parent; | |
49 | protec ted boolea n hasChild ren; | |
50 | protec ted String serviceUs age; | |
51 | protec ted String orderable Item; | |
52 | ||
53 | /** | |
54 | * Get s the valu e of the s erviceIen property. | |
55 | * | |
56 | * @re turn | |
57 | * possible object is | |
58 | * {@link St ring } | |
59 | * | |
60 | */ | |
61 | public String ge tServiceIe n() { | |
62 | re turn servi ceIen; | |
63 | } | |
64 | ||
65 | /** | |
66 | * Set s the valu e of the s erviceIen property. | |
67 | * | |
68 | * @pa ram value | |
69 | * allowed o bject is | |
70 | * {@link St ring } | |
71 | * | |
72 | */ | |
73 | public void setS erviceIen( String val ue) { | |
74 | th is.service Ien = valu e; | |
75 | } | |
76 | ||
77 | /** | |
78 | * Get s the valu e of the s erviceName property. | |
79 | * | |
80 | * @re turn | |
81 | * possible object is | |
82 | * {@link St ring } | |
83 | * | |
84 | */ | |
85 | public String ge tServiceNa me() { | |
86 | re turn servi ceName; | |
87 | } | |
88 | ||
89 | /** | |
90 | * Set s the valu e of the s erviceName property. | |
91 | * | |
92 | * @pa ram value | |
93 | * allowed o bject is | |
94 | * {@link St ring } | |
95 | * | |
96 | */ | |
97 | public void setS erviceName (String va lue) { | |
98 | th is.service Name = val ue; | |
99 | } | |
100 | ||
101 | /** | |
102 | * Get s the valu e of the p arent prop erty. | |
103 | * | |
104 | * @re turn | |
105 | * possible object is | |
106 | * {@link St ring } | |
107 | * | |
108 | */ | |
109 | public String ge tParent() { | |
110 | re turn paren t; | |
111 | } | |
112 | ||
113 | /** | |
114 | * Set s the valu e of the p arent prop erty. | |
115 | * | |
116 | * @pa ram value | |
117 | * allowed o bject is | |
118 | * {@link St ring } | |
119 | * | |
120 | */ | |
121 | public void setP arent(Stri ng value) { | |
122 | th is.parent = value; | |
123 | } | |
124 | ||
125 | /** | |
126 | * Get s the valu e of the h asChildren property. | |
127 | * | |
128 | */ | |
129 | public boolean i sHasChildr en() { | |
130 | re turn hasCh ildren; | |
131 | } | |
132 | ||
133 | /** | |
134 | * Set s the valu e of the h asChildren property. | |
135 | * | |
136 | */ | |
137 | public void setH asChildren (boolean v alue) { | |
138 | th is.hasChil dren = val ue; | |
139 | } | |
140 | ||
141 | /** | |
142 | * Get s the valu e of the s erviceUsag e property . | |
143 | * | |
144 | * @re turn | |
145 | * possible object is | |
146 | * {@link St ring } | |
147 | * | |
148 | */ | |
149 | public String ge tServiceUs age() { | |
150 | re turn servi ceUsage; | |
151 | } | |
152 | ||
153 | /** | |
154 | * Set s the valu e of the s erviceUsag e property . | |
155 | * | |
156 | * @pa ram value | |
157 | * allowed o bject is | |
158 | * {@link St ring } | |
159 | * | |
160 | */ | |
161 | public void setS erviceUsag e(String v alue) { | |
162 | th is.service Usage = va lue; | |
163 | } | |
164 | ||
165 | /** | |
166 | * Get s the valu e of the o rderableIt em propert y. | |
167 | * | |
168 | * @re turn | |
169 | * possible object is | |
170 | * {@link St ring } | |
171 | * | |
172 | */ | |
173 | public String ge tOrderable Item() { | |
174 | re turn order ableItem; | |
175 | } | |
176 | ||
177 | /** | |
178 | * Set s the valu e of the o rderableIt em propert y. | |
179 | * | |
180 | * @pa ram value | |
181 | * allowed o bject is | |
182 | * {@link St ring } | |
183 | * | |
184 | */ | |
185 | public void setO rderableIt em(String value) { | |
186 | th is.orderab leItem = v alue; | |
187 | } | |
188 | ||
189 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.