public class XMPSchemaPDFAId extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema
Constructor and Description |
---|
XMPSchemaPDFAId(Element element,
String prefix)
Constructor from existing XML element.
|
XMPSchemaPDFAId(XMPMetadata parent)
Construct a new blank PDFA schema.
|
Modifier and Type | Method and Description |
---|---|
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
public static final String NAMESPACE
public XMPSchemaPDFAId(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public Integer getPart()
public void setPart(Integer part)
part
- The ISO 19005 part number.public void setAmd(String amd)
amd
- The amendment idenitifier.public String getAmd()
public void setConformance(String conformance)
conformance
- The conformance level.public String getConformance()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.