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

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

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

Subinterfaces of CommentsType in com.pushtotest.testmaker.XSTest.PAAS.GSRS
 interface Comments
          Java content class for comments element declaration.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS that return CommentsType
 CommentsType ObjectFactory.createCommentsType()
          Create an instance of CommentsType
 CommentsType FunctionType.getComments()
          Gets the value of the comments property.
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS with parameters of type CommentsType
 void FunctionType.setComments(CommentsType value)
          Sets the value of the comments property.
 

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

Classes in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that implement CommentsType
 class CommentsImpl
           
 class CommentsTypeImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl declared as CommentsType
protected  CommentsType FunctionTypeImpl._Comments
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl that return CommentsType
 CommentsType FunctionTypeImpl.getComments()
           
 

Methods in com.pushtotest.testmaker.XSTest.PAAS.GSRS.impl with parameters of type CommentsType
 void FunctionTypeImpl.setComments(CommentsType value)