1
2 package org.miloss.fgsms.services.interfaces.automatedreportingservice;
3
4 import javax.xml.bind.JAXBElement;
5 import javax.xml.bind.annotation.XmlElementDecl;
6 import javax.xml.bind.annotation.XmlRegistry;
7 import javax.xml.namespace.QName;
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 @XmlRegistry
25 public class ObjectFactory {
26
27 private final static QName _ExportDataRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:automatedReportingService", "ExportDataRequestMsg");
28 private final static QName _TimeRangeDiff_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:automatedReportingService", "TimeRangeDiff");
29 private final static QName _ExportCSVDataRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:automatedReportingService", "ExportCSVDataRequestMsg");
30
31
32
33
34
35 public ObjectFactory() {
36 }
37
38
39
40
41
42 public DeleteScheduledReportResponse createDeleteScheduledReportResponse() {
43 return new DeleteScheduledReportResponse();
44 }
45
46
47
48
49
50 public DeleteScheduledReportResponseMsg createDeleteScheduledReportResponseMsg() {
51 return new DeleteScheduledReportResponseMsg();
52 }
53
54
55
56
57
58 public ExportDataRequestMsg createExportDataRequestMsg() {
59 return new ExportDataRequestMsg();
60 }
61
62
63
64
65
66 public TimeRangeDiff createTimeRangeDiff() {
67 return new TimeRangeDiff();
68 }
69
70
71
72
73
74 public AddOrUpdateScheduledReportResponse createAddOrUpdateScheduledReportResponse() {
75 return new AddOrUpdateScheduledReportResponse();
76 }
77
78
79
80
81
82 public AddOrUpdateScheduledReportResponseMsg createAddOrUpdateScheduledReportResponseMsg() {
83 return new AddOrUpdateScheduledReportResponseMsg();
84 }
85
86
87
88
89
90 public DeleteReport createDeleteReport() {
91 return new DeleteReport();
92 }
93
94
95
96
97
98 public DeleteReportRequestMsg createDeleteReportRequestMsg() {
99 return new DeleteReportRequestMsg();
100 }
101
102
103
104
105
106 public GetMyScheduledReportsResponse createGetMyScheduledReportsResponse() {
107 return new GetMyScheduledReportsResponse();
108 }
109
110
111
112
113
114 public GetMyScheduledReportsResponseMsg createGetMyScheduledReportsResponseMsg() {
115 return new GetMyScheduledReportsResponseMsg();
116 }
117
118
119
120
121
122 public GetReportResponse createGetReportResponse() {
123 return new GetReportResponse();
124 }
125
126
127
128
129
130 public GetReportResponseMsg createGetReportResponseMsg() {
131 return new GetReportResponseMsg();
132 }
133
134
135
136
137
138 public GetMyScheduledReports createGetMyScheduledReports() {
139 return new GetMyScheduledReports();
140 }
141
142
143
144
145
146 public GetMyScheduledReportsRequestMsg createGetMyScheduledReportsRequestMsg() {
147 return new GetMyScheduledReportsRequestMsg();
148 }
149
150
151
152
153
154 public DeleteScheduledReport createDeleteScheduledReport() {
155 return new DeleteScheduledReport();
156 }
157
158
159
160
161
162 public DeleteScheduledReportRequestMsg createDeleteScheduledReportRequestMsg() {
163 return new DeleteScheduledReportRequestMsg();
164 }
165
166
167
168
169
170 public DeleteReportResponse createDeleteReportResponse() {
171 return new DeleteReportResponse();
172 }
173
174
175
176
177
178 public DeleteReportResponseMsg createDeleteReportResponseMsg() {
179 return new DeleteReportResponseMsg();
180 }
181
182
183
184
185
186 public ExportCSVDataRequestMsg createExportCSVDataRequestMsg() {
187 return new ExportCSVDataRequestMsg();
188 }
189
190
191
192
193
194 public AddOrUpdateScheduledReport createAddOrUpdateScheduledReport() {
195 return new AddOrUpdateScheduledReport();
196 }
197
198
199
200
201
202 public AddOrUpdateScheduledReportRequestMsg createAddOrUpdateScheduledReportRequestMsg() {
203 return new AddOrUpdateScheduledReportRequestMsg();
204 }
205
206
207
208
209
210 public GetReport createGetReport() {
211 return new GetReport();
212 }
213
214
215
216
217
218 public GetReportRequestMsg createGetReportRequestMsg() {
219 return new GetReportRequestMsg();
220 }
221
222
223
224
225
226 public ImmediateSchedule createImmediateSchedule() {
227 return new ImmediateSchedule();
228 }
229
230
231
232
233
234 public ScheduleDefinition createScheduleDefinition() {
235 return new ScheduleDefinition();
236 }
237
238
239
240
241
242 public MonthlySchedule createMonthlySchedule() {
243 return new MonthlySchedule();
244 }
245
246
247
248
249
250 public ExistingReportDefitions createExistingReportDefitions() {
251 return new ExistingReportDefitions();
252 }
253
254
255
256
257
258 public DailySchedule createDailySchedule() {
259 return new DailySchedule();
260 }
261
262
263
264
265
266 public OneTimeSchedule createOneTimeSchedule() {
267 return new OneTimeSchedule();
268 }
269
270
271
272
273
274 public WeeklySchedule createWeeklySchedule() {
275 return new WeeklySchedule();
276 }
277
278
279
280
281
282 public CompletedJobs createCompletedJobs() {
283 return new CompletedJobs();
284 }
285
286
287
288
289
290 public ReportDefinition createReportDefinition() {
291 return new ReportDefinition();
292 }
293
294
295
296
297
298 @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:automatedReportingService", name = "ExportDataRequestMsg")
299 public JAXBElement<ExportDataRequestMsg> createExportDataRequestMsg(ExportDataRequestMsg value) {
300 return new JAXBElement<ExportDataRequestMsg>(_ExportDataRequestMsg_QNAME, ExportDataRequestMsg.class, null, value);
301 }
302
303
304
305
306
307 @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:automatedReportingService", name = "TimeRangeDiff")
308 public JAXBElement<TimeRangeDiff> createTimeRangeDiff(TimeRangeDiff value) {
309 return new JAXBElement<TimeRangeDiff>(_TimeRangeDiff_QNAME, TimeRangeDiff.class, null, value);
310 }
311
312
313
314
315
316 @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:automatedReportingService", name = "ExportCSVDataRequestMsg")
317 public JAXBElement<ExportCSVDataRequestMsg> createExportCSVDataRequestMsg(ExportCSVDataRequestMsg value) {
318 return new JAXBElement<ExportCSVDataRequestMsg>(_ExportCSVDataRequestMsg_QNAME, ExportCSVDataRequestMsg.class, null, value);
319 }
320
321 }