org.eobjects.datacleaner.monitor.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.eobjects.datacleaner.monitor.jaxb package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eobjects.datacleaner.monitor.jaxb
 
Method Summary
 Alert createAlert()
          Create an instance of Alert
 ChartOptionsType createChartOptionsType()
          Create an instance of ChartOptionsType
 ChartOptionsType.HorizontalAxis createChartOptionsTypeHorizontalAxis()
          Create an instance of ChartOptionsType.HorizontalAxis
 ChartOptionsType.HorizontalAxis.FixedAxis createChartOptionsTypeHorizontalAxisFixedAxis()
          Create an instance of ChartOptionsType.HorizontalAxis.FixedAxis
 ChartOptionsType.HorizontalAxis.RollingAxis createChartOptionsTypeHorizontalAxisRollingAxis()
          Create an instance of ChartOptionsType.HorizontalAxis.RollingAxis
 ChartOptionsType.VerticalAxis createChartOptionsTypeVerticalAxis()
          Create an instance of ChartOptionsType.VerticalAxis
 ExecutionLog createExecutionLog()
          Create an instance of ExecutionLog
 JAXBElement<MetricType> createMetric(MetricType value)
          Create an instance of JAXBElement<MetricType>}
 MetricsType createMetricsType()
          Create an instance of MetricsType
 MetricType createMetricType()
          Create an instance of MetricType
 MetricType.Children createMetricTypeChildren()
          Create an instance of MetricType.Children
 Schedule createSchedule()
          Create an instance of Schedule
 Schedule.Alerts createScheduleAlerts()
          Create an instance of Schedule.Alerts
 Timeline createTimeline()
          Create an instance of Timeline
 TimelineMetadataType createTimelineMetadataType()
          Create an instance of TimelineMetadataType
 VariableProvider createVariableProvider()
          Create an instance of VariableProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eobjects.datacleaner.monitor.jaxb

Method Detail

createTimeline

public Timeline createTimeline()
Create an instance of Timeline


createAlert

public Alert createAlert()
Create an instance of Alert


createExecutionLog

public ExecutionLog createExecutionLog()
Create an instance of ExecutionLog


createMetricsType

public MetricsType createMetricsType()
Create an instance of MetricsType


createMetricTypeChildren

public MetricType.Children createMetricTypeChildren()
Create an instance of MetricType.Children


createChartOptionsType

public ChartOptionsType createChartOptionsType()
Create an instance of ChartOptionsType


createVariableProvider

public VariableProvider createVariableProvider()
Create an instance of VariableProvider


createChartOptionsTypeHorizontalAxisFixedAxis

public ChartOptionsType.HorizontalAxis.FixedAxis createChartOptionsTypeHorizontalAxisFixedAxis()
Create an instance of ChartOptionsType.HorizontalAxis.FixedAxis


createSchedule

public Schedule createSchedule()
Create an instance of Schedule


createTimelineMetadataType

public TimelineMetadataType createTimelineMetadataType()
Create an instance of TimelineMetadataType


createScheduleAlerts

public Schedule.Alerts createScheduleAlerts()
Create an instance of Schedule.Alerts


createMetricType

public MetricType createMetricType()
Create an instance of MetricType


createChartOptionsTypeHorizontalAxisRollingAxis

public ChartOptionsType.HorizontalAxis.RollingAxis createChartOptionsTypeHorizontalAxisRollingAxis()
Create an instance of ChartOptionsType.HorizontalAxis.RollingAxis


createChartOptionsTypeHorizontalAxis

public ChartOptionsType.HorizontalAxis createChartOptionsTypeHorizontalAxis()
Create an instance of ChartOptionsType.HorizontalAxis


createChartOptionsTypeVerticalAxis

public ChartOptionsType.VerticalAxis createChartOptionsTypeVerticalAxis()
Create an instance of ChartOptionsType.VerticalAxis


createMetric

public JAXBElement<MetricType> createMetric(MetricType value)
Create an instance of JAXBElement<MetricType>}



Copyright © 2012 Human Inference. All Rights Reserved.