Uses of Class
nl.b3p.csw.jaxb.csw.SearchResultsType
-
Packages that use SearchResultsType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.csw -
-
Uses of SearchResultsType in nl.b3p.csw.client
Methods in nl.b3p.csw.client that return SearchResultsType Modifier and Type Method Description SearchResultsTypeOutputBySearch. getSearchResultsObject() -
Uses of SearchResultsType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as SearchResultsType Modifier and Type Field Description protected SearchResultsTypeGetRecordsResponseType. searchResultsMethods in nl.b3p.csw.jaxb.csw that return SearchResultsType Modifier and Type Method Description SearchResultsTypeObjectFactory. createSearchResultsType()Create an instance ofSearchResultsTypeSearchResultsTypeGetRecordsResponseType. getSearchResults()Gets the value of the searchResults property.Methods in nl.b3p.csw.jaxb.csw with parameters of type SearchResultsType Modifier and Type Method Description voidGetRecordsResponseType. setSearchResults(SearchResultsType value)Sets the value of the searchResults property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type SearchResultsType Constructor Description GetRecordsResponseType(String requestId, RequestStatusType searchStatus, SearchResultsType searchResults, String version)Fully-initialising value constructor
-