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

All Known Implementing Classes:
DebugTImpl

public interface DebugT

Java content class for debug_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 355)

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


Method Summary
 int getLoglevel()
          Gets the value of the loglevel property.
 void setLoglevel(int value)
          Sets the value of the loglevel property.
 

Method Detail

getLoglevel

int getLoglevel()
Gets the value of the loglevel property.


setLoglevel

void setLoglevel(int value)
Sets the value of the loglevel property.