Identification of, and means of communication with, person(s) and
organizations associated with the dataset.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionAddress of the responsible party.Name of the responsible person- surname, given name, title separated by a delimiter.Name of the responsible organization.Role or position of the responsible person.getRole()
Function performed by the responsible party.
-
Method Details
-
getIndividualName
@Profile(level=CORE) @UML(identifier="individualName", obligation=CONDITIONAL, specification=ISO_19115) String getIndividualName()Name of the responsible person- surname, given name, title separated by a delimiter. Only one ofindividualName
,organisationName
andpositionName
shall be provided.- Returns:
- Name, surname, given name and title of the responsible person, or
null
. - Condition:
- Organisation name and position name not documented.
-
getOrganisationName
@Profile(level=CORE) @UML(identifier="organisationName", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getOrganisationName()Name of the responsible organization. Only one ofindividualName
,organisationName
andpositionName
shall be provided.- Returns:
- Name of the responsible organization, or
null
. - Condition:
- Individual name and position name not documented.
-
getPositionName
@Profile(level=CORE) @UML(identifier="positionName", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getPositionName()Role or position of the responsible person. Only one ofindividualName
,organisationName
andpositionName
shall be provided.- Returns:
- Role or position of the responsible person, or
null
- Condition:
- Individual name and organisation name not documented.
-
getContactInfo
@UML(identifier="contactInfo", obligation=OPTIONAL, specification=ISO_19115) Contact getContactInfo()Address of the responsible party.- Returns:
- Address of the responsible party., or
null
.
-
getRole
@Profile(level=CORE) @UML(identifier="role", obligation=MANDATORY, specification=ISO_19115) Role getRole()Function performed by the responsible party.- Returns:
- Function performed by the responsible party.
-