Information required to enable contact with the responsible person and/or organization.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionPhysical and email address at which the organization or individual may be contacted.Supplemental instructions on how or when to contact the individual or organization.Time period (including time zone) when individuals can contact the organization or individual.On-line information that can be used to contact the individual or organization.getPhone()
Telephone numbers at which the organization or individual may be contacted.
-
Method Details
-
getPhone
Telephone numbers at which the organization or individual may be contacted. Returnsnull
if none.- Returns:
- Telephone numbers at which the organization or individual may be contacted,
or
null
.
-
getAddress
Physical and email address at which the organization or individual may be contacted. Returnsnull
if none.- Returns:
- Physical and email address at which the organization or individual may be contacted,
or
null
.
-
getOnlineResource
@UML(identifier="onlineResource", obligation=OPTIONAL, specification=ISO_19115) OnlineResource getOnlineResource()On-line information that can be used to contact the individual or organization. Returnsnull
if none.- Returns:
- On-line information that can be used to contact the individual or organization,
or
null
.
-
getHoursOfService
@UML(identifier="hoursOfService", obligation=OPTIONAL, specification=ISO_19115) InternationalString getHoursOfService()Time period (including time zone) when individuals can contact the organization or individual. Returnsnull
if unspecified.- Returns:
- Time period when individuals can contact the organization or individual,
or
null
.
-
getContactInstructions
@UML(identifier="contactInstructions", obligation=OPTIONAL, specification=ISO_19115) InternationalString getContactInstructions()Supplemental instructions on how or when to contact the individual or organization. Returnsnull
if none.- Returns:
- Supplemental instructions on how or when to contact the individual or organization,
or
null
.
-