org.eobjects.datacleaner.monitor.jaxb
Class TimelineMetadataType
java.lang.Object
org.eobjects.datacleaner.monitor.jaxb.TimelineMetadataType
public class TimelineMetadataType
- extends Object
Java class for timelineMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timelineMetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timeline-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timelineName
protected String timelineName
TimelineMetadataType
public TimelineMetadataType()
getTimelineName
public String getTimelineName()
- Gets the value of the timelineName property.
- Returns:
- possible object is
String
setTimelineName
public void setTimelineName(String value)
- Sets the value of the timelineName property.
- Parameters:
value - allowed object is
String
Copyright © 2012 Human Inference. All Rights Reserved.