Uses of Interface
net.opengis.cat.csw20.SearchResultsType
Packages that use SearchResultsType
-
Uses of SearchResultsType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return SearchResultsTypeModifier and TypeMethodDescriptionCsw20Factory.createSearchResultsType()
Returns a new object of class 'Search Results Type'.GetRecordsResponseType.getSearchResults()
Returns the value of the 'Search Results' containment reference.Methods in net.opengis.cat.csw20 with parameters of type SearchResultsTypeModifier and TypeMethodDescriptionvoid
GetRecordsResponseType.setSearchResults
(SearchResultsType value) Sets the value of the 'Search Results
' containment reference. -
Uses of SearchResultsType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement SearchResultsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Search Results Type'.Fields in net.opengis.cat.csw20.impl declared as SearchResultsTypeModifier and TypeFieldDescriptionprotected SearchResultsType
GetRecordsResponseTypeImpl.searchResults
The cached value of the 'Search Results
' containment reference.Methods in net.opengis.cat.csw20.impl that return SearchResultsTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createSearchResultsType()
GetRecordsResponseTypeImpl.getSearchResults()
Methods in net.opengis.cat.csw20.impl with parameters of type SearchResultsTypeModifier and TypeMethodDescriptionNotificationChain
GetRecordsResponseTypeImpl.basicSetSearchResults
(SearchResultsType newSearchResults, NotificationChain msgs) void
GetRecordsResponseTypeImpl.setSearchResults
(SearchResultsType newSearchResults)