|
||||||||||
| 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.XMPSchemaPDFAId
public class XMPSchemaPDFAId
Define XMP properties used PDFA extension schema description schemas. TODO 2 naked so far, implement
| 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 | |
|---|---|
XMPSchemaPDFAId(Element element,
String prefix)
Constructor from existing XML element. |
|
XMPSchemaPDFAId(XMPMetadata parent)
Construct a new blank PDFA schema. |
|
| 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. |
| 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 XMPSchemaPDFAId(XMPMetadata parent)
parent - The parent metadata schema that this will be part of.
public XMPSchemaPDFAId(Element element,
String prefix)
element - The existing element.prefix - The schema prefix.| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||