com.pushtotest.tool.xml.results
Interface TimeType

All Known Subinterfaces:
Time
All Known Implementing Classes:
TimeImpl, TimeTypeImpl

public interface TimeType

Java content class for anonymous 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/results.xsd line 136)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 int getValue()
          Gets the value of the value property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(int value)
          Sets the value of the value property.
 

Method Detail

getValue

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


setValue

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


getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String