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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs declared as GetDescendentsRequestConceptReference
private  GetDescendentsRequestConceptReference GetDescendentsRequest.conceptReference
           
 

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

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

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