
Biblio::ILL::ISO::AlreadyForwarded

Version 0.01

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

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

Biblio::ILL::ISO::UserErrorReport

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


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

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

Given a properly formatted hash, builds the object.

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

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

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.