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

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

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

Subinterfaces of SecurityType in com.pushtotest.testmaker.XSTest.PAAS.GSRS
 interface Security
          Java content class for security element declaration.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS that return SecurityType
 SecurityType ObjectFactory.createSecurityType()
          Create an instance of SecurityType
 SecurityType ServiceType.getSecurity()
          Gets the value of the security property.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS with parameters of type SecurityType
 void ServiceType.setSecurity(SecurityType value)
          Sets the value of the security property.
 

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

Classes in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that implement SecurityType
 class SecurityImpl
           
 class SecurityTypeImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl declared as SecurityType
protected  SecurityType ServiceTypeImpl._Security
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that return SecurityType
 SecurityType ServiceTypeImpl.getSecurity()
           
 

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