Produced by Araxis Merge on 5/10/2018 8:39:55 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 | XRefTO.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 | XRefTO.java | Thu May 3 12:56:54 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 336 |
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 XRefTO 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="XRefT O"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /QuerySvc} AbstractTO "> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="d d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
20 | * <eleme nt name="f ieldName" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
21 | * <eleme nt name="f ieldNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
22 | * <elemen t name="fi le" type=" {http:// DNS /QuerySvc} VistaFileT O" minOccu rs="0"/> | |
23 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
24 | * & lt;/sequen ce> | |
25 | * < ;/extensio n> | |
26 | * </ complexCon tent> | |
27 | * </co mplexType> | |
28 | * </pre> | |
29 | * | |
30 | * | |
31 | */ | |
32 | @XmlAccess orType(Xml AccessType .FIELD) | |
33 | @XmlType(n ame = "XRe fTO", prop Order = { | |
34 | "dd", | |
35 | "field Name", | |
36 | "field Number", | |
37 | "file" , | |
38 | "name" | |
39 | }) | |
40 | public cla ss XRefTO | |
41 | extend s Abstract TO | |
42 | { | |
43 | ||
44 | protec ted String dd; | |
45 | protec ted String fieldName ; | |
46 | protec ted String fieldNumb er; | |
47 | protec ted VistaF ileTO file ; | |
48 | protec ted String name; | |
49 | ||
50 | /** | |
51 | * Get s the valu e of the d d property . | |
52 | * | |
53 | * @re turn | |
54 | * possible object is | |
55 | * {@link St ring } | |
56 | * | |
57 | */ | |
58 | public String ge tDd() { | |
59 | re turn dd; | |
60 | } | |
61 | ||
62 | /** | |
63 | * Set s the valu e of the d d property . | |
64 | * | |
65 | * @pa ram value | |
66 | * allowed o bject is | |
67 | * {@link St ring } | |
68 | * | |
69 | */ | |
70 | public void setD d(String v alue) { | |
71 | th is.dd = va lue; | |
72 | } | |
73 | ||
74 | /** | |
75 | * Get s the valu e of the f ieldName p roperty. | |
76 | * | |
77 | * @re turn | |
78 | * possible object is | |
79 | * {@link St ring } | |
80 | * | |
81 | */ | |
82 | public String ge tFieldName () { | |
83 | re turn field Name; | |
84 | } | |
85 | ||
86 | /** | |
87 | * Set s the valu e of the f ieldName p roperty. | |
88 | * | |
89 | * @pa ram value | |
90 | * allowed o bject is | |
91 | * {@link St ring } | |
92 | * | |
93 | */ | |
94 | public void setF ieldName(S tring valu e) { | |
95 | th is.fieldNa me = value ; | |
96 | } | |
97 | ||
98 | /** | |
99 | * Get s the valu e of the f ieldNumber property. | |
100 | * | |
101 | * @re turn | |
102 | * possible object is | |
103 | * {@link St ring } | |
104 | * | |
105 | */ | |
106 | public String ge tFieldNumb er() { | |
107 | re turn field Number; | |
108 | } | |
109 | ||
110 | /** | |
111 | * Set s the valu e of the f ieldNumber property. | |
112 | * | |
113 | * @pa ram value | |
114 | * allowed o bject is | |
115 | * {@link St ring } | |
116 | * | |
117 | */ | |
118 | public void setF ieldNumber (String va lue) { | |
119 | th is.fieldNu mber = val ue; | |
120 | } | |
121 | ||
122 | /** | |
123 | * Get s the valu e of the f ile proper ty. | |
124 | * | |
125 | * @re turn | |
126 | * possible object is | |
127 | * {@link Vi staFileTO } | |
128 | * | |
129 | */ | |
130 | public VistaFile TO getFile () { | |
131 | re turn file; | |
132 | } | |
133 | ||
134 | /** | |
135 | * Set s the valu e of the f ile proper ty. | |
136 | * | |
137 | * @pa ram value | |
138 | * allowed o bject is | |
139 | * {@link Vi staFileTO } | |
140 | * | |
141 | */ | |
142 | public void setF ile(VistaF ileTO valu e) { | |
143 | th is.file = value; | |
144 | } | |
145 | ||
146 | /** | |
147 | * Get s the valu e of the n ame proper ty. | |
148 | * | |
149 | * @re turn | |
150 | * possible object is | |
151 | * {@link St ring } | |
152 | * | |
153 | */ | |
154 | public String ge tName() { | |
155 | re turn name; | |
156 | } | |
157 | ||
158 | /** | |
159 | * Set s the valu e of the n ame proper ty. | |
160 | * | |
161 | * @pa ram value | |
162 | * allowed o bject is | |
163 | * {@link St ring } | |
164 | * | |
165 | */ | |
166 | public void setN ame(String value) { | |
167 | th is.name = value; | |
168 | } | |
169 | ||
170 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.