Information about resource release constraints.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends Responsibility> Parties to which the release statement applies.default Collection
<Restriction> Components in determining releasability.default InternationalString
Release statement.
-
Method Details
-
getAddressees
@UML(identifier="addressee", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends Responsibility> getAddressees()Parties to which the release statement applies. Returns an empty collection if none.- Returns:
- parties to which the release statement applies.
-
getStatement
@UML(identifier="statement", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getStatement()Release statement. May benull
if unspecified.- Returns:
- release statement, or
null
if none.
-
getDisseminationConstraints
@UML(identifier="disseminationConstraints", obligation=OPTIONAL, specification=ISO_19115) default Collection<Restriction> getDisseminationConstraints()Components in determining releasability. Returns an empty collection if none.- Returns:
- components in determining releasability.
-