
Biblio::ILL::ISO::LocationInfo

Version 0.01

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

Biblio::ILL::ISO::SystemId; Biblio::ILL::ISO::SystemAddress; Biblio::ILL::ISO::ILLString;

Biblio::ILL::ISO::LocationInfoSequence

Location-Info ::= EXPLICIT SEQUENCE {
location-id [0] IMPLICIT System-Id,
location-address [1] IMPLICIT System-Address OPTIONAL,
location-note [2] ILL-String OPTIONAL
}


Creates a new LocationInfo object. Expects a location-id (Biblio::ILL::ISO::SystemId), (optionally) a location-address (Biblio::ILL::ISO::SystemAddress), and (optionally) a location-note (Biblio::ILL::ISO::ILLString).

Sets the object's location-id, location-address, and note. Expects a location-id (Biblio::ILL::ISO::SystemId), (optionally) a location-address (Biblio::ILL::ISO::SystemAddress), and (optionally) a location-note (Biblio::ILL::ISO::ILLString).

Given a properly formatted hash, builds the object.

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.