|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.pdfa.XMPSchemaPDFASchema
public class XMPSchemaPDFASchema
Define XMP properties used PDFA extension schema description schemas.
| Field Summary | |
|---|---|
static String |
NAMESPACE
The namespace for this schema. |
| Fields inherited from class org.apache.jempbox.xmp.XMPSchema |
|---|
NS_NAMESPACE, prefix, schema |
| Constructor Summary | |
|---|---|
XMPSchemaPDFASchema(Element element,
String prefix)
Constructor from existing XML element. |
|
XMPSchemaPDFASchema(XMPMetadata parent)
Construct a new blank PDFA schema. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE
| Constructor Detail |
|---|
public XMPSchemaPDFASchema(XMPMetadata parent)
parent - The parent metadata schema that this will be part of.
public XMPSchemaPDFASchema(Element element,
String prefix)
element - The existing element.prefix - The schema prefix.| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||