Interface OaiPmhSetDefinition
- All Known Implementing Classes:
OaiPmhSetDefinitionImpl
public interface OaiPmhSetDefinition
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set description.Returns the filters.getName()Returns the setSpec name.Returns the setSpec.
-
Method Details
-
getSetSpec
String getSetSpec()Returns the setSpec.- Returns:
- setSpec
-
getName
String getName()Returns the setSpec name.- Returns:
- setSpec name
-
getDescription
String getDescription()Returns the set description. The value may be null.- Returns:
- set description or null
-
getFilters
Collection<OaiPmhSetDefinitionFilter> getFilters()Returns the filters.- Returns:
- setSpec filters
-