@Classifier(DATATYPE)
@UML(identifier="CI_Telephone",
specification=ISO_19115)
public interface Telephone
Telephone numbers for contacting the responsible individual or organization.
- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<String> Deprecated.Telephone number by which individuals can contact responsible organisation or individual.default TelephoneType
Type of telephone number, ornull
if none.default Collection
<String> Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.VOICE
.
-
Method Details
-
getNumber
Telephone number by which individuals can contact responsible organisation or individual.- Returns:
- telephone number by which individuals can contact responsible organisation or individual.
- Since:
- 3.1
-
getNumberType
@UML(identifier="numberType", obligation=OPTIONAL, specification=ISO_19115) default TelephoneType getNumberType()Type of telephone number, ornull
if none.- Returns:
- type of telephone number, or
null
if none. - Since:
- 3.1
-
getVoices
@Deprecated(since="3.1") @UML(identifier="voice", obligation=OPTIONAL, specification=ISO_19115, version=2003) default Collection<String> getVoices()Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.VOICE
.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.
-
getFacsimiles
@Deprecated(since="3.1") @UML(identifier="facsimile", obligation=OPTIONAL, specification=ISO_19115, version=2003) default Collection<String> getFacsimiles()Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.FACSIMILE
.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.
-
TelephoneType.FACSIMILE
.