A method is considered an accessor if (i) method name starts with certain prefixes,
(ii) prefix is followed by a property name (that is longer than the empyt string ""),
(iii) there are methods with this property name for both 'get' and 'set' prefixes,
(iv) number of parameters for the get method is 0 and number of parameter for the set method is 1.