View Javadoc
1   
2   package org.miloss.fgsms.services.interfaces.dataaccessservice;
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.dataaccessservice 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 _GetMessageLogsRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetMessageLogsRequestMsg");
28      private final static QName _GetDataCollectorListResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetDataCollectorListResponseMsg");
29      private final static QName _GetMonitoredServiceListRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetMonitoredServiceListRequestMsg");
30      private final static QName _ArrayOfTransactionLog_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "ArrayOfTransactionLog");
31      private final static QName _UUID_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "UUID");
32      private final static QName _ServiceType_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "ServiceType");
33      private final static QName _PurgePerformanceDataRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "PurgePerformanceDataRequestMsg");
34      private final static QName _ArrayOfServiceType_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "ArrayOfServiceType");
35      private final static QName _GetServiceHostListResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetServiceHostListResponseMsg");
36      private final static QName _GetMessageLogsResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetMessageLogsResponseMsg");
37      private final static QName _HostInstanceStats_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "HostInstanceStats");
38      private final static QName _GetMonitoredServiceListResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetMonitoredServiceListResponseMsg");
39      private final static QName _ArrayOfHostInstanceStats_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "ArrayOfHostInstanceStats");
40      private final static QName _GetPerformanceAverageStatsRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetPerformanceAverageStatsRequestMsg");
41      private final static QName _GetMessageTransactionLogRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetMessageTransactionLogRequestMsg");
42      private final static QName _GetServiceHostListRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetServiceHostListRequestMsg");
43      private final static QName _GetPerformanceAverageHostStatsRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetPerformanceAverageHostStatsRequestMsg");
44      private final static QName _TransactionLog_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "TransactionLog");
45      private final static QName _PurgePerformanceDataResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "PurgePerformanceDataResponseMsg");
46      private final static QName _GetDataCollectorListRequestMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetDataCollectorListRequestMsg");
47      private final static QName _GetMessageTransactionLogResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetMessageTransactionLogResponseMsg");
48      private final static QName _GetPerformanceAverageStatsResponseMsg_QNAME = new QName("urn:org:miloss:fgsms:services:interfaces:dataAccessService", "GetPerformanceAverageStatsResponseMsg");
49  
50      /**
51       * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.miloss.fgsms.services.interfaces.dataaccessservice
52       * 
53       */
54      public ObjectFactory() {
55      }
56  
57      /**
58       * Create an instance of {@link GetAllMostRecentMachineAndProcessDataResponse }
59       * 
60       */
61      public GetAllMostRecentMachineAndProcessDataResponse createGetAllMostRecentMachineAndProcessDataResponse() {
62          return new GetAllMostRecentMachineAndProcessDataResponse();
63      }
64  
65      /**
66       * Create an instance of {@link GetMessageTransactionLogDetailsResponse }
67       * 
68       */
69      public GetMessageTransactionLogDetailsResponse createGetMessageTransactionLogDetailsResponse() {
70          return new GetMessageTransactionLogDetailsResponse();
71      }
72  
73      /**
74       * Create an instance of {@link GetQuickStatsResponse }
75       * 
76       */
77      public GetQuickStatsResponse createGetQuickStatsResponse() {
78          return new GetQuickStatsResponse();
79      }
80  
81      /**
82       * Create an instance of {@link GetPerformanceAverageStatsResponse }
83       * 
84       */
85      public GetPerformanceAverageStatsResponse createGetPerformanceAverageStatsResponse() {
86          return new GetPerformanceAverageStatsResponse();
87      }
88  
89      /**
90       * Create an instance of {@link GetOperationalStatusLogResponse }
91       * 
92       */
93      public GetOperationalStatusLogResponse createGetOperationalStatusLogResponse() {
94          return new GetOperationalStatusLogResponse();
95      }
96  
97      /**
98       * Create an instance of {@link GetMachinePerformanceLogsByRange }
99       * 
100      */
101     public GetMachinePerformanceLogsByRange createGetMachinePerformanceLogsByRange() {
102         return new GetMachinePerformanceLogsByRange();
103     }
104 
105     /**
106      * Create an instance of {@link GetServiceHostListRequestMsg }
107      * 
108      */
109     public GetServiceHostListRequestMsg createGetServiceHostListRequestMsg() {
110         return new GetServiceHostListRequestMsg();
111     }
112 
113     /**
114      * Create an instance of {@link GetSLAFaultRecordsRequestMsg }
115      * 
116      */
117     public GetSLAFaultRecordsRequestMsg createGetSLAFaultRecordsRequestMsg() {
118         return new GetSLAFaultRecordsRequestMsg();
119     }
120 
121     /**
122      * Create an instance of {@link GetMessageLogsResponse }
123      * 
124      */
125     public GetMessageLogsResponse createGetMessageLogsResponse() {
126         return new GetMessageLogsResponse();
127     }
128 
129     /**
130      * Create an instance of {@link ThreadTime }
131      * 
132      */
133     public ThreadTime createThreadTime() {
134         return new ThreadTime();
135     }
136 
137     /**
138      * Create an instance of {@link GetMessageTransactionLogRequestMsg }
139      * 
140      */
141     public GetMessageTransactionLogRequestMsg createGetMessageTransactionLogRequestMsg() {
142         return new GetMessageTransactionLogRequestMsg();
143     }
144 
145     /**
146      * Create an instance of {@link GetAgentTypesResponseMsg }
147      * 
148      */
149     public GetAgentTypesResponseMsg createGetAgentTypesResponseMsg() {
150         return new GetAgentTypesResponseMsg();
151     }
152 
153     /**
154      * Create an instance of {@link MachineData }
155      * 
156      */
157     public MachineData createMachineData() {
158         return new MachineData();
159     }
160 
161     /**
162      * Create an instance of {@link DeleteServiceDependencyResponse }
163      * 
164      */
165     public DeleteServiceDependencyResponse createDeleteServiceDependencyResponse() {
166         return new DeleteServiceDependencyResponse();
167     }
168 
169     /**
170      * Create an instance of {@link GetQuickStats }
171      * 
172      */
173     public GetQuickStats createGetQuickStats() {
174         return new GetQuickStats();
175     }
176 
177     /**
178      * Create an instance of {@link GetAlertsRequestMsg }
179      * 
180      */
181     public GetAlertsRequestMsg createGetAlertsRequestMsg() {
182         return new GetAlertsRequestMsg();
183     }
184 
185     /**
186      * Create an instance of {@link GetMostRecentProcessDataResponseMsg }
187      * 
188      */
189     public GetMostRecentProcessDataResponseMsg createGetMostRecentProcessDataResponseMsg() {
190         return new GetMostRecentProcessDataResponseMsg();
191     }
192 
193     /**
194      * Create an instance of {@link GetProcessPerformanceLogsByRangeResponse }
195      * 
196      */
197     public GetProcessPerformanceLogsByRangeResponse createGetProcessPerformanceLogsByRangeResponse() {
198         return new GetProcessPerformanceLogsByRangeResponse();
199     }
200 
201     /**
202      * Create an instance of {@link GetAllOperationalStatusLogResponse }
203      * 
204      */
205     public GetAllOperationalStatusLogResponse createGetAllOperationalStatusLogResponse() {
206         return new GetAllOperationalStatusLogResponse();
207     }
208 
209     /**
210      * Create an instance of {@link GetMessageTransactionLog }
211      * 
212      */
213     public GetMessageTransactionLog createGetMessageTransactionLog() {
214         return new GetMessageTransactionLog();
215     }
216 
217     /**
218      * Create an instance of {@link GetPerformanceAverageStatsAllResponse }
219      * 
220      */
221     public GetPerformanceAverageStatsAllResponse createGetPerformanceAverageStatsAllResponse() {
222         return new GetPerformanceAverageStatsAllResponse();
223     }
224 
225     /**
226      * Create an instance of {@link GetServiceHostListResponseMsg }
227      * 
228      */
229     public GetServiceHostListResponseMsg createGetServiceHostListResponseMsg() {
230         return new GetServiceHostListResponseMsg();
231     }
232 
233     /**
234      * Create an instance of {@link GetThreadTransactionsResponse }
235      * 
236      */
237     public GetThreadTransactionsResponse createGetThreadTransactionsResponse() {
238         return new GetThreadTransactionsResponse();
239     }
240 
241     /**
242      * Create an instance of {@link GetBrokerList }
243      * 
244      */
245     public GetBrokerList createGetBrokerList() {
246         return new GetBrokerList();
247     }
248 
249     /**
250      * Create an instance of {@link GetDataCollectorListResponseMsg }
251      * 
252      */
253     public GetDataCollectorListResponseMsg createGetDataCollectorListResponseMsg() {
254         return new GetDataCollectorListResponseMsg();
255     }
256 
257     /**
258      * Create an instance of {@link GetOperationalStatusLog }
259      * 
260      */
261     public GetOperationalStatusLog createGetOperationalStatusLog() {
262         return new GetOperationalStatusLog();
263     }
264 
265     /**
266      * Create an instance of {@link GetPerformanceAverageHostingStatsResponse }
267      * 
268      */
269     public GetPerformanceAverageHostingStatsResponse createGetPerformanceAverageHostingStatsResponse() {
270         return new GetPerformanceAverageHostingStatsResponse();
271     }
272 
273     /**
274      * Create an instance of {@link GetQuickStatsAll }
275      * 
276      */
277     public GetQuickStatsAll createGetQuickStatsAll() {
278         return new GetQuickStatsAll();
279     }
280 
281     /**
282      * Create an instance of {@link GetAuditLogRequestMsg }
283      * 
284      */
285     public GetAuditLogRequestMsg createGetAuditLogRequestMsg() {
286         return new GetAuditLogRequestMsg();
287     }
288 
289     /**
290      * Create an instance of {@link GetThreadTransactionsRequestMsg }
291      * 
292      */
293     public GetThreadTransactionsRequestMsg createGetThreadTransactionsRequestMsg() {
294         return new GetThreadTransactionsRequestMsg();
295     }
296 
297     /**
298      * Create an instance of {@link GetMessageLogsRequestMsg }
299      * 
300      */
301     public GetMessageLogsRequestMsg createGetMessageLogsRequestMsg() {
302         return new GetMessageLogsRequestMsg();
303     }
304 
305     /**
306      * Create an instance of {@link QuickStatURIWrapper }
307      * 
308      */
309     public QuickStatURIWrapper createQuickStatURIWrapper() {
310         return new QuickStatURIWrapper();
311     }
312 
313     /**
314      * Create an instance of {@link GetMessageTransactionLogResponse }
315      * 
316      */
317     public GetMessageTransactionLogResponse createGetMessageTransactionLogResponse() {
318         return new GetMessageTransactionLogResponse();
319     }
320 
321     /**
322      * Create an instance of {@link GetAuditLog }
323      * 
324      */
325     public GetAuditLog createGetAuditLog() {
326         return new GetAuditLog();
327     }
328 
329     /**
330      * Create an instance of {@link Dependencies }
331      * 
332      */
333     public Dependencies createDependencies() {
334         return new Dependencies();
335     }
336 
337     /**
338      * Create an instance of {@link GetMostRecentProcessDataRequestMsg }
339      * 
340      */
341     public GetMostRecentProcessDataRequestMsg createGetMostRecentProcessDataRequestMsg() {
342         return new GetMostRecentProcessDataRequestMsg();
343     }
344 
345     /**
346      * Create an instance of {@link GetServiceDependenciesResponse }
347      * 
348      */
349     public GetServiceDependenciesResponse createGetServiceDependenciesResponse() {
350         return new GetServiceDependenciesResponse();
351     }
352 
353     /**
354      * Create an instance of {@link GetHistoricalTopicQueueDetails }
355      * 
356      */
357     public GetHistoricalTopicQueueDetails createGetHistoricalTopicQueueDetails() {
358         return new GetHistoricalTopicQueueDetails();
359     }
360 
361     /**
362      * Create an instance of {@link GetCurrentBrokerDetailsRequestMsg }
363      * 
364      */
365     public GetCurrentBrokerDetailsRequestMsg createGetCurrentBrokerDetailsRequestMsg() {
366         return new GetCurrentBrokerDetailsRequestMsg();
367     }
368 
369     /**
370      * Create an instance of {@link GetMostRecentMachineDataResponse }
371      * 
372      */
373     public GetMostRecentMachineDataResponse createGetMostRecentMachineDataResponse() {
374         return new GetMostRecentMachineDataResponse();
375     }
376 
377     /**
378      * Create an instance of {@link GetHistoricalBrokerDetails }
379      * 
380      */
381     public GetHistoricalBrokerDetails createGetHistoricalBrokerDetails() {
382         return new GetHistoricalBrokerDetails();
383     }
384 
385     /**
386      * Create an instance of {@link GetPerformanceAverageHostStatsRequestMsg }
387      * 
388      */
389     public GetPerformanceAverageHostStatsRequestMsg createGetPerformanceAverageHostStatsRequestMsg() {
390         return new GetPerformanceAverageHostStatsRequestMsg();
391     }
392 
393     /**
394      * Create an instance of {@link AuditLog }
395      * 
396      */
397     public AuditLog createAuditLog() {
398         return new AuditLog();
399     }
400 
401     /**
402      * Create an instance of {@link GetRecentMessageLogs }
403      * 
404      */
405     public GetRecentMessageLogs createGetRecentMessageLogs() {
406         return new GetRecentMessageLogs();
407     }
408 
409     /**
410      * Create an instance of {@link GetHistoricalBrokerDetailsRequestMsg }
411      * 
412      */
413     public GetHistoricalBrokerDetailsRequestMsg createGetHistoricalBrokerDetailsRequestMsg() {
414         return new GetHistoricalBrokerDetailsRequestMsg();
415     }
416 
417     /**
418      * Create an instance of {@link GetMachinePerformanceLogsByRangeRequestMsg }
419      * 
420      */
421     public GetMachinePerformanceLogsByRangeRequestMsg createGetMachinePerformanceLogsByRangeRequestMsg() {
422         return new GetMachinePerformanceLogsByRangeRequestMsg();
423     }
424 
425     /**
426      * Create an instance of {@link GetProcessPerformanceLogsByRangeRequestMsg }
427      * 
428      */
429     public GetProcessPerformanceLogsByRangeRequestMsg createGetProcessPerformanceLogsByRangeRequestMsg() {
430         return new GetProcessPerformanceLogsByRangeRequestMsg();
431     }
432 
433     /**
434      * Create an instance of {@link DependencyWrapper }
435      * 
436      */
437     public DependencyWrapper createDependencyWrapper() {
438         return new DependencyWrapper();
439     }
440 
441     /**
442      * Create an instance of {@link PurgePerformanceDataResponseMsg }
443      * 
444      */
445     public PurgePerformanceDataResponseMsg createPurgePerformanceDataResponseMsg() {
446         return new PurgePerformanceDataResponseMsg();
447     }
448 
449     /**
450      * Create an instance of {@link GetPerformanceAverageStatsAll }
451      * 
452      */
453     public GetPerformanceAverageStatsAll createGetPerformanceAverageStatsAll() {
454         return new GetPerformanceAverageStatsAll();
455     }
456 
457     /**
458      * Create an instance of {@link ArrayOfServiceType }
459      * 
460      */
461     public ArrayOfServiceType createArrayOfServiceType() {
462         return new ArrayOfServiceType();
463     }
464 
465     /**
466      * Create an instance of {@link GetMessageLogs }
467      * 
468      */
469     public GetMessageLogs createGetMessageLogs() {
470         return new GetMessageLogs();
471     }
472 
473     /**
474      * Create an instance of {@link GetAllServiceDependencies }
475      * 
476      */
477     public GetAllServiceDependencies createGetAllServiceDependencies() {
478         return new GetAllServiceDependencies();
479     }
480 
481     /**
482      * Create an instance of {@link GetMessageLogsByRangeResponse }
483      * 
484      */
485     public GetMessageLogsByRangeResponse createGetMessageLogsByRangeResponse() {
486         return new GetMessageLogsByRangeResponse();
487     }
488 
489     /**
490      * Create an instance of {@link GetQuickStatsAllResponse }
491      * 
492      */
493     public GetQuickStatsAllResponse createGetQuickStatsAllResponse() {
494         return new GetQuickStatsAllResponse();
495     }
496 
497     /**
498      * Create an instance of {@link QueueORtopicDetails }
499      * 
500      */
501     public QueueORtopicDetails createQueueORtopicDetails() {
502         return new QueueORtopicDetails();
503     }
504 
505     /**
506      * Create an instance of {@link GetAllMostRecentMachineAndProcessDataRequestMsg }
507      * 
508      */
509     public GetAllMostRecentMachineAndProcessDataRequestMsg createGetAllMostRecentMachineAndProcessDataRequestMsg() {
510         return new GetAllMostRecentMachineAndProcessDataRequestMsg();
511     }
512 
513     /**
514      * Create an instance of {@link GetAllMostRecentMachineAndProcessDataResponseMsg }
515      * 
516      */
517     public GetAllMostRecentMachineAndProcessDataResponseMsg createGetAllMostRecentMachineAndProcessDataResponseMsg() {
518         return new GetAllMostRecentMachineAndProcessDataResponseMsg();
519     }
520 
521     /**
522      * Create an instance of {@link GetPerformanceAverageStatsRequestMsg }
523      * 
524      */
525     public GetPerformanceAverageStatsRequestMsg createGetPerformanceAverageStatsRequestMsg() {
526         return new GetPerformanceAverageStatsRequestMsg();
527     }
528 
529     /**
530      * Create an instance of {@link ServiceType }
531      * 
532      */
533     public ServiceType createServiceType() {
534         return new ServiceType();
535     }
536 
537     /**
538      * Create an instance of {@link GetAuditLogsByTimeRangeRequestMsg }
539      * 
540      */
541     public GetAuditLogsByTimeRangeRequestMsg createGetAuditLogsByTimeRangeRequestMsg() {
542         return new GetAuditLogsByTimeRangeRequestMsg();
543     }
544 
545     /**
546      * Create an instance of {@link GetMostRecentMachineDataByDomainResponseMsg }
547      * 
548      */
549     public GetMostRecentMachineDataByDomainResponseMsg createGetMostRecentMachineDataByDomainResponseMsg() {
550         return new GetMostRecentMachineDataByDomainResponseMsg();
551     }
552 
553     /**
554      * Create an instance of {@link GetAuditLogResponseMsg }
555      * 
556      */
557     public GetAuditLogResponseMsg createGetAuditLogResponseMsg() {
558         return new GetAuditLogResponseMsg();
559     }
560 
561     /**
562      * Create an instance of {@link GetQuickStatsRequestMsg }
563      * 
564      */
565     public GetQuickStatsRequestMsg createGetQuickStatsRequestMsg() {
566         return new GetQuickStatsRequestMsg();
567     }
568 
569     /**
570      * Create an instance of {@link GetMostRecentMachineData }
571      * 
572      */
573     public GetMostRecentMachineData createGetMostRecentMachineData() {
574         return new GetMostRecentMachineData();
575     }
576 
577     /**
578      * Create an instance of {@link GetSLAFaultRecordsResponseMsg }
579      * 
580      */
581     public GetSLAFaultRecordsResponseMsg createGetSLAFaultRecordsResponseMsg() {
582         return new GetSLAFaultRecordsResponseMsg();
583     }
584 
585     /**
586      * Create an instance of {@link GetQuickStatsResponseMsg }
587      * 
588      */
589     public GetQuickStatsResponseMsg createGetQuickStatsResponseMsg() {
590         return new GetQuickStatsResponseMsg();
591     }
592 
593     /**
594      * Create an instance of {@link GetMostRecentProcessData }
595      * 
596      */
597     public GetMostRecentProcessData createGetMostRecentProcessData() {
598         return new GetMostRecentProcessData();
599     }
600 
601     /**
602      * Create an instance of {@link GetBrokerListResponseMsg }
603      * 
604      */
605     public GetBrokerListResponseMsg createGetBrokerListResponseMsg() {
606         return new GetBrokerListResponseMsg();
607     }
608 
609     /**
610      * Create an instance of {@link GetAuditLogResponse }
611      * 
612      */
613     public GetAuditLogResponse createGetAuditLogResponse() {
614         return new GetAuditLogResponse();
615     }
616 
617     /**
618      * Create an instance of {@link GetMessageTransactionLogResponseMsg }
619      * 
620      */
621     public GetMessageTransactionLogResponseMsg createGetMessageTransactionLogResponseMsg() {
622         return new GetMessageTransactionLogResponseMsg();
623     }
624 
625     /**
626      * Create an instance of {@link GetHistoricalBrokerDetailsResponse }
627      * 
628      */
629     public GetHistoricalBrokerDetailsResponse createGetHistoricalBrokerDetailsResponse() {
630         return new GetHistoricalBrokerDetailsResponse();
631     }
632 
633     /**
634      * Create an instance of {@link GetSLAFaultRecords }
635      * 
636      */
637     public GetSLAFaultRecords createGetSLAFaultRecords() {
638         return new GetSLAFaultRecords();
639     }
640 
641     /**
642      * Create an instance of {@link PurgePerformanceDataRequestMsg }
643      * 
644      */
645     public PurgePerformanceDataRequestMsg createPurgePerformanceDataRequestMsg() {
646         return new PurgePerformanceDataRequestMsg();
647     }
648 
649     /**
650      * Create an instance of {@link GetAllMostRecentMachineAndProcessData }
651      * 
652      */
653     public GetAllMostRecentMachineAndProcessData createGetAllMostRecentMachineAndProcessData() {
654         return new GetAllMostRecentMachineAndProcessData();
655     }
656 
657     /**
658      * Create an instance of {@link GetBrokerListResponse }
659      * 
660      */
661     public GetBrokerListResponse createGetBrokerListResponse() {
662         return new GetBrokerListResponse();
663     }
664 
665     /**
666      * Create an instance of {@link GetMessageLogsResponseMsg }
667      * 
668      */
669     public GetMessageLogsResponseMsg createGetMessageLogsResponseMsg() {
670         return new GetMessageLogsResponseMsg();
671     }
672 
673     /**
674      * Create an instance of {@link ArrayOfHostInstanceStats }
675      * 
676      */
677     public ArrayOfHostInstanceStats createArrayOfHostInstanceStats() {
678         return new ArrayOfHostInstanceStats();
679     }
680 
681     /**
682      * Create an instance of {@link BrokerDetails }
683      * 
684      */
685     public BrokerDetails createBrokerDetails() {
686         return new BrokerDetails();
687     }
688 
689     /**
690      * Create an instance of {@link GetMachinePerformanceLogsByRangeResponse }
691      * 
692      */
693     public GetMachinePerformanceLogsByRangeResponse createGetMachinePerformanceLogsByRangeResponse() {
694         return new GetMachinePerformanceLogsByRangeResponse();
695     }
696 
697     /**
698      * Create an instance of {@link GetOperationalStatusLogResponseMsg }
699      * 
700      */
701     public GetOperationalStatusLogResponseMsg createGetOperationalStatusLogResponseMsg() {
702         return new GetOperationalStatusLogResponseMsg();
703     }
704 
705     /**
706      * Create an instance of {@link GetMessageTransactionLogDetailsMsg }
707      * 
708      */
709     public GetMessageTransactionLogDetailsMsg createGetMessageTransactionLogDetailsMsg() {
710         return new GetMessageTransactionLogDetailsMsg();
711     }
712 
713     /**
714      * Create an instance of {@link GetHistoricalTopicQueueDetailsRequestMsg }
715      * 
716      */
717     public GetHistoricalTopicQueueDetailsRequestMsg createGetHistoricalTopicQueueDetailsRequestMsg() {
718         return new GetHistoricalTopicQueueDetailsRequestMsg();
719     }
720 
721     /**
722      * Create an instance of {@link GetMostRecentMachineDataByDomainRequestMsg }
723      * 
724      */
725     public GetMostRecentMachineDataByDomainRequestMsg createGetMostRecentMachineDataByDomainRequestMsg() {
726         return new GetMostRecentMachineDataByDomainRequestMsg();
727     }
728 
729     /**
730      * Create an instance of {@link QuickStatData }
731      * 
732      */
733     public QuickStatData createQuickStatData() {
734         return new QuickStatData();
735     }
736 
737     /**
738      * Create an instance of {@link QuickStatWrapper }
739      * 
740      */
741     public QuickStatWrapper createQuickStatWrapper() {
742         return new QuickStatWrapper();
743     }
744 
745     /**
746      * Create an instance of {@link GetCurrentBrokerDetails }
747      * 
748      */
749     public GetCurrentBrokerDetails createGetCurrentBrokerDetails() {
750         return new GetCurrentBrokerDetails();
751     }
752 
753     /**
754      * Create an instance of {@link GetServiceHostList }
755      * 
756      */
757     public GetServiceHostList createGetServiceHostList() {
758         return new GetServiceHostList();
759     }
760 
761     /**
762      * Create an instance of {@link GetServiceHostListResponse }
763      * 
764      */
765     public GetServiceHostListResponse createGetServiceHostListResponse() {
766         return new GetServiceHostListResponse();
767     }
768 
769     /**
770      * Create an instance of {@link GetAgentTypesRequestMsg }
771      * 
772      */
773     public GetAgentTypesRequestMsg createGetAgentTypesRequestMsg() {
774         return new GetAgentTypesRequestMsg();
775     }
776 
777     /**
778      * Create an instance of {@link OperationalRecord }
779      * 
780      */
781     public OperationalRecord createOperationalRecord() {
782         return new OperationalRecord();
783     }
784 
785     /**
786      * Create an instance of {@link GetAllOperationalStatusLog }
787      * 
788      */
789     public GetAllOperationalStatusLog createGetAllOperationalStatusLog() {
790         return new GetAllOperationalStatusLog();
791     }
792 
793     /**
794      * Create an instance of {@link GetProcessPerformanceLogsByRange }
795      * 
796      */
797     public GetProcessPerformanceLogsByRange createGetProcessPerformanceLogsByRange() {
798         return new GetProcessPerformanceLogsByRange();
799     }
800 
801     /**
802      * Create an instance of {@link GetOperationalStatusLogRequestMsg }
803      * 
804      */
805     public GetOperationalStatusLogRequestMsg createGetOperationalStatusLogRequestMsg() {
806         return new GetOperationalStatusLogRequestMsg();
807     }
808 
809     /**
810      * Create an instance of {@link GetDataCollectorListRequestMsg }
811      * 
812      */
813     public GetDataCollectorListRequestMsg createGetDataCollectorListRequestMsg() {
814         return new GetDataCollectorListRequestMsg();
815     }
816 
817     /**
818      * Create an instance of {@link GetQuickStatsAllRequestMsg }
819      * 
820      */
821     public GetQuickStatsAllRequestMsg createGetQuickStatsAllRequestMsg() {
822         return new GetQuickStatsAllRequestMsg();
823     }
824 
825     /**
826      * Create an instance of {@link GetMostRecentProcessDataResponse }
827      * 
828      */
829     public GetMostRecentProcessDataResponse createGetMostRecentProcessDataResponse() {
830         return new GetMostRecentProcessDataResponse();
831     }
832 
833     /**
834      * Create an instance of {@link DeleteServiceDependencyResponseMsg }
835      * 
836      */
837     public DeleteServiceDependencyResponseMsg createDeleteServiceDependencyResponseMsg() {
838         return new DeleteServiceDependencyResponseMsg();
839     }
840 
841     /**
842      * Create an instance of {@link GetMessageTransactionLogDetails }
843      * 
844      */
845     public GetMessageTransactionLogDetails createGetMessageTransactionLogDetails() {
846         return new GetMessageTransactionLogDetails();
847     }
848 
849     /**
850      * Create an instance of {@link GetMachinePerformanceLogsByRangeResponseMsg }
851      * 
852      */
853     public GetMachinePerformanceLogsByRangeResponseMsg createGetMachinePerformanceLogsByRangeResponseMsg() {
854         return new GetMachinePerformanceLogsByRangeResponseMsg();
855     }
856 
857     /**
858      * Create an instance of {@link GetAgentTypes }
859      * 
860      */
861     public GetAgentTypes createGetAgentTypes() {
862         return new GetAgentTypes();
863     }
864 
865     /**
866      * Create an instance of {@link GetHistoricalTopicQueueDetailsResponseMsg }
867      * 
868      */
869     public GetHistoricalTopicQueueDetailsResponseMsg createGetHistoricalTopicQueueDetailsResponseMsg() {
870         return new GetHistoricalTopicQueueDetailsResponseMsg();
871     }
872 
873     /**
874      * Create an instance of {@link GetServiceDependenciesRequestMsg }
875      * 
876      */
877     public GetServiceDependenciesRequestMsg createGetServiceDependenciesRequestMsg() {
878         return new GetServiceDependenciesRequestMsg();
879     }
880 
881     /**
882      * Create an instance of {@link GetMostRecentMachineDataRequestMsg }
883      * 
884      */
885     public GetMostRecentMachineDataRequestMsg createGetMostRecentMachineDataRequestMsg() {
886         return new GetMostRecentMachineDataRequestMsg();
887     }
888 
889     /**
890      * Create an instance of {@link GetAllServiceDependenciesRequestMsg }
891      * 
892      */
893     public GetAllServiceDependenciesRequestMsg createGetAllServiceDependenciesRequestMsg() {
894         return new GetAllServiceDependenciesRequestMsg();
895     }
896 
897     /**
898      * Create an instance of {@link GetMessageTransactionLogDetailsResponseMsg }
899      * 
900      */
901     public GetMessageTransactionLogDetailsResponseMsg createGetMessageTransactionLogDetailsResponseMsg() {
902         return new GetMessageTransactionLogDetailsResponseMsg();
903     }
904 
905     /**
906      * Create an instance of {@link GetAllOperationalStatusLogResponseMsg }
907      * 
908      */
909     public GetAllOperationalStatusLogResponseMsg createGetAllOperationalStatusLogResponseMsg() {
910         return new GetAllOperationalStatusLogResponseMsg();
911     }
912 
913     /**
914      * Create an instance of {@link GetServiceDependenciesResponseMsg }
915      * 
916      */
917     public GetServiceDependenciesResponseMsg createGetServiceDependenciesResponseMsg() {
918         return new GetServiceDependenciesResponseMsg();
919     }
920 
921     /**
922      * Create an instance of {@link ArrayOfTransactionLog }
923      * 
924      */
925     public ArrayOfTransactionLog createArrayOfTransactionLog() {
926         return new ArrayOfTransactionLog();
927     }
928 
929     /**
930      * Create an instance of {@link GetAuditLogsByTimeRange }
931      * 
932      */
933     public GetAuditLogsByTimeRange createGetAuditLogsByTimeRange() {
934         return new GetAuditLogsByTimeRange();
935     }
936 
937     /**
938      * Create an instance of {@link GetAuditLogsByTimeRangeResponse }
939      * 
940      */
941     public GetAuditLogsByTimeRangeResponse createGetAuditLogsByTimeRangeResponse() {
942         return new GetAuditLogsByTimeRangeResponse();
943     }
944 
945     /**
946      * Create an instance of {@link PurgePerformanceDataResponse }
947      * 
948      */
949     public PurgePerformanceDataResponse createPurgePerformanceDataResponse() {
950         return new PurgePerformanceDataResponse();
951     }
952 
953     /**
954      * Create an instance of {@link GetAllServiceDependenciesResponseMsg }
955      * 
956      */
957     public GetAllServiceDependenciesResponseMsg createGetAllServiceDependenciesResponseMsg() {
958         return new GetAllServiceDependenciesResponseMsg();
959     }
960 
961     /**
962      * Create an instance of {@link GetMonitoredServiceListRequestMsg }
963      * 
964      */
965     public GetMonitoredServiceListRequestMsg createGetMonitoredServiceListRequestMsg() {
966         return new GetMonitoredServiceListRequestMsg();
967     }
968 
969     /**
970      * Create an instance of {@link GetDataCollectorList }
971      * 
972      */
973     public GetDataCollectorList createGetDataCollectorList() {
974         return new GetDataCollectorList();
975     }
976 
977     /**
978      * Create an instance of {@link GetThreadTransactions }
979      * 
980      */
981     public GetThreadTransactions createGetThreadTransactions() {
982         return new GetThreadTransactions();
983     }
984 
985     /**
986      * Create an instance of {@link GetDataCollectorListResponse }
987      * 
988      */
989     public GetDataCollectorListResponse createGetDataCollectorListResponse() {
990         return new GetDataCollectorListResponse();
991     }
992 
993     /**
994      * Create an instance of {@link GetPerformanceAverageStatsResponseMsg }
995      * 
996      */
997     public GetPerformanceAverageStatsResponseMsg createGetPerformanceAverageStatsResponseMsg() {
998         return new GetPerformanceAverageStatsResponseMsg();
999     }
1000 
1001     /**
1002      * Create an instance of {@link HostInstanceStats }
1003      * 
1004      */
1005     public HostInstanceStats createHostInstanceStats() {
1006         return new HostInstanceStats();
1007     }
1008 
1009     /**
1010      * Create an instance of {@link GetProcessPerformanceLogsByRangeResponseMsg }
1011      * 
1012      */
1013     public GetProcessPerformanceLogsByRangeResponseMsg createGetProcessPerformanceLogsByRangeResponseMsg() {
1014         return new GetProcessPerformanceLogsByRangeResponseMsg();
1015     }
1016 
1017     /**
1018      * Create an instance of {@link GetQuickStatsAllResponseMsg }
1019      * 
1020      */
1021     public GetQuickStatsAllResponseMsg createGetQuickStatsAllResponseMsg() {
1022         return new GetQuickStatsAllResponseMsg();
1023     }
1024 
1025     /**
1026      * Create an instance of {@link GetAgentTypesResponse }
1027      * 
1028      */
1029     public GetAgentTypesResponse createGetAgentTypesResponse() {
1030         return new GetAgentTypesResponse();
1031     }
1032 
1033     /**
1034      * Create an instance of {@link GetAuditLogsByTimeRangeResponseMsg }
1035      * 
1036      */
1037     public GetAuditLogsByTimeRangeResponseMsg createGetAuditLogsByTimeRangeResponseMsg() {
1038         return new GetAuditLogsByTimeRangeResponseMsg();
1039     }
1040 
1041     /**
1042      * Create an instance of {@link GetAllServiceDependenciesResponse }
1043      * 
1044      */
1045     public GetAllServiceDependenciesResponse createGetAllServiceDependenciesResponse() {
1046         return new GetAllServiceDependenciesResponse();
1047     }
1048 
1049     /**
1050      * Create an instance of {@link GetMonitoredServiceListResponseMsg }
1051      * 
1052      */
1053     public GetMonitoredServiceListResponseMsg createGetMonitoredServiceListResponseMsg() {
1054         return new GetMonitoredServiceListResponseMsg();
1055     }
1056 
1057     /**
1058      * Create an instance of {@link GetPerformanceAverageStats }
1059      * 
1060      */
1061     public GetPerformanceAverageStats createGetPerformanceAverageStats() {
1062         return new GetPerformanceAverageStats();
1063     }
1064 
1065     /**
1066      * Create an instance of {@link DeleteServiceDependency }
1067      * 
1068      */
1069     public DeleteServiceDependency createDeleteServiceDependency() {
1070         return new DeleteServiceDependency();
1071     }
1072 
1073     /**
1074      * Create an instance of {@link GetAlerts }
1075      * 
1076      */
1077     public GetAlerts createGetAlerts() {
1078         return new GetAlerts();
1079     }
1080 
1081     /**
1082      * Create an instance of {@link GetAllOperationalStatusLogRequestMsg }
1083      * 
1084      */
1085     public GetAllOperationalStatusLogRequestMsg createGetAllOperationalStatusLogRequestMsg() {
1086         return new GetAllOperationalStatusLogRequestMsg();
1087     }
1088 
1089     /**
1090      * Create an instance of {@link GetAlertsResponseMsg }
1091      * 
1092      */
1093     public GetAlertsResponseMsg createGetAlertsResponseMsg() {
1094         return new GetAlertsResponseMsg();
1095     }
1096 
1097     /**
1098      * Create an instance of {@link GetMonitoredServiceList }
1099      * 
1100      */
1101     public GetMonitoredServiceList createGetMonitoredServiceList() {
1102         return new GetMonitoredServiceList();
1103     }
1104 
1105     /**
1106      * Create an instance of {@link GetAlertsResponse }
1107      * 
1108      */
1109     public GetAlertsResponse createGetAlertsResponse() {
1110         return new GetAlertsResponse();
1111     }
1112 
1113     /**
1114      * Create an instance of {@link GetRecentMessageLogsResponse }
1115      * 
1116      */
1117     public GetRecentMessageLogsResponse createGetRecentMessageLogsResponse() {
1118         return new GetRecentMessageLogsResponse();
1119     }
1120 
1121     /**
1122      * Create an instance of {@link TransactionLog }
1123      * 
1124      */
1125     public TransactionLog createTransactionLog() {
1126         return new TransactionLog();
1127     }
1128 
1129     /**
1130      * Create an instance of {@link GetHistoricalBrokerDetailsResponseMsg }
1131      * 
1132      */
1133     public GetHistoricalBrokerDetailsResponseMsg createGetHistoricalBrokerDetailsResponseMsg() {
1134         return new GetHistoricalBrokerDetailsResponseMsg();
1135     }
1136 
1137     /**
1138      * Create an instance of {@link GetServiceDependencies }
1139      * 
1140      */
1141     public GetServiceDependencies createGetServiceDependencies() {
1142         return new GetServiceDependencies();
1143     }
1144 
1145     /**
1146      * Create an instance of {@link GetThreadTransactionsResponseMsg }
1147      * 
1148      */
1149     public GetThreadTransactionsResponseMsg createGetThreadTransactionsResponseMsg() {
1150         return new GetThreadTransactionsResponseMsg();
1151     }
1152 
1153     /**
1154      * Create an instance of {@link GetMonitoredServiceListResponse }
1155      * 
1156      */
1157     public GetMonitoredServiceListResponse createGetMonitoredServiceListResponse() {
1158         return new GetMonitoredServiceListResponse();
1159     }
1160 
1161     /**
1162      * Create an instance of {@link GetMessageLogsByRange }
1163      * 
1164      */
1165     public GetMessageLogsByRange createGetMessageLogsByRange() {
1166         return new GetMessageLogsByRange();
1167     }
1168 
1169     /**
1170      * Create an instance of {@link GetBrokerListRequestMsg }
1171      * 
1172      */
1173     public GetBrokerListRequestMsg createGetBrokerListRequestMsg() {
1174         return new GetBrokerListRequestMsg();
1175     }
1176 
1177     /**
1178      * Create an instance of {@link GetRecentMessageLogsRequestMsg }
1179      * 
1180      */
1181     public GetRecentMessageLogsRequestMsg createGetRecentMessageLogsRequestMsg() {
1182         return new GetRecentMessageLogsRequestMsg();
1183     }
1184 
1185     /**
1186      * Create an instance of {@link GetCurrentBrokerDetailsResponse }
1187      * 
1188      */
1189     public GetCurrentBrokerDetailsResponse createGetCurrentBrokerDetailsResponse() {
1190         return new GetCurrentBrokerDetailsResponse();
1191     }
1192 
1193     /**
1194      * Create an instance of {@link GetPerformanceAverageHostingStats }
1195      * 
1196      */
1197     public GetPerformanceAverageHostingStats createGetPerformanceAverageHostingStats() {
1198         return new GetPerformanceAverageHostingStats();
1199     }
1200 
1201     /**
1202      * Create an instance of {@link PurgePerformanceData }
1203      * 
1204      */
1205     public PurgePerformanceData createPurgePerformanceData() {
1206         return new PurgePerformanceData();
1207     }
1208 
1209     /**
1210      * Create an instance of {@link GetCurrentBrokerDetailsResponseMsg }
1211      * 
1212      */
1213     public GetCurrentBrokerDetailsResponseMsg createGetCurrentBrokerDetailsResponseMsg() {
1214         return new GetCurrentBrokerDetailsResponseMsg();
1215     }
1216 
1217     /**
1218      * Create an instance of {@link GetMostRecentMachineDataResponseMsg }
1219      * 
1220      */
1221     public GetMostRecentMachineDataResponseMsg createGetMostRecentMachineDataResponseMsg() {
1222         return new GetMostRecentMachineDataResponseMsg();
1223     }
1224 
1225     /**
1226      * Create an instance of {@link GetSLAFaultRecordsResponse }
1227      * 
1228      */
1229     public GetSLAFaultRecordsResponse createGetSLAFaultRecordsResponse() {
1230         return new GetSLAFaultRecordsResponse();
1231     }
1232 
1233     /**
1234      * Create an instance of {@link GetHistoricalTopicQueueDetailsResponse }
1235      * 
1236      */
1237     public GetHistoricalTopicQueueDetailsResponse createGetHistoricalTopicQueueDetailsResponse() {
1238         return new GetHistoricalTopicQueueDetailsResponse();
1239     }
1240 
1241     /**
1242      * Create an instance of {@link GetMostRecentMachineDataByDomain }
1243      * 
1244      */
1245     public GetMostRecentMachineDataByDomain createGetMostRecentMachineDataByDomain() {
1246         return new GetMostRecentMachineDataByDomain();
1247     }
1248 
1249     /**
1250      * Create an instance of {@link GetMostRecentMachineDataByDomainResponse }
1251      * 
1252      */
1253     public GetMostRecentMachineDataByDomainResponse createGetMostRecentMachineDataByDomainResponse() {
1254         return new GetMostRecentMachineDataByDomainResponse();
1255     }
1256 
1257     /**
1258      * Create an instance of {@link DeleteServiceDependencyRequestMsg }
1259      * 
1260      */
1261     public DeleteServiceDependencyRequestMsg createDeleteServiceDependencyRequestMsg() {
1262         return new DeleteServiceDependencyRequestMsg();
1263     }
1264 
1265     /**
1266      * Create an instance of {@link JAXBElement }{@code <}{@link GetMessageLogsRequestMsg }{@code >}}
1267      * 
1268      */
1269     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetMessageLogsRequestMsg")
1270     public JAXBElement<GetMessageLogsRequestMsg> createGetMessageLogsRequestMsg(GetMessageLogsRequestMsg value) {
1271         return new JAXBElement<GetMessageLogsRequestMsg>(_GetMessageLogsRequestMsg_QNAME, GetMessageLogsRequestMsg.class, null, value);
1272     }
1273 
1274     /**
1275      * Create an instance of {@link JAXBElement }{@code <}{@link GetDataCollectorListResponseMsg }{@code >}}
1276      * 
1277      */
1278     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetDataCollectorListResponseMsg")
1279     public JAXBElement<GetDataCollectorListResponseMsg> createGetDataCollectorListResponseMsg(GetDataCollectorListResponseMsg value) {
1280         return new JAXBElement<GetDataCollectorListResponseMsg>(_GetDataCollectorListResponseMsg_QNAME, GetDataCollectorListResponseMsg.class, null, value);
1281     }
1282 
1283     /**
1284      * Create an instance of {@link JAXBElement }{@code <}{@link GetMonitoredServiceListRequestMsg }{@code >}}
1285      * 
1286      */
1287     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetMonitoredServiceListRequestMsg")
1288     public JAXBElement<GetMonitoredServiceListRequestMsg> createGetMonitoredServiceListRequestMsg(GetMonitoredServiceListRequestMsg value) {
1289         return new JAXBElement<GetMonitoredServiceListRequestMsg>(_GetMonitoredServiceListRequestMsg_QNAME, GetMonitoredServiceListRequestMsg.class, null, value);
1290     }
1291 
1292     /**
1293      * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfTransactionLog }{@code >}}
1294      * 
1295      */
1296     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "ArrayOfTransactionLog")
1297     public JAXBElement<ArrayOfTransactionLog> createArrayOfTransactionLog(ArrayOfTransactionLog value) {
1298         return new JAXBElement<ArrayOfTransactionLog>(_ArrayOfTransactionLog_QNAME, ArrayOfTransactionLog.class, null, value);
1299     }
1300 
1301     /**
1302      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1303      * 
1304      */
1305     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "UUID")
1306     public JAXBElement<String> createUUID(String value) {
1307         return new JAXBElement<String>(_UUID_QNAME, String.class, null, value);
1308     }
1309 
1310     /**
1311      * Create an instance of {@link JAXBElement }{@code <}{@link ServiceType }{@code >}}
1312      * 
1313      */
1314     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "ServiceType")
1315     public JAXBElement<ServiceType> createServiceType(ServiceType value) {
1316         return new JAXBElement<ServiceType>(_ServiceType_QNAME, ServiceType.class, null, value);
1317     }
1318 
1319     /**
1320      * Create an instance of {@link JAXBElement }{@code <}{@link PurgePerformanceDataRequestMsg }{@code >}}
1321      * 
1322      */
1323     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "PurgePerformanceDataRequestMsg")
1324     public JAXBElement<PurgePerformanceDataRequestMsg> createPurgePerformanceDataRequestMsg(PurgePerformanceDataRequestMsg value) {
1325         return new JAXBElement<PurgePerformanceDataRequestMsg>(_PurgePerformanceDataRequestMsg_QNAME, PurgePerformanceDataRequestMsg.class, null, value);
1326     }
1327 
1328     /**
1329      * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfServiceType }{@code >}}
1330      * 
1331      */
1332     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "ArrayOfServiceType")
1333     public JAXBElement<ArrayOfServiceType> createArrayOfServiceType(ArrayOfServiceType value) {
1334         return new JAXBElement<ArrayOfServiceType>(_ArrayOfServiceType_QNAME, ArrayOfServiceType.class, null, value);
1335     }
1336 
1337     /**
1338      * Create an instance of {@link JAXBElement }{@code <}{@link GetServiceHostListResponseMsg }{@code >}}
1339      * 
1340      */
1341     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetServiceHostListResponseMsg")
1342     public JAXBElement<GetServiceHostListResponseMsg> createGetServiceHostListResponseMsg(GetServiceHostListResponseMsg value) {
1343         return new JAXBElement<GetServiceHostListResponseMsg>(_GetServiceHostListResponseMsg_QNAME, GetServiceHostListResponseMsg.class, null, value);
1344     }
1345 
1346     /**
1347      * Create an instance of {@link JAXBElement }{@code <}{@link GetMessageLogsResponseMsg }{@code >}}
1348      * 
1349      */
1350     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetMessageLogsResponseMsg")
1351     public JAXBElement<GetMessageLogsResponseMsg> createGetMessageLogsResponseMsg(GetMessageLogsResponseMsg value) {
1352         return new JAXBElement<GetMessageLogsResponseMsg>(_GetMessageLogsResponseMsg_QNAME, GetMessageLogsResponseMsg.class, null, value);
1353     }
1354 
1355     /**
1356      * Create an instance of {@link JAXBElement }{@code <}{@link HostInstanceStats }{@code >}}
1357      * 
1358      */
1359     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "HostInstanceStats")
1360     public JAXBElement<HostInstanceStats> createHostInstanceStats(HostInstanceStats value) {
1361         return new JAXBElement<HostInstanceStats>(_HostInstanceStats_QNAME, HostInstanceStats.class, null, value);
1362     }
1363 
1364     /**
1365      * Create an instance of {@link JAXBElement }{@code <}{@link GetMonitoredServiceListResponseMsg }{@code >}}
1366      * 
1367      */
1368     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetMonitoredServiceListResponseMsg")
1369     public JAXBElement<GetMonitoredServiceListResponseMsg> createGetMonitoredServiceListResponseMsg(GetMonitoredServiceListResponseMsg value) {
1370         return new JAXBElement<GetMonitoredServiceListResponseMsg>(_GetMonitoredServiceListResponseMsg_QNAME, GetMonitoredServiceListResponseMsg.class, null, value);
1371     }
1372 
1373     /**
1374      * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfHostInstanceStats }{@code >}}
1375      * 
1376      */
1377     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "ArrayOfHostInstanceStats")
1378     public JAXBElement<ArrayOfHostInstanceStats> createArrayOfHostInstanceStats(ArrayOfHostInstanceStats value) {
1379         return new JAXBElement<ArrayOfHostInstanceStats>(_ArrayOfHostInstanceStats_QNAME, ArrayOfHostInstanceStats.class, null, value);
1380     }
1381 
1382     /**
1383      * Create an instance of {@link JAXBElement }{@code <}{@link GetPerformanceAverageStatsRequestMsg }{@code >}}
1384      * 
1385      */
1386     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetPerformanceAverageStatsRequestMsg")
1387     public JAXBElement<GetPerformanceAverageStatsRequestMsg> createGetPerformanceAverageStatsRequestMsg(GetPerformanceAverageStatsRequestMsg value) {
1388         return new JAXBElement<GetPerformanceAverageStatsRequestMsg>(_GetPerformanceAverageStatsRequestMsg_QNAME, GetPerformanceAverageStatsRequestMsg.class, null, value);
1389     }
1390 
1391     /**
1392      * Create an instance of {@link JAXBElement }{@code <}{@link GetMessageTransactionLogRequestMsg }{@code >}}
1393      * 
1394      */
1395     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetMessageTransactionLogRequestMsg")
1396     public JAXBElement<GetMessageTransactionLogRequestMsg> createGetMessageTransactionLogRequestMsg(GetMessageTransactionLogRequestMsg value) {
1397         return new JAXBElement<GetMessageTransactionLogRequestMsg>(_GetMessageTransactionLogRequestMsg_QNAME, GetMessageTransactionLogRequestMsg.class, null, value);
1398     }
1399 
1400     /**
1401      * Create an instance of {@link JAXBElement }{@code <}{@link GetServiceHostListRequestMsg }{@code >}}
1402      * 
1403      */
1404     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetServiceHostListRequestMsg")
1405     public JAXBElement<GetServiceHostListRequestMsg> createGetServiceHostListRequestMsg(GetServiceHostListRequestMsg value) {
1406         return new JAXBElement<GetServiceHostListRequestMsg>(_GetServiceHostListRequestMsg_QNAME, GetServiceHostListRequestMsg.class, null, value);
1407     }
1408 
1409     /**
1410      * Create an instance of {@link JAXBElement }{@code <}{@link GetPerformanceAverageHostStatsRequestMsg }{@code >}}
1411      * 
1412      */
1413     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetPerformanceAverageHostStatsRequestMsg")
1414     public JAXBElement<GetPerformanceAverageHostStatsRequestMsg> createGetPerformanceAverageHostStatsRequestMsg(GetPerformanceAverageHostStatsRequestMsg value) {
1415         return new JAXBElement<GetPerformanceAverageHostStatsRequestMsg>(_GetPerformanceAverageHostStatsRequestMsg_QNAME, GetPerformanceAverageHostStatsRequestMsg.class, null, value);
1416     }
1417 
1418     /**
1419      * Create an instance of {@link JAXBElement }{@code <}{@link TransactionLog }{@code >}}
1420      * 
1421      */
1422     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "TransactionLog")
1423     public JAXBElement<TransactionLog> createTransactionLog(TransactionLog value) {
1424         return new JAXBElement<TransactionLog>(_TransactionLog_QNAME, TransactionLog.class, null, value);
1425     }
1426 
1427     /**
1428      * Create an instance of {@link JAXBElement }{@code <}{@link PurgePerformanceDataResponseMsg }{@code >}}
1429      * 
1430      */
1431     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "PurgePerformanceDataResponseMsg")
1432     public JAXBElement<PurgePerformanceDataResponseMsg> createPurgePerformanceDataResponseMsg(PurgePerformanceDataResponseMsg value) {
1433         return new JAXBElement<PurgePerformanceDataResponseMsg>(_PurgePerformanceDataResponseMsg_QNAME, PurgePerformanceDataResponseMsg.class, null, value);
1434     }
1435 
1436     /**
1437      * Create an instance of {@link JAXBElement }{@code <}{@link GetDataCollectorListRequestMsg }{@code >}}
1438      * 
1439      */
1440     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetDataCollectorListRequestMsg")
1441     public JAXBElement<GetDataCollectorListRequestMsg> createGetDataCollectorListRequestMsg(GetDataCollectorListRequestMsg value) {
1442         return new JAXBElement<GetDataCollectorListRequestMsg>(_GetDataCollectorListRequestMsg_QNAME, GetDataCollectorListRequestMsg.class, null, value);
1443     }
1444 
1445     /**
1446      * Create an instance of {@link JAXBElement }{@code <}{@link GetMessageTransactionLogResponseMsg }{@code >}}
1447      * 
1448      */
1449     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetMessageTransactionLogResponseMsg")
1450     public JAXBElement<GetMessageTransactionLogResponseMsg> createGetMessageTransactionLogResponseMsg(GetMessageTransactionLogResponseMsg value) {
1451         return new JAXBElement<GetMessageTransactionLogResponseMsg>(_GetMessageTransactionLogResponseMsg_QNAME, GetMessageTransactionLogResponseMsg.class, null, value);
1452     }
1453 
1454     /**
1455      * Create an instance of {@link JAXBElement }{@code <}{@link GetPerformanceAverageStatsResponseMsg }{@code >}}
1456      * 
1457      */
1458     @XmlElementDecl(namespace = "urn:org:miloss:fgsms:services:interfaces:dataAccessService", name = "GetPerformanceAverageStatsResponseMsg")
1459     public JAXBElement<GetPerformanceAverageStatsResponseMsg> createGetPerformanceAverageStatsResponseMsg(GetPerformanceAverageStatsResponseMsg value) {
1460         return new JAXBElement<GetPerformanceAverageStatsResponseMsg>(_GetPerformanceAverageStatsResponseMsg_QNAME, GetPerformanceAverageStatsResponseMsg.class, null, value);
1461     }
1462 
1463 }