Interface SearchResultsType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    SearchResultsTypeImpl

    public interface SearchResultsType
    extends EObject
    A representation of the model object 'Search Results Type'. Includes representations of result set members if maxRecords > 0. The items must conform to one of the csw:Record views or a profile-specific representation. resultSetId - id of the result set (a URI). elementSet - The element set that has been returned (i.e., "brief", "summary", "full") recordSchema - schema reference for included records(URI) numberOfRecordsMatched - number of records matched by the query numberOfRecordsReturned - number of records returned to client nextRecord - position of next record in the result set (0 if no records remain). expires - the time instant when the result set expires and is discarded (ISO 8601 format)

    The following features are supported:

    See Also:
    Csw20Package.getSearchResultsType()