org.apache.jempbox.xmp

Class XMPSchemaBasicJobTicket

public class XMPSchemaBasicJobTicket extends XMPSchema

Implementation of Basic Job Ticket Schema.

Version: $Revision: 1.2 $

Author: Karsten Krieg (kkrieg@intarsys.de)

Field Summary
static StringNAMESPACE
The namespace for this schema.
Constructor Summary
XMPSchemaBasicJobTicket(XMPMetadata parent)
XMPSchemaBasicJobTicket(Element element, String prefix)
Constructor from existing XML element.

Field Detail

NAMESPACE

public static final String NAMESPACE
The namespace for this schema.

Constructor Detail

XMPSchemaBasicJobTicket

public XMPSchemaBasicJobTicket(XMPMetadata parent)

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

XMPSchemaBasicJobTicket

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

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

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