@UML(identifier="CI_Contact", specification=ISO_19115) public interface Contact
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Physical and email address at which the organization or individual may be contacted.
|
InternationalString |
getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization.
|
InternationalString |
getHoursOfService()
Time period (including time zone) when individuals can contact the organization or
individual.
|
OnLineResource |
getOnLineResource()
On-line information that can be used to contact the individual or organization.
|
Telephone |
getPhone()
Telephone numbers at which the organization or individual may be contacted.
|
@UML(identifier="phone", obligation=OPTIONAL, specification=ISO_19115) Telephone getPhone()
null
if none.null
.@UML(identifier="address", obligation=OPTIONAL, specification=ISO_19115) Address getAddress()
null
if none.null
.@UML(identifier="onLineResource", obligation=OPTIONAL, specification=ISO_19115) OnLineResource getOnLineResource()
null
if none.null
.@UML(identifier="hoursOfService", obligation=OPTIONAL, specification=ISO_19115) InternationalString getHoursOfService()
null
if unspecified.null
.@UML(identifier="contactInstructions", obligation=OPTIONAL, specification=ISO_19115) InternationalString getContactInstructions()
null
if none.null
.Copyright © 1996–2019 Geotools. All rights reserved.