Biblio::ILL::ISO::Shipped

Perl extension for handling ISO 10161 interlibrary loan Shipped messages
Download

Biblio::ILL::ISO::Shipped Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Christensen
  • Publisher web site:
  • http://search.cpan.org/~dpchrist/Math-TriangularNumbers-r0_03/lib/Math/TriangularNumbers.pm

Biblio::ILL::ISO::Shipped Tags


Biblio::ILL::ISO::Shipped Description

Perl extension for handling ISO 10161 interlibrary loan Shipped messages Biblio::ILL::ISO::Shipped is a derivation of the abstract Biblio::ILL::ISO::ISO object, and handles the Shipped message type.ERROR HANDLINGEach of the set_() methods will croak on missing or invalid parameters.FROM THE ASN DEFINITION Shipped ::= SEQUENCE { protocol-version-num IMPLICIT INTEGER, -- { -- version-1 (1), -- version-2 (2) -- }, transaction-id IMPLICIT Transaction-Id, service-date-time IMPLICIT Service-Date-Time, requester-id IMPLICIT System-Id OPTIONAL, -- mandatory when using store-and-forward communications -- optional when using connection-oriented communications responder-id IMPLICIT System-Id OPTIONAL, -- mandatory when using store-and-forward communications -- optional when using connection-oriented communications responder-address IMPLICIT System-Address OPTIONAL, intermediary-id IMPLICIT System-Id OPTIONAL, supplier-id IMPLICIT System-Id OPTIONAL, client-id IMPLICIT Client-Id OPTIONAL, transaction-type IMPLICIT Transaction-Type, --DEFAULT 1, -- DC - 'EXTERNAL' definition (see Supplemental-Item-Description) -- supplemental-item-description IMPLICIT Supplemental-Item-Description OPTIONAL, shipped-service-type IMPLICIT Shipped-Service-Type, responder-optional-messages IMPLICIT Responder-Optional-Messages-Type OPTIONAL, supply-details IMPLICIT Supply-Details, return-to-address IMPLICIT Postal-Address OPTIONAL, responder-note ILL-String OPTIONAL, shipped-extensions IMPLICIT SEQUENCE OF Extension OPTIONAL }CONSTRUCTORSnew()Base constructor for the class. It just returns a completely empty message object, which you'll need to populate with the various set_() methods, or use the read() method to read a Shipped message from a file (followed by a call to from_asn() to turn the read's returned hash into a proper Shipped message.The constructor also initializes the Convert::ASN1 if it hasn't been initialized. Requirements: · Perl


Biblio::ILL::ISO::Shipped Related Software