The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Biblio::ILL::ISO::ShippedServiceType

VERSION

Version 0.01

DESCRIPTION

Biblio::ILL::ISO::ShippedServiceType is a derivation of Biblio::ILL::ISO::ENUMERATED.

USES

 None.

USED IN

 Biblio::ILL::ISO::HistoryReport

FROM THE ASN DEFINITION

 Shipped-Service-Type ::= ILL-Service-Type -- (loan | copy-non-returnable)
        -- subtype of ILL-Service-Type
 
 which is:
 ILL-Service-Type ::= ENUMERATED  {
        loan                    (1),
        copy-non-returnable     (2),
        locations               (3),
        estimate                (4),
        responder-specific      (5)
        }

 Basically, I'm cheating here... I just created a new ENUM type
 rather than inherit from ILLServiceType and add some constraints.
 
                                                    -David

METHODS

new( $s )

 Creates a new ShippedServiceType object. 
 Valid paramaters are listed in the FROM THE ASN DEFINITION section
 (e.g. "loan").

SEE ALSO

See the README for system design notes. See the parent class(es) for other available methods.

For more information on Interlibrary Loan standards (ISO 10160/10161), a good place to start is:

http://www.nlc-bnc.ca/iso/ill/main.htm

AUTHOR

David Christensen, <DChristensenSPAMLESS@westman.wave.ca>

COPYRIGHT AND LICENSE

Copyright 2003 by David Christensen

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.