com.pushtotest.tool.xml.SDLog
Interface TickType

All Known Subinterfaces:
Tick
All Known Implementing Classes:
TickImpl, TickTypeImpl

public interface TickType

Log entry. Includes the time the entry was logged and the actual reading value. Java content class for tick_type complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/tool/src/com/pushtotest/tool/xml/SDLog.xsd line 62)

 <complexType name="tick_type">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>float">
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getTime()
          Gets the value of the time property.
 float getValue()
          Gets the value of the value property.
 void setTime(java.lang.String value)
          Sets the value of the time property.
 void setValue(float value)
          Sets the value of the value property.
 

Method Detail

getValue

float getValue()
Gets the value of the value property.


setValue

void setValue(float value)
Sets the value of the value property.


getTime

java.lang.String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

void setTime(java.lang.String value)
Sets the value of the time property.

Parameters:
value - allowed object is String