Biblio::SICI::ContributionSegment(3pm) | User Contributed Perl Documentation | Biblio::SICI::ContributionSegment(3pm) |
Biblio::SICI::ContributionSegment - The contribution segment of a SICI
version 0.04
my $sici = Biblio::SICI->new(); $sici->contribution->location('6-21');
Please note: You are expected to not directly instantiate objects of this class!
The contribution segment of a SICI contains information about a contribution to an item, e.g. about an article published in a journal issue. A SICI can be valid without containing data on a contribution so this segment may be empty / unused.
For further information please have a look at the standard.
For each attribute, clearer ("clear_") and predicate ("has_") methods are provided.
Resetting the contribution segment also resets the value of the "csi" attribute in the control segment!
Biblio::SICI::Role::ValidSegment
Heiko Jansen <hjansen@cpan.org>
This software is copyright (c) 2014 by Heiko Jansen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2023-02-06 | perl v5.36.0 |