NAME
Biblio::ILL::ISO::ResultsExplanation
VERSION
Version 0.01
DESCRIPTION
Biblio::ILL::ISO::RessultsExplanation is a derivation of Biblio::ILL::ISO::ILLASNtype.
USES
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;
USED IN
Biblio::ILL::ISO::Answer
FROM THE ASN DEFINITION
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
}
METHODS
new( [$resex] )
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).
set( [$resex] )
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).
from_asn($href)
Given a properly formatted hash, builds the object.
SEE ALSO
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
AUTHOR
David Christensen, <DChristensenSPAMLESS@westman.wave.ca>
COPYRIGHT AND LICENSE
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.
from_asn($href)
Given a properly formatted hash, builds the object.