Interface Telephone

All Known Implementing Classes:
TelephoneImpl

public interface Telephone
Telephone numbers for contacting the responsible individual or organization.
Since:
GeoAPI 1.0
Author:
Martin Desruisseaux (IRD), Cory Horner (Refractions Research)
  • Method Summary

    Modifier and Type
    Method
    Description
    Telephone numbers of a facsimile machine for the responsible organization or individual.
    Telephone numbers by which individuals can speak to the responsible organization or individual.
  • Method Details

    • getVoices

      Collection<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
    • getFacsimiles

      Collection<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