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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as UnionRequestCodes
private  UnionRequestCodes UnionRequest.codes
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return UnionRequestCodes
 UnionRequestCodes UnionRequest.getCodes()
          Gets the codes value for this UnionRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type UnionRequestCodes
 void UnionRequest.setCodes(UnionRequestCodes codes)
          Sets the codes value for this UnionRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type UnionRequestCodes
UnionRequest(UnionRequestCodes codes)