Class of information to which the referencing entity applies.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault InternationalString
getName()
Description of the scope.Code for the scope.
-
Method Details
-
getResourceScope
@UML(identifier="resourceScope", obligation=MANDATORY, specification=ISO_19115) ScopeCode getResourceScope()Code for the scope.- Returns:
- code for the scope.
-
getName
@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getName()Description of the scope. May benull
if unspecified.- Returns:
- the description of the scope, or
null
if none.
-