
org.cip4.jdflib.resource.process.prepress.JDFTrappingOrder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JDFLibJ Show documentation
Show all versions of JDFLibJ Show documentation
CIP4 JDF Library for JDF 1.x
/**
* ==========================================================================
* class JDFTrappingOrder extends JDFResource
* ==========================================================================
* @COPYRIGHT Heidelberger Druckmaschinen AG, 1999-2001 ALL RIGHTS RESERVED
* @Author: [email protected] using a code generator
* Warning! very preliminary test version.
* Interface subject to change without prior notice!
*/
package org.cip4.jdflib.resource.process.prepress;
import org.apache.xerces.dom.CoreDocumentImpl;
import org.cip4.jdflib.core.JDFSeparationList;
import org.w3c.dom.DOMException;
public class JDFTrappingOrder extends JDFSeparationList
{
private static final long serialVersionUID = 1L;
/**
* Constructor for JDFTrappingOrder
*
* @param ownerDocument
* @param qualifiedName
* @throws DOMException
*/
public JDFTrappingOrder(final CoreDocumentImpl myOwnerDocument, final String qualifiedName) throws DOMException
{
super(myOwnerDocument, qualifiedName);
}
/**
* Constructor for JDFTrappingOrder
*
* @param ownerDocument
* @param namespaceURI
* @param qualifiedName
* @throws DOMException
*/
public JDFTrappingOrder(final CoreDocumentImpl myOwnerDocument, final String myNamespaceURI, final String qualifiedName) throws DOMException
{
super(myOwnerDocument, myNamespaceURI, qualifiedName);
}
/**
* Constructor for JDFTrappingOrder
*
* @param ownerDocument
* @param namespaceURI
* @param qualifiedName
* @param localName
* @throws DOMException
*/
public JDFTrappingOrder(final CoreDocumentImpl myOwnerDocument, final String myNamespaceURI, final String qualifiedName, final String myLocalName) throws DOMException
{
super(myOwnerDocument, myNamespaceURI, qualifiedName, myLocalName);
}
@Override
public String toString()
{
return "JDFTrappingOrder[ --> " + super.toString() + " ]";
}
} // class JDFIDPLayout
// ==========================================================================
© 2015 - 2025 Weber Informatics LLC | Privacy Policy