- All Known Subinterfaces:
Individual
,Organisation
Information about the individual and / or organisation of the party.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends Contact> Contact information for the party.default Collection
<? extends Identifier> Identifiers of the party.getName()
Name of the party.
-
Method Details
-
getName
@UML(identifier="name", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getName()Name of the party.- Returns:
- name of the party, or
null
if none. - Condition:
- Mandatory if the logo and the position name are not documented.
-
getIdentifiers
@UML(identifier="partyIdentifier", obligation=OPTIONAL, specification=ISO_19115, version=2018) default Collection<? extends Identifier> getIdentifiers()Identifiers of the party.- Returns:
- identifiers of the party, or an empty collection if none.
Departure from OGC/ISO standard in the name
Renamed from "partyIdentifier
" to "identifier
" for providing a unified method signature for identifiers. -
getContactInfo
@UML(identifier="contactInfo", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends Contact> getContactInfo()Contact information for the party.- Returns:
- contact information for the party, or an empty collection if none.
-