Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs.MatchRequestRef

Packages that use MatchRequestRef
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs   
 

Uses of MatchRequestRef in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs declared as MatchRequestRef
private  MatchRequestRef MatchRequest.ref
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs that return MatchRequestRef
 MatchRequestRef MatchRequest.getRef()
          Gets the ref value for this MatchRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs with parameters of type MatchRequestRef
 void MatchRequest.setRef(MatchRequestRef ref)
          Sets the ref value for this MatchRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs with parameters of type MatchRequestRef
MatchRequest(MatchRequestRef ref)