org.apache.jempbox.xmp.pdfa

Class XMPSchemaPDFASchema

public class XMPSchemaPDFASchema extends XMPSchema

Define XMP properties used PDFA extension schema description schemas.

Version: $Revision: 1.1 $

Author: Karsten Krieg (kkrieg@intarsys.de)

Field Summary
static StringNAMESPACE
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
StringgetPrefix()
Get the PDFA Schema prefix.
StringgetSchema()
Get the PDFA schema.
voidsetPrefix(String prefix)
PDFA Schema prefix.
voidsetSchema(String schema)
PDFA schema.

Field Detail

NAMESPACE

public static final String NAMESPACE
The namespace for this schema.

Constructor Detail

XMPSchemaPDFASchema

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

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

XMPSchemaPDFASchema

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

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

Method Detail

getPrefix

public String getPrefix()
Get the PDFA Schema prefix.

Returns: Preferred schema namespace prefix.

getSchema

public String getSchema()
Get the PDFA schema.

Returns: The optional description of schema.

setPrefix

public void setPrefix(String prefix)
PDFA Schema prefix.

Parameters: prefix Preferred schema namespace prefix.

setSchema

public void setSchema(String schema)
PDFA schema.

Parameters: schema The optional description of schema.

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