| This method returns a list of set methods which the SAXalizer
will call when it sees subtags of the tag corresponding to this object.
The SAXalizer will call this method on one object of each
SAXalizable class that it determines corresponds to an XML
tag seen in the SAX stream.
The returned array of method specifications has an entry specifying the
XML tagname, method name and return type of each suitable set method of this
class. The SAXalizer will use reflection to locate and invoke
the specified method, so it must be a public method of a public class.
An array of set method specifications; null is allowed ifthere are no such set methods. |