David A. Christensen > Biblio-ILL-ISO-0.06 > Biblio::ILL::ISO::PersonOrInstitutionSymbol

Download:
Biblio-ILL-ISO-0.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Biblio::ILL::ISO::PersonOrInstitutionSymbol

VERSION ^

Version 0.01

DESCRIPTION ^

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

USES ^

 Biblio::ILL::ISO::ILLString

USED IN ^

 Biblio::ILL::ISO::SystemId

FROM THE ASN DEFINITION ^

 Person-Or-Institution-Symbol ::= CHOICE {
        person-symbol           [0]     ILL-String,
        institution-symbol      [1]     ILL-String
        }

METHODS ^

^

new( [$institution_symbol] )

Creates a new PersonOrInstitutionSymbol object. Expects either no paramaters, or an institution-symbol (text string).

^

as_string( )

Returns a stringified representation of the object.

^

from_asn($href)

Given a properly formatted hash, builds the object.

^

set_person_symbol( $s )

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

^

set_institution_symbol( $s )

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