Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.RestrictToCodesRequestCodes

Packages that use RestrictToCodesRequestCodes
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs   
 

Uses of RestrictToCodesRequestCodes in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as RestrictToCodesRequestCodes
private  RestrictToCodesRequestCodes RestrictToCodesRequest.codes
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return RestrictToCodesRequestCodes
 RestrictToCodesRequestCodes RestrictToCodesRequest.getCodes()
          Gets the codes value for this RestrictToCodesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type RestrictToCodesRequestCodes
 void RestrictToCodesRequest.setCodes(RestrictToCodesRequestCodes codes)
          Sets the codes value for this RestrictToCodesRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type RestrictToCodesRequestCodes
RestrictToCodesRequest(RestrictToCodesRequestCodes codes)