Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LexEVSGridServiceReference

Packages that use LexEVSGridServiceReference
org.LexGrid.LexBIG.cagrid.LexEVSGridService.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

Uses of LexEVSGridServiceReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service that return LexEVSGridServiceReference
 LexEVSGridServiceReference LexEVSGridServiceImpl.setSecurityToken(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, gov.nih.nci.evs.security.SecurityToken securityToken)
           
 

Uses of LexEVSGridServiceReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as LexEVSGridServiceReference
private  LexEVSGridServiceReference SetSecurityTokenResponse.lexEVSGridServiceReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return LexEVSGridServiceReference
 LexEVSGridServiceReference SetSecurityTokenResponse.getLexEVSGridServiceReference()
          Gets the lexEVSGridServiceReference value for this SetSecurityTokenResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type LexEVSGridServiceReference
 void SetSecurityTokenResponse.setLexEVSGridServiceReference(LexEVSGridServiceReference lexEVSGridServiceReference)
          Sets the lexEVSGridServiceReference value for this SetSecurityTokenResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type LexEVSGridServiceReference
SetSecurityTokenResponse(LexEVSGridServiceReference lexEVSGridServiceReference)