Uses of Interface
com.pushtotest.testmaker.XSTest.PAAS.GSRS.AcceptsType

Packages that use AcceptsType
com.pushtotest.testmaker.XSTest.PAAS.GSRS   
com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl   
 

Uses of AcceptsType in com.pushtotest.testmaker.XSTest.PAAS.GSRS
 

Subinterfaces of AcceptsType in com.pushtotest.testmaker.XSTest.PAAS.GSRS
 interface Accepts
          Java content class for accepts element declaration.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS that return AcceptsType
 AcceptsType ObjectFactory.createAcceptsType()
          Create an instance of AcceptsType
 AcceptsType ServiceType.getAccepts()
          Gets the value of the accepts property.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS with parameters of type AcceptsType
 void ServiceType.setAccepts(AcceptsType value)
          Sets the value of the accepts property.
 

Uses of AcceptsType in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl
 

Classes in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that implement AcceptsType
 class AcceptsImpl
           
 class AcceptsTypeImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl declared as AcceptsType
protected  AcceptsType ServiceTypeImpl._Accepts
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that return AcceptsType
 AcceptsType ServiceTypeImpl.getAccepts()
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl with parameters of type AcceptsType
 void ServiceTypeImpl.setAccepts(AcceptsType value)