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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs declared as IsCodeRetiredRequestConceptIdentification
private  IsCodeRetiredRequestConceptIdentification IsCodeRetiredRequest.conceptIdentification
           
 

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

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

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.stubs with parameters of type IsCodeRetiredRequestConceptIdentification
IsCodeRetiredRequest(IsCodeRetiredRequestCodingSchemeIdentification codingSchemeIdentification, IsCodeRetiredRequestConceptIdentification conceptIdentification, IsCodeRetiredRequestVersionOrTag versionOrTag)