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

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

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

Subinterfaces of AuthorType in com.pushtotest.testmaker.XSTest.PAAS.GSRS
 interface Author
          Java content class for author element declaration.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS that return AuthorType
 AuthorType ObjectFactory.createAuthorType()
          Create an instance of AuthorType
 AuthorType CommentType.getAuthor()
          Gets the value of the author property.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS with parameters of type AuthorType
 void CommentType.setAuthor(AuthorType value)
          Sets the value of the author property.
 

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

Classes in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that implement AuthorType
 class AuthorImpl
           
 class AuthorTypeImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl declared as AuthorType
protected  AuthorType CommentTypeImpl._Author
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that return AuthorType
 AuthorType CommentTypeImpl.getAuthor()
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl with parameters of type AuthorType
 void CommentTypeImpl.setAuthor(AuthorType value)