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.csw20
Methods in net.opengis.cat.csw20 that return SearchResultsType Modifier and Type Method Description SearchResultsType
Csw20Factory. createSearchResultsType()
Returns a new object of class 'Search Results Type'.SearchResultsType
GetRecordsResponseType. 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 void
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 SearchResultsType Modifier and Type Class Description class
SearchResultsTypeImpl
An implementation of the model object 'Search Results Type'.Fields in net.opengis.cat.csw20.impl declared as SearchResultsType Modifier and Type Field Description protected SearchResultsType
GetRecordsResponseTypeImpl. searchResults
The cached value of the 'Search Results
' containment reference.Methods in net.opengis.cat.csw20.impl that return SearchResultsType Modifier and Type Method Description SearchResultsType
Csw20FactoryImpl. createSearchResultsType()
SearchResultsType
GetRecordsResponseTypeImpl. getSearchResults()
Methods in net.opengis.cat.csw20.impl with parameters of type SearchResultsType Modifier and Type Method Description NotificationChain
GetRecordsResponseTypeImpl. basicSetSearchResults(SearchResultsType newSearchResults, NotificationChain msgs)
void
GetRecordsResponseTypeImpl. setSearchResults(SearchResultsType newSearchResults)
-