1
2 package fr.paris.lutece.plugins.eudonetbp.event14;
3
4 import javax.xml.bind.annotation.XmlRegistry;
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 @XmlRegistry
22 public class ObjectFactory {
23
24
25
26
27
28
29 public ObjectFactory() {
30 }
31
32
33
34
35
36 public Delete createDelete() {
37 return new Delete();
38 }
39
40
41
42
43
44 public SearchByMainField createSearchByMainField() {
45 return new SearchByMainField();
46 }
47
48
49
50
51
52 public GetMRU createGetMRU() {
53 return new GetMRU();
54 }
55
56
57
58
59
60 public DeleteResponse createDeleteResponse() {
61 return new DeleteResponse();
62 }
63
64
65
66
67
68 public EVENT14Data createEVENT14Data() {
69 return new EVENT14Data();
70 }
71
72
73
74
75
76 public GetMRUResponse createGetMRUResponse() {
77 return new GetMRUResponse();
78 }
79
80
81
82
83
84 public SearchByCustomField createSearchByCustomField() {
85 return new SearchByCustomField();
86 }
87
88
89
90
91
92 public SearchByMainFieldResponse createSearchByMainFieldResponse() {
93 return new SearchByMainFieldResponse();
94 }
95
96
97
98
99
100 public FieldFilter createFieldFilter() {
101 return new FieldFilter();
102 }
103
104
105
106
107
108 public SearchByFilterName createSearchByFilterName() {
109 return new SearchByFilterName();
110 }
111
112
113
114
115
116 public Add createAdd() {
117 return new Add();
118 }
119
120
121
122
123
124 public EudoField createEudoField() {
125 return new EudoField();
126 }
127
128
129
130
131
132 public SearchByFilterId createSearchByFilterId() {
133 return new SearchByFilterId();
134 }
135
136
137
138
139
140 public SearchByCustomFieldsResponse createSearchByCustomFieldsResponse() {
141 return new SearchByCustomFieldsResponse();
142 }
143
144
145
146
147
148 public SearchByFilterIdResponse createSearchByFilterIdResponse() {
149 return new SearchByFilterIdResponse();
150 }
151
152
153
154
155
156 public UpdateResponse createUpdateResponse() {
157 return new UpdateResponse();
158 }
159
160
161
162
163
164 public SearchByIdResponse createSearchByIdResponse() {
165 return new SearchByIdResponse();
166 }
167
168
169
170
171
172 public SearchByCustomFields createSearchByCustomFields() {
173 return new SearchByCustomFields();
174 }
175
176
177
178
179
180 public SearchById createSearchById() {
181 return new SearchById();
182 }
183
184
185
186
187
188 public ArrayOfEudoField createArrayOfEudoField() {
189 return new ArrayOfEudoField();
190 }
191
192
193
194
195
196 public Update createUpdate() {
197 return new Update();
198 }
199
200
201
202
203
204 public ResultEVENT14 createResultEVENT14() {
205 return new ResultEVENT14();
206 }
207
208
209
210
211
212 public SearchByCustomFieldResponse createSearchByCustomFieldResponse() {
213 return new SearchByCustomFieldResponse();
214 }
215
216
217
218
219
220 public ArrayOfAnyType createArrayOfAnyType() {
221 return new ArrayOfAnyType();
222 }
223
224
225
226
227
228 public AddResponse createAddResponse() {
229 return new AddResponse();
230 }
231
232
233
234
235
236 public ArrayOfFieldFilter createArrayOfFieldFilter() {
237 return new ArrayOfFieldFilter();
238 }
239
240
241
242
243
244 public SearchByFilterNameResponse createSearchByFilterNameResponse() {
245 return new SearchByFilterNameResponse();
246 }
247
248 }