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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as RestrictToCodeSystemRequestCodingSchemeIdentification
private  RestrictToCodeSystemRequestCodingSchemeIdentification RestrictToCodeSystemRequest.codingSchemeIdentification
           
 

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

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

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