|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kb.oai.pmh.Set
public class Set
A set is a tool for selective harvesting from a repository. A record can be a member of one or more sets. This class represents a specific set.
Constructor Summary | |
---|---|
Set(Node node)
Create a Set from the <set> element
of a ListSets response. |
Method Summary | |
---|---|
List<Element> |
getDescriptions()
Get the descriptions of this set. |
String |
getName()
Get the name of this set. |
String |
getSpec()
Get the set spec (a short name or id for the set). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Set(Node node)
Set
from the <set>
element
of a ListSets
response.
node
- Method Detail |
---|
public String getSpec()
public String getName()
public List<Element> getDescriptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |