Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.RestrictToCodesRequestCodeList

Packages that use RestrictToCodesRequestCodeList
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs   
 

Uses of RestrictToCodesRequestCodeList in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToCodesRequestCodeList
private  RestrictToCodesRequestCodeList RestrictToCodesRequest.codeList
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToCodesRequestCodeList
 RestrictToCodesRequestCodeList RestrictToCodesRequest.getCodeList()
          Gets the codeList value for this RestrictToCodesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToCodesRequestCodeList
 void RestrictToCodesRequest.setCodeList(RestrictToCodesRequestCodeList codeList)
          Sets the codeList value for this RestrictToCodesRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToCodesRequestCodeList
RestrictToCodesRequest(RestrictToCodesRequestCodeList codeList)