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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as RestrictToSourceCodeSystemRequestCodingSchemeIdentification
private  RestrictToSourceCodeSystemRequestCodingSchemeIdentification RestrictToSourceCodeSystemRequest.codingSchemeIdentification
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return RestrictToSourceCodeSystemRequestCodingSchemeIdentification
 RestrictToSourceCodeSystemRequestCodingSchemeIdentification RestrictToSourceCodeSystemRequest.getCodingSchemeIdentification()
          Gets the codingSchemeIdentification value for this RestrictToSourceCodeSystemRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type RestrictToSourceCodeSystemRequestCodingSchemeIdentification
 void RestrictToSourceCodeSystemRequest.setCodingSchemeIdentification(RestrictToSourceCodeSystemRequestCodingSchemeIdentification codingSchemeIdentification)
          Sets the codingSchemeIdentification value for this RestrictToSourceCodeSystemRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type RestrictToSourceCodeSystemRequestCodingSchemeIdentification
RestrictToSourceCodeSystemRequest(RestrictToSourceCodeSystemRequestCodingSchemeIdentification codingSchemeIdentification)