
Biblio::ILL::ISO::ResultsExplanation

Version 0.01

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

Biblio::ILL::ISO::ConditionalResults; Biblio::ILL::ISO::RetryResults; Biblio::ILL::ISO::UnfilledResults; Biblio::ILL::ISO::LocationsResults; Biblio::ILL::ISO::WillSupplyResults; Biblio::ILL::ISO::HoldPlacedResults; Biblio::ILL::ISO::EstimateResults;

Biblio::ILL::ISO::Answer

Results-Explanation ::= CHOICE {
conditional-results [1] Conditional-Results,
-- chosen if transaction-results=CONDITIONAL
retry-results [2] Retry-Results,
-- chosen if transaction-results=RETRY
unfilled-results [3] Unfilled-Results,
--chosen if transaction-results=UNFILLED
locations-results [4] Locations-Results,
-- chosen if transaction-results=LOCATIONS-PROVIDED
will-supply-results [5] Will-Supply-Results,
-- chosen if transaction-results=WILL-SUPPLY
hold-placed-results [6] Hold-Placed-Results,
-- chosen if transaction-results=HOLD-PLACED
estimate-results [7] Estimate-Results
-- chosen if transaction-results=ESTIMATE
}


Creates a new ResultsExplanation object. Expects either no parameters or one of: conditional-results (Biblio::ILL::ISO::ConditionalResults), retry-results (Biblio::ILL::ISO::RetryResults), unfilled-results (Biblio::ILL::ISO::UnfilledResults), locations-results (Biblio::ILL::ISO::LocationsResults), will-supply-results (Biblio::ILL::ISO::WillSupplyResults), hold-placed-results (Biblio::ILL::ISO::HoldPlacedResults), or estimate-results (Biblio::ILL::ISO::EstimateResults).

Sets the object's conditional-results (Biblio::ILL::ISO::ConditionalResults), retry-results (Biblio::ILL::ISO::RetryResults), unfilled-results (Biblio::ILL::ISO::UnfilledResults), locations-results (Biblio::ILL::ISO::LocationsResults), will-supply-results (Biblio::ILL::ISO::WillSupplyResults), hold-placed-results (Biblio::ILL::ISO::HoldPlacedResults), or estimate-results (Biblio::ILL::ISO::EstimateResults).

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.

Given a properly formatted hash, builds the object.