| 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.ogcwebservices.csw.discovery.SearchResults
public class SearchResults
Class representation of a <csw:SearchResults>-element. The SearchResults is a generic container for the actual response to a GetRecords request. The content of the SearchResults is the set of records returned by the GetRecords operation. The actual records returned by the catalogue should substitute for AbstractRecord.
| Constructor Summary | |
|---|---|
SearchResults(String requestId,
                           String resultSetId,
                           String elementSet,
                           String recordSchema,
                           int numberOfRecordsReturned,
                           int numberOfRecordsMatched,
                           int nextRecord,
                           Node recordsParentNode,
                           String expires)
 | 
|
| Method Summary | |
|---|---|
 String | 
getElementSet()
The element set returned (brief, summary or full).  | 
 Date | 
getExpires()
 | 
 int | 
getNextRecord()
Start position of next record.  | 
 int | 
getNumberOfRecordsMatched()
Number of records found by the GetRecords operation  | 
 int | 
getNumberOfRecordsReturned()
Number of records actually returned to client.  | 
 Node | 
getRecords()
Returns the contents of the <SearchResults>-element.  | 
 URI | 
getRecordSchema()
A reference to the type or schema of the records returned.  | 
 URI | 
getRequestId()
 | 
 URI | 
getResultSetId()
A server-generated identifier for the result set.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
SearchResults(String requestId,
              String resultSetId,
              String elementSet,
              String recordSchema,
              int numberOfRecordsReturned,
              int numberOfRecordsMatched,
              int nextRecord,
              Node recordsParentNode,
              String expires)
        throws InvalidParameterValueException
requestId - resultSetId - elementSet - recordSchema - numberOfRecordsReturned - nextRecord - recordsParentNode - 
InvalidParameterValueException| Method Detail | 
|---|
public URI getRequestId()
public URI getResultSetId()
public String getElementSet()
public URI getRecordSchema()
public int getNumberOfRecordsMatched()
public int getNumberOfRecordsReturned()
public int getNextRecord()
public Node getRecords()
public Date getExpires()
  | 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net