NAME
Biblio::ILL::ISO::ResponderOptionalMessageType
VERSION
Version 0.01
DESCRIPTION
Biblio::ILL::ISO::ResponderOptionalMessageType is a derivation of Biblio::ILL::ISO::ILLASNtype.
USES
Biblio::ILL::ISO::ResponderRECEIVED
Biblio::ILL::ISO::ResponderRETURNED
USED IN
Biblio::ILL::ISO::Answer
Biblio::ILL::ISO::Shipped
FROM THE ASN DEFINITION # From the ASN # #Responder-Optional-Messages-Type ::= EXPLICIT SEQUENCE { # can-send-SHIPPED [0] IMPLICIT BOOLEAN, # can-send-CHECKED-IN [1] IMPLICIT BOOLEAN, # responder-RECEIVED [2] IMPLICIT ENUMERATED { # requires (1), # desires (2), # neither (3) # } # responder-RETURNED [3] IMPLICIT ENUMERATED { # requires (1), # desires (2), # neither (3) # } # } #
METHODS
new( $can_send_shipped, $can_send_checked_in, $responder_received, $responder_returned )
Creates a new ResponderOptionalMessageType object.
Expects a can-send-SHIPPED flag ( 0|1 ),
a can-send-CHECKED-IN flag ( 0|1 ),
a responder-RECEIVED string (a valid Biblio::ILL::ISO::ResponderRECEIVED enumerated value), and
a responder-RETURNED string (a valid Biblio::ILL::ISO::ResponderRETURNED enumerated value).
new( $can_send_shipped, $can_send_checked_in, $responder_received, $responder_returned )
Sets the object's can-send-SHIPPED flag ( 0|1 ),
can-send-CHECKED-IN flag ( 0|1 ),
responder-RECEIVED string (a valid Biblio::ILL::ISO::ResponderRECEIVED enumerated value), and
responder-RETURNED string (a valid Biblio::ILL::ISO::ResponderRETURNED enumerated value).
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.