HTTP::OAI::Set - Encapsulates OAI set XML data


HTTP-OAI documentation  | view source Contained in the HTTP-OAI distribution.

Index


NAME

Top

HTTP::OAI::Set - Encapsulates OAI set XML data

METHODS

Top

$spec = $s->setSpec([$spec])
$name = $s->setName([$name])

These methods return respectively, the setSpec and setName of the OAI Set.

$descs = $s->setDescription([$desc])

Returns and optionally adds the list of set descriptions. Returns a reference to an array of HTTP::OAI::Description (HTTP::OAI::Description) objects.


HTTP-OAI documentation  | view source Contained in the HTTP-OAI distribution.