org.deegree.services.csw.getrecordbyid
Class GetRecordById
java.lang.Object
org.deegree.services.csw.AbstractCSWRequest
org.deegree.services.csw.getrecordbyid.GetRecordById
public class GetRecordById
- extends AbstractCSWRequest
Represents a GetRecordById
request to a CSW.
- Version:
- $Revision: $, $Date: $
- Author:
- Steffen Thomas, last edited by: $Author: thomas $
Constructor Summary |
GetRecordById(org.deegree.commons.tom.ows.Version version,
java.lang.String outputFormat,
org.deegree.protocol.csw.CSWConstants.ReturnableElement elementSetName,
java.net.URI outputSchema,
java.util.List<java.lang.String> id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetRecordById
public GetRecordById(org.deegree.commons.tom.ows.Version version,
java.lang.String outputFormat,
org.deegree.protocol.csw.CSWConstants.ReturnableElement elementSetName,
java.net.URI outputSchema,
java.util.List<java.lang.String> id)
- Parameters:
version
- protocol versionoutputFormat
- controls the format of the output regarding to a MIME-type (default: application/xml)elementSetName
- CSWConstants.ReturnableElement
outputSchema
- id
-
getElementSetName
public org.deegree.protocol.csw.CSWConstants.ReturnableElement getElementSetName()
- Returns:
- the elementSetName
getOutputSchema
public java.net.URI getOutputSchema()
- Returns:
- the outputSchema
getRequestedIds
public java.util.List<java.lang.String> getRequestedIds()
- Returns:
- the id
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.