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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToMatchingDesignationsRequestLanguageIdentification
private  RestrictToMatchingDesignationsRequestLanguageIdentification RestrictToMatchingDesignationsRequest.languageIdentification
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToMatchingDesignationsRequestLanguageIdentification
 RestrictToMatchingDesignationsRequestLanguageIdentification RestrictToMatchingDesignationsRequest.getLanguageIdentification()
          Gets the languageIdentification value for this RestrictToMatchingDesignationsRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingDesignationsRequestLanguageIdentification
 void RestrictToMatchingDesignationsRequest.setLanguageIdentification(RestrictToMatchingDesignationsRequestLanguageIdentification languageIdentification)
          Sets the languageIdentification value for this RestrictToMatchingDesignationsRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingDesignationsRequestLanguageIdentification
RestrictToMatchingDesignationsRequest(RestrictToMatchingDesignationsRequestExtensionIdentification extensionIdentification, RestrictToMatchingDesignationsRequestLanguageIdentification languageIdentification, RestrictToMatchingDesignationsRequestMatchCriteria matchCriteria, RestrictToMatchingDesignationsRequestSearchDesignationOption searchDesignationOption)