Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs.GetConceptCreationVersionRequestConceptReference

Packages that use GetConceptCreationVersionRequestConceptReference
org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs   
 

Uses of GetConceptCreationVersionRequestConceptReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs declared as GetConceptCreationVersionRequestConceptReference
private  GetConceptCreationVersionRequestConceptReference GetConceptCreationVersionRequest.conceptReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs that return GetConceptCreationVersionRequestConceptReference
 GetConceptCreationVersionRequestConceptReference GetConceptCreationVersionRequest.getConceptReference()
          Gets the conceptReference value for this GetConceptCreationVersionRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs with parameters of type GetConceptCreationVersionRequestConceptReference
 void GetConceptCreationVersionRequest.setConceptReference(GetConceptCreationVersionRequestConceptReference conceptReference)
          Sets the conceptReference value for this GetConceptCreationVersionRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs with parameters of type GetConceptCreationVersionRequestConceptReference
GetConceptCreationVersionRequest(GetConceptCreationVersionRequestConceptReference conceptReference)