Uses of Interface
net.opengis.cat.csw20.SearchResultsType
- 
Packages that use SearchResultsType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl 
- 
- 
Uses of SearchResultsType in net.opengis.cat.csw20Methods in net.opengis.cat.csw20 that return SearchResultsType Modifier and Type Method Description SearchResultsTypeCsw20Factory. createSearchResultsType()Returns a new object of class 'Search Results Type'.SearchResultsTypeGetRecordsResponseType. getSearchResults()Returns the value of the 'Search Results' containment reference.Methods in net.opengis.cat.csw20 with parameters of type SearchResultsType Modifier and Type Method Description voidGetRecordsResponseType. setSearchResults(SearchResultsType value)Sets the value of the 'Search Results' containment reference.
- 
Uses of SearchResultsType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement SearchResultsType Modifier and Type Class Description classSearchResultsTypeImplAn implementation of the model object 'Search Results Type'.Fields in net.opengis.cat.csw20.impl declared as SearchResultsType Modifier and Type Field Description protected SearchResultsTypeGetRecordsResponseTypeImpl. searchResultsThe cached value of the 'Search Results' containment reference.Methods in net.opengis.cat.csw20.impl that return SearchResultsType Modifier and Type Method Description SearchResultsTypeCsw20FactoryImpl. createSearchResultsType()SearchResultsTypeGetRecordsResponseTypeImpl. getSearchResults()Methods in net.opengis.cat.csw20.impl with parameters of type SearchResultsType Modifier and Type Method Description NotificationChainGetRecordsResponseTypeImpl. basicSetSearchResults(SearchResultsType newSearchResults, NotificationChain msgs)voidGetRecordsResponseTypeImpl. setSearchResults(SearchResultsType newSearchResults)
 
-