com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface SecondsT

All Known Implementing Classes:
SecondsTImpl

public interface SecondsT

Java content class for seconds_t 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/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd line 361)

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


Method Summary
 int getTime()
          Gets the value of the time property.
 void setTime(int value)
          Sets the value of the time property.
 

Method Detail

getTime

int getTime()
Gets the value of the time property.


setTime

void setTime(int value)
Sets the value of the time property.