public class XMPSchemaPDFAId extends XMPSchema
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema| Constructor and Description |
|---|
XMPSchemaPDFAId(org.w3c.dom.Element element,
java.lang.String prefix)
Constructor from existing XML element.
|
XMPSchemaPDFAId(XMPMetadata parent)
Construct a new blank PDFA schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmd()
Get the amendment idenitifier.
|
java.lang.String |
getConformance()
Get the conformance level.
|
java.lang.Integer |
getPart()
Get the ISO19005 part number.
|
void |
setAmd(java.lang.String amd)
Set the amendment idenitifier.
|
void |
setConformance(java.lang.String conformance)
Set the conformance level.
|
void |
setPart(java.lang.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, setThumbnailPropertypublic static final java.lang.String NAMESPACE
public XMPSchemaPDFAId(XMPMetadata parent)
parent - The parent metadata schema that this will be part of.public XMPSchemaPDFAId(org.w3c.dom.Element element,
java.lang.String prefix)
element - The existing element.prefix - The schema prefix.public java.lang.Integer getPart()
public void setPart(java.lang.Integer part)
part - The ISO 19005 part number.public void setAmd(java.lang.String amd)
amd - The amendment idenitifier.public java.lang.String getAmd()
public void setConformance(java.lang.String conformance)
conformance - The conformance level.public java.lang.String getConformance()