User's Manual

174 Appendix A
addSubjectReference(string, ...) Adds subject references to the list.
setSubjectReferenceArray(array) Sets a group of subject references from an Array.
getCategory() Returns the category code.
setCategory(string) Sets the category code.
getSupplementalCategory() Returns the supplemental category array.
setSupplementalCategory(string, ...) Sets supplemental categories.
addSupplementalCategory(string, ...) Adds a value to the supplemental category list.
setSupplementalCategoryArray(array) Sets a group of supplemental categories as an
Array.
getFixtureIdentifier() Returns the fixture identifier code.
setFixtureIdentifier(string) Sets the fixture identifier code.
getKeywords() Returns an array of keywords.
setKeywords(string, ...) Sets keywords.
addKeywords(string, ...) Adds keywords to the list
setKeywordsArray(array) Sets keywords from an Array.
getContentLocation() Gets an array of content location objects. Each
object has two properties: ContentLocationName
and ContentLocationCode.
getContentLocationName(which) Returns the ContentLocationName subfield of the
ContentLocation tag indexed by which.
getContentLocationCode(which) Returns the ContentLocationCode subfield of the
ContentLocation tag indexed by which.
setContentLocation(name, code) Sets the ContentLocation tag to the specified
name and code.
addContentLocation(name, code) Adds the ContentLocation specified by name and
code to the ContentLocation list.
getReleaseDate() Returns the ReleaseDate and ReleaseTime tags
as a MediaScript Date object.
setReleaseDate(date) Sets the ReleaseDate and ReleaseTime tags from
a MediaScript Date object.
setReleaseTime(string) Sets only the ReleaseTime field.
getExpirationDate() Returns the ExpirationDate and ExpirationTime
fields as a MediaScript Date object.
setExpirationDate(date) Sets the ExpirationDate and ExpirationTime fields
from a MediaScript Date object.
setExpirationTime(string) Sets only the ExpirationTime field.
getSpecialInstructions() Returns the SpecialInstructions field.
Method Description