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::WillSupplyResults

VERSION

Version 0.01

DESCRIPTION

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

USES

 Biblio::ILL::ISO::ReasonWillSupply
 Biblio::ILL::ISO::ISODate
 Biblio::ILL::ISO::PostalAddress
 Biblio::ILL::ISO::LocationInfoSequence
 Biblio::ILL::ISO::ElectronicDeliveryService

USED IN

 Biblio::ILL::ISO::ResultsExplanation

FROM THE ASN DEFINITION

 Will-Supply-Results ::= EXPLICIT SEQUENCE {
        reason-will-supply              [0]     ReasonWillSupply,
        supply-date                     [1]     ISO-Date OPTIONAL,
        return-to-address               [2]     Postal-Address OPTIONAL,
        locations                       [3]     IMPLICIT SEQUENCE OF Location-Info OPTIONAL,
        electronic-delivery-service     [4]     Electronic-Delivery-Service OPTIONAL
                -- if present, this must be one of the services proposed by 
                -- the requester
        }

METHODS

new( $reason, [$supplydate [,$returnto [,$locations [,$electronic_delivery_service]]]] )

 Creates a new WillSupplyResults object. 
 Expects either no paramaters, or
 a reason (Biblio::ILL::ISO::ReasonWillSupply),
 (optionally) a supply-date (Biblio::ILL::ISO::ISODate), 
 (optionally) a return-to address (Biblio::ILL::ISO::PostalAddress),
 (optionally) a locations sequence (Biblio::ILL::ISO::LocationInfoSequence), and
 (optionally) an electronic delivery address (Biblio::ILL::ISO::ElectronicDeliveryService).

set( $reason, [$supplydate [,$returnto [,$locations [,$electronic_delivery_service]]]] )

 Sets the object's reason-will-supply (Biblio::ILL::ISO::ReasonWillSupply),
 (optionally) supply-date (Biblio::ILL::ISO::ISODate), 
 (optionally) return-to-address (Biblio::ILL::ISO::PostalAddress),
 (optionally) locations (Biblio::ILL::ISO::LocationInfoSequence), and
 (optionally) electronic-delivery-address (Biblio::ILL::ISO::ElectronicDeliveryService).

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.