org.eobjects.datacleaner.monitor.jaxb
Class Timeline

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

public class Timeline
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="timeline-metadata" type="{http://eobjects.org/datacleaner/timeline/1.0}timelineMetadataType" minOccurs="0"/>
         <element name="job-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="metrics" type="{http://eobjects.org/datacleaner/timeline/1.0}metricsType"/>
         <element name="chart-options" type="{http://eobjects.org/datacleaner/timeline/1.0}chartOptionsType" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ChartOptionsType chartOptions
           
protected  String jobName
           
protected  MetricsType metrics
           
protected  TimelineMetadataType timelineMetadata
           
 
Constructor Summary
Timeline()
           
 
Method Summary
 ChartOptionsType getChartOptions()
          Gets the value of the chartOptions property.
 String getJobName()
          Gets the value of the jobName property.
 MetricsType getMetrics()
          Gets the value of the metrics property.
 TimelineMetadataType getTimelineMetadata()
          Gets the value of the timelineMetadata property.
 void setChartOptions(ChartOptionsType value)
          Sets the value of the chartOptions property.
 void setJobName(String value)
          Sets the value of the jobName property.
 void setMetrics(MetricsType value)
          Sets the value of the metrics property.
 void setTimelineMetadata(TimelineMetadataType value)
          Sets the value of the timelineMetadata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timelineMetadata

protected TimelineMetadataType timelineMetadata

jobName

protected String jobName

metrics

protected MetricsType metrics

chartOptions

protected ChartOptionsType chartOptions
Constructor Detail

Timeline

public Timeline()
Method Detail

getTimelineMetadata

public TimelineMetadataType getTimelineMetadata()
Gets the value of the timelineMetadata property.

Returns:
possible object is TimelineMetadataType

setTimelineMetadata

public void setTimelineMetadata(TimelineMetadataType value)
Sets the value of the timelineMetadata property.

Parameters:
value - allowed object is TimelineMetadataType

getJobName

public String getJobName()
Gets the value of the jobName property.

Returns:
possible object is String

setJobName

public void setJobName(String value)
Sets the value of the jobName property.

Parameters:
value - allowed object is String

getMetrics

public MetricsType getMetrics()
Gets the value of the metrics property.

Returns:
possible object is MetricsType

setMetrics

public void setMetrics(MetricsType value)
Sets the value of the metrics property.

Parameters:
value - allowed object is MetricsType

getChartOptions

public ChartOptionsType getChartOptions()
Gets the value of the chartOptions property.

Returns:
possible object is ChartOptionsType

setChartOptions

public void setChartOptions(ChartOptionsType value)
Sets the value of the chartOptions property.

Parameters:
value - allowed object is ChartOptionsType


Copyright © 2012 Human Inference. All Rights Reserved.