org.eobjects.datacleaner.monitor.jaxb
Class TimelineMetadataType

java.lang.Object
  extended by 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>
 


Field Summary
protected  String timelineName
           
 
Constructor Summary
TimelineMetadataType()
           
 
Method Summary
 String getTimelineName()
          Gets the value of the timelineName property.
 void setTimelineName(String value)
          Sets the value of the timelineName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timelineName

protected String timelineName
Constructor Detail

TimelineMetadataType

public TimelineMetadataType()
Method Detail

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.