org.jempbox.xmp.pdfa
Class XMPSchemaPDFASchema
public class XMPSchemaPDFASchema
Define XMP properties used PDFA extension schema description schemas.
- Karsten Krieg (kkrieg@intarsys.de)
static String | NAMESPACE- The namespace for this schema.
|
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.
XMPSchemaPDFASchema
public XMPSchemaPDFASchema(Element element,
String prefix) Constructor from existing XML element.
element - The existing element.prefix - The schema prefix.
XMPSchemaPDFASchema
public XMPSchemaPDFASchema(XMPMetadata parent)
Construct a new blank PDFA schema.
parent - The parent metadata schema that this will be part of.
getPrefix
public String getPrefix()
Get the PDFA Schema prefix.
- Preferred schema namespace prefix.
getSchema
public String getSchema()
Get the PDFA schema.
- The optional description of schema.
setPrefix
public void setPrefix(String prefix)
PDFA Schema prefix.
prefix - Preferred schema namespace prefix.
setSchema
public void setSchema(String schema)
PDFA schema.
schema - The optional description of schema.