View Javadoc
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   * This object contains factory methods for each 
12   * Java content interface and Java element interface 
13   * generated in the org.miloss.fgsms.services.interfaces.automatedreportingservice package. 
14   * <p>An ObjectFactory allows you to programatically 
15   * construct new instances of the Java representation 
16   * for XML content. The Java representation of XML 
17   * content can consist of schema derived interfaces 
18   * and classes representing the binding of schema 
19   * type definitions, element declarations and model 
20   * groups.  Factory methods for each of these are 
21   * provided in this class.
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       * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.miloss.fgsms.services.interfaces.automatedreportingservice
33       * 
34       */
35      public ObjectFactory() {
36      }
37  
38      /**
39       * Create an instance of {@link DeleteScheduledReportResponse }
40       * 
41       */
42      public DeleteScheduledReportResponse createDeleteScheduledReportResponse() {
43          return new DeleteScheduledReportResponse();
44      }
45  
46      /**
47       * Create an instance of {@link DeleteScheduledReportResponseMsg }
48       * 
49       */
50      public DeleteScheduledReportResponseMsg createDeleteScheduledReportResponseMsg() {
51          return new DeleteScheduledReportResponseMsg();
52      }
53  
54      /**
55       * Create an instance of {@link ExportDataRequestMsg }
56       * 
57       */
58      public ExportDataRequestMsg createExportDataRequestMsg() {
59          return new ExportDataRequestMsg();
60      }
61  
62      /**
63       * Create an instance of {@link TimeRangeDiff }
64       * 
65       */
66      public TimeRangeDiff createTimeRangeDiff() {
67          return new TimeRangeDiff();
68      }
69  
70      /**
71       * Create an instance of {@link AddOrUpdateScheduledReportResponse }
72       * 
73       */
74      public AddOrUpdateScheduledReportResponse createAddOrUpdateScheduledReportResponse() {
75          return new AddOrUpdateScheduledReportResponse();
76      }
77  
78      /**
79       * Create an instance of {@link AddOrUpdateScheduledReportResponseMsg }
80       * 
81       */
82      public AddOrUpdateScheduledReportResponseMsg createAddOrUpdateScheduledReportResponseMsg() {
83          return new AddOrUpdateScheduledReportResponseMsg();
84      }
85  
86      /**
87       * Create an instance of {@link DeleteReport }
88       * 
89       */
90      public DeleteReport createDeleteReport() {
91          return new DeleteReport();
92      }
93  
94      /**
95       * Create an instance of {@link DeleteReportRequestMsg }
96       * 
97       */
98      public DeleteReportRequestMsg createDeleteReportRequestMsg() {
99          return new DeleteReportRequestMsg();
100     }
101 
102     /**
103      * Create an instance of {@link GetMyScheduledReportsResponse }
104      * 
105      */
106     public GetMyScheduledReportsResponse createGetMyScheduledReportsResponse() {
107         return new GetMyScheduledReportsResponse();
108     }
109 
110     /**
111      * Create an instance of {@link GetMyScheduledReportsResponseMsg }
112      * 
113      */
114     public GetMyScheduledReportsResponseMsg createGetMyScheduledReportsResponseMsg() {
115         return new GetMyScheduledReportsResponseMsg();
116     }
117 
118     /**
119      * Create an instance of {@link GetReportResponse }
120      * 
121      */
122     public GetReportResponse createGetReportResponse() {
123         return new GetReportResponse();
124     }
125 
126     /**
127      * Create an instance of {@link GetReportResponseMsg }
128      * 
129      */
130     public GetReportResponseMsg createGetReportResponseMsg() {
131         return new GetReportResponseMsg();
132     }
133 
134     /**
135      * Create an instance of {@link GetMyScheduledReports }
136      * 
137      */
138     public GetMyScheduledReports createGetMyScheduledReports() {
139         return new GetMyScheduledReports();
140     }
141 
142     /**
143      * Create an instance of {@link GetMyScheduledReportsRequestMsg }
144      * 
145      */
146     public GetMyScheduledReportsRequestMsg createGetMyScheduledReportsRequestMsg() {
147         return new GetMyScheduledReportsRequestMsg();
148     }
149 
150     /**
151      * Create an instance of {@link DeleteScheduledReport }
152      * 
153      */
154     public DeleteScheduledReport createDeleteScheduledReport() {
155         return new DeleteScheduledReport();
156     }
157 
158     /**
159      * Create an instance of {@link DeleteScheduledReportRequestMsg }
160      * 
161      */
162     public DeleteScheduledReportRequestMsg createDeleteScheduledReportRequestMsg() {
163         return new DeleteScheduledReportRequestMsg();
164     }
165 
166     /**
167      * Create an instance of {@link DeleteReportResponse }
168      * 
169      */
170     public DeleteReportResponse createDeleteReportResponse() {
171         return new DeleteReportResponse();
172     }
173 
174     /**
175      * Create an instance of {@link DeleteReportResponseMsg }
176      * 
177      */
178     public DeleteReportResponseMsg createDeleteReportResponseMsg() {
179         return new DeleteReportResponseMsg();
180     }
181 
182     /**
183      * Create an instance of {@link ExportCSVDataRequestMsg }
184      * 
185      */
186     public ExportCSVDataRequestMsg createExportCSVDataRequestMsg() {
187         return new ExportCSVDataRequestMsg();
188     }
189 
190     /**
191      * Create an instance of {@link AddOrUpdateScheduledReport }
192      * 
193      */
194     public AddOrUpdateScheduledReport createAddOrUpdateScheduledReport() {
195         return new AddOrUpdateScheduledReport();
196     }
197 
198     /**
199      * Create an instance of {@link AddOrUpdateScheduledReportRequestMsg }
200      * 
201      */
202     public AddOrUpdateScheduledReportRequestMsg createAddOrUpdateScheduledReportRequestMsg() {
203         return new AddOrUpdateScheduledReportRequestMsg();
204     }
205 
206     /**
207      * Create an instance of {@link GetReport }
208      * 
209      */
210     public GetReport createGetReport() {
211         return new GetReport();
212     }
213 
214     /**
215      * Create an instance of {@link GetReportRequestMsg }
216      * 
217      */
218     public GetReportRequestMsg createGetReportRequestMsg() {
219         return new GetReportRequestMsg();
220     }
221 
222     /**
223      * Create an instance of {@link ImmediateSchedule }
224      * 
225      */
226     public ImmediateSchedule createImmediateSchedule() {
227         return new ImmediateSchedule();
228     }
229 
230     /**
231      * Create an instance of {@link ScheduleDefinition }
232      * 
233      */
234     public ScheduleDefinition createScheduleDefinition() {
235         return new ScheduleDefinition();
236     }
237 
238     /**
239      * Create an instance of {@link MonthlySchedule }
240      * 
241      */
242     public MonthlySchedule createMonthlySchedule() {
243         return new MonthlySchedule();
244     }
245 
246     /**
247      * Create an instance of {@link ExistingReportDefitions }
248      * 
249      */
250     public ExistingReportDefitions createExistingReportDefitions() {
251         return new ExistingReportDefitions();
252     }
253 
254     /**
255      * Create an instance of {@link DailySchedule }
256      * 
257      */
258     public DailySchedule createDailySchedule() {
259         return new DailySchedule();
260     }
261 
262     /**
263      * Create an instance of {@link OneTimeSchedule }
264      * 
265      */
266     public OneTimeSchedule createOneTimeSchedule() {
267         return new OneTimeSchedule();
268     }
269 
270     /**
271      * Create an instance of {@link WeeklySchedule }
272      * 
273      */
274     public WeeklySchedule createWeeklySchedule() {
275         return new WeeklySchedule();
276     }
277 
278     /**
279      * Create an instance of {@link CompletedJobs }
280      * 
281      */
282     public CompletedJobs createCompletedJobs() {
283         return new CompletedJobs();
284     }
285 
286     /**
287      * Create an instance of {@link ReportDefinition }
288      * 
289      */
290     public ReportDefinition createReportDefinition() {
291         return new ReportDefinition();
292     }
293 
294     /**
295      * Create an instance of {@link JAXBElement }{@code <}{@link ExportDataRequestMsg }{@code >}}
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      * Create an instance of {@link JAXBElement }{@code <}{@link TimeRangeDiff }{@code >}}
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      * Create an instance of {@link JAXBElement }{@code <}{@link ExportCSVDataRequestMsg }{@code >}}
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 }