@UML(identifier="MD_MetadataScope", specification=ISO_19115) public class DefaultMetadataScope extends ISOMetadata
MD_MetadataScope
└─resourceScope…… Resource scopeMetadataScope interface.
Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultMetadataScope()
Constructs an initially empty metadata scope.
|
DefaultMetadataScope(DefaultMetadataScope object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultMetadataScope(ScopeCode resourceScope,
CharSequence name)
Constructs a metadata scope initialized to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
InternationalString |
getName()
Returns a description of the scope, or
null if none. |
ScopeCode |
getResourceScope()
Returns the code for the scope.
|
void |
setName(InternationalString newValue)
Sets the description of the scope.
|
void |
setResourceScope(ScopeCode newValue)
Sets the code for the scope.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultMetadataScope()
public DefaultMetadataScope(ScopeCode resourceScope, CharSequence name)
resourceScope - code for the scope.name - description of the scope, or null if none.public DefaultMetadataScope(DefaultMetadataScope object)
object - the metadata to copy values from, or null if none.@UML(identifier="resourceScope", obligation=MANDATORY, specification=ISO_19115) public ScopeCode getResourceScope()
public void setResourceScope(ScopeCode newValue)
newValue - the new code for the scope.@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) public InternationalString getName()
null if none.null if none.public void setName(InternationalString newValue)
newValue - the new description of the scope.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.