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

All Known Implementing Classes:
LoggingTImpl

public interface LoggingT

Java content class for logging_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 438)

 <complexType name="logging_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="step" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 boolean isStep()
          Gets the value of the step property.
 void setStep(boolean value)
          Sets the value of the step property.
 

Method Detail

isStep

boolean isStep()
Gets the value of the step property.


setStep

void setStep(boolean value)
Sets the value of the step property.