Class Resident


public class Resident extends PhoneBookEntry
This class represents a resident (person) whose first and last name, as well as whose middle initial, is listing in a phone book. A Resident is constructed from an XML DOM tree. If we were doing this for real, we'd want a way of constructing an empty Resident and filling in its fields.