Interface Telephone
- 
- All Known Implementing Classes:
- TelephoneImpl
 
 public interface TelephoneTelephone numbers for contacting the responsible individual or organization.- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD), Cory Horner (Refractions Research)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getFacsimiles()Telephone numbers of a facsimile machine for the responsible organization or individual.Collection<String>getVoices()Telephone numbers by which individuals can speak to the responsible organization or individual.
 
- 
- 
- 
Method Detail- 
getVoicesCollection<String> getVoices() Telephone numbers by which individuals can speak to the responsible organization or individual.- Returns:
- Telephone numbers by which individuals can speak to the responsible organization or individual.
- Since:
- GeoAPI 2.1
 
 - 
getFacsimilesCollection<String> getFacsimiles() Telephone numbers of a facsimile machine for the responsible organization or individual.- Returns:
- Telephone numbers of a facsimile machine for the responsible organization or individual.
- Since:
- GeoAPI 2.1
 
 
- 
 
-