Method Summary |
|
public Address | getAddress() Returns the physical and email address at which the organization or individual may be contacted. |
public InternationalString | getContactInstructions() Returns supplemental instructions on how or when to contact the individual or organization. |
public InternationalString | getHoursOfService() Returns time period (including time zone) when individuals can contact the organization or
individual. |
public OnLineResource | getOnLineResource() Return on-line information that can be used to contact the individual or organization. |
public Telephone | getPhone() Returns telephone numbers at which the organization or individual may be contacted. |
public synchronized void | setAddress(Address newValue) Set the physical and email address at which the organization or individual may be contacted. |
public synchronized void | setContactInstructions(InternationalString newValue) Set supplemental instructions on how or when to contact the individual or organization. |
public synchronized void | setHoursOfService(InternationalString newValue) Set time period (including time zone) when individuals can contact the organization or
individual. |
public synchronized void | setOnLineResource(OnLineResource newValue) Set on-line information that can be used to contact the individual or organization. |
public synchronized void | setPhone(Telephone newValue) Set telephone numbers at which the organization or individual may be contacted. |