The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Biblio::ILL::ISO::EDeliveryDetails

VERSION

Version 0.01

DESCRIPTION

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

USES

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

USED IN

 Biblio::ILL::ISO::ElectronicDeliveryService

FROM THE ASN DEFINITION

 (part of Electronic-Delivery-Service)

    e-delivery-details          [5] CHOICE {
        e-delivery-address      [0] IMPLICIT System-Address,
        e-delivery-id           [1] IMPLICIT System-Id
        }

METHODS

new( [$system_address | $system_id] )

Creates a new EDeliveryDetails object. Expects either no parameters, or one of e-delivery-address (Biblio::ILL::ISO::SystemAddress), or e-delivery-id (Biblio::ILL::ISO::SystemId).

set( $system_address | $system_id )

Sets the object's e-delivery-address (Biblio::ILL::ISO::SystemAddress), or e-delivery-id (Biblio::ILL::ISO::SystemId).

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.