
Biblio::ILL::ISO::CostInfoType

Version 0.01

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

Biblio::ILL::ISO::AccountNumber Biblio::ILL::ISO::Amount

Biblio::ILL::ISO::Request

Cost-Info-Type ::= SEQUENCE {
account-number [0] Account-Number OPTIONAL,
maximum-cost [1] IMPLICIT Amount OPTIONAL,
reciprocal-agreement [2] IMPLICIT BOOLEAN, -- DEFAULT FALSE,
will-pay-fee [3] IMPLICIT BOOLEAN, -- DEFAULT FALSE,
payment-provided [4] IMPLICIT BOOLEAN -- DEFAULT FALSE
}


Given a properly formatted hash, builds the object.

Creates a new CostInfoType object. Expects a reciprocal-agreement flag (0/1), a will-pay-fee flag (0/1), a payment-provided flag (0/1), (optionally) an account-number (Biblio::ILL:ISO::AccountNumber), and (optionally) a maximum-cost (Biblio::ILL::ISO::Amount).

Sets the object's reciprocal-agreement flag (0/1), (optionally) will-pay-fee flag (0/1), (optionally) payment-provided flag (0/1), (optionally) account-number (Biblio::ILL:ISO::AccountNumber), and (optionally) maximum-cost (Biblio::ILL::ISO::Amount).

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.