org.apache.jempbox.xmp.pdfa
public class XMPSchemaPDFAId extends XMPSchema
Version: $Revision: 1.1 $
Field Summary | |
---|---|
static String | NAMESPACE
The namespace for this schema.
|
Constructor Summary | |
---|---|
XMPSchemaPDFAId(XMPMetadata parent)
Construct a new blank PDFA schema.
| |
XMPSchemaPDFAId(Element element, String prefix)
Constructor from existing XML element.
|
Method Summary | |
---|---|
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.
|
Parameters: parent The parent metadata schema that this will be part of.
Parameters: element The existing element. prefix The schema prefix.
Returns: The amendment idenitifier.
Returns: The conformance level.
Returns: The ISO 19005 part number.
Parameters: amd The amendment idenitifier.
Parameters: conformance The conformance level.
Parameters: part The ISO 19005 part number.