Uses of Interface
com.pushtotest.testmaker.XSTest.xml.Dicttype

Packages that use Dicttype
com.pushtotest.testmaker.XSTest.xml   
com.pushtotest.testmaker.XSTest.xml.impl   
 

Uses of Dicttype in com.pushtotest.testmaker.XSTest.xml
 

Methods in com.pushtotest.testmaker.XSTest.xml that return Dicttype
 Dicttype ObjectFactory.createDicttype()
          Create an instance of Dicttype
 Dicttype XSTestType.TargetsType.TargetType.getConnections()
          Gets the value of the connections property.
 Dicttype XSTestType.UseCasesType.UsecaseType.getPayloads()
          Gets the value of the payloads property.
 

Methods in com.pushtotest.testmaker.XSTest.xml with parameters of type Dicttype
 void XSTestType.TargetsType.TargetType.setConnections(Dicttype value)
          Sets the value of the connections property.
 void XSTestType.UseCasesType.UsecaseType.setPayloads(Dicttype value)
          Sets the value of the payloads property.
 

Uses of Dicttype in com.pushtotest.testmaker.XSTest.xml.impl
 

Classes in com.pushtotest.testmaker.XSTest.xml.impl that implement Dicttype
 class DicttypeImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.xml.impl declared as Dicttype
protected  Dicttype XSTestTypeImpl.TargetsTypeImpl.TargetTypeImpl._Connections
           
protected  Dicttype XSTestTypeImpl.UseCasesTypeImpl.UsecaseTypeImpl._Payloads
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.impl that return Dicttype
 Dicttype XSTestTypeImpl.TargetsTypeImpl.TargetTypeImpl.getConnections()
           
 Dicttype XSTestTypeImpl.UseCasesTypeImpl.UsecaseTypeImpl.getPayloads()
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.impl with parameters of type Dicttype
 void XSTestTypeImpl.TargetsTypeImpl.TargetTypeImpl.setConnections(Dicttype value)
           
 void XSTestTypeImpl.UseCasesTypeImpl.UsecaseTypeImpl.setPayloads(Dicttype value)