
Biblio::ILL::ISO::Amount

Version 0.02

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

Biblio::ILL::ISO::AmountString

Biblio::ILL::ISO::CostInfoType Biblio::ILL::ISO::SupplyDetails

Amount ::= SEQUENCE {
currency-code [0] IMPLICIT PrintableString OPTIONAL, --(SIZE (3))
-- values defined in ISO 4217-1981
monetary-value [1] IMPLICIT AmountString -- (SIZE (1..10))
}


Creates a new Amount object. Expects either no parameters, or a valid Biblio::ILL::ISO::AmountString and (optionally) a 3-character string indicating the currency code.

Sets the object's monetary-value (a Biblio::ILL::ISO::AmountString) and (optionally) currency-code (a 3-character text string).

Given a properly formatted hash, builds the object.

See the README for system design notes.
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.