DOKK / manpages / debian 12 / libhttp-oai-perl / HTTP::OAI::Set.3pm.en
HTTP::OAI::Set(3pm) User Contributed Perl Documentation HTTP::OAI::Set(3pm)

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

$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 objects.
2022-09-17 perl v5.34.0