public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.miloss.fgsms.services.interfaces.automatedreportingservice
|
public ObjectFactory()
public DeleteScheduledReportResponse createDeleteScheduledReportResponse()
DeleteScheduledReportResponse
public DeleteScheduledReportResponseMsg createDeleteScheduledReportResponseMsg()
DeleteScheduledReportResponseMsg
public ExportDataRequestMsg createExportDataRequestMsg()
ExportDataRequestMsg
public TimeRangeDiff createTimeRangeDiff()
TimeRangeDiff
public AddOrUpdateScheduledReportResponse createAddOrUpdateScheduledReportResponse()
AddOrUpdateScheduledReportResponse
public AddOrUpdateScheduledReportResponseMsg createAddOrUpdateScheduledReportResponseMsg()
AddOrUpdateScheduledReportResponseMsg
public DeleteReport createDeleteReport()
DeleteReport
public DeleteReportRequestMsg createDeleteReportRequestMsg()
DeleteReportRequestMsg
public GetMyScheduledReportsResponse createGetMyScheduledReportsResponse()
GetMyScheduledReportsResponse
public GetMyScheduledReportsResponseMsg createGetMyScheduledReportsResponseMsg()
GetMyScheduledReportsResponseMsg
public GetReportResponse createGetReportResponse()
GetReportResponse
public GetReportResponseMsg createGetReportResponseMsg()
GetReportResponseMsg
public GetMyScheduledReports createGetMyScheduledReports()
GetMyScheduledReports
public GetMyScheduledReportsRequestMsg createGetMyScheduledReportsRequestMsg()
GetMyScheduledReportsRequestMsg
public DeleteScheduledReport createDeleteScheduledReport()
DeleteScheduledReport
public DeleteScheduledReportRequestMsg createDeleteScheduledReportRequestMsg()
DeleteScheduledReportRequestMsg
public DeleteReportResponse createDeleteReportResponse()
DeleteReportResponse
public DeleteReportResponseMsg createDeleteReportResponseMsg()
DeleteReportResponseMsg
public ExportCSVDataRequestMsg createExportCSVDataRequestMsg()
ExportCSVDataRequestMsg
public AddOrUpdateScheduledReport createAddOrUpdateScheduledReport()
AddOrUpdateScheduledReport
public AddOrUpdateScheduledReportRequestMsg createAddOrUpdateScheduledReportRequestMsg()
AddOrUpdateScheduledReportRequestMsg
public GetReportRequestMsg createGetReportRequestMsg()
GetReportRequestMsg
public ImmediateSchedule createImmediateSchedule()
ImmediateSchedule
public ScheduleDefinition createScheduleDefinition()
ScheduleDefinition
public MonthlySchedule createMonthlySchedule()
MonthlySchedule
public ExistingReportDefitions createExistingReportDefitions()
ExistingReportDefitions
public DailySchedule createDailySchedule()
DailySchedule
public OneTimeSchedule createOneTimeSchedule()
OneTimeSchedule
public WeeklySchedule createWeeklySchedule()
WeeklySchedule
public CompletedJobs createCompletedJobs()
CompletedJobs
public ReportDefinition createReportDefinition()
ReportDefinition
public JAXBElement<ExportDataRequestMsg> createExportDataRequestMsg(ExportDataRequestMsg value)
public JAXBElement<TimeRangeDiff> createTimeRangeDiff(TimeRangeDiff value)
public JAXBElement<ExportCSVDataRequestMsg> createExportCSVDataRequestMsg(ExportCSVDataRequestMsg value)
Copyright © 2008–2017 MIL-OSS. All rights reserved.