
Biblio::ILL::ISO::SystemId

Version 0.01

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

Biblio::ILL::ISO::PersonOrInstitutionSymbol Biblio::ILL::ISO::NameOfPersonOrInstitution

Biblio::ILL::ISO::AlreadyForwarded Biblio::ILL::ISO::AlreadyTriedListType Biblio::ILL::ISO::EDeliveryDetails Biblio::ILL::ISO::HistoryReport Biblio::ILL::ISO::LocationInfo Biblio::ILL::ISO::SendToListType Biblio::ILL::ISO::TransactionId

System-Id ::= SEQUENCE {
--at least one of the following must be present
person-or-institution-symbol [0] Person-Or-Institution-Symbol OPTIONAL,
name-of-person-or-institution [1] Name-Of-Person-Or-Institution OPTIONAL
}


Creates a new SystemId object. Expects either no paramaters, or (optionally) a person or institution symbol (Biblio::ILL::ISO::PersonOrInstitutionSymbol).

Returns a stringified representation of the object.

Sets the object's person-or-institution-symbol. Expects a text string.

Sets the object's person-or-institution-symbol. Expects a text string.

Sets the object's name-of-person-or-institution. Expects a text string.

Sets the object's name-of-person-or-institution. Expects a text string.

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.