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