public class XMPSchemaPDFASchema extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema
Constructor and Description |
---|
XMPSchemaPDFASchema(Element element,
String prefix)
Constructor from existing XML element.
|
XMPSchemaPDFASchema(XMPMetadata parent)
Construct a new blank PDFA schema.
|
Modifier and Type | Method and Description |
---|---|
String |
getPrefix()
Get the PDFA Schema prefix.
|
String |
getSchema()
Get the PDFA schema.
|
void |
setPrefix(String prefix)
PDFA Schema prefix.
|
void |
setSchema(String schema)
PDFA 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
public static final String NAMESPACE
public XMPSchemaPDFASchema(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public void setSchema(String schema)
schema
- The optional description of schema.public String getSchema()
public void setPrefix(String prefix)
prefix
- Preferred schema namespace prefix.public String getPrefix()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.