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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as IsCodeInSetRequestCode
private  IsCodeInSetRequestCode IsCodeInSetRequest.code
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return IsCodeInSetRequestCode
 IsCodeInSetRequestCode IsCodeInSetRequest.getCode()
          Gets the code value for this IsCodeInSetRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type IsCodeInSetRequestCode
 void IsCodeInSetRequest.setCode(IsCodeInSetRequestCode code)
          Sets the code value for this IsCodeInSetRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type IsCodeInSetRequestCode
IsCodeInSetRequest(IsCodeInSetRequestCode code)