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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as RestrictToTargetCodeSystemRequestCodingSchemeIdentification
private  RestrictToTargetCodeSystemRequestCodingSchemeIdentification RestrictToTargetCodeSystemRequest.codingSchemeIdentification
           
 

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

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

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