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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToMatchingPropertiesRequestLanguageIdentification
private  RestrictToMatchingPropertiesRequestLanguageIdentification RestrictToMatchingPropertiesRequest.languageIdentification
           
 

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

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

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingPropertiesRequestLanguageIdentification
RestrictToMatchingPropertiesRequest(RestrictToMatchingPropertiesRequestExtensionIdentification extensionIdentification, RestrictToMatchingPropertiesRequestLanguageIdentification languageIdentification, RestrictToMatchingPropertiesRequestLocalNameList localNameList, RestrictToMatchingPropertiesRequestLocalNameList2 localNameList2, RestrictToMatchingPropertiesRequestLocalNameList3 localNameList3, RestrictToMatchingPropertiesRequestMatchCriteria matchCriteria, RestrictToMatchingPropertiesRequestNameAndValueList nameAndValueList, RestrictToMatchingPropertiesRequestPropertyType propertyType)