|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
MetadataExtensionInformationImpl
public class MetadataExtensionInformationImpl
Information describing metadata extensions.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
MetadataExtensionInformationImpl()
Construct an initially empty metadata extension information. |
|
MetadataExtensionInformationImpl(MetadataExtensionInformation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<ExtendedElementInformation> |
getExtendedElementInformation()
Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data. |
OnLineResource |
getExtensionOnLineResource()
Information about on-line sources containing the community profile name and the extended metadata elements. |
void |
setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues)
Set information about a new metadata element. |
void |
setExtensionOnLineResource(OnLineResource newValue)
Set information about on-line sources. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetadataExtensionInformationImpl()
public MetadataExtensionInformationImpl(MetadataExtensionInformation source)
Method Detail |
---|
public OnLineResource getExtensionOnLineResource()
getExtensionOnLineResource
in interface MetadataExtensionInformation
public void setExtensionOnLineResource(OnLineResource newValue)
public Collection<ExtendedElementInformation> getExtendedElementInformation()
getExtendedElementInformation
in interface MetadataExtensionInformation
public void setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |