A SERVICE OF

logo

176 Appendix A
getByLine() Returns an array of ByLine objects, each of which
contains a ByLineWriter and a ByLineTitle
property.
getByLineWriter(which) Returns the ByLineWriter property of the ByLine
element specified by which.
getByLineTitle(which) Returns the ByLineTitle property of the ByLine
element specified by which.
setByLine(writer, title) Sets the ByLine element to the specified writer
and title.
addByLine(write, title) Adds an element to ByLine for the given writer
and title.
getCity() Returns the City element.
setCity(string) Sets the City element.
getSublocation() Returns the Sublocation.
setSublocation(string) Sets the Sublocation.
getState() Returns the State (Province).
setState(string) Sets the State (Province).
getCountryCode() Returns the CountryCode.
setCountryCode(string) Sets the CountryCode.
getCountryName() Returns the CountryName.
setCountryName(string) Sets the CountryName.
getOriginalTransmissionReference() Returns the OriginalTransmissionReference.
setOriginalTransmissionReference
(string)
Sets the OriginalTransmissionReference.
getHeadline() Returns the Headline.
setHeadline(string) Sets the Headline.
getCredit() Returns the Credit.
setCredit(string) Sets the Credit field.
getSource() Returns the Source field.
setSource(string) Sets the Source field.
getCopyrightNotice() Returns the Copyright field.
setCopyrightNotice(string) Sets the Copyright field.
getContact() Returns an array of Contact elements.
setContact(string, ...) Sets Contact elements.
addContact(string, ...) Adds Contact elements.
setContactArray(array) Sets Contact element from an Array.
Method Description