Interface XMPBasic
- All Superinterfaces:
BasicSchema
- All Known Subinterfaces:
InfoDictionary
Current interface represent XMP Basic schema
- Author:
- Evgeniy Muravitskiy
-
Method Summary
Modifier and TypeMethodDescriptionReturn Creation Date entry.Return Creator entry.Return Modification Date entry.voidsetCreationDate(String creationDate) Set Creation Date entry.voidsetCreator(String creatorTool) Set Creator entry.voidsetModificationDate(String modificationDate) Set Modification Date entry.Methods inherited from interface org.verapdf.metadata.fixer.schemas.BasicSchema
setNeedToBeUpdated
-
Method Details
-
getCreator
String getCreator()Return Creator entry. For information dictionary represented byCreatorentry, in metadata -CreatorToolentry- Returns:
- Creator entry
-
setCreator
Set Creator entry. For information dictionary represented byCreatorentry, in metadata -CreatorToolentry- Parameters:
creatorTool- new CreatorTool value
-
getCreationDate
String getCreationDate()Return Creation Date entry. For information dictionary represented byCreationDateentry, in metadata -CreationDateentry- Returns:
- Creation Date entry
-
setCreationDate
Set Creation Date entry. For information dictionary represented byCreationDateentry, in metadata -CreationDateentry- Parameters:
creationDate- new Creation Date value
-
getModificationDate
String getModificationDate()Return Modification Date entry. For information dictionary represented byModDateentry, in metadata -ModifyDateentry- Returns:
- Modification Date entry
-
setModificationDate
Set Modification Date entry. For information dictionary represented byModDateentry, in metadata -ModifyDateentry- Parameters:
modificationDate- new Modification Date value
-