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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToMatchingPropertiesRequestExtensionIdentification
private  RestrictToMatchingPropertiesRequestExtensionIdentification RestrictToMatchingPropertiesRequest.extensionIdentification
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToMatchingPropertiesRequestExtensionIdentification
 RestrictToMatchingPropertiesRequestExtensionIdentification RestrictToMatchingPropertiesRequest.getExtensionIdentification()
          Gets the extensionIdentification value for this RestrictToMatchingPropertiesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingPropertiesRequestExtensionIdentification
 void RestrictToMatchingPropertiesRequest.setExtensionIdentification(RestrictToMatchingPropertiesRequestExtensionIdentification extensionIdentification)
          Sets the extensionIdentification value for this RestrictToMatchingPropertiesRequest.
 

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