Interface ExtraMetadataHolder

All Known Subinterfaces:
EbXMLAssociation
All Known Implementing Classes:
Association, AssociationType1, DocumentEntry, EbXMLAssociation30, EbXMLExtrinsicObject30, EbXMLRegistryPackage30, ExtrinsicObjectType, Folder, RegistryPackageType, SubmissionSet, XDSMetaClass

public interface ExtraMetadataHolder
Interface for XDS objects which can have extra metadata slots.
Author:
Dmytro Rud
  • Method Details

    • getExtraMetadata

      Map<String,List<String>> getExtraMetadata()
      Returns:
      mapping of extra metadata slot names to their values. A new instance will be created when necessary.
    • setExtraMetadata

      void setExtraMetadata(Map<String,List<String>> map)
      Sets the mapping of extra metadata slot names to their values.
      Parameters:
      map - mapping.