Interface XMPBasic

All Superinterfaces:
BasicSchema
All Known Subinterfaces:
InfoDictionary
All Known Implementing Classes:
InfoDictionaryImpl, XMPBasicSchemaImpl

public interface XMPBasic extends BasicSchema
Current interface represent XMP Basic schema
Author:
Evgeniy Muravitskiy
  • Method Details

    • getCreator

      String getCreator()
      Return Creator entry. For information dictionary represented by Creator entry, in metadata - CreatorTool entry
      Returns:
      Creator entry
    • setCreator

      void setCreator(String creatorTool)
      Set Creator entry. For information dictionary represented by Creator entry, in metadata - CreatorTool entry
      Parameters:
      creatorTool - new CreatorTool value
    • getCreationDate

      String getCreationDate()
      Return Creation Date entry. For information dictionary represented by CreationDate entry, in metadata - CreationDate entry
      Returns:
      Creation Date entry
    • setCreationDate

      void setCreationDate(String creationDate)
      Set Creation Date entry. For information dictionary represented by CreationDate entry, in metadata - CreationDate entry
      Parameters:
      creationDate - new Creation Date value
    • getModificationDate

      String getModificationDate()
      Return Modification Date entry. For information dictionary represented by ModDate entry, in metadata - ModifyDate entry
      Returns:
      Modification Date entry
    • setModificationDate

      void setModificationDate(String modificationDate)
      Set Modification Date entry. For information dictionary represented by ModDate entry, in metadata - ModifyDate entry
      Parameters:
      modificationDate - new Modification Date value