@UML(identifier="CI_Telephone", specification=ISO_19115) public interface Telephone
Modifier and Type | Method and 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.
|
@UML(identifier="voice", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getVoices()
@UML(identifier="facsimile", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getFacsimiles()
Copyright © 1996–2019 Geotools. All rights reserved.