Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.SetSecurityTokenRequestCodingSchemeIdentification

Packages that use SetSecurityTokenRequestCodingSchemeIdentification
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as SetSecurityTokenRequestCodingSchemeIdentification
private  SetSecurityTokenRequestCodingSchemeIdentification SetSecurityTokenRequest.codingSchemeIdentification
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return SetSecurityTokenRequestCodingSchemeIdentification
 SetSecurityTokenRequestCodingSchemeIdentification SetSecurityTokenRequest.getCodingSchemeIdentification()
          Gets the codingSchemeIdentification value for this SetSecurityTokenRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type SetSecurityTokenRequestCodingSchemeIdentification
 void SetSecurityTokenRequest.setCodingSchemeIdentification(SetSecurityTokenRequestCodingSchemeIdentification codingSchemeIdentification)
          Sets the codingSchemeIdentification value for this SetSecurityTokenRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type SetSecurityTokenRequestCodingSchemeIdentification
SetSecurityTokenRequest(SetSecurityTokenRequestCodingSchemeIdentification codingSchemeIdentification, SetSecurityTokenRequestSecurityToken securityToken)