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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as RestrictToMatchingPropertiesRequestPropertyType
private  RestrictToMatchingPropertiesRequestPropertyType RestrictToMatchingPropertiesRequest.propertyType
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return RestrictToMatchingPropertiesRequestPropertyType
 RestrictToMatchingPropertiesRequestPropertyType RestrictToMatchingPropertiesRequest.getPropertyType()
          Gets the propertyType value for this RestrictToMatchingPropertiesRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type RestrictToMatchingPropertiesRequestPropertyType
 void RestrictToMatchingPropertiesRequest.setPropertyType(RestrictToMatchingPropertiesRequestPropertyType propertyType)
          Sets the propertyType value for this RestrictToMatchingPropertiesRequest.
 

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