@Profile(level=CORE) @UML(identifier="CI_ResponsibleParty", specification=ISO_19115) public interface ResponsibleParty
Modifier and Type | Method and Description |
---|---|
Contact |
getContactInfo()
Address of the responsible party.
|
String |
getIndividualName()
Name of the responsible person- surname, given name, title separated by a delimiter.
|
InternationalString |
getOrganisationName()
Name of the responsible organization.
|
InternationalString |
getPositionName()
Role or position of the responsible person.
|
Role |
getRole()
Function performed by the responsible party.
|
@UML(identifier="individualName", obligation=CONDITIONAL, specification=ISO_19115) String getIndividualName()
individualName
, organisationName
and positionName
should be provided.null
.@UML(identifier="organisationName", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getOrganisationName()
individualName
,
organisationName
and positionName
should be provided.null
.@UML(identifier="positionName", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getPositionName()
individualName
, organisationName
and positionName
should be provided.null
@UML(identifier="contactInfo", obligation=OPTIONAL, specification=ISO_19115) Contact getContactInfo()
null
.@UML(identifier="role", obligation=MANDATORY, specification=ISO_19115) Role getRole()
Copyright © 1996–2019 Geotools. All rights reserved.