Package org.apache.jempbox.xmp.pdfa
Class XMPSchemaPDFAId
java.lang.Object
org.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.pdfa.XMPSchemaPDFAId
Define XMP properties used PDFA extension schema description schemas.
TODO 2 naked so far, implement
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Krieg (kkrieg@intarsys.de)
-
Field Summary
FieldsFields inherited from class org.apache.jempbox.xmp.XMPSchema
NS_NAMESPACE, prefix, schema
-
Constructor Summary
ConstructorsConstructorDescriptionXMPSchemaPDFAId
(XMPMetadata parent) Construct a new blank PDFA schema.XMPSchemaPDFAId
(Element element, String prefix) Constructor from existing XML element. -
Method Summary
Modifier and TypeMethodDescriptiongetAmd()
Get the amendment idenitifier.Get the conformance level.getPart()
Get the ISO19005 part number.void
Set the amendment idenitifier.void
setConformance
(String conformance) Set the conformance level.void
Set the ISO19005 part number.Methods inherited from class org.apache.jempbox.xmp.XMPSchema
addBagValue, addSequenceDateValue, addSequenceValue, addSequenceValue, getAbout, getBagList, getBooleanProperty, getDateProperty, getElement, getEventSequenceList, getIntegerProperty, getLanguageProperty, getLanguagePropertyLanguages, getSequenceDateList, getSequenceList, getTextProperty, getThumbnailProperty, merge, removeBagValue, removeSequenceDateValue, removeSequenceValue, removeSequenceValue, setAbout, setBooleanProperty, setDateProperty, setIntegerProperty, setLanguageProperty, setTextProperty, setThumbnailProperty
-
Field Details
-
NAMESPACE
The namespace for this schema. This is the future amendment of the PDFA Spec with the trailing slash at end- See Also:
-
-
Constructor Details
-
XMPSchemaPDFAId
Construct a new blank PDFA schema.- Parameters:
parent
- The parent metadata schema that this will be part of.
-
XMPSchemaPDFAId
Constructor from existing XML element.- Parameters:
element
- The existing element.prefix
- The schema prefix.
-
-
Method Details
-
getPart
Get the ISO19005 part number.- Returns:
- The ISO 19005 part number.
-
setPart
Set the ISO19005 part number.- Parameters:
part
- The ISO 19005 part number.
-
setAmd
Set the amendment idenitifier.- Parameters:
amd
- The amendment idenitifier.
-
getAmd
Get the amendment idenitifier.- Returns:
- The amendment idenitifier.
-
setConformance
Set the conformance level.- Parameters:
conformance
- The conformance level.
-
getConformance
Get the conformance level.- Returns:
- The conformance level.
-