org.apache.jempbox.xmp.pdfa

Class XMPSchemaPDFAId

public class XMPSchemaPDFAId extends XMPSchema

Define XMP properties used PDFA extension schema description schemas. TODO 2 naked so far, implement

Version: $Revision: 1.1 $

Author: Karsten Krieg (kkrieg@intarsys.de)

Field Summary
static StringNAMESPACE
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
StringgetAmd()
Get the amendment idenitifier.
StringgetConformance()
Get the conformance level.
IntegergetPart()
Get the ISO19005 part number.
voidsetAmd(String amd)
Set the amendment idenitifier.
voidsetConformance(String conformance)
Set the conformance level.
voidsetPart(Integer part)
Set the ISO19005 part number.

Field Detail

NAMESPACE

public static final String NAMESPACE
The namespace for this schema. This is the future amendment of the PDFA Spec with the trailing slash at end

Constructor Detail

XMPSchemaPDFAId

public XMPSchemaPDFAId(XMPMetadata parent)
Construct a new blank PDFA schema.

Parameters: parent The parent metadata schema that this will be part of.

XMPSchemaPDFAId

public XMPSchemaPDFAId(Element element, String prefix)
Constructor from existing XML element.

Parameters: element The existing element. prefix The schema prefix.

Method Detail

getAmd

public String getAmd()
Get the amendment idenitifier.

Returns: The amendment idenitifier.

getConformance

public String getConformance()
Get the conformance level.

Returns: The conformance level.

getPart

public Integer getPart()
Get the ISO19005 part number.

Returns: The ISO 19005 part number.

setAmd

public void setAmd(String amd)
Set the amendment idenitifier.

Parameters: amd The amendment idenitifier.

setConformance

public void setConformance(String conformance)
Set the conformance level.

Parameters: conformance The conformance level.

setPart

public void setPart(Integer part)
Set the ISO19005 part number.

Parameters: part The ISO 19005 part number.

Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.