Method Summary |
|
public synchronized String | getFacsimile() Returns the telephone number of a facsimile machine for the responsible organization
or individual. |
public synchronized Collection | getFacsimiles() Returns the telephone numbers of a facsimile machine for the responsible organization
or individual. |
public synchronized String | getVoice() Returns the telephone number by which individuals can speak to the responsible
organization or individual. |
public synchronized Collection | getVoices() Returns the telephone numbers by which individuals can speak to the responsible
organization or individual. |
public void | setFacsimile(String newValue) Set the telephone number of a facsimile machine for the responsible organization
or individual. |
public synchronized void | setFacsimiles(Collection newValues) Set the telephone number of a facsimile machine for the responsible organization
or individual. |
public void | setVoice(String newValue) Set the telephone number by which individuals can speak to the responsible
organization or individual. |
public synchronized void | setVoices(Collection newValues) Set the telephone numbers by which individuals can speak to the responsible
organization or individual. |