
Biblio::ILL::ISO::PersonOrInstitutionSymbol

Version 0.01

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

Biblio::ILL::ISO::ILLString

Biblio::ILL::ISO::SystemId

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


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

Returns a stringified representation of the object.

Given a properly formatted hash, builds the object.

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

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