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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToMatchingPropertiesRequestLocalNameList
private  RestrictToMatchingPropertiesRequestLocalNameList RestrictToMatchingPropertiesRequest.localNameList
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToMatchingPropertiesRequestLocalNameList
 RestrictToMatchingPropertiesRequestLocalNameList RestrictToMatchingPropertiesRequest.getLocalNameList()
          Gets the localNameList value for this RestrictToMatchingPropertiesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingPropertiesRequestLocalNameList
 void RestrictToMatchingPropertiesRequest.setLocalNameList(RestrictToMatchingPropertiesRequestLocalNameList localNameList)
          Sets the localNameList value for this RestrictToMatchingPropertiesRequest.
 

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