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

      All 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

      • 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