NAME
Biblio::ILL::ISO::SendToListType
VERSION
Version 0.01
DESCRIPTION
Biblio::ILL::ISO::SendToListType is a derivation of Biblio::ILL::ISO::ILLASNtype.
USES
Biblio::ILL::ISO::SystemId
Biblio::ILL::ISO::AccountNumber
Biblio::ILL::ISO::SystemAddress
USED IN
Each of these uses Biblio::ILL::ISO::SendToListTypeSequence, which is a sequence of SendToListType:
Biblio::ILL::ISO::Answer
Biblio::ILL::ISO::Request
Biblio::ILL::ISO::ThirdPartyInfoType
FROM THE ASN DEFINITION
(see SendToListTypeSequence.pm)
Send-To-List-Type ::= SEQUENCE OF SEQUENCE {
system-id [0] IMPLICIT System-Id,
account-number [1] Account-Number OPTIONAL,
system-address [2] IMPLICIT System-Address OPTIONAL
}
METHODS
new( $system_id [,$account_number] [,$system_address] )
Creates a new SendToListType object. Expects a system-id (Biblio::ILL::ISO::SystemId), (optionally) an account-number (Biblio::ILL::ISO::AccountNumber), and (optionally) a system-address (Biblio::ILL::ISO::SystemAddress)
set( $system_id [,$account_number] [,$system_address] )
Sets the object's system-id (Biblio::ILL::ISO::SystemId), (optionally) account-number (Biblio::ILL::ISO::AccountNumber), and (optionally) system-address (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.