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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToMatchingDesignationsRequestSearchDesignationOption
private  RestrictToMatchingDesignationsRequestSearchDesignationOption RestrictToMatchingDesignationsRequest.searchDesignationOption
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToMatchingDesignationsRequestSearchDesignationOption
 RestrictToMatchingDesignationsRequestSearchDesignationOption RestrictToMatchingDesignationsRequest.getSearchDesignationOption()
          Gets the searchDesignationOption value for this RestrictToMatchingDesignationsRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingDesignationsRequestSearchDesignationOption
 void RestrictToMatchingDesignationsRequest.setSearchDesignationOption(RestrictToMatchingDesignationsRequestSearchDesignationOption searchDesignationOption)
          Sets the searchDesignationOption value for this RestrictToMatchingDesignationsRequest.
 

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