-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends Extent> Spatial or temporal extents of the role.Collection
<? extends Party> Information about the parties.getRole()
Function performed by the responsible party.
-
Method Details
-
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.
-
getExtents
@UML(identifier="extent", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends Extent> getExtents()Spatial or temporal extents of the role. Returns an empty collection if none.- Returns:
- spatial or temporal extent of the role.
-
getParties
@UML(identifier="party", obligation=MANDATORY, specification=ISO_19115) Collection<? extends Party> getParties()Information about the parties. Returns an empty collection if none.- Returns:
- information about the parties.
-