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 $
GetRecordById
public GetRecordById(Version version,
String outputFormat,
CSWConstants.ReturnableElement elementSetName,
URI outputSchema,
List<String> id,
QName[] typeNames)
- Parameters:
version
- protocol versionoutputFormat
- controls the format of the output regarding to a MIME-type (default: application/xml)elementSetName
- CSWConstants.ReturnableElement
outputSchema
- id
- typeNames
-
getElementSetName
public CSWConstants.ReturnableElement getElementSetName()
- Returns:
- the elementSetName
getOutputSchema
public URI getOutputSchema()
- Returns:
- the outputSchema
getRequestedIds
public List<String> getRequestedIds()
- Returns:
- the id
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.