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: com.aeris.service.report.model.v1.composite
|
| Modifier and Type | Method and Description |
|---|---|
Account |
createAccount()
Create an instance of
Account |
Column |
createColumn()
Create an instance of
Column |
EmailConfig |
createEmailConfig()
Create an instance of
EmailConfig |
Filter |
createFilter()
Create an instance of
Filter |
RatePlan |
createRatePlan()
Create an instance of
RatePlan |
ReportDuration |
createReportDuration()
Create an instance of
ReportDuration |
ReportSchedule |
createReportSchedule()
Create an instance of
ReportSchedule |
SortBy |
createSortBy()
Create an instance of
SortBy |
SystemReportCacheKey |
createSystemReportCacheKey()
Create an instance of
SystemReportCacheKey |
TrendDuration |
createTrendDuration()
Create an instance of
TrendDuration |
public ObjectFactory()
public SystemReportCacheKey createSystemReportCacheKey()
SystemReportCacheKeypublic EmailConfig createEmailConfig()
EmailConfigpublic ReportDuration createReportDuration()
ReportDurationpublic TrendDuration createTrendDuration()
TrendDurationpublic ReportSchedule createReportSchedule()
ReportScheduleCopyright © 2023. All rights reserved.