Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs.CreateCodeNodeSetRequestConceptIdentification

Packages that use CreateCodeNodeSetRequestConceptIdentification
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs   
 

Uses of CreateCodeNodeSetRequestConceptIdentification in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs declared as CreateCodeNodeSetRequestConceptIdentification
private  CreateCodeNodeSetRequestConceptIdentification CreateCodeNodeSetRequest.conceptIdentification
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs that return CreateCodeNodeSetRequestConceptIdentification
 CreateCodeNodeSetRequestConceptIdentification CreateCodeNodeSetRequest.getConceptIdentification()
          Gets the conceptIdentification value for this CreateCodeNodeSetRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs with parameters of type CreateCodeNodeSetRequestConceptIdentification
 void CreateCodeNodeSetRequest.setConceptIdentification(CreateCodeNodeSetRequestConceptIdentification conceptIdentification)
          Sets the conceptIdentification value for this CreateCodeNodeSetRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs with parameters of type CreateCodeNodeSetRequestConceptIdentification
CreateCodeNodeSetRequest(CreateCodeNodeSetRequestCodingSchemeIdentification codingSchemeIdentification, CreateCodeNodeSetRequestConceptIdentification conceptIdentification, CreateCodeNodeSetRequestVersionOrTag versionOrTag)