Uses of Interface
com.pushtotest.testmaker.XSTest.xml.TestScenario.BasicsT

Packages that use BasicsT
com.pushtotest.testmaker.XSTest.xml.TestScenario   
com.pushtotest.testmaker.XSTest.xml.TestScenario.impl   
 

Uses of BasicsT in com.pushtotest.testmaker.XSTest.xml.TestScenario
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario that return BasicsT
 BasicsT ObjectFactory.createBasicsT()
          Create an instance of BasicsT
 BasicsT TestscenarioT.getBasics()
          Gets the value of the basics property.
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario with parameters of type BasicsT
 void TestscenarioT.setBasics(BasicsT value)
          Sets the value of the basics property.
 

Uses of BasicsT in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl
 

Classes in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that implement BasicsT
 class BasicsTImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl declared as BasicsT
protected  BasicsT TestscenarioTImpl._Basics
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that return BasicsT
 BasicsT TestscenarioTImpl.getBasics()
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl with parameters of type BasicsT
 void TestscenarioTImpl.setBasics(BasicsT value)