fedora.oai
Interface SetInfo

All Known Implementing Classes:
SimpleSetInfo

public interface SetInfo

Title: SetInfo.java

Description: Describes a set in the repository.

Version:
$Id: SetInfo.java,v 1.8 2005/04/21 12:42:08 rlw Exp $
Author:
cwilper@cs.cornell.edu
See Also:
http://www.openarchives.org/OAI/openarchivesprotocol.html#ListSets

Method Summary
 java.util.Set getDescriptions()
          Get the descriptions of the set.
 java.lang.String getName()
          Get the name of the set.
 java.lang.String getSpec()
          Get the setSpec of the set.
 

Method Detail

getName

public java.lang.String getName()
Get the name of the set.


getSpec

public java.lang.String getSpec()
Get the setSpec of the set.


getDescriptions

public java.util.Set getDescriptions()
Get the descriptions of the set.