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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as RestrictToSourceCodesRequestCodes
private  RestrictToSourceCodesRequestCodes RestrictToSourceCodesRequest.codes
           
 

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

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

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