org.jempbox.xmp.pdfa
Class XMPSchemaPDFAId
public class XMPSchemaPDFAId
Define XMP properties used PDFA extension schema description schemas.
TODO 2 naked so far, implement
- Karsten Krieg (kkrieg@intarsys.de)
static String | NAMESPACE- The namespace for this schema.
|
String | getAmd()- Get the amendment idenitifier.
|
String | getConformance()- Get the conformance level.
|
Integer | getPart()- Get the ISO19005 part number.
|
void | setAmd(String amd)- Set the amendment idenitifier.
|
void | setConformance(String conformance)- Set the conformance level.
|
void | setPart(Integer part)- Set the ISO19005 part number.
|
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 |
NAMESPACE
public static final String NAMESPACE
The namespace for this schema.
This is the future amendment of the PDFA Spec with the trailing slash at end
XMPSchemaPDFAId
public XMPSchemaPDFAId(Element element,
String prefix) Constructor from existing XML element.
element - The existing element.prefix - The schema prefix.
XMPSchemaPDFAId
public XMPSchemaPDFAId(XMPMetadata parent)
Construct a new blank PDFA schema.
parent - The parent metadata schema that this will be part of.
getAmd
public String getAmd()
Get the amendment idenitifier.
- The amendment idenitifier.
getConformance
public String getConformance()
Get the conformance level.
getPart
public Integer getPart()
Get the ISO19005 part number.
- The ISO 19005 part number.
setAmd
public void setAmd(String amd)
Set the amendment idenitifier.
amd - The amendment idenitifier.
setConformance
public void setConformance(String conformance)
Set the conformance level.
conformance - The conformance level.
setPart
public void setPart(Integer part)
Set the ISO19005 part number.
part - The ISO 19005 part number.