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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs declared as GetAncestorsRequestConceptReference
private  GetAncestorsRequestConceptReference GetAncestorsRequest.conceptReference
           
 

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

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

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