se.kb.oai.pmh
Class SetsList
java.lang.Object
se.kb.oai.pmh.ResponseBase
se.kb.oai.pmh.ListBase<Set>
se.kb.oai.pmh.SetsList
public class SetsList
- extends ListBase<Set>
Class that represents the response from a ListSets request.
Can be used to get a list of Sets, i.e. asList()
will return a List<Set>.
- Author:
- Oskar Grenholm, National Library of Sweden
|
Constructor Summary |
SetsList(Document document)
Creates an SetsList from the returned response. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetsList
public SetsList(Document document)
throws ErrorResponseException
- Creates an
SetsList from the returned response.
- Parameters:
document - the response
- Throws:
ErrorResponseException
Copyright © 2008. All Rights Reserved.