|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.Timeline
public class Timeline
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 |
|---|
protected TimelineMetadataType timelineMetadata
protected String jobName
protected MetricsType metrics
protected ChartOptionsType chartOptions
| Constructor Detail |
|---|
public Timeline()
| Method Detail |
|---|
public TimelineMetadataType getTimelineMetadata()
TimelineMetadataTypepublic void setTimelineMetadata(TimelineMetadataType value)
value - allowed object is
TimelineMetadataTypepublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic ChartOptionsType getChartOptions()
ChartOptionsTypepublic void setChartOptions(ChartOptionsType value)
value - allowed object is
ChartOptionsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||