Package org.verapdf.xmp.impl
Class VeraPDFMeta
java.lang.Object
org.verapdf.xmp.impl.VeraPDFMeta
- Author:
- Maksim Bezrukov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic VeraPDFMetacreate()booleanbooleangetProperty(String namespaceURI, String name) getTitle()static VeraPDFMetaparse(InputStream in) static voidserialize(VeraPDFMeta veraPDFMeta, OutputStream out) setCreateDate(Calendar createDate) setCreator(List<String> creator) setCreatorTool(String creatorTool) setDescription(String description) setIdentificationConformance(String identificationConformance) setIdentificationPart(Integer identificationPart) setIdentificationRevisionYear(String identificationConformance) setKeywords(String keywords) setModifyDate(Calendar modifyDate) setProducer(String producer) setUAIdentificationPart(Integer identificationPart)
-
Field Details
-
PDFAID_PREFIX
- See Also:
-
CONFORMANCE
- See Also:
-
PART
- See Also:
-
REVISION_YEAR
- See Also:
-
CORR
- See Also:
-
AMD
- See Also:
-
-
Method Details
-
create
-
parse
- Throws:
XMPException
-
serialize
- Throws:
XMPException
-
getProperties
-
getPacketHeader
-
getActualEncoding
-
getExtensionSchemasNode
-
getProperty
-
deleteIdentificationSchema
public boolean deleteIdentificationSchema() -
deleteUAIdentificationSchema
public boolean deleteUAIdentificationSchema() -
getTitle
- Throws:
XMPException
-
setTitle
- Throws:
XMPException
-
getCreator
- Throws:
XMPException
-
setCreator
- Throws:
XMPException
-
getDescription
- Throws:
XMPException
-
setDescription
- Throws:
XMPException
-
getKeywords
- Throws:
XMPException
-
setKeywords
- Throws:
XMPException
-
getCreatorTool
- Throws:
XMPException
-
setCreatorTool
- Throws:
XMPException
-
getProducer
- Throws:
XMPException
-
setProducer
- Throws:
XMPException
-
getCreateDate
- Throws:
XMPException
-
setCreateDate
- Throws:
XMPException
-
getModifyDate
- Throws:
XMPException
-
setModifyDate
- Throws:
XMPException
-
getIdentificationPart
- Throws:
XMPException
-
getUAIdentificationPart
- Throws:
XMPException
-
setIdentificationPart
- Throws:
XMPException
-
setUAIdentificationPart
- Throws:
XMPException
-
getIdentificationConformance
- Throws:
XMPException
-
getRevisionYear
- Throws:
XMPException
-
setIdentificationConformance
public VeraPDFMeta setIdentificationConformance(String identificationConformance) throws XMPException - Throws:
XMPException
-
setIdentificationRevisionYear
public VeraPDFMeta setIdentificationRevisionYear(String identificationConformance) throws XMPException - Throws:
XMPException
-
getCloneOfInitialMeta
-