org.apache.jempbox.xmp
Class XMPSchemaBasicJobTicket
java.lang.Object
org.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.XMPSchemaBasicJobTicket
public class XMPSchemaBasicJobTicket
- extends XMPSchema
Implementation of Basic Job Ticket Schema.
- Version:
- $Revision: 1.2 $
- Author:
- Karsten Krieg (kkrieg@intarsys.de)
Methods inherited from class org.apache.jempbox.xmp.XMPSchema |
addBagValue, addSequenceDateValue, addSequenceValue, addSequenceValue, getAbout, getBagList, getBooleanProperty, getDateProperty, getElement, getEventSequenceList, getIntegerProperty, getLanguageProperty, getLanguagePropertyLanguages, getSequenceDateList, getSequenceList, getTextProperty, getThumbnailProperty, merge, removeBagValue, removeSequenceDateValue, removeSequenceValue, removeSequenceValue, setAbout, setBooleanProperty, setDateProperty, setIntegerProperty, setLanguageProperty, setTextProperty, setThumbnailProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
public static final String NAMESPACE
- The namespace for this schema.
- See Also:
- Constant Field Values
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 © 2002-2012 Apache Software Foundation. All Rights Reserved.