1HTTP::OAI::Set(3pm) User Contributed Perl Documentation HTTP::OAI::Set(3pm)
2
3
4
6 HTTP::OAI::Set - Encapsulates OAI set XML data
7
9 $spec = $s->setSpec([$spec])
10 $name = $s->setName([$name])
11 These methods return respectively, the setSpec and setName of the
12 OAI Set.
13
14 @descs = $s->setDescription([$desc])
15 Returns and optionally adds the list of set descriptions. Returns a
16 reference to an array of HTTP::OAI::Description objects.
17
18
19
20perl v5.34.0 2022-01-21 HTTP::OAI::Set(3pm)