David A. Christensen > Biblio-ILL-ISO-0.06 > Biblio::ILL::ISO::AlreadyForwarded

Download:
Biblio-ILL-ISO-0.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Biblio::ILL::ISO::AlreadyForwarded

VERSION ^

Version 0.01

DESCRIPTION ^

Biblio::ILL::ISO::AlreadyForwarded is a derivation of Biblio::ILL::ISO::ILLASNtype.

USES ^

 Biblio::ILL::ISO::SystemId
 Biblio::ILL::ISO::SystemAddress

USED IN ^

 Biblio::ILL::ISO::UserErrorReport

FROM THE ASN DEFINITION ^

 Already-Forwarded ::= EXPLICIT SEQUENCE {
        responder-id       [0]  IMPLICIT System-Id,
        responder-address  [1]  IMPLICIT System-Address OPTIONAL
        }       

METHODS ^

^

new($system_id [, $system_addr])

Creates a new AlreadyForwarded object. Expects either no parameters, or a valid Biblio::ILL::ISO::SystemId and (optionally) a valid Biblio::ILL::ISO::SystemAddress.

^

set($system_id [, $system_addr])

Sets the object's responder-id (a Biblio::ILL::ISO::SystemId) and (optionally) responder-address (a Biblio::ILL::ISO::SystemAddress).

^

from_asn($href)

Given a properly formatted hash, builds the object.

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.