Package org.opengis.metadata.citation
Interface Telephone
-
@UML(identifier="CI_Telephone", specification=ISO_19115) public interface Telephone
Telephone numbers for contacting the responsible individual or organization.- Since:
- 1.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getFacsimiles()
Telephone numbers of a facsimile machine for the responsible organization or individual.java.util.Collection<java.lang.String>
getVoices()
Telephone numbers by which individuals can speak to the responsible organization or individual.
-
-
-
Method Detail
-
getVoices
@UML(identifier="voice", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<java.lang.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:
- 2.1
-
getFacsimiles
@UML(identifier="facsimile", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<java.lang.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:
- 2.1
-
-