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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs declared as GetConceptChangeVersionsRequestConceptReference
private  GetConceptChangeVersionsRequestConceptReference GetConceptChangeVersionsRequest.conceptReference
           
 

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

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

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs with parameters of type GetConceptChangeVersionsRequestConceptReference
GetConceptChangeVersionsRequest(java.util.Date beginDate, GetConceptChangeVersionsRequestConceptReference conceptReference, java.util.Date endDate)